Metadata-Version: 2.1
Name: onebag
Version: 0.1.2
Summary: A collection of various helpers I use in a variety of projects
Author: Andrew Reifman-Packett
Author-email: andrew@reifman.net
Requires-Python: >=3.8.0,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: praw (>=7.7.1,<8.0.0)
Description-Content-Type: text/markdown

# Onebag

---

I found myself often reusing the same helpers for a lot of my personal projects, so finally decided to gather them all together and make it easier for me to use them anywhere I wanted. The result is this Python package: Onebag

# Installation & Updating

---

Onebag can be installed with pip.
` pip install onebag`

# Usage

---

TBD

# Contributing

---

Feel free to open an issue if you encounter any bugs or have any major suggestions. Pull Requests are also welcome.
Response times may vary.

# License

---
[MIT](https://choosealicense.com/licenses/mit/)
