Skip to main content

Python requirements analysis for RHEL/Fedora/CentOS

Project description

If you need or prefer to use Linux RPMs only, ReqWise will read your Python project’s requirements and seek for them in multiple different sources, while ensuring they are matching the version specified in the requirement files.

<div align=”center”><img src=”./doc/reqwise.png” alt=”Reqwise output” width=”400”></div><hr />

Install

To install reqwise on your system, run the following command:

sudo pip install .

Supported Sources

Examples

Search for the default requirements files in the current directory:

reqwise

Search the requirements in COPR:

reqwise –copr el7-rhos9-test-deps

By default, reqwise will look for RPM short version (x.y.z), you can search for the long version (x.y.z-w):

reqwise –long

### Configuration (Optional)

Can be set in your current working directory (reqwise.conf) or in ‘/etc/reqwise/reqwise.conf’

The configuration file consists of sources. Source is where reqwise will look for your requirement

An example for configration file:

[copr] el7-rhos9-test-deps el7-rhos10-test-deps

[koji] disabled=True

[yum] repos=my_repo,another_repo

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

reqwise-0.0.1.dev19.tar.gz (51.9 kB view hashes)

Uploaded Source

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