{"id":23564662,"url":"https://github.com/wtdcode/mdbx-py","last_synced_at":"2025-08-07T20:11:44.766Z","repository":{"id":269143968,"uuid":"906549299","full_name":"wtdcode/mdbx-py","owner":"wtdcode","description":"The Python Bindings to MDBX","archived":false,"fork":false,"pushed_at":"2025-06-06T12:45:21.000Z","size":145,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T20:19:54.089Z","etag":null,"topics":["bindings","database","kvdb","libmdbx","mdbx","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtdcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null}},"created_at":"2024-12-21T07:54:16.000Z","updated_at":"2025-06-06T12:45:22.000Z","dependencies_parsed_at":"2024-12-21T09:22:55.015Z","dependency_job_id":"bfaa1204-3396-4c05-841a-79d17e729988","html_url":"https://github.com/wtdcode/mdbx-py","commit_stats":null,"previous_names":["wtdcode/mdbx-py"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/wtdcode/mdbx-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fmdbx-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fmdbx-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fmdbx-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fmdbx-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtdcode","download_url":"https://codeload.github.com/wtdcode/mdbx-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fmdbx-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269317236,"owners_count":24396846,"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-08-07T02:00:09.698Z","response_time":73,"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":["bindings","database","kvdb","libmdbx","mdbx","python"],"created_at":"2024-12-26T17:17:10.284Z","updated_at":"2025-08-07T20:11:44.725Z","avatar_url":"https://github.com/wtdcode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python bindings for libmdbx\n\nPython bindings for libmdbx.\n\nTry it with\n\n```bash\npip install libmdbx\n```\n\nContributions and feedbacks are highly welcome.\n\n## Usage\n\nA quick sample to read all values from the default database:\n\n```python\nwith Env(...) as env:\n    with env.ro_transaction() as txn:\n        with txn.cursor() as cur:\n            for k, v in cur.iter():\n                ...\n```\n\n## Manual build\n\nClone the repo\n\n```bash\ngit clone https://github.com/wtdcode/mdbx-py\ngit submodule update --init --recursive\n```\n\nInstall via poetry\n\n```bash\npoetry install\n```\n\nThat's it!\n\n## Credits\n\nForked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtdcode%2Fmdbx-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtdcode%2Fmdbx-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtdcode%2Fmdbx-py/lists"}