{"id":19506724,"url":"https://github.com/blfpd/requirements","last_synced_at":"2025-10-05T02:23:12.149Z","repository":{"id":57660286,"uuid":"253087544","full_name":"blfpd/requirements","owner":"blfpd","description":"PIP requirements file parser written in Rust.","archived":false,"fork":false,"pushed_at":"2021-02-13T21:48:49.000Z","size":42,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-20T09:55:01.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/requirements","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/blfpd.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":"2020-04-04T19:56:46.000Z","updated_at":"2023-02-25T23:41:24.000Z","dependencies_parsed_at":"2022-08-27T11:50:40.070Z","dependency_job_id":null,"html_url":"https://github.com/blfpd/requirements","commit_stats":null,"previous_names":["blfpd/requirements"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/blfpd/requirements","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blfpd%2Frequirements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blfpd%2Frequirements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blfpd%2Frequirements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blfpd%2Frequirements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blfpd","download_url":"https://codeload.github.com/blfpd/requirements/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blfpd%2Frequirements/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399691,"owners_count":25980334,"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-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-11-10T22:38:03.003Z","updated_at":"2025-10-05T02:23:12.119Z","avatar_url":"https://github.com/blfpd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# requirements\n\n![](https://github.com/batisteo/requirements/workflows/Rust/badge.svg)\n\nFast parser of [Python requirement files](https://pip.readthedocs.io/en/1.1/requirements.html)\nboth `.txt` or `.in`.\n\n## Usage\n\nExample:\n\n```rust\nuse requirements;\n\nfn main() {\n    let content = \"Django\u003e=3.0.0\";\n    let reqs = requirements::parse_str(\u0026content).unwrap();\n\n    for req in reqs.into_iter() {\n        println!(\"{:?}\", req);\n    }\n}\n\n```\n\n## License\n\nThis project is Free Software and available under the MIT license. See\nthe `LICENSE` file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblfpd%2Frequirements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblfpd%2Frequirements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblfpd%2Frequirements/lists"}