Metadata-Version: 2.1
Name: micropub
Version: 0.0.6
Summary: A library for writing Micropub servers and clients.
License: CC0-1.0
Author: Angelo Gladding
Author-email: self@angelogladding.com
Requires-Python: >=3.9,<4.0
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nltk (>=3.6.5,<4.0.0)
Requires-Dist: understory (>=0,<1)
Description-Content-Type: text/markdown

# micropub-python

A library for writing [Micropub][0] servers and clients.

> The Micropub protocol is used to create, update and delete posts on
> one's own domain using third-party clients. Web apps and native apps
> (e.g., iPhone, Android) can use Micropub to post and edit articles,
> short notes, comments, likes, photos, events or other kinds of posts
> on your own website.

[0]: https://micropub.spec.indieweb.org/

