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
- Host: GitHub
- URL: https://github.com/albertodonato/toolrack
- Owner: albertodonato
- License: lgpl-3.0
- Created: 2017-02-13T18:16:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:30:00.000Z (about 1 year ago)
- Last Synced: 2024-10-29T13:18:25.172Z (about 1 year ago)
- Topics: python-library, utility-library
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
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