🛠️ Work in progress
This project exposes both:
- a cli for interacting with the database
- the Konecty client sdk for interacting with Konecty's api
uv pip install konecty-sdk-python
konecty-cli apply --mongo-url="..." --database my-db
uvx --from konecty-sdk-python konecty-cli pull --all --mongo-url="..." --database my-db
It is needed to increase the version number on the pyproject file.
uv build
uvx twine upload --config-file .pypirc --skip-existing dist/*