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
YUM/DNF (system defined repositories)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file reqwise-0.0.1.dev19.tar.gz
.
File metadata
- Download URL: reqwise-0.0.1.dev19.tar.gz
- Upload date:
- Size: 51.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ebad56d9a7ff356f54e98bf6afed951299514d8b718d3facb95746a254af0b2 |
|
MD5 | 8ac8d97fb2f21739d7ad1422d907f170 |
|
BLAKE2b-256 | 40987e232b08c56b285a5a8e43c0e2998602190c7011d39054fe2c9e956cf7d4 |