Skip to main content

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)

[![CircleCI](https://img.shields.io/circleci/project/github/rehandalal/sort-requirements.svg)](https://circleci.com/gh/rehandalal/sort-requirements)

#### 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.org/project/sort-requirements/) and install it to your system. More information about pip and pypi can be found here:

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

If you only want to get a list of files that need sorting, without actually writing any changes to the files, use the –check flag:

` $ sort-requirements --check my-requirements-file.txt another-file.txt `

For even more options use the –help flag:

` $ sort-requirements --help `

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

sort_requirements-1.3.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

sort_requirements-1.3.0-py3-none-any.whl (9.5 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