Metadata-Version: 2.1
Name: meetup-token-cache
Version: 0.1.0
Summary: Easily obtain and cache OAuth 2.0 token from the Meetup API. Obtained tokens are stored both in memory and in Redis.
Home-page: https://github.com/janjagusch/meetup-token-cache
License: MIT
Author: Jan-Benedikt Jagusch
Author-email: jan.jagusch@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: redis (>=3.3,<4.0)
Requires-Dist: requests (>=2.22,<3.0)
Project-URL: Repository, https://github.com/janjagusch/meetup-token-cache
