Tool and library for discovering package dependencies in PyPI world
Project description
Dependency solver for the Thoth project.
Project scope
The aim of this project is to answer a simple question - what packages will be installed (resolved by pip) for the provided stack?
Imagine you have an application that has one dependency:
$ cat requirements.txt
tensorflow
This project will tell you how dependencies could be resolved:
$ thoth-solver -vvv pypi -r requirements.txt
The output can be found at here.
Installation
$ git clone git@github.com:fridex/thoth-solver.git
$ cd thoth-solver && export PYTHONPATH='.'
$ ./thoth-solver --help
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
thoth-solver-1.0.0.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file thoth-solver-1.0.0.tar.gz
.
File metadata
- Download URL: thoth-solver-1.0.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f2191c2c659d053ecaea5492e9e728d206a8e6353252ded3227ac7239832a58 |
|
MD5 | c796bfe09625b099063616a71d9fd5c7 |
|
BLAKE2b-256 | da8f6a754c8e6c7d0577c4d9b43a41a12e59c1b535ef7d6830ab5a62f2a655ec |
File details
Details for the file thoth_solver-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: thoth_solver-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c61402ddd2e844bca3deadf66b0544085cfaf57b1ec2fc968d616129940cf1d |
|
MD5 | 66fe9e7ffb2ca1f17b3c63fd4c82cbf9 |
|
BLAKE2b-256 | 445c03a9f1dc8f08f490d05bafb30c3e8b48c2e4121bc17fc9010bef6a962730 |