kopia lustrzana https://gitlab.com/jaywink/federation
26 wiersze
970 B
Markdown
26 wiersze
970 B
Markdown
[](https://waffle.io/jaywink/social-federation) [](https://travis-ci.org/jaywink/social-federation) [](https://codecov.io/github/jaywink/social-federation?branch=master) [](https://landscape.io/github/jaywink/social-federation/master)
|
|
|
|
# Social-Federation
|
|
|
|
Python library to abstract social federation protocols.
|
|
|
|
Aims to first support Diaspora and then the W3C SocialWG ActivityPub protocol.
|
|
|
|
## Requirements
|
|
|
|
* Python 3.x
|
|
|
|
## Testing
|
|
|
|
Install requirements:
|
|
|
|
pip install -r test-requirements.txt
|
|
|
|
Run tests:
|
|
|
|
py.test
|
|
|
|
## License
|
|
|
|
BSD 3-clause license (https://www.tldrlegal.com/l/bsd3).
|