Metadata-Version: 2.1
Name: pythonate
Version: 0.3.0
Summary: General purpose helper functions and classes for Python3 projects
Home-page: https://github.com/nwithan8/pythonate
Author: Nate Harris
Author-email: n8gr8gbln@gmail.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/nwithan8/pythonate/archive/refs/tags/0.3.0.tar.gz
Keywords: Python,Python3,requests,SQL,helper,Google Analytics,sorting,unit conversion,imperial,metric,storage,temperature,enum,random,uuid
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: objectrest ~=2.0.0
Requires-Dist: cryptography ~=41.0.3
Requires-Dist: gnupg ~=2.3.1
Requires-Dist: sqlitedict ~=2.1.0
Requires-Dist: psutil ~=5.9.5
Provides-Extra: db
Requires-Dist: pymssql ~=2.2.8 ; extra == 'db'
Requires-Dist: mysql-connector-python ~=8.1.0 ; extra == 'db'

# pythonate
Various Helper Python functions and classes for reuse

Download from PyPi: https://pypi.org/project/pythonate/


