Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson d2c565bc24 Create controllers.handle_create_payload - but only for diaspora now 2015-07-06 22:50:30 +03:00
federation Create controllers.handle_create_payload - but only for diaspora now 2015-07-06 22:50:30 +03:00
.gitignore Initial commit 2015-07-01 16:00:39 +03:00
README.md License from MIT -> BSD, to mirror Pyaspora 2015-07-02 22:44:15 +03:00
requirements.txt Start modeling of entities. 2015-07-03 00:39:17 +03:00
setup.py Fix reqs in setup.py 2015-07-05 23:47:25 +03:00
test-requirements.txt Initialize tests with the diaspora protocol 2015-07-02 00:14:15 +03:00

README.md

Social-Federation

Python library to abstract social federation protocols.

Aims to first support Diaspora and then the W3C SocialWG ActivityStreams 2 based future protocol.

License

BSD 3-clause license (https://www.tldrlegal.com/l/bsd3).