tendo icon indicating copy to clipboard operation
tendo copied to clipboard

Official repository of python tendo library, always welcoming new contributions.

====== tendo

Tendo is a python module that adds basic functionality that is not (yet) provided by Python.

.. image:: https://img.shields.io/pypi/v/tendo.svg?colorB=green :target: https://pypi.python.org/pypi/tendo/

.. image:: https://img.shields.io/pypi/l/tendo.svg?colorB=green :target: https://pypi.python.org/pypi/tendo/

.. image:: https://img.shields.io/pypi/wheel/tendo.svg :target: https://pypi.python.org/pypi/tendo/

.. image:: https://img.shields.io/codecov/c/github/pycontribs/tendo/master.svg :target: https://codecov.io/gh/pycontribs/tendo


.. image:: https://readthedocs.org/projects/tendo/badge/?version=latest :target: http://tendo.readthedocs.io

.. image:: https://api.travis-ci.com/pycontribs/tendo.svg?branch=master :target: https://travis-ci.com/pycontribs/tendo

.. image:: https://requires.io/github/pycontribs/tendo/requirements.svg?branch=master :target: https://requires.io/github/pycontribs/tendo/requirements/?branch=master :alt: Requirements Status

Documentation

Check:

  • http://packages.python.org/tendo/
  • https://tendo.readthedocs.org/en/latest/

Requirements and compatibility

  • python 3.6 or newer
  • distribute (for installation)
  • tox for running tests

Related project and packages

  • jaraco - http://pypi.python.org/pypi/jaraco.util
  • pexpect (maybe)