thoth-station / python

Library for Python related code
GNU General Public License v3.0
4 stars 12 forks source link
artificial-intelligence dependencies hacktoberfest pipenv pipfile pypi thoth

Thoth Python

This library provides routines for Python specific operations for project Thoth <https://thoth-station.ninja>_. An example of routines present in this library:

Installation

This package is available on PyPI <https://pypi.org/project/thoth-python/>. You can install it with pip or Pipenv <https://pipenv.readthedocs.io>:

.. code-block:: console

pipenv install thoth-python

Running and testing

You can use Pipenv for managing this project and execute testsuite using setup.py's test command:

.. code-block:: console

Clone this package:

git clone https://github.com/thoth-station/python.git thoth-python cd thoth-python pipenv install --dev pipenv run python3 setup.py test