Metadata-Version: 2.1
Name: python-accelerate
Version: 0.0.1
Summary: All-around utility functions for the Python programmer.
Download-URL: https://pypi.python.org/pypi/python-accelerate
Author: Mathew Stylianidis
Maintainer: Mathew Stylianidis
License: MIT License
Project-URL: Bug Tracker, https://github.com/MathewStylianidis/python-accelerate/issues
Project-URL: Source Code, https://github.com/MathewStylianidis/python-accelerate
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Python-accelerate
A utility package I developed for myself, to make my life as a coder/data-scientist easier.

**Dependencies:** Because this package will end up with too many dependencies, I have decided to not add them as required when setting up
the package. Instead, the user of the package should install the necessary dependencies depending on the sub-modules 
they want to use.
