Metadata-Version: 2.0
Name: basic-utils
Version: 0.4.0
Summary: A simple set of Python utils
Home-page: https://github.com/Jackevansevo/basic-utils
Author: Jack Evans
Author-email: jack@evans.gb.net
License: MIT
Keywords: utils utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

.. image:: https://travis-ci.org/Jackevansevo/basic-utils.svg?branch=master
    :target: https://travis-ci.org/Jackevansevo/basic-utils

.. image:: https://coveralls.io/repos/github/Jackevansevo/basic-utils/badge.svg?branch=master
    :target: https://coveralls.io/github/Jackevansevo/basic-utils?branch=master

.. image:: https://img.shields.io/pypi/pyversions/basic-utils.svg
    :target: https://pypi.python.org/pypi/basic-utils

.. image:: https://readthedocs.org/projects/basic-utils/badge/?version=latest
    :target: http://basic-utils.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

============
Basic utils
============

Useful utilities for Python 3.4+


Currently alpha, (so use at your own risk)

Documentation
=============

See available utilities by reading the docs here: `<http://basic-utils.readthedocs.io/en/latest/?badge=latest>`_

Installation
=============

Install through PyPi with the following::

    pip3 install basic-utils

Tests
=====

Install requirements and run ::

    pytest

To get get coverage (including branch coverage) ::

    coverage run --branch -m pytest && coverage report -m


