Metadata-Version: 1.1
Name: toolrack
Version: 0.0.3
Summary: Library with a collection of utility functions.
Home-page: https://bitbucket.org/ack/toolrack
Author: Alberto Donato
Author-email: <alberto.donato@gmail.com>
License: GPLv3+
Download-URL: https://bitbucket.org/ack/toolrack/downloads
Description: ToolRack
        ========
        
        This library is a collection of miscellaneous utility functions and classes.
        
        `documentation <http://toolrack.readthedocs.org/>`_ |
        `sources <https://bitbucket.org/ack/toolrack>`_ |
        `issues <https://bitbucket.org/ack/toolrack/issues>`_
        
        
        Install
        -------
        
        ToolRack can be installed from `PyPI <https://pypi.python.org/>`_.
        
        As a user run::
        
          $ pip install toolrack
        
        
        Development installation
        ------------------------
        
        The source tree is available available at
        `<https://bitbucket.com/ack/toolrack>`_, users should install `Virtualenv
        <https://virtualenv.pypa.io/>`_ for development.
        
        As a user run::
        
          $ virtualenv <target-dir>
          $ . <target-dir>/bin/activate
          $ git clone https://bitbucket.org/ack/toolrack.git
          $ cd toolrack
          $ python setup.py develop
        
Keywords: library utility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
