Metadata-Version: 1.2
Name: thoth-python
Version: 0.4.0
Summary: A Python ecosystem specific library
Home-page: https://github.com/thoth-station/python
Author: Fridolin Pokorny
Author-email: fridolin@redhat.com
Maintainer: Fridolin Pokorny
Maintainer-email: fridolin@redhat.com
License: GPLv3+
Description: Thoth Python
        ------------
        
        This library provides routines for Python specific operations for project Thoth. An example of routines present in this library:
        
        * manipulating with project (see Project abstraction)
        * operations on top of requirements.txt files and/or Pipfile and Pipfile.lock files
        * operations for operating with Python package source indexes (`PEP-0503 <https://www.python.org/dev/peps/pep-0503/>`_ compatible simple repository API)
        * operations for Python packages (default and the development ones) and their in memory hierarchical structures
        
        
        Running the testsuite
        =====================
        
        You can use Pipenv for managing this project and execute testsuite using ``setup.py``'s ``test`` command:
        
        .. code-block:: console
        
          pipenv install --dev
          pipenv run python3 setup.py test
        
        
Keywords: python dependency pypi dependencies tool library thoth
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: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
