Metadata-Version: 2.1
Name: masthay-helpers
Version: 0.2.76
Summary: Helper functions for repetitive and useful tasks
Author: Tyler Masthay
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: black

# Masthay Helpers

[![Masthay Helpers](https://edibleaspen.ediblecommunities.com/sites/default/files/images/article/hive-1.jpg)](https://en.wikipedia.org/wiki/Worker_bee#Worker_activities)

This is a project for various helper functions to increase efficiency.
Think of it like a collection of [worker bees performing different tasks](https://en.wikipedia.org/wiki/Worker_bee#Worker_activities).
PyPi page is [here](https://pypi.org/project/masthay-helpers/).

## Table of Contents
- [Installation](#installation)

## Installation
Right now, I only support linux, but if you have linux, it's just a simple
install.
```bash
pip install masthay_helpers
