Metadata-Version: 2.1
Name: jaustin
Version: 0.0.5
Summary: A set of core Python utilities for machine learning and general programming
Home-page: https://github.com/jacobaustin123/jaustin
Author: Jacob Austin
Author-email: jacob.austin@columbia.edu
License: UNKNOWN
Description: # jaustin
        
        A set of core Python utilities for Python programming and machine learning. 
        
        This library is divided into several modules:
        
        - color: a set of functions for printing colored text to the console
        - io: a set of functions for handling file IO
        - timers: a set of timers and meters for measuring performance
        - cache: a set of useful caching mechanisms for improving performance
        
        ## Contact
        
        For more information, please contact jacob.austin@columbia.edu.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
