{"id":16361409,"url":"https://github.com/pevers/pep508_parser","last_synced_at":"2026-04-22T23:35:01.255Z","repository":{"id":63130009,"uuid":"562482766","full_name":"pevers/pep508_parser","owner":"pevers","description":"PEP-508 parser written in Rust","archived":false,"fork":false,"pushed_at":"2022-11-13T13:28:51.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-11T08:21:14.347Z","etag":null,"topics":["parser","pep508","python","rust"],"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/pevers.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}},"created_at":"2022-11-06T13:59:11.000Z","updated_at":"2025-04-27T23:30:25.000Z","dependencies_parsed_at":"2022-11-13T14:30:35.933Z","dependency_job_id":null,"html_url":"https://github.com/pevers/pep508_parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pevers/pep508_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pevers%2Fpep508_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pevers%2Fpep508_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pevers%2Fpep508_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pevers%2Fpep508_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pevers","download_url":"https://codeload.github.com/pevers/pep508_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pevers%2Fpep508_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["parser","pep508","python","rust"],"created_at":"2024-10-11T02:13:57.782Z","updated_at":"2026-04-22T23:35:01.220Z","avatar_url":"https://github.com/pevers.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pep508_parser [![test suite](https://github.com/pevers/pep508_parser/actions/workflows/ci.yaml/badge.svg)](https://github.com/pevers/pep508_parser/actions/workflows/ci.yaml)\n\nThis crate parses [PEP-508](https://peps.python.org/pep-0508/) strings for Rust.\nIt uses [pest](https://github.com/pest-parser/pest) under the hood to parse a simplified version of the Parsing Expression Grammar (PEG) of the PEP-508 standard.\n\n```toml\n[dependencies]\npep508_parser = \"0.1.0\"\n```\n\n```rust\nuse pep508_parser::parse;\n\nfn main() {\n    let dependency =\n        parse(\"name[quux, strange];python_version\u003c'2.7' and platform_version=='2'\").unwrap();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpevers%2Fpep508_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpevers%2Fpep508_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpevers%2Fpep508_parser/lists"}