Metadata-Version: 2.1
Name: doccano-client
Version: 1.0.0
Summary: A simple client wrapper for the doccano API.
Home-page: http://github.com/doccano/doccano_api_client
Author: Andrew Parsons
Author-email: parsonsandrew1@gmail.com
License: MIT
Keywords: doccano api client wrapper
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: black (>=19.3b0) ; extra == 'dev'
Requires-Dist: flake8 (>=3.6.0) ; extra == 'dev'
Requires-Dist: flake8-annotations (==2.1.0) ; extra == 'dev'
Requires-Dist: flake8-bandit (==2.1.2) ; extra == 'dev'
Requires-Dist: flake8-bugbear (==20.1.4) ; extra == 'dev'
Requires-Dist: flake8-docstrings (==1.5.0) ; extra == 'dev'
Requires-Dist: darglint (==1.4.0) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.2.0) ; extra == 'dev'

This simple API wrapper allows users to easily get data             from and send data to a doccano instance.


