doccano-client-patched


Namedoccano-client-patched JSON
Version 1.2.9 PyPI version JSON
download
home_pageNone
SummaryA patched fork of doccano-client with updated dependency bounds
upload_time2025-09-19 22:02:07
maintainerNone
docs_urlNone
authorHironsan
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # doccano client

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cf90190126b948e09362048b63600b06)](https://www.codacy.com/gh/doccano/doccano-client/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=doccano/doccano-client&amp;utm_campaign=Badge_Grade) [![Tests](https://github.com/doccano/doccano-client/actions/workflows/ci.yml/badge.svg)](https://github.com/doccano/doccano-client/actions/workflows/ci.yml)

A simple client for the doccano API.

## Installation

To install `doccano-client`, simply run:

```bash
pip install doccano-client
```

## Usage

```python
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](https://doccano.github.io/doccano-client/) 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](doccano_client/beta/README.md).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "doccano-client-patched",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Hironsan",
    "author_email": "hiroki.nakayama.py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/84/1397790eb89550f9fa2f28ed32793d729b372ee9e4a05998c9255efda813/doccano_client_patched-1.2.9.tar.gz",
    "platform": null,
    "description": "# doccano client\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cf90190126b948e09362048b63600b06)](https://www.codacy.com/gh/doccano/doccano-client/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=doccano/doccano-client&amp;utm_campaign=Badge_Grade) [![Tests](https://github.com/doccano/doccano-client/actions/workflows/ci.yml/badge.svg)](https://github.com/doccano/doccano-client/actions/workflows/ci.yml)\n\nA simple client for the doccano API.\n\n## Installation\n\nTo install `doccano-client`, simply run:\n\n```bash\npip install doccano-client\n```\n\n## Usage\n\n```python\nfrom doccano_client import DoccanoClient\n\n# instantiate a client and log in to a Doccano instance\nclient = DoccanoClient('http://doccano.example.com')\nclient.login(username='username', password='password')\n\n# get basic information about the authorized user\nuser = client.get_profile()\n\n# list all projects\nprojects = client.list_projects()\n```\n\nPlease see the [documentation](https://doccano.github.io/doccano-client/) for further details.\n\n## Doccano API BETA Client\n\nWe'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.\n\nYou can find the documentation on usage of the beta client [here](doccano_client/beta/README.md).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A patched fork of doccano-client with updated dependency bounds",
    "version": "1.2.9",
    "project_urls": {
        "Homepage": "https://github.com/Mohammed0tarek/doccano-client",
        "Repository": "https://github.com/Mohammed0tarek/doccano-client"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6e5b286696dfa72c4ea1b21c8296500ddf99b283e0c8eb37fc4a9c5ee84eca1",
                "md5": "0a976448851eb511ebc117897a245f2c",
                "sha256": "570822fb36a351dd24ee336911158544f0a7925c2d5e8058e7eabdd18820120d"
            },
            "downloads": -1,
            "filename": "doccano_client_patched-1.2.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a976448851eb511ebc117897a245f2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 109628,
            "upload_time": "2025-09-19T22:02:02",
            "upload_time_iso_8601": "2025-09-19T22:02:02.352775Z",
            "url": "https://files.pythonhosted.org/packages/b6/e5/b286696dfa72c4ea1b21c8296500ddf99b283e0c8eb37fc4a9c5ee84eca1/doccano_client_patched-1.2.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3841397790eb89550f9fa2f28ed32793d729b372ee9e4a05998c9255efda813",
                "md5": "b19fe7e8a65879a39c5d86a36c17049c",
                "sha256": "9de27bc307d4c2544743bfff3fdb2e757c99914eb51fcd14115b993f3e24fe23"
            },
            "downloads": -1,
            "filename": "doccano_client_patched-1.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "b19fe7e8a65879a39c5d86a36c17049c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 56262,
            "upload_time": "2025-09-19T22:02:07",
            "upload_time_iso_8601": "2025-09-19T22:02:07.631970Z",
            "url": "https://files.pythonhosted.org/packages/e3/84/1397790eb89550f9fa2f28ed32793d729b372ee9e4a05998c9255efda813/doccano_client_patched-1.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-19 22:02:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mohammed0tarek",
    "github_project": "doccano-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "doccano-client-patched"
}
        
Elapsed time: 4.41216s