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 hashes)
Built Distribution
Close
Hashes for thoth_solver-1.0.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02f0475cae940740e1732686f94d3e2f854d8383159582daac201a47a3c29549 |
|
MD5 | 2277afac5c90e594360da72d7b69de79 |
|
BLAKE2b-256 | bee6168468696f2f529a25e5418528e5a7ab95bd599fe29fcada41df298e3042 |