Metadata-Version: 2.0
Name: pyul
Version: 0.1.4
Summary: Python Utility Library - A library of utilities for python development
Home-page: https://github.com/rocktavious/pyul
Author: Kyle Rockman
Author-email: ['kyle.rockman@mac.com']
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: pbr (==0.9.0.5.gafbf133)
Requires-Dist: decorator
Requires-Dist: pathlib
Requires-Dist: unittest2
Requires-Dist: pyyaml

|Status|_ |Badge|_ |Downloads|_

.. |Badge| image:: https://pypip.in/v/pyul/badge.png
.. _Badge: https://crate.io/packages/pyul/
.. |Status| image:: http://jenkins.rocktavious.com/buildStatus/icon?job=pyul-master
.. _Status: http://jenkins.rocktavious.com/job/pyul_master/
.. |Downloads| image:: https://pypip.in/d/pyul/badge.png
.. _Downloads: https://crate.io/packages/pyul/

pyul
====
Python Utility Library (pronounced: pile) - A library of utilities for python development

Installation
------------
        pip install pyul

Usage
-----
        >>> import pyul
        ...

Design
------
The Python Utility Library was designed to handle alot of bolier plate code, to free you up to design tools/scripts/applications without having to implement wrapper utilities for common functionality.

Documentation
-------------



