Skip to content

Python library for working with opendata.studio datakits

License

Notifications You must be signed in to change notification settings

opendatastudio/datakitpy

Repository files navigation

datakitpy

This library contains low-level functions used by opendatacli to interact with datakits.

Development

Deploying to PyPI

python -m venv .venv
source .venv/bin/activate
pip install --upgrade build twine
python -m build  # Generate distribution archives
python -m twine upload --repository pypi dist/*  # Upload distribution archives

About

Python library for working with opendata.studio datakits

Resources

License

Stars

Watchers

Forks

Packages

No packages published