Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:30:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T18:56:35.657Z (3 months ago)
- Topics: dependencies, pip-tools, python
- Language: Python
- Homepage:
- Size: 499 KB
- Stars: 4
- Watchers: 6
- 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
![Python - Version](https://img.shields.io/pypi/pyversions/reqompyler.svg)
[![PyPy - Version](https://badge.fury.io/py/reqompyler.svg)](https://pypi.org/project/reqompyler/)
![PyPI - License](https://img.shields.io/pypi/l/reqompyler.svg)
[![Reqompyler - Badge](https://img.shields.io/badge/package-reqompyler-brightgreen.svg)](https://pypi.org/project/reqompyler/)
[![Updates](https://pyup.io/repos/github/zurutech/reqompyler/shield.svg)](https://pyup.io/repos/github/zurutech/reqompyler/)
[![Build Status](https://travis-ci.org/zurutech/reqompyler.svg?branch=master)](https://travis-ci.org/zurutech/reqompyler)
[![Documentation Status](https://readthedocs.org/projects/reqompyler/badge/?version=latest)](https://reqompyler.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/zurutech/reqompyler/branch/master/graph/badge.svg)](https://codecov.io/gh/zurutech/reqompyler)
[![CodeFactor](https://www.codefactor.io/repository/github/zurutech/reqompyler/badge)](https://www.codefactor.io/repository/github/zurutech/reqompyler)
![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)
[![Black - Badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](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 --helpUsage: 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