Metadata-Version: 2.1
Name: labelbox
Version: 0.0.6
Summary: A python library for interacting with labelbox.com
Home-page: https://github.com/Labelbox/labelbox-python
Author: Feynman Liang
Author-email: feynman@labelbox.com
License: Apache 2.0
Description: # labelbox-python
        
        [![CircleCI](https://circleci.com/gh/Labelbox/labelbox-python.svg?style=svg)](https://circleci.com/gh/Labelbox/labelbox-python)
        [![Documentation Status](https://readthedocs.org/projects/labelbox/badge/?version=latest)](https://labelbox.readthedocs.io/en/latest/?badge=latest)
        
        Python libraries for interacting with [Labelbox](https://labelbox.com/).
        
        ## Developing
        
        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:
        ```sh
        pipenv sync --dev
        ```
        
        To run tests and the linter
        ```sh
        pipenv run tox
        ```
        
        ## Releasing
        
        ```sh
        pipenv run tox -e release-test
        ```
        
        Check https://test.pypi.org/project/labelbox/ and if it looks good
        
        ```sh
        pipenv run tox -e release
        ```
        
        To generate a `requirements.txt` for usage outside of `pipenv`
        
        ```sh
        pipenv lock -r > requirements.txt
        ```
        
        ## Publishing docs
        
        ```sh
        ./build-docs.sh
        ```
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: docs
