Skip to main content

This is a small Python module for parsing Pip requirement files.

Project description

Requirements Parser

shield_pypi-version shield_rtfd shield_gh-workflow-test shield_license


This is a small Python module for parsing Pip requirement files.

The goal is to parse everything in the Pip requirement file format spec.

Installation

pip install requirements-parser

or

poetry add requirements-parser

Examples

requirements-parser can parse a file-like object or a text string.

>>> import requirements
>>> with open('requirements.txt', 'r') as fd:
...     for req in requirements.parse(fd):
...         print(req.name, req.specs)
Django [('>=', '1.11'), ('<', '1.12')]
six [('==', '1.10.0')]

It can handle most (if not all) of the options in requirement files that do not involve traversing the local filesystem. These include:

  • editables (-e git+https://github.com/toastdriven/pyelasticsearch.git]{.title-ref})
  • version control URIs
  • egg hashes and subdirectories ([\#egg=django-haystack&subdirectory=setup]{.title-ref})
  • extras ([DocParser[PDF]]{.title-ref})
  • URLs

Documentation

View the documentation here.

Python Support

We endeavour to support all functionality for all current actively supported Python versions. However, some features may not be possible/present in older Python versions due to their lack of support.

Changelog

See our CHANGELOG.

Contributing

Feel free to open issues, bugreports or pull requests.
See the CONTRIBUTING file for details.

Copyright & License

requirements-parser was originally written by @davidfischer and is now maintained by @madpah. See Authors for full details.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.

See the LICENSE file for the full license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requirements_parser-0.10.1.tar.gz (23.3 kB view details)

Uploaded Source

Built Distribution

requirements_parser-0.10.1-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file requirements_parser-0.10.1.tar.gz.

File metadata

  • Download URL: requirements_parser-0.10.1.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for requirements_parser-0.10.1.tar.gz
Algorithm Hash digest
SHA256 cf208b8cb23d9b05b35ab0238db416a4b751441a41744c9e8b619362ee534d17
MD5 e45efc9817900c63feb35f57c33cb4b4
BLAKE2b-256 74b63ddc45047a7a5967585fd1ded72abbb65e6f5124028865762f2bea177e3e

See more details on using hashes here.

File details

Details for the file requirements_parser-0.10.1-py3-none-any.whl.

File metadata

File hashes

Hashes for requirements_parser-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bb6b6e84d54ed4fee5153d0f2889615f791d8eba4521961a075f6d3f1fb2974d
MD5 a583d953c3b0ce85fa6562116f0fd078
BLAKE2b-256 c3b5273f97e8fbe67454da706abaf9732e1853c9dfee7f41da3c84a35993d189

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page