https://github.com/zurutech/reqompyler
Use pip-tools (https://github.com/jazzband/pip-tools) to compile a requirements.in folder into proper pinned dependencies.
https://github.com/zurutech/reqompyler
dependencies pip-tools python
Last synced: 8 months ago
JSON representation
Use pip-tools (https://github.com/jazzband/pip-tools) to compile a requirements.in folder into proper pinned dependencies.
- Host: GitHub
- URL: https://github.com/zurutech/reqompyler
- Owner: zurutech
- License: apache-2.0
- Created: 2020-02-13T11:51:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:30:33.000Z (over 3 years ago)
- Last Synced: 2025-08-24T22:15:37.011Z (10 months ago)
- Topics: dependencies, pip-tools, python
- Language: Python
- Homepage:
- Size: 499 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Reqompyler

[](https://pypi.org/project/reqompyler/)

[](https://pypi.org/project/reqompyler/)
[](https://pyup.io/repos/github/zurutech/reqompyler/)
[](https://travis-ci.org/zurutech/reqompyler)
[](https://reqompyler.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/zurutech/reqompyler)
[](https://www.codefactor.io/repository/github/zurutech/reqompyler)

[](https://github.com/python/black)
[](CODE_OF_CONDUCT.md)
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Credits](#credits)
## Description
Use [pip-tools](https://github.com/jazzband/pip-tools) to compile a requirements.in folder into proper pinned dependencies.
## Installation
```console
pip install reqompyler
```
## Usage
```console
$ 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.
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[zurutech/cookie-monster]: https://github.com/zurutech/cookie-monster