Metadata-Version: 1.0
Name: pyul
Version: 0.1.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: [![PyPi version](https://pypip.in/v/pyul/badge.png)](https://crate.io/packages/pyul/)
        [![Build Status](http://jenkins.rocktavious.com/buildStatus/icon?job=pyul_master)](http://jenkins.rocktavious.com/job/pyul_master/)
        [![PyPi downloads](https://pypip.in/d/pyul/badge.png)](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
