Metadata-Version: 2.4
Name: toolrack
Version: 4.0.3
Summary: A collection of miscellaneous utility functions and classes
Author-email: Alberto Donato <alberto.donato@gmail.com>
Maintainer-email: Alberto Donato <alberto.donato@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Changelog, https://github.com/albertodonato/toolrack/blob/main/CHANGES.rst
Project-URL: Documentation, https://readthedocs.org/projects/toolrack/
Project-URL: Homepage, https://github.com/albertodonato/toolrack
Project-URL: Issue Tracker, https://github.com/albertodonato/toolrack/issues
Project-URL: Release Notes, https://github.com/albertodonato/toolrack/blob/main/CHANGES.rst
Project-URL: Source Code, https://github.com/albertodonato/toolrack
Keywords: asyncio,library,utility
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: pytest
Provides-Extra: testing
Requires-Dist: pytest-asyncio; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Dynamic: license-file

ToolRack
========

|Latest Version| |Build Status| |Documentation|

A collection of miscellaneous utility functions and classes, and a few scripts.

Documentation
-------------

API docs are available on ReadTheDocs_.


Installation
------------

ToolRack can be installed from PyPI_.

As a user run:

.. code:: bash

  $ pip install toolrack


.. _ReadTheDocs: https://toolrack.readthedocs.io/en/latest/
.. _PyPI: https://pypi.python.org/

.. |Latest Version| image:: https://img.shields.io/pypi/v/toolrack.svg
   :alt: Latest Version
   :target: https://pypi.python.org/pypi/toolrack
.. |Build Status| image:: https://github.com/albertodonato/toolrack/workflows/CI/badge.svg
   :alt: Build Status
   :target: https://github.com/albertodonato/toolrack/actions?query=workflow%3ACI
.. |Documentation| image:: https://readthedocs.org/projects/toolrack/badge/?version=latest
   :alt: Documentation
   :target: https://toolrack.readthedocs.io/en/stable/?badge=latest
