Python libraries for interacting with Labelbox.
Always consult .circleci/config.yml to make sure your dev environment matches up with the current testing environment.
We use Python 3.6.4 and pipenv to manage dependencies.
To get set up:
pipenv sync --devTo run tests and the linter
pipenv run toxpipenv run tox -e release-testCheck https://test.pypi.org/project/labelbox/ and if it looks good
pipenv run tox -e releaseTo generate a requirements.txt for usage outside of pipenv
pipenv lock -r > requirements.txt