Metadata-Version: 2.1
Name: genutils
Version: 0.3.0
Summary: General utilities.
Home-page: https://github.com/stbraun/genutils
Author: Stefan Braun
Author-email: sb@action.ms
License: MIT
Keywords: development tools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Provides: genutils
Requires-Dist: setuptools

=========================================================
genutils: general utilities for Python development.
=========================================================

.. image:: https://travis-ci.org/stbraun/genutils.svg?branch=master

.. image:: https://readthedocs.org/projects/genutils/badge/?version=latest


Just some easily reusable general stuff.

Please find the documentation at http://genutils.readthedocs.org/en/latest/.


Installation
------------

The easiest way to install is via ``pip`` ::

    $ pip install genutils

There are tests that can be run with with ``pytest`` or ``nosetest``.



Copyright & License
-------------------

  * Copyright 2015, Stefan Braun
  * License: MIT
