federation


Namefederation JSON
Version 0.25.1 PyPI version JSON
download
home_pagehttps://gitlab.com/jaywink/federation
SummaryPython library to abstract social web federation protocols like ActivityPub, Matrix and Diaspora.
upload_time2024-02-18 13:57:55
maintainerJason Robinson
docs_urlNone
authorJason Robinson
requires_python
licenseBSD 3-clause
keywords federation diaspora activitypub matrix protocols federate fediverse social
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

The aim of ``federation`` is to provide and abstract multiple social web protocols like
ActivityPub and Diaspora in one package, over an easy to use and understand Python API.
This way applications can be built to (almost) transparently support many protocols
without the app builder having to know everything about those protocols.

.. image:: _static/generic_diagram.png

Status
------

Currently three protocols are being focused on.

* Diaspora is considered to be stable with most of the protocol implemented.
* ActivityPub support should be considered as beta - inbound payload are
  handled by a jsonld processor (calamus)
* Matrix support cannot be considered usable as of yet.

The code base is well tested and in use in several projects. Backward incompatible changes
will be clearly documented in changelog entries.

Additional information
----------------------

Installation and requirements
.............................

See `installation documentation <http://federation.readthedocs.io/en/latest/install.html>`_.

Usage and API documentation
...........................

See `usage documentation <http://federation.readthedocs.io/en/latest/usage.html>`_.

Support and help
................

See `development and support documentation <http://federation.readthedocs.io/en/latest/development.html>`_.

License
.......

`BSD 3-clause license <https://www.tldrlegal.com/l/bsd3>`_.

Author
......

Jason Robinson / `jasonrobinson.me <https://jasonrobinson.me>`_ / `@jaywink:federator.dev <https://matrix.to/#/@jaywink:federator.dev>`_ / `GitLab <https://gitlab.com/jaywink>`_ / `GitHub <https://github.com/jaywink>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/jaywink/federation",
    "name": "federation",
    "maintainer": "Jason Robinson",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "mail@jasonrobinson.me",
    "keywords": "federation diaspora activitypub matrix protocols federate fediverse social",
    "author": "Jason Robinson",
    "author_email": "mail@jasonrobinson.me",
    "download_url": "https://files.pythonhosted.org/packages/d6/7f/8e5e35a2ba6a3921c25ab5b82daccb19c55f40d499a120d9ee6446bf3af3/federation-0.25.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nThe aim of ``federation`` is to provide and abstract multiple social web protocols like\nActivityPub and Diaspora in one package, over an easy to use and understand Python API.\nThis way applications can be built to (almost) transparently support many protocols\nwithout the app builder having to know everything about those protocols.\n\n.. image:: _static/generic_diagram.png\n\nStatus\n------\n\nCurrently three protocols are being focused on.\n\n* Diaspora is considered to be stable with most of the protocol implemented.\n* ActivityPub support should be considered as beta - inbound payload are\n  handled by a jsonld processor (calamus)\n* Matrix support cannot be considered usable as of yet.\n\nThe code base is well tested and in use in several projects. Backward incompatible changes\nwill be clearly documented in changelog entries.\n\nAdditional information\n----------------------\n\nInstallation and requirements\n.............................\n\nSee `installation documentation <http://federation.readthedocs.io/en/latest/install.html>`_.\n\nUsage and API documentation\n...........................\n\nSee `usage documentation <http://federation.readthedocs.io/en/latest/usage.html>`_.\n\nSupport and help\n................\n\nSee `development and support documentation <http://federation.readthedocs.io/en/latest/development.html>`_.\n\nLicense\n.......\n\n`BSD 3-clause license <https://www.tldrlegal.com/l/bsd3>`_.\n\nAuthor\n......\n\nJason Robinson / `jasonrobinson.me <https://jasonrobinson.me>`_ / `@jaywink:federator.dev <https://matrix.to/#/@jaywink:federator.dev>`_ / `GitLab <https://gitlab.com/jaywink>`_ / `GitHub <https://github.com/jaywink>`_\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "Python library to abstract social web federation protocols like ActivityPub, Matrix and Diaspora.",
    "version": "0.25.1",
    "project_urls": {
        "Download": "https://pypi.org/project/federation/",
        "Homepage": "https://gitlab.com/jaywink/federation"
    },
    "split_keywords": [
        "federation",
        "diaspora",
        "activitypub",
        "matrix",
        "protocols",
        "federate",
        "fediverse",
        "social"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70fa74eb16804fe12bea3f1d0d02aac9a1e487a5fca0407c082ea4b12e3f1320",
                "md5": "571ae5bb743303d93f5ccbbb18682d58",
                "sha256": "d255b0c60b82e79852e6b7d3a99421598e4ac7c85ba537ca206f3eabbfdb4a3b"
            },
            "downloads": -1,
            "filename": "federation-0.25.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "571ae5bb743303d93f5ccbbb18682d58",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 151848,
            "upload_time": "2024-02-18T13:57:53",
            "upload_time_iso_8601": "2024-02-18T13:57:53.558775Z",
            "url": "https://files.pythonhosted.org/packages/70/fa/74eb16804fe12bea3f1d0d02aac9a1e487a5fca0407c082ea4b12e3f1320/federation-0.25.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d67f8e5e35a2ba6a3921c25ab5b82daccb19c55f40d499a120d9ee6446bf3af3",
                "md5": "c9e1baf84687748e6141942741803a96",
                "sha256": "1d249680724e087a652a46e701be2e75b4eb2fc9321821ef661d6e5ab8af346a"
            },
            "downloads": -1,
            "filename": "federation-0.25.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c9e1baf84687748e6141942741803a96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 119526,
            "upload_time": "2024-02-18T13:57:55",
            "upload_time_iso_8601": "2024-02-18T13:57:55.619339Z",
            "url": "https://files.pythonhosted.org/packages/d6/7f/8e5e35a2ba6a3921c25ab5b82daccb19c55f40d499a120d9ee6446bf3af3/federation-0.25.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 13:57:55",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "jaywink",
    "gitlab_project": "federation",
    "lcname": "federation"
}
        
Elapsed time: 0.20980s