A simple client for doccano API.
Project description
doccano client
A simple client for the doccano API.
Installation
To install doccano-client, simply run:
pip install doccano-client
Usage
from doccano_client import DoccanoClient
# instantiate a client and log in to a Doccano instance
client = DoccanoClient('http://doccano.example.com')
client.login(username='username', password='password')
# get basic information about the authorized user
user = client.get_profile()
# list all projects
projects = client.list_projects()
Please see the documentation for further details.
Doccano API BETA Client
We're introducing a newly revamped Doccano API Client that features more Pythonic interaction as well as more testing and documentation. It also adds more regulated compatibility with specific Doccano release versions.
You can find the documentation on usage of the beta client here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doccano_client-1.2.8.tar.gz.
File metadata
- Download URL: doccano_client-1.2.8.tar.gz
- Upload date:
- Size: 58.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08559b4bf3734e8884e6f93980aa5d1fe1fe92aa686ebdb80a834c113e06043
|
|
| MD5 |
d7c4adfdf829dea945e9f862df2dc428
|
|
| BLAKE2b-256 |
4391e62fb0495d1751cb1c9f02b7bc04d5799e16e7d0d24018de24c440f49376
|
File details
Details for the file doccano_client-1.2.8-py3-none-any.whl.
File metadata
- Download URL: doccano_client-1.2.8-py3-none-any.whl
- Upload date:
- Size: 109.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50518086b14a6554cb678f6fa7c7e7ecced050da6e6d90853e1dbcb2cc575abb
|
|
| MD5 |
e5a71ab46dbbc3b2a6963ad019d7ab06
|
|
| BLAKE2b-256 |
83f12567cfbde04ad5031d81b968c0b455d686759198e27867d1fc7583c9f35d
|