Metadata-Version: 2.1
Name: pytumblrx
Version: 0.0.3
Summary: A Python Tumblr API v2 Client based on httpx with async support
Home-page: https://github.com/dj-ratty/pytumblrx
License: MIT
Keywords: tumblr,httpx
Author: dj-ratty
Author-email: 115014503+dj-ratty@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: full
Requires-Dist: Authlib (>=1.2.0,<2.0.0)
Requires-Dist: Pillow (>=9.4.0,<10.0.0) ; extra == "full"
Requires-Dist: httpx (>=0.23.3,<0.24.0)
Requires-Dist: strenum (>=0.4.9,<0.5.0)
