A simple script to sort python dependencies in requirement text files.
Project description
A simple script to sort python dependencies in requirement text files.
![PyPI](https://img.shields.io/pypi/v/sort_requirements.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sort_requirements.svg)
#### Installation
Installing this tool is easily done using [pip](https://github.com/pypa/pip). Assuming pip is installed just run the following from the command line:
` $ pip install sort_requirements `
This command will download the latest version from the [Python Package Index](https://pypi.python.org/pypi/sort_requirements) and install it to your system. More information about pip and pypi can be found here:
[install pip](https://pip.pypa.io/en/latest/installing.html)
[pypi](https://pypi.python.org/pypi)
Alternatively you can install from the distribution using the setup.py script:
` $ python setup.py install `
You could also install the [development version](https://github.com/rehandalal/sort-requirements/tarball/master#egg=sort-requirements-dev) by running the following:
` $ pip install therapist==dev `
Or simple install from a clone of the [git repo](https://github.com/rehandalal/therapist/):
` $ git clone https://github.com/rehandalal/sort-requirements.git $ mkvirtualenv sort-requirements $ pip install --editable . `
#### Usage
To use this tool simply run the following from the command line:
` $ sort-requirements my-requirements-file.txt `
Please make sure to replace my-requirements-file.txt with the path to your requirements file(s).
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
Built Distribution
Hashes for sort_requirements-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2959697bf536c2dafc691c85d9b5ef259f7374ee48461891dc045d2284b33a69 |
|
MD5 | 753353f70c79ca4b5f2c49a002d3992a |
|
BLAKE2b-256 | fc2f364a13046a0b9f60589df32c96f181b82aac540a6e9ae0475996d97adc80 |