Skip to main content

Dependency resolution for Python

Project description

DepHell

Dependency resolution for Python.

Installation

sudo pip3 install dephell

Usage

As CLI:

# output to stdout:
dephell requirements.txt
# output to file:
dephell requirements.in requirements.txt

As runnable module:

python3 -m dephell from pip /path/to/requirements.in to pip /path/to/requirements.txt

As python lib:

from dephell import Resolver
resolver = Resolver.from_requirements(path_from)
resolver.resolve()
content = resolver.to_requirements()

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

dephell-0.2.0.tar.gz (3.0 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