An open API service indexing awesome lists of open source software.

https://github.com/albertodonato/toolrack

Collection of reusable functions and classes, and a few scripts too
https://github.com/albertodonato/toolrack

python-library utility-library

Last synced: 8 months ago
JSON representation

Collection of reusable functions and classes, and a few scripts too

Awesome Lists containing this project

README

          

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