doccano-client icon indicating copy to clipboard operation
doccano-client copied to clipboard

A simple client for doccano API.

Results 47 doccano-client issues
Sort by recently updated
recently updated
newest added

Hi, I really appreciate your efforts making this powerful and time-saving tool (until we see the feature requests being merged in doccano). One detail the `create_document` function lacks, though, is...

Hi, first of all nice work ! I use it a lot. I don't manage to create (sign up) some new users by HTTP requests add_new_user(username, password, email) Do you...

feature request

HTTPConnectionPool(host='127.0.0.1', port=8000): Max retries exceeded with url: /v1/auth/login/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

How to reproduce the behaviour --------- I use poetry in my project. I just added doccano-client ("poetry add doccano-client"). My pyproject.toml looks like ``` [tool.poetry] name = "poetry-demo" version =...

Updated `doccano_client` tests and project dependencies to utilize environment variables via `python-dotenv`. This enhancement allows secure and flexible configuration for different environments. ## Key Changes 1. Integrated `python-dotenv` for environment...

# Description Fixes #158. ## Relevant changelogs - https://github.com/kevin1024/vcrpy/releases/tag/v4.4.0 - https://github.com/requests/toolbelt/blob/master/HISTORY.rst#100----2023-05-01

How to reproduce the behaviour --------- I'm trying to download annotated data from Doccano. I run the following code: ``` from doccano_client import DoccanoClient client = DoccanoClient('http://some.url') client.login(username='username', password='password') user...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies