Metadata-Version: 2.1
Name: toolrack
Version: 3.0.0
Summary: A collection of miscellaneous utility functions and classes
Home-page: https://github.com/albertodonato/toolrack
Author: Alberto Donato
Author-email: alberto.donato@gmail.com
Maintainer: Alberto Donato
Maintainer-email: alberto.donato@gmail.com
License: LGPLv3+
Description: ToolRack
        ========
        
        |Latest Version| |Build Status| |Coverage Status| |Documentation Status|
        
        A collection of utility functions and classes, and a few scripts too.
        
        
        Documentation
        -------------
        
        API docs are available on ReadTheDocs_.
        
        
        Installation
        ------------
        
        ToolRack can be installed from PyPI_.
        
        As a user run:
        
        .. code:: bash
        
          $ pip install toolrack
        
        
        Development installation
        ------------------------
        
        The source tree is available available at
        `<https://github.com/albertodonato/toolrack>`_, users should install
        Virtualenv_ for development.
        
        As a user run:
        
        .. code:: bash
        
          $ virtualenv <target-dir>
          $ . <target-dir>/bin/activate
          $ git clone https://github.com/albertodonato/toolrack
          $ cd toolrack
          $ python setup.py develop
        
        
        .. _ReadTheDocs: https://toolrack.readthedocs.io/en/latest/
        .. _PyPI: https://pypi.python.org/
        .. _Virtualenv: https://virtualenv.pypa.io/
        
        .. |Latest Version| image:: https://img.shields.io/pypi/v/toolrack.svg
           :target: https://pypi.python.org/pypi/toolrack
        .. |Build Status| image:: https://img.shields.io/travis/albertodonato/toolrack.svg
           :target: https://travis-ci.com/albertodonato/toolrack
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/albertodonato/toolrack/master.svg
           :target: https://codecov.io/gh/albertodonato/toolrack
        .. |Documentation Status| image:: https://readthedocs.org/projects/toolrack/badge/?version=stable
           :target: https://toolrack.readthedocs.io/en/stable/?badge=stable
        
Keywords: library utility asyncio
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Provides-Extra: testing
