Metadata-Version: 1.0
Name: toolkit_library
Version: 0.3.9
Summary: Toolkit Library, full of useful toolkits
Home-page: https://github.com/tylerlong/toolkit_library
Author: Tyler Long
Author-email: tyler4long@gmail.com
License: BSD
Description: ===============
        Toolkit Library
        ===============
        
        
        Introduction
        ************
        Tookit Library is a collection of python modules for general purpose usage.
        It's a supplementary to the standard python library.
        
        
        
        Prerequisites 
        *************
        Python>=2.6
        The code has not been tested against python>=3
        
        
        
        How to install or upgrade ? 
        ***************************
        Just one command:  
            pip install --upgrade toolkit_library    
        Alternatively you could download the source code and issue command: python setup.py install 
        
        
        
        Modules included
        ****************
        
            toolkit_library.encryption
            ~~~~~~~~~~~~~~~~~~~~~~~~~~
            Generate random salt, hashcode for a password and validate the password against them.
        
        
        
            toolkit_library.input_util
            ~~~~~~~~~~~~~~~~~~~~~~~~~~
            get inputs from user and validate them 
        
        
        
            toolkit_library.inspector
            ~~~~~~~~~~~~~~~~~~~~~~~~~
            Inspect a module or a package, get information of modules, methods and classes.
        
        
        
            toolkit_library.mail_server
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Connect to a SMTP server and send email
        
        
        
            toolkit_library.string_util
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Utilities to deal with strings
        
        
        
            toolkit_library.text_converter
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Convert text from one format to another              
        
        
        
        You wanna involve? 
        ******************
        toolkit_library is released under BSD lisence.
        The source code is hosted on github: https://github.com/tylerlong/toolkit_library
        
        
        
        Feedback
        ********
        Comments, suggestions, questions, free beer, t-shirts, kindles, ipads ... are all welcome! 
        Email: toolkit.library.feedback@gmail.com
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
