pull/1/head
Thomas Sileo 2018-06-18 21:30:57 +02:00
rodzic abe835b1f1
commit f3790981d5
2 zmienionych plików z 26 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ Tiny [ActivityPub](https://activitypub.rocks/) framework written in Python, both
- Database and server agnostic
- You need to implement a backend that respond to activiy side-effects
- This also need you're responsible for serving the activities/collections and receiving them
- This also mean you're responsible for serving the activities/collections and receiving them
- ActivityStreams helper classes
- with Outbox/Inbox abstractions
- Content helper using Mardown

Wyświetl plik

@ -20,6 +20,31 @@ Little Boxes
.. image:: https://img.shields.io/pypi/l/little-boxes.svg
:target: https://github.com/tsileo/little-boxes
Tiny `ActivityPub <https://activitypub.rocks/>`_ framework written in Python, both database and server agnostic.
Features
========
* Database and server agnostic
* You need to implement a backend that respond to activiy side-effects
* This also mean you're responsible for serving the activities/collections and receiving them
* ActivityStreams helper classes
* with Outbox/Inbox abstractions
* Content helper using Mardown
* with helpers for parsing hashtags and linkify content
* Key (RSA) helper
* HTTP signature helper
* JSON-LD signature helper
* Webfinger helper
Project using Little Boxes
==========================
* `microblog.pub <http://github.com/tsileo/microblog.pub>`_
Documentation