{"id":19741920,"url":"https://github.com/pyo3/python-pkginfo-rs","last_synced_at":"2025-05-06T23:45:05.184Z","repository":{"id":42524135,"uuid":"372849975","full_name":"PyO3/python-pkginfo-rs","owner":"PyO3","description":"Parse Python package metadata from sdist and bdists and etc.","archived":false,"fork":false,"pushed_at":"2025-03-28T17:30:40.000Z","size":302,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-06T19:46:04.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/PyO3.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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}},"created_at":"2021-06-01T14:00:08.000Z","updated_at":"2025-03-28T17:29:53.000Z","dependencies_parsed_at":"2024-11-12T01:31:09.234Z","dependency_job_id":"8e40f442-f7a3-44dd-893d-874f37c6ee6b","html_url":"https://github.com/PyO3/python-pkginfo-rs","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fpython-pkginfo-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fpython-pkginfo-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fpython-pkginfo-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyO3%2Fpython-pkginfo-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyO3","download_url":"https://codeload.github.com/PyO3/python-pkginfo-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788404,"owners_count":21804280,"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":[],"created_at":"2024-11-12T01:28:25.889Z","updated_at":"2025-05-06T23:45:05.166Z","avatar_url":"https://github.com/PyO3.png","language":"Rust","readme":"# python-pkginfo-rs\n\n[![GitHub Actions](https://github.com/PyO3/python-pkginfo-rs/workflows/CI/badge.svg)](https://github.com/PyO3/python-pkginfo-rs/actions?query=workflow%3ACI)\n[![Crates.io](https://img.shields.io/crates/v/python-pkginfo.svg)](https://crates.io/crates/python-pkginfo)\n[![docs.rs](https://docs.rs/python-pkginfo/badge.svg)](https://docs.rs/python-pkginfo/)\n\nParse Python package metadata from sdist and bdists and etc.\nA Rust port of the [pkginfo](https://pypi.org/project/pkginfo/) Python library.\n\n## Installation\n\nAdd it to your `Cargo.toml`:\n\n```toml\n[dependencies]\npython-pkginfo = \"0.6\"\n```\n\nthen you are good to go. If you are using Rust 2015 you have to add `extern crate python_pkginfo` to your crate root as well.\n\n## Example\n\n```rust\nuse python_pkginfo::Distribution;\n\nfn main() {\n    let dist = Distribution::new(\"path/to/package.whl\").unwrap();\n    println!(\"{:#?}\", dist.metadata());\n}\n```\n\n## License\n\nThis work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyo3%2Fpython-pkginfo-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyo3%2Fpython-pkginfo-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyo3%2Fpython-pkginfo-rs/lists"}