Skip to main content

Pip freeze that shows detailed descriptions of the packages.

Project description

Pip freeze that shows detailed descriptions of the packages.

Example

This tool will transform your regular pip freeze from:

dj-database-url==0.3.0
dj-static==0.0.6
Django==1.6.11
static3==0.6.1
wheel==0.24.0

into:

# dj-database-url
# License: BSD
# Homepage: https://github.com/kennethreitz/dj-database-url
# Author: Kenneth Reitz
dj-database-url==0.3.0

# dj-static
# License: BSD
# Homepage: https://github.com/kennethreitz/dj-static
# Author: Kenneth Reitz
dj-static==0.0.6

# Django
# License: BSD
# Homepage: http://www.djangoproject.com/
# Author: Django Software Foundation
Django==1.6.11

# static3
# License: LGPL
# Homepage: https://github.com/rmohr/static3
# Author: Roman Mohr
static3==0.6.1

# wheel
# License: MIT
# Homepage: http://bitbucket.org/pypa/wheel/
# Author: Daniel Holth
wheel==0.24.0

Usage

You can run the program with:

$ pretty-freeze

This package won’t show itself in the freeze, so no unnecessary requirements will be added. You can use it with a requirements.txt file just as you would use pip freeze.

Install

$ pip install pretty-freeze

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

pretty-freeze-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

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