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
doccano_client-1.2.5.tar.gz
(56.6 kB
view details)
Built Distribution
File details
Details for the file doccano_client-1.2.5.tar.gz
.
File metadata
- Download URL: doccano_client-1.2.5.tar.gz
- Upload date:
- Size: 56.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a558f38a04779e139a337d4a2c047b3597eb085236b8177c677b85be18e80e7 |
|
MD5 | 0a00728482095a253ee647cba052a8fe |
|
BLAKE2b-256 | b03798ea4491934a66f0c02d0374625040e8529cce54d1e3de6eb0b920ea6572 |
File details
Details for the file doccano_client-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: doccano_client-1.2.5-py3-none-any.whl
- Upload date:
- Size: 105.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9030bc1df5479cadc0a323ded9d31270d598d3e790b2e06d7050b992e4fca3 |
|
MD5 | 6d648fb3efdd2e1a00ade17b1bc3d4ab |
|
BLAKE2b-256 | 0c59f99a943663fa3ef73306b57537f6d21bbb6ae95bfa7c403b4e4b18be907c |