Metadata-Version: 1.0
Name: pyul
Version: 0.0.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: The MIT License (MIT)

Copyright (c) 2014 Kyle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: [![PyPi version](https://pypip.in/v/pyul/badge.png)](https://crate.io/packages/pyul/)
        [![Build Status](http://ci.mapmyfitness.com/buildStatus/icon?job=pyul_master)](http://ci.mapmyfitness.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
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Testing
