pytutils

it's pronounced pytoodles

OTHER License

Downloads
101.3K
Stars
1
Committers
2

pytutils

Common utilities.

New portions are py3 only, but most is currently still 2.7.x compat.

.. image:: https://raw.githubusercontent.com/akatrevorjay/pytutils/develop/media/toodles.jpg :alt: toodles :align: center

|ci-badge| |coverage-badge| |docs-badge|

Installation

.. code:: sh

pip install pytutils

Running tests

Tox is used to handle testing multiple python versions.

.. code:: sh

tox

.. |ci-badge| image:: https://circleci.com/gh/akatrevorjay/pytutils.svg?style=svg :target: https://circleci.com/gh/akatrevorjay/pytutils .. |coverage-badge| image:: https://coveralls.io/repos/akatrevorjay/pytutils/badge.svg?branch=develop&service=github :target: https://coveralls.io/github/akatrevorjay/pytutils?branch=develop .. |docs-badge| image:: https://readthedocs.org/projects/pytutils/badge/?version=latest :target: http://pytutils.readthedocs.org/en/latest/?badge=latest