Metadata-Version: 1.1
Name: genutils
Version: 0.2.0a1
Summary: General utilities.
Home-page: https://github.com/stbraun/genutils
Author: Stefan Braun
Author-email: sb@action.ms
License: MIT
Description: =========================================================
        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
        
Keywords: development tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Provides: genutils
