{"id":15009858,"url":"https://github.com/cur1iosity/hivepy","last_synced_at":"2025-10-03T19:30:23.518Z","repository":{"id":202920300,"uuid":"708416111","full_name":"Cur1iosity/hivepy","owner":"Cur1iosity","description":"Unofficial flexible library to work with HexWay Hive Rest API","archived":true,"fork":false,"pushed_at":"2024-07-24T11:43:14.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T10:42:42.293Z","etag":null,"topics":["hexway","hive","python3","python312","rest-api"],"latest_commit_sha":null,"homepage":"https://hexway.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cur1iosity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-22T14:00:00.000Z","updated_at":"2024-09-05T10:17:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"1281d46c-8821-430e-ad84-65554d478f0a","html_url":"https://github.com/Cur1iosity/hivepy","commit_stats":null,"previous_names":["cur1iosity/hivepy"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Cur1iosity/hivepy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cur1iosity%2Fhivepy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cur1iosity%2Fhivepy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cur1iosity%2Fhivepy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cur1iosity%2Fhivepy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cur1iosity","download_url":"https://codeload.github.com/Cur1iosity/hivepy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cur1iosity%2Fhivepy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278217052,"owners_count":25950032,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hexway","hive","python3","python312","rest-api"],"created_at":"2024-09-24T19:28:55.206Z","updated_at":"2025-10-03T19:30:23.226Z","avatar_url":"https://github.com/Cur1iosity.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Run Tests](https://github.com/Cur1iosity/hivepy/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Cur1iosity/hivepy/actions/workflows/run-tests.yml)\n[![PyPI](https://img.shields.io/pypi/v/hw-hivepy)](https://pypi.org/project/hw-hivepy/)\n[![Hexway](https://img.shields.io/badge/hexway-visit%20site-blue)](https://hexway.io)\n\n# HivePy\n\nUnofficial flexible library for [HexWay Hive](https://hexway.io/hive/) Rest API.\n\n#### Tested on HexWay Hive 0.62.8\n\n## Installation\n```bash\npip install hw-hivepy\n```\n\n## Dependencies\n\n- pydantic ~= 2.4\n- requests ~= 2.31.0\n\n## Usage\n### API work modes\nThere are three available modes for the HiveApi:\n- (**json**) returns raw json response\n- (**raw_items**) returns raw json response with items only\n- (**object** [default]) returns parsed json response as object\n\n### Simple HiveClient\n```python\nfrom hivepy import HiveApi\n\n\ndef main() -\u003e None:\n    \"\"\"Main function.\"\"\"\n    auth = {\n        'url': 'http://127.0.0.1',\n        'username': 'user',\n        'password': 'password',\n    }\n\n    hive: HiveApi = HiveApi().connect(**auth)\n    # hive.mode = 'json'  # Set mode\n    \n    # Getting projects and its issues\n    hive.get_projects()\n    hive.get_project(project_id='some-project-id')\n    hive.get_issues(project_id='some-project-id')\n\n    # Download binary file\n    hive.get_file(project_id='some-project-id', file_id='some-file-id')\n\n\nif __name__ == \"__main__\":\n    main()\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcur1iosity%2Fhivepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcur1iosity%2Fhivepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcur1iosity%2Fhivepy/lists"}