Metadata-Version: 1.1
Name: fast-utils
Version: 0.0.3
Summary: fast-utils is a collection of small Python function that can make you scripts more fast.
Home-page: https://github.com/Lispython/fast_utils
Author: Alexandr Lispython
Author-email: alex@obout.ru
License: BSD
Description: Welcome to fast-utils's documentation!
        ======================================
        
        fast-utils is a collection of small Python function that can make you scripts more fast.
        This collection is organized package of receipts and experiments founded in the Internet.
        
        
        .. image:: https://travis-ci.org/Lispython/fast-utils.png
        	   :target: https://travis-ci.org/Lispython/fast-utils
        
        
        Notice
        ------
        
        "Premature optimization is the root of all evil" -- `Donald Knuth <http://en.wikipedia.org/wiki/Donald_Knuth>`_.
        
        
        Installation
        ------------
        
        To use fast-utils  use `pip` or `easy_install`::
        
          pip install fast-utils
        
        or ::
        
          easy_install fast-utils
        
        
        CONTRIBUTE
        ----------
        
        If you know how make some things more fast.
        
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
           There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
        #. Fork `the repository`_ on Github to start making your changes to the **develop** 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.
        
        .. _`the repository`: https://github.com/Lispython/fast-utils/
        
Platform: Linux
Platform: Mac
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
