cli tool to verify and update requirements files
Project description
Tool to expand and pin requirements files and verify that they are complete.
install
Install from pypi.
pip install cireqs
usage
Cireqs uses overridable defaults:
dirpath: set to PWD
pythonversion: set to 3.5.2
output_requirements_filename: set to requirements.txt
input_requirements_filename: set to:
requirements.txt in verify_requirements
requirements_to_expand.txt in expand_requirements
cireqs --dirpath /tmp expand_requirements input_requirements_filename output_requirements_filename
cireqs verify_requirements input_requirements
Use it in your CI of choice!!!
travis
services:
- docker
before_script:
- pip install cireqs
script:
- cireqs verify_requirements
History
0.0.1 (2017-08-09)
git init
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
cireqs-0.0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file cireqs-0.0.1.tar.gz
.
File metadata
- Download URL: cireqs-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd97b34373acdfbdef707cdc217bb2dadc18880ee8efbc6742a893961a7dbeb |
|
MD5 | c89d00b5d2d478d44248c5ee6d334129 |
|
BLAKE2b-256 | 96c82138d04b95d7eddf8d3b2342b72df74734c21891c5a74a7fb0dac658ba03 |