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

Uploaded Source

File details

Details for the file dephell-0.2.0.tar.gz.

File metadata

  • Download URL: dephell-0.2.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.2

File hashes

Hashes for dephell-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a11c9814dcff9f91ca89dcd71021072d6115e5912c73f80285d772bbe48b80b5
MD5 7dc047decf1ef6315a50e94a849e4f28
BLAKE2b-256 d2e882b5f902e471d3016643ea683f24e70af7e4bf2d4ac9327b369a9413cc25

See more details on using hashes here.

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