Made some progress in designing a new #activitypub Python library: https://github.com/dsblank/activitypub

Three levels of use:

* AP objects
* AP + database for persistent objects
* apps

Hope to have a few database examples.... MongoDb and a DummyDb have been implemented. DB-API should be easy.

Feel free to join, or give feedback!

GitHub - dsblank/activitypub: A general Python ActivityPub library

A general Python ActivityPub library. Contribute to dsblank/activitypub development by creating an account on GitHub.

GitHub
I have an #activitypub library that now supports many SQL databases (sqlite (in-memory and on file), MySQL, PostGreSQL, etc), MongoDB, and Redis. Now I'm starting to work on a multi-framework web framework. Targeting Flask and Tornado to start...