Tool and library for discovering package dependencies in PyPI world
Project description
thoth-solver
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 and Deployment
git clone git@github.com:thoth-station/solver.git
cd thoth-solver && export PYTHONPATH='.'
./thoth-solver --help
This project is also released on PyPI, so the latest release can be installed via pip or Pipenv:
pipenv install thoth-solver
Solver is run in Thoth to gather information about package dependencies. You can find deployment templates in the openshift/ directory present in the root of this Git repository. The actual deployment is done using Ansible playbooks available in the Thoth’s core repository.
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
Built Distribution
File details
Details for the file thoth-solver-1.1.0.tar.gz
.
File metadata
- Download URL: thoth-solver-1.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062f9572b91120a5eb3659b81cf84e8c87c6edf227060a55b286a4fa1f5c4fc6 |
|
MD5 | bd62b237a3a38e991a439450eb9709d1 |
|
BLAKE2b-256 | 8c093efdb0875b2c5ff3d1eb3987cfdc2c96477c0dc7d6dcc0031c84c23dee7d |
File details
Details for the file thoth_solver-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: thoth_solver-1.1.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b90b8b45d04835747839096f47638ef890efcd84246599320d5b3ca26167268b |
|
MD5 | 5647452dc4d842682f837a7c8d949be8 |
|
BLAKE2b-256 | 3f31b123d6a344ac73bf975004a8915a497ca5194613dd405618d2e587beba22 |