federation/README.md

29 wiersze
1.5 KiB
Markdown
Czysty Zwykły widok Historia

[![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)
2016-04-03 11:57:46 +00:00
# Social-Federation
2015-09-20 19:31:49 +00:00
2016-09-04 20:15:39 +00:00
Python library to abstract social federation protocols. Currently supports a subset of the Diaspora protocol with full support intended, and additional protocols after that.
2016-04-03 11:57:46 +00:00
## Requirements
* Python 3.x
2016-10-02 10:08:37 +00:00
## Development
2016-04-03 11:57:46 +00:00
2016-10-02 10:08:37 +00:00
Install requirements first:
2016-04-03 11:57:46 +00:00
2016-10-02 10:08:37 +00:00
pip install -r dev-requirements.txt
### Running tests
2016-04-03 11:57:46 +00:00
py.test
2016-10-02 10:08:37 +00:00
### Building local docs
cd docs
make html
## License
BSD 3-clause license (https://www.tldrlegal.com/l/bsd3).