Metadata-Version: 2.4
Name: plmast
Version: 0.1.2
Summary: Common Pleroma/Mastodon client library based on Mastodon.py
Author-email: "Neil E. Hodges" <47hasbegun@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Repository, https://gitgud.io/takeshitakenji/plmast
Project-URL: Issues, https://gitgud.io/takeshitakenji/plmast/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.TXT
Requires-Dist: requests
Requires-Dist: Mastodon.py
Requires-Dist: websockets
Dynamic: license-file

# Overview
Thin wrapper around [Mastodon.py](https://github.com/halcy/Mastodon.py).

# Dependencies
* Unix-like OS.
* [Python](https://www.python.org/) 3.8 or newer
* [Mastodon.py](https://github.com/halcy/Mastodon.py)
