Metadata-Version: 1.1
Name: pula
Version: 1.0.0.dev4
Summary: Convienent add-on library for Python, providing frequently used functions.
Home-page: https://github.com/dkfulp/pula
Author: dkfulp
Author-email: dkfulp@coastal.edu
License: MIT
Description: 
        Pula is a python library that is meant to encompass the many various functions that the ordinary user
        finds themselves needing in the different projects they are working on. These functions can span from 
        simple is_number functions all the way to file functions such as getting all lines of text from a directory 
        of code / text files.
        
        By putting all of these functions into one library, we hope to clean up other users code and make solving 
        their problems easier as well as more efficient.
        
Keywords: convenient scripting tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
