kopia lustrzana https://gitlab.com/jaywink/federation
Add send_document network utility |
||
|---|---|---|
| federation | ||
| .coveragerc | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.md | ||
| pytest.ini | ||
| setup.cfg | ||
| setup.py | ||
| test-requirements.txt | ||
README.md
Social-Federation
Python library to abstract social federation protocols. Currently supports a subset of the Diaspora protocol with full support intended, and additional protocols after that.
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).
