Metadata-Version: 1.0
Name: pyul
Version: 0.4.2
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
Description: |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 as loose set of utility classes and functions to handle alot of bolier plate code common to many projects needs.  They are usually small (code to read), easy to use and limited in the functionality they provide to free you up to design tools/scripts/applications without having to implement common functionality.
        
        Documentation
        -------------
        
        
Platform: UNKNOWN
