Skip to main content

Depending on the installation or uninstall packages, and then edit the requirements file.

Project description

CircleCI Coverage Status Requires.io Code Climate Code Health GitHub license

Depending on the installation or uninstall packages, and then edit the requirements file.

Install snake-pit

$ pip install snake-pit

Usage

install

$ echo '#requirements.in' > requirements.in

$ pit install flask pytest
...
Successfully installed Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.11.1 flask-0.10.1 itsdangerous-0.24 py-1.4.30 pytest-2.8.2
Append the following packages in requirements.in: flask, pytest

$ cat requirements.in
#requirements.in
flask
pytest

uninstall

$ cat requirements.in
#requirements.in
requests
nose

$ pit uninstall nose
Do you want to continue? [y/N]: y
Uninstalling nose-1.3.7:
  Successfully uninstalled nose-1.3.7
Remove the following packages from requirements.in: nose

$ cat requirements.in
#requirements.in
requests

Aliases

$ pit i django  # install django
$ pit u django  # uninstall django

Develop

Update README

$ pandoc -f markdown -t rst README.md > README.rst

License

MIT

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

snake-pit-0.2.3.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

snake_pit-0.2.3-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 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