imbajin opened a new pull request, #272:
URL: https://github.com/apache/incubator-hugegraph-ai/pull/272

   This commit introduces the following changes to the `vermeer-python-client` 
module:
   
   1.  **Build System Update:**
       *   Replaced `setup.py` and `requirements.txt` with a `pyproject.toml` 
file.
       *   This aligns the project structure with other modules in the 
repository that use `uv` for dependency management and `setuptools` for 
building.
       *   Dependencies from `requirements.txt` have been moved into 
`pyproject.toml`.
   
   2.  **README Update:**
       *   Removed TODO markers from the `README.md` file.
       *   Added comprehensive installation instructions, including how to 
install using `uv pip install .` (for regular install) and `uv pip install -e 
.` (for editable/development install).
       *   Added placeholder sections for client usage examples, including 
client initialization, running graph algorithms, and managing jobs. These 
examples will need to be filled in with specific code for the 
`vermeer-python-client`.
       *   Updated contribution and contact information to be consistent with 
other modules.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to