{"id":47311124,"url":"https://github.com/inception-project/pycaprio","last_synced_at":"2026-03-17T11:29:40.353Z","repository":{"id":43350196,"uuid":"346057604","full_name":"inception-project/pycaprio","owner":"inception-project","description":"Python client to the INCEpTION annotation tool","archived":false,"fork":false,"pushed_at":"2025-06-10T19:18:18.000Z","size":226,"stargazers_count":17,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-12T12:12:26.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pycaprio.rtfd.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Savanamed/pycaprio","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inception-project.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T15:43:25.000Z","updated_at":"2025-06-10T19:18:22.000Z","dependencies_parsed_at":"2025-02-24T23:19:49.478Z","dependency_job_id":"bec1a38c-5ac3-4375-985f-f2c3e1fff884","html_url":"https://github.com/inception-project/pycaprio","commit_stats":null,"previous_names":["inception-project/pycaprio"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/inception-project/pycaprio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Fpycaprio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Fpycaprio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Fpycaprio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Fpycaprio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inception-project","download_url":"https://codeload.github.com/inception-project/pycaprio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inception-project%2Fpycaprio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-03-17T11:29:39.760Z","updated_at":"2026-03-17T11:29:40.348Z","avatar_url":"https://github.com/inception-project.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyCaprio\n![Python versions](https://img.shields.io/badge/Python-3.8%2C%203.9%2C%203.10%2C%203.11-green.svg)\n[![PyPI version](https://badge.fury.io/py/pycaprio.svg)](https://badge.fury.io/py/pycaprio)\n[![Documentation Status](https://readthedocs.org/projects/pycaprio/badge/?version=latest)](https://pycaprio.readthedocs.io/en/latest/?badge=latest)\n[![Run Tests](https://github.com/inception-project/pycaprio/actions/workflows/run_tests.yml/badge.svg)](https://github.com/inception-project/pycaprio/actions/workflows/run_tests.yml)\n[![codecov](https://codecov.io/gh/inception-project/pycaprio/graph/badge.svg?token=UUE49R7FEK)](https://codecov.io/gh/inception-project/pycaprio)\n\nPython client for the [INCEpTION](https://github.com/inception-project/inception) annotation tool remote API.\n\n## Installation\nAt the moment, this fork of `Pycaprio` is only available here, in GitHub (see reasons in \"Current state of Pycaprio\" below):\n```\npython -m pip install git+https://github.com/inception-project/pycaprio.git@0.2.1#egg=pycaprio\n```\n\n## Basic usage\nThe main object is the `Pycaprio` object, which will act as a client to interact with the API.\nYou will need your INCEpTION's host and an user with a [REMOTE role](https://inception-project.github.io//releases/0.11.0/docs/admin-guide.html#sect_remote_api).\nThen, instantiate the Pycaprio client:\n```python\nfrom pycaprio import Pycaprio\n\npycaprio_client = Pycaprio(\"http://inception-host.com\", ('username', 'password'))\n\n# Create a project\npycaprio_client.api.create_project(\"Project name\", \"creator-username\")\n```\n\nCheck the [documentation](https://pycaprio.readthedocs.io) if you want to know more.\n\n## Release\n\n* Set the release version in `pyproject.toml` (e.g. `version = \"0.3.1\"`)\n* Create a tag for the version e.g. `v0.3.1`\n* Push the tag - this will trigger a GitHub action that requires approval\n* Approve the action (or ask somebody who has the necessary permissions to approve)\n* Wait until build is complete and release is on pypi\n* Set the next dev version in `pyproject.toml` (e.g. `version = \"0.4.0-dev\"`)\n\n## License\nPyCaprio is under the MIT license. Check it out [here](https://opensource.org/licenses/MIT).\n\nPyCaprio was originally developed by [Savanamed](https://github.com/Savanamed/pycaprio) and Javier Luna Molina.\nIt is now part of the INCEpTION project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finception-project%2Fpycaprio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finception-project%2Fpycaprio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finception-project%2Fpycaprio/lists"}