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 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
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.2.0.tar.gz
(3.0 kB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a11c9814dcff9f91ca89dcd71021072d6115e5912c73f80285d772bbe48b80b5 |
|
MD5 | 7dc047decf1ef6315a50e94a849e4f28 |
|
BLAKE2b-256 | d2e882b5f902e471d3016643ea683f24e70af7e4bf2d4ac9327b369a9413cc25 |