Metadata-Version: 1.0
Name: pyul
Version: 0.1.7
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 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
        -------------
        
        
Platform: UNKNOWN
