Skip to main content

Use pip-tools to compile a requirements.in folder into pinned dependencies.

Project description

Reqompyler

Python - Version PyPy - Version PyPI - License Reqompyler - Badge Build Status Documentation Status codecov CodeFactor Contributions Black - Badge Contributor Covenant

Table of Contents

Description

Use pip-tools to compile a requirements.in folder into proper pinned dependencies.

Installation

pip install reqompyler

Usage

$ reqompyler --help

Usage: reqompyler [OPTIONS]

  Console script for reqompyler.

Options:
  -i, --in PATH      Path to requirements.in folder  [default:
                     ./requirements.in]
  -o, --output PATH  Path to pinned requirements folder  [default:
                     ./requirements]
  --tld PATH         Ideally the top-level-directory of the package (ie, were
                     there is a setup.py). If not None will be used to export
                     a copy of your dev.txt as requirements.txt  [default: .]
  --ignore TEXT      Requirements.in file (without extension) to ignore,
                     if they are required by another they will be used but no dedicated
                     .txt file will be generated.  [default: linting]
  --help             Show this message and exit.

Credits

This package was created with Cookiecutter and the zurutech/cookie-monster project template.

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

reqompyler-0.1.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

reqompyler-0.1.0-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

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