Python library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix.
 
 
Go to file
Jason Robinson 97c4a63c85 A little refactoring moving sender key fetcher from Protocol.__init__ to Protocol.receive 2015-07-03 13:20:09 +03:00
federation A little refactoring moving sender key fetcher from Protocol.__init__ to Protocol.receive 2015-07-03 13:20:09 +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
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).