Metadata-Version: 2.1
Name: ryutils
Version: 1.0.0
Summary: A collection of utilities for Python
Author: Ross Yeager
Author-email: ryeager12@email.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp ==3.9.1
Requires-Dist: aiohttp-retry ==2.8.3
Requires-Dist: aiosignal ==1.3.1
Requires-Dist: anyio ==4.2.0
Requires-Dist: astroid ==3.0.2
Requires-Dist: attrs ==23.2.0
Requires-Dist: beautifulsoup4 ==4.12.3
Requires-Dist: black ==23.12.1
Requires-Dist: build ==1.0.3
Requires-Dist: cachetools ==5.3.2
Requires-Dist: certifi ==2023.11.17
Requires-Dist: cffi ==1.16.0
Requires-Dist: charset-normalizer ==3.3.2
Requires-Dist: click ==8.1.7
Requires-Dist: cryptography ==42.0.1
Requires-Dist: cssselect ==1.2.0
Requires-Dist: cssutils ==2.9.0
Requires-Dist: dill ==0.3.7
Requires-Dist: docutils ==0.20.1
Requires-Dist: free-proxy ==1.1.1
Requires-Dist: frozenlist ==1.4.1
Requires-Dist: gevent ==23.9.1
Requires-Dist: greenlet ==3.0.3
Requires-Dist: h11 ==0.14.0
Requires-Dist: httpcore ==1.0.2
Requires-Dist: httpx ==0.25.2
Requires-Dist: idna ==3.6
Requires-Dist: importlib-metadata ==7.0.1
Requires-Dist: isort ==5.13.2
Requires-Dist: jaraco.classes ==3.3.0
Requires-Dist: jeepney ==0.8.0
Requires-Dist: keyring ==24.3.0
Requires-Dist: lxml ==5.1.0
Requires-Dist: markdown-it-py ==3.0.0
Requires-Dist: mccabe ==0.7.0
Requires-Dist: mdurl ==0.1.2
Requires-Dist: more-itertools ==10.2.0
Requires-Dist: multidict ==6.0.4
Requires-Dist: mypy ==1.8.0
Requires-Dist: mypy-extensions ==1.0.0
Requires-Dist: nh3 ==0.2.15
Requires-Dist: packaging ==23.2
Requires-Dist: pathspec ==0.12.1
Requires-Dist: peewee ==3.17.0
Requires-Dist: pkginfo ==1.9.6
Requires-Dist: platformdirs ==4.1.0
Requires-Dist: premailer ==3.10.0
Requires-Dist: pycparser ==2.21
Requires-Dist: Pygments ==2.17.2
Requires-Dist: PyJWT ==2.8.0
Requires-Dist: pylint ==3.0.3
Requires-Dist: pyproject-hooks ==1.0.0
Requires-Dist: pyshorteners ==1.0.1
Requires-Dist: python-telegram-bot ==20.7
Requires-Dist: pytz ==2023.3.post1
Requires-Dist: readme-renderer ==42.0
Requires-Dist: requests ==2.31.0
Requires-Dist: requests-toolbelt ==1.0.0
Requires-Dist: rfc3986 ==2.0.0
Requires-Dist: rich ==13.7.0
Requires-Dist: SecretStorage ==3.3.3
Requires-Dist: six ==1.16.0
Requires-Dist: sniffio ==1.3.0
Requires-Dist: soupsieve ==2.5
Requires-Dist: termcolor ==2.4.0
Requires-Dist: tomlkit ==0.12.3
Requires-Dist: twilio ==8.12.0
Requires-Dist: twine ==4.0.2
Requires-Dist: types-pytz ==2023.3.1.1
Requires-Dist: typing-extensions ==4.9.0
Requires-Dist: urllib3 ==2.1.0
Requires-Dist: yagmail ==0.15.293
Requires-Dist: yarl ==1.9.4
Requires-Dist: yaspin ==3.0.1
Requires-Dist: zipp ==3.17.0
Requires-Dist: zope.event ==5.0
Requires-Dist: zope.interface ==6.1

# My Common Python Utils

[![Python application](https://github.com/droneshire/my-py-utils/actions/workflows/python-app.yml/badge.svg)](https://github.com/droneshire/my-py-utils/actions/workflows/python-app.yml)
[![Upload Python Package](https://github.com/droneshire/my-py-utils/actions/workflows/python-publish.yml/badge.svg)](https://github.com/droneshire/my-py-utils/actions/workflows/python-publish.yml)

A collection of util files that I've built over time for various projects that I've built
