Metadata-Version: 1.1
Name: py-toolbox
Version: 0.1.3
Summary: A collection of commonly used python snippets
Home-page: https://github.com/dangrie158/py-toolbox
Author: Daniel Grießhaber
Author-email: dangrie158@gmail.com
License: MIT
Description: # PyTb (Python Toolbox)
        
        This is a collection of useful snippets I regularly find myself to use during prototyping
        
        ## Installation
        
        via pip:
        ```
        pip install py-toolbox
        ```
        
        via distutils:
        ```
        python setup.py install
        ```
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
