Metadata-Version: 1.1
Name: toolkit_library
Version: 0.4.8
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.
        
        
        |
        
        Quick Start
        ***********
        
        ::
        
            pip install toolkit_library    
        
        
        |
        
        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
        
        
            toolkit_library.web_client
            ~~~~~~~~~~~~~~~~~~~~~~~~~~
            Web client for fetching web resources.              
        
        
        |
        
        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
