{"id":13734051,"url":"https://github.com/bitshares/python-bitshares","last_synced_at":"2025-06-21T12:33:46.049Z","repository":{"id":14040012,"uuid":"75720980","full_name":"bitshares/python-bitshares","owner":"bitshares","description":"Fully featured client-side library for the BitShares Blockchain - written entirely in python.","archived":false,"fork":false,"pushed_at":"2025-06-04T09:37:52.000Z","size":1460,"stargazers_count":163,"open_issues_count":12,"forks_count":166,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-06-04T17:03:05.831Z","etag":null,"topics":["bitshares","blockchain","python","python-library"],"latest_commit_sha":null,"homepage":"http://docs.pybitshares.com/","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/bitshares.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-06T10:30:13.000Z","updated_at":"2025-06-04T09:37:56.000Z","dependencies_parsed_at":"2024-06-18T19:45:57.483Z","dependency_job_id":"19bd77f7-c80c-4c10-837a-3d2a11265b92","html_url":"https://github.com/bitshares/python-bitshares","commit_stats":{"total_commits":858,"total_committers":28,"mean_commits":"30.642857142857142","dds":0.5734265734265734,"last_synced_commit":"e39f6587c4c4fe4736528c7a26b0cdf7973f3918"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/bitshares/python-bitshares","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitshares%2Fpython-bitshares","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitshares%2Fpython-bitshares/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitshares%2Fpython-bitshares/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitshares%2Fpython-bitshares/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitshares","download_url":"https://codeload.github.com/bitshares/python-bitshares/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitshares%2Fpython-bitshares/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261123873,"owners_count":23113014,"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":["bitshares","blockchain","python","python-library"],"created_at":"2024-08-03T03:00:52.040Z","updated_at":"2025-06-21T12:33:41.038Z","avatar_url":"https://github.com/bitshares.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Python Libraries"],"readme":"# Python Library for BitShares\n\n![](https://img.shields.io/pypi/v/bitshares.svg?style=for-the-badge)\n![](https://img.shields.io/github/release/bitshares/python-bitshares.svg?style=for-the-badge)\n![](https://img.shields.io/github/downloads/bitshares/python-bitshares/total.svg?style=for-the-badge)\n![](https://img.shields.io/pypi/pyversions/bitshares.svg?style=for-the-badge)\n![](https://img.shields.io/pypi/l/bitshares.svg?style=for-the-badge)\n![](https://cla-assistant.io/readme/badge/bitshares/python-bitshares)\n\n**Stable**\n\n[![docs master](https://readthedocs.org/projects/python-bitshares/badge/?version=latest)](http://python-bitshares.readthedocs.io/en/latest/)\n[![Travis master](https://travis-ci.org/bitshares/python-bitshares.png?branch=master)](https://travis-ci.org/bitshares/python-bitshares)\n[![codecov](https://codecov.io/gh/bitshares/python-bitshares/branch/master/graph/badge.svg)](https://codecov.io/gh/bitshares/python-bitshares)\n\n**Develop**\n\n[![docs develop](https://readthedocs.org/projects/python-bitshares/badge/?version=develop)](http://python-bitshares.readthedocs.io/en/develop/)\n[![Travis develop](https://travis-ci.org/bitshares/python-bitshares.png?branch=develop)](https://travis-ci.org/bitshares/python-bitshares)\n[![codecov develop](https://codecov.io/gh/bitshares/python-bitshares/branch/develop/graph/badge.svg)](https://codecov.io/gh/bitshares/python-bitshares)\n\n---\n\n## Documentation\n\nVisit the [pybitshares website](http://docs.pybitshares.com/en/latest/) for in depth documentation on this Python library.\n\n## Installation\n\n### Install with pip3:\n\n    $ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip\n    $ pip3 install bitshares\n\n### Manual installation:\n\n    $ git clone https://github.com/bitshares/python-bitshares/\n    $ cd python-bitshares\n    $ python3 setup.py install --user\n\n### Upgrade\n\n    $ pip3 install --user --upgrade bitshares\n\n## Contributing\n\npython-bitshares welcomes contributions from anyone and everyone. Please\nsee our [guidelines for contributing](CONTRIBUTING.md) and the [code of\nconduct](CODE_OF_CONDUCT.md).\n\n### Discussion and Developers\n\nDiscussions around development and use of this library can be found in a\n[dedicated Telegram Channel](https://t.me/pybitshares)\n\n### License\n\nA copy of the license is available in the repository's\n[LICENSE](LICENSE.txt) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitshares%2Fpython-bitshares","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitshares%2Fpython-bitshares","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitshares%2Fpython-bitshares/lists"}