Skip to main content

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


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 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