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 /path/to/requirements.txt output.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.1.0.tar.gz (4.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: dephell-0.1.0.tar.gz
  • Upload date:
  • Size: 4.7 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.1.0.tar.gz
Algorithm Hash digest
SHA256 f329abf919f436af77c3279096844d5e2437b922da2c01912a2ff96c9609fabc
MD5 0d9d27c057c35f13e3203a53d9483090
BLAKE2b-256 07655a80fcfe20745c00a081896197d053a13af9b6a7131d4aaff3179da4309e

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