2016-04-03 11:57:46 +00:00
|
|
|
[![Stories in Ready](https://badge.waffle.io/jaywink/social-federation.png?label=ready&title=Ready)](https://waffle.io/jaywink/social-federation) [![Build Status](https://travis-ci.org/jaywink/social-federation.svg?branch=master)](https://travis-ci.org/jaywink/social-federation) [![codecov.io](https://codecov.io/github/jaywink/social-federation/coverage.svg?branch=master)](https://codecov.io/github/jaywink/social-federation?branch=master) [![Code Health](https://landscape.io/github/jaywink/social-federation/master/landscape.svg?style=flat)](https://landscape.io/github/jaywink/social-federation/master)
|
2015-07-01 13:00:39 +00:00
|
|
|
|
2016-04-03 11:57:46 +00:00
|
|
|
# Social-Federation
|
2015-09-20 19:31:49 +00:00
|
|
|
|
2015-07-01 13:00:39 +00:00
|
|
|
Python library to abstract social federation protocols.
|
|
|
|
|
2016-04-03 11:57:46 +00:00
|
|
|
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
|
2015-07-01 13:00:39 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2015-07-02 19:44:15 +00:00
|
|
|
BSD 3-clause license (https://www.tldrlegal.com/l/bsd3).
|