{"id":13419597,"url":"https://github.com/lbryio/lbry-sdk","last_synced_at":"2025-05-13T19:04:55.972Z","repository":{"id":36796474,"uuid":"41103286","full_name":"lbryio/lbry-sdk","owner":"lbryio","description":"The LBRY SDK for building decentralized, censorship resistant, monetized digital content apps.","archived":false,"fork":false,"pushed_at":"2024-08-19T07:49:41.000Z","size":23756,"stargazers_count":7206,"open_issues_count":397,"forks_count":492,"subscribers_count":168,"default_branch":"master","last_synced_at":"2025-04-25T22:42:09.712Z","etag":null,"topics":["bitcoin","bittorrent","blockchain","cryptocurrency","decentralized","dht","kademlia","lbry","p2p","protocol","python"],"latest_commit_sha":null,"homepage":"https://lbry.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/lbryio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-20T15:24:10.000Z","updated_at":"2025-04-25T12:16:33.000Z","dependencies_parsed_at":"2023-02-18T08:01:11.233Z","dependency_job_id":"23b2ad13-4290-4884-aecf-97c2358da847","html_url":"https://github.com/lbryio/lbry-sdk","commit_stats":{"total_commits":8022,"total_committers":117,"mean_commits":68.56410256410257,"dds":0.7424582398404388,"last_synced_commit":"e7666f489418e96b6d2104974e93915b539235c5"},"previous_names":["lbryio/lbry"],"tags_count":641,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbryio%2Flbry-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbryio%2Flbry-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbryio%2Flbry-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbryio%2Flbry-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lbryio","download_url":"https://codeload.github.com/lbryio/lbry-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250907663,"owners_count":21506068,"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":["bitcoin","bittorrent","blockchain","cryptocurrency","decentralized","dht","kademlia","lbry","p2p","protocol","python"],"created_at":"2024-07-30T22:01:18.196Z","updated_at":"2025-04-25T22:42:10.633Z","avatar_url":"https://github.com/lbryio.png","language":"Python","readme":"# \u003cimg src=\"https://raw.githubusercontent.com/lbryio/lbry-sdk/master/lbry.png\" alt=\"LBRY\" width=\"48\" height=\"36\" /\u003e LBRY SDK [![build](https://github.com/lbryio/lbry-sdk/actions/workflows/main.yml/badge.svg)](https://github.com/lbryio/lbry-sdk/actions/workflows/main.yml) [![coverage](https://coveralls.io/repos/github/lbryio/lbry-sdk/badge.svg)](https://coveralls.io/github/lbryio/lbry-sdk)\n\nLBRY is a decentralized peer-to-peer protocol for publishing and accessing digital content. It utilizes the [LBRY blockchain](https://github.com/lbryio/lbrycrd) as a global namespace and database of digital content. Blockchain entries contain searchable content metadata, identities, rights and access rules. LBRY also provides a data network that consists of peers (seeders) uploading and downloading data from other peers, possibly in exchange for payments, as well as a distributed hash table used by peers to discover other peers.\n\nLBRY SDK for Python is currently the most fully featured implementation of the LBRY Network protocols and includes many useful components and tools for building decentralized applications. Primary features and components include:\n\n * Built on Python 3.7 and `asyncio`.\n * Kademlia DHT (Distributed Hash Table) implementation for finding peers to download from and announcing to peers what we have to host ([lbry.dht](https://github.com/lbryio/lbry-sdk/tree/master/lbry/dht)).\n * Blob exchange protocol for transferring encrypted blobs of content and negotiating payments ([lbry.blob_exchange](https://github.com/lbryio/lbry-sdk/tree/master/lbry/blob_exchange)).\n * Protobuf schema for encoding and decoding metadata stored on the blockchain ([lbry.schema](https://github.com/lbryio/lbry-sdk/tree/master/lbry/schema)).\n * Wallet implementation for the LBRY blockchain ([lbry.wallet](https://github.com/lbryio/lbry-sdk/tree/master/lbry/wallet)).\n * Daemon with a JSON-RPC API to ease building end user applications in any language and for automating various tasks ([lbry.extras.daemon](https://github.com/lbryio/lbry-sdk/tree/master/lbry/extras/daemon)). \n\n## Installation\n\nOur [releases page](https://github.com/lbryio/lbry-sdk/releases) contains pre-built binaries of the latest release, pre-releases, and past releases for macOS, Debian-based Linux, and Windows. [Automated travis builds](http://build.lbry.io/daemon/) are also available for testing.\n\n## Usage\n\nRun `lbrynet start` to launch the API server.\n\nBy default, `lbrynet` will provide a JSON-RPC server at `http://localhost:5279`. It is easy to interact with via cURL or sane programming languages.\n\nOur [quickstart guide](https://lbry.tech/playground) provides a simple walkthrough and examples for learning.\n\nWith the daemon running, `lbrynet commands` will show you a list of commands.\n\nThe full API is documented [here](https://lbry.tech/api/sdk).\n\n## Running from source\n\nInstalling from source is also relatively painless. Full instructions are in [INSTALL.md](INSTALL.md)\n\n## Contributing\n\nContributions to this project are welcome, encouraged, and compensated. For more details, please check [this](https://lbry.tech/contribute) link.\n\n## License\n\nThis project is MIT licensed. For the full license, see [LICENSE](LICENSE).\n\n## Security\n\nWe take security seriously. Please contact security@lbry.com regarding any security issues. [Our PGP key is here](https://lbry.com/faq/pgp-key) if you need it.\n\n## Contact\n\nThe primary contact for this project is [@eukreign](mailto:lex@lbry.com).\n\n## Additional information and links\n\nThe documentation for the API can be found [here](https://lbry.tech/api/sdk).\n\nDaemon defaults, ports, and other settings are documented [here](https://lbry.tech/resources/daemon-settings).\n\nSettings can be configured using a daemon-settings.yml file. An example can be found [here](https://github.com/lbryio/lbry-sdk/blob/master/example_daemon_settings.yml).\n","funding_links":[],"categories":["Python","blockchain","Projects"],"sub_categories":["Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbryio%2Flbry-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flbryio%2Flbry-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbryio%2Flbry-sdk/lists"}