Metadata-Version: 2.1
Name: plurk.py
Version: 0.0.4
Summary: A modern Plurk API 2.0 SDK for Python
License: MIT
Keywords: plurk,oauth,SDK
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-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Authlib
Requires-Dist: httpx
Requires-Dist: pydantic<2
Requires-Dist: python-dotenv
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-httpx; extra == "test"
Requires-Dist: pydantic-factories; extra == "test"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: pylint; extra == "lint"
Requires-Dist: bandit; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
