sustainable-computing-io / kepler-model-server

Model Server for Kepler
Apache License 2.0
23 stars 25 forks source link

chore(project): add pyproject.toml #266

Closed sthaha closed 1 month ago

sthaha commented 1 month ago

This commit adds a pyproject.toml for kepler-model-server based on guidelines for creating python packaging1. The build backend used is hatch since hatch helps manage a lot of packaging and enviroment related chores easily.

hatch shell or (pip install .) installs a model-server, and an estimator script. Minimal changes are made to the files to get the script running.

sthaha commented 1 month ago

@vprashar2929 could you please give this a go?