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.0rc1.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file thoth-solver-1.0.0rc1.tar.gz
.
File metadata
- Download URL: thoth-solver-1.0.0rc1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3bfe97f13d383478ddc31938ece2c126daa735d2f6a34d045de3d86cc213d1b |
|
MD5 | 1e4d7f36e3e2109e434f7b24dc896bbe |
|
BLAKE2b-256 | 939e8465219ecc2673118741bd560d2a48a0219b40ce2de8fe7debcd2b75b6ec |
File details
Details for the file thoth_solver-1.0.0rc1-py3-none-any.whl
.
File metadata
- Download URL: thoth_solver-1.0.0rc1-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02f0475cae940740e1732686f94d3e2f854d8383159582daac201a47a3c29549 |
|
MD5 | 2277afac5c90e594360da72d7b69de79 |
|
BLAKE2b-256 | bee6168468696f2f529a25e5418528e5a7ab95bd599fe29fcada41df298e3042 |