Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson 6dfaef6042 Initialize tests with the diaspora protocol 2015-07-02 00:14:15 +03:00
federation Initialize tests with the diaspora protocol 2015-07-02 00:14:15 +03:00
.gitignore Initial commit 2015-07-01 16:00:39 +03:00
README.md Finish up most of the porting of 'receive' part of Diaspora protocol implementation from Pyaspora 2015-07-01 23:09:44 +03:00
requirements.txt Add requirements file 2015-07-02 00:12:45 +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

MIT, except for Diaspora protocol implementation federation.protocols.diaspora which is licensed under AGPLv3.