Metadata-Version: 1.1
Name: blade
Version: 0.6.0
Summary: Powerful iterable processing tools extracted from knife.
Home-page: https://bitbucket.org/lcrees/blade
Author: L. C. Rees
Author-email: lcrees@gmail.com
License: BSD
Description: *blade* Documentation
        #####################
        
        `blade` is a powerful set of iterable processing tools extracted from
        `knife <http://pypi.python.org/pypi/knife/>`_ for standalone use.
        
        Vitals
        ======
        
        `blade` works with CPython 2.6, 2.7, 3.2,and 3.3 and PyPy 1.8 and 1.9.
        
        `blade` documentation is found at http://packages.python.org/blade/
        
        Installation
        ============
        
        Install `blade` with `pip <http://www.pip-installer.org/en/latest/index.html>`_...::
        
          $ pip install blade
          [... possibly exciting stuff happening ...]
          Successfully installed blade
        
        ...or `easy_install <http://packages.python.org/distribute/>`_...::
        
          $ easy_install blade
          [... possibly exciting stuff happening ...]
          Finished processing dependencies for blade
        
        ...or old school by downloading `blade` from http://pypi.python.org/pypi/blade/::
        
          $ python setup.py install
          [... possibly exciting stuff happening ...]
          Finished processing dependencies for blade
        
        Development
        ===========
        
         * Public repository: https://bitbucket.org/lcrees/blade.
         * Mirror: https://github.com/kwarterthieves/blade/
         * Issue tracker: https://bitbucket.org/lcrees/blade/issues
         * License: `BSD <http://opensource.org/licenses/bsd-license.php>`_
Keywords: filtering iterator functional interable
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
