Metadata-Version: 1.2
Name: thoth-solver
Version: 1.0.0
Summary: Tool and library for discovering package dependencies in PyPI world
Home-page: https://github.com/fridex/thoth-solver
Author: Fridolin Pokorny
Author-email: fridolin@redhat.com
Maintainer: Fridolin Pokorny
Maintainer-email: fridolin@redhat.com
License: ASL v2.0
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:
        
        .. code-block:: console
        
          $ cat requirements.txt
          tensorflow
        
        
        This project will tell you how dependencies could be resolved:
        
        .. code-block:: console
        
          $ thoth-solver -vvv pypi -r requirements.txt 
        
        The output can be found at `here <https://pastebin.com/bKLbcXe1>`_.
        
        Installation
        ------------
        
        .. code-block:: console
        
          $ git clone git@github.com:fridex/thoth-solver.git
          $ cd thoth-solver && export PYTHONPATH='.'
          $ ./thoth-solver --help
        
Keywords: python dependency pypi dependencies tool library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
