kopia lustrzana https://gitlab.com/jaywink/federation
26 wiersze
1.4 KiB
Markdown
26 wiersze
1.4 KiB
Markdown
[![PyPI version](https://badge.fury.io/py/social-federation.svg)](https://pypi.python.org/pypi/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) [![Requirements Status](https://requires.io/github/jaywink/social-federation/requirements.svg?branch=master)](https://requires.io/github/jaywink/social-federation/requirements/?branch=master) [![PyPI downloads](https://img.shields.io/pypi/dm/Social-Federation.svg)](https://pypi.python.org/pypi/Social-Federation) [![Stories in Ready](https://badge.waffle.io/jaywink/social-federation.png?label=ready&title=Ready)](https://waffle.io/jaywink/social-federation)
|
|
|
|
# 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).
|