doccano-client
doccano-client copied to clipboard
A simple client for doccano API.
Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Refer to This Documentation https://doccano.github.io/doccano-client/usage/#doccano_client.client.DoccanoClient.create_project We didn't really have option to edit the last option (allow add label by user) by default I suggest that we should have it 
``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /v1/auth/login/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2023-07-07, 06:31:17 UTC] {taskinstance.py:1345} INFO - Marking...
Feature description --------- Add Delete Users option, I use ETL pipeline script to manage permission for each project which will create new users associated with that project every time a...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.5 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...
### Feature description Given a project_id and an example_id, this new method would be able to update the Done / Undone status of an annotation sample in a Doccano project....
# Description When Doccano is hosted behind a reverse proxy, the doccano backend's hostname is something like `doccano` thus the URLs it generates start with `http://doccano:8080`. This causes issues when...