Dependency resolution for Python
Project description
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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f329abf919f436af77c3279096844d5e2437b922da2c01912a2ff96c9609fabc |
|
MD5 | 0d9d27c057c35f13e3203a53d9483090 |
|
BLAKE2b-256 | 07655a80fcfe20745c00a081896197d053a13af9b6a7131d4aaff3179da4309e |