{"id":20104856,"url":"https://github.com/doccano/doccano-client","last_synced_at":"2025-04-05T17:06:16.523Z","repository":{"id":37992653,"uuid":"223311302","full_name":"doccano/doccano-client","owner":"doccano","description":"A simple client for doccano API.","archived":false,"fork":false,"pushed_at":"2024-05-25T14:24:03.000Z","size":1483,"stargazers_count":84,"open_issues_count":14,"forks_count":65,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T16:06:35.367Z","etag":null,"topics":["active-learning","annotation","api-client","api-wrapper","data-labeling","dataset","doccano","machine-learning","natural-language-processing","python","text-annotation","upload-file"],"latest_commit_sha":null,"homepage":"https://doccano.github.io/doccano-client/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doccano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-22T02:56:23.000Z","updated_at":"2025-02-12T01:56:52.000Z","dependencies_parsed_at":"2024-01-19T08:33:37.838Z","dependency_job_id":"99eeb578-2c7c-4ffc-8040-6ab3ff71232f","html_url":"https://github.com/doccano/doccano-client","commit_stats":{"total_commits":407,"total_committers":23,"mean_commits":"17.695652173913043","dds":0.7051597051597052,"last_synced_commit":"fdb496d7ade576045da3bda0f0148cd2729ef5fe"},"previous_names":["doccano/doccano_api_client"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccano%2Fdoccano-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccano%2Fdoccano-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccano%2Fdoccano-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccano%2Fdoccano-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccano","download_url":"https://codeload.github.com/doccano/doccano-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-learning","annotation","api-client","api-wrapper","data-labeling","dataset","doccano","machine-learning","natural-language-processing","python","text-annotation","upload-file"],"created_at":"2024-11-13T17:44:59.484Z","updated_at":"2025-04-05T17:06:16.489Z","avatar_url":"https://github.com/doccano.png","language":"Python","readme":"# 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\u0026amp;utm_medium=referral\u0026amp;utm_content=doccano/doccano-client\u0026amp;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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccano%2Fdoccano-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccano%2Fdoccano-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccano%2Fdoccano-client/lists"}