Metadata-Version: 1.1
Name: utilspie
Version: 0.0.6
Summary: Python Utilities
Home-page: https://github.com/moin18/utilspie
Author: Moinuddin Quadri
Author-email: moin18@gmail.com
License: MIT
Description: utilspie: Utilities for Python
        ==============================
        
        .. image:: https://img.shields.io/pypi/v/utilspie.svg
           :target: https://pypi.python.org/pypi/utilspie
           :alt: downloads
        
        .. image:: https://travis-ci.org/moin18/utilspie.svg?branch=master
           :alt: build status
           :target: https://travis-ci.org/moin18/utilspie
        
        .. image:: https://codecov.io/github/moin18/utilspie/coverage.svg?branch=master
           :target: https://codecov.io/github/moin18/utilspie
           :alt: codecov
        
        .. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg
           :target: https://github.com/moin18/utilspie/issues
           :alt: contributor-friendly
        
        .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
           :target: http://utilspie.readthedocs.io/en/latest
           :alt: documentation
        
        Documentation: `utilspie.readthedocs.org <http://utilspie.readthedocs.io/en/latest/>`_
        --------------------------------------------------------------------------------------
        
        What is **utilspie**?
        ---------------------
        
        `utilspie` provides utility functions for Python Developer. Currently it has utilities for:
        
         - Library import: Lazy load module, delete module, reload module
         - Asynchronous call: Run multiple asynchronous process maintaining the order of response value
         - File operations: Efficient file related operations using Unix Tools
        
        
        How to Contribute
        -----------------
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        #. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
        #. Write a test which shows that the bug was fixed or that the feature works as expected.
        #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.
        
        .. _`the repository`: http://github.com/moin18/utilspie
        .. _AUTHORS: https://github.com/moin18/utilspie/blob/master/AUTHORS.rst
        
Keywords: utils asyncutils importutils fileutils import file async
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
