libp2p


Namelibp2p JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/libp2p/py-libp2p
Summarylibp2p: The Python implementation of the libp2p networking stack
upload_time2024-07-09 17:23:23
maintainerNone
docs_urlNone
authorThe Ethereum Foundation
requires_python<4,>=3.8
licenseMIT/APACHE2.0
keywords libp2p p2p
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-libp2p

[![Join the chat at https://gitter.im/py-libp2p/Lobby](https://badges.gitter.im/py-libp2p/Lobby.png)](https://gitter.im/py-libp2p/Lobby)
[![Build Status](https://circleci.com/gh/libp2p/py-libp2p.svg?style=shield)](https://circleci.com/gh/libp2p/py-libp2p)
[![PyPI version](https://badge.fury.io/py/libp2p.svg)](https://badge.fury.io/py/libp2p)
[![Python versions](https://img.shields.io/pypi/pyversions/libp2p.svg)](https://pypi.python.org/pypi/libp2p)
[![Docs build](https://readthedocs.org/projects/py-libp2p/badge/?version=latest)](http://py-libp2p.readthedocs.io/en/latest/?badge=latest)
[![Freenode](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg)](https://webchat.freenode.net/?channels=%23libp2p)
[![Matrix](https://img.shields.io/badge/matrix-%23libp2p%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#libp2p:permaweb.io)
[![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](https://discord.gg/66KBrm2)

<h1 align="center">
  <a href="https://libp2p.io/"><img width="250" src="https://github.com/libp2p/py-libp2p/blob/main/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" /></a>
</h1>

## WARNING

py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
Right now, `tests_interop` are turned off for CI, and a number of `tests` are failing. WIP.

The Python implementation of the libp2p networking stack

Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io/). [View the release notes](https://py-libp2p.readthedocs.io/en/latest/release_notes.html).

## Maintainers

Currently maintained by [@pacrob](https://github.com/pacrob) and [@dhuseby](https://github.com/dhuseby), looking for assistance!

Note that tests/core/test_libp2p/test_libp2p.py contains an end-to-end messaging test between two libp2p hosts, which is the bulk of our proof of concept.

## Feature Breakdown

py-libp2p aims for conformity with [the standard libp2p modules](https://github.com/libp2p/libp2p/blob/master/REQUIREMENTS.md#libp2p-modules-implementations). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.

> Legend: :green_apple: Done   :lemon: In Progress   :tomato: Missing   :chestnut: Not planned

| libp2p Node  |    Status     |
| ------------ | :-----------: |
| **`libp2p`** | :green_apple: |

| Identify Protocol | Status  |
| ----------------- | :-----: |
| **`Identify`**    | :lemon: |

| Transport Protocols |    Status     |
| ------------------- | :-----------: |
| **`TCP`**           | :green_apple: |
| **`UDP`**           |   :tomato:    |
| **`WebSockets`**    |  :chestnut:   |
| **`UTP`**           |  :chestnut:   |
| **`WebRTC`**        |  :chestnut:   |
| **`SCTP`**          |  :chestnut:   |
| **`Tor`**           |  :chestnut:   |
| **`i2p`**           |  :chestnut:   |
| **`cjdns`**         |  :chestnut:   |
| **`Bluetooth LE`**  |  :chestnut:   |
| **`Audio TP`**      |  :chestnut:   |
| **`Zerotier`**      |  :chestnut:   |
| **`QUIC`**          |  :chestnut:   |

| Stream Muxers    |    Status     |
| ---------------- | :-----------: |
| **`multiplex`**  | :green_apple: |
| **`yamux`**      |   :tomato:    |
| **`benchmarks`** |  :chestnut:   |
| **`muxado`**     |  :chestnut:   |
| **`spdystream`** |  :chestnut:   |
| **`spdy`**       |  :chestnut:   |
| **`http2`**      |  :chestnut:   |
| **`QUIC`**       |  :chestnut:   |

| Protocol Muxers   |    Status     |
| ----------------- | :-----------: |
| **`multiselect`** | :green_apple: |

| Switch (Swarm)     |    Status     |
| ------------------ | :-----------: |
| **`Switch`**       | :green_apple: |
| **`Dialer stack`** | :green_apple: |

| Peer Discovery       |   Status   |
| -------------------- | :--------: |
| **`bootstrap list`** |  :tomato:  |
| **`Kademlia DHT`**   | :chestnut: |
| **`mDNS`**           | :chestnut: |
| **`PEX`**            | :chestnut: |
| **`DNS`**            | :chestnut: |

| Content Routing    |    Status     |
| ------------------ | :-----------: |
| **`Kademlia DHT`** |  :chestnut:   |
| **`floodsub`**     | :green_apple: |
| **`gossipsub`**    | :green_apple: |
| **`PHT`**          |  :chestnut:   |

| Peer Routing       |    Status     |
| ------------------ | :-----------: |
| **`Kademlia DHT`** |  :chestnut:   |
| **`floodsub`**     | :green_apple: |
| **`gossipsub`**    | :green_apple: |
| **`PHT`**          |  :chestnut:   |

| NAT Traversal            |   Status   |
| ------------------------ | :--------: |
| **`nat-pmp`**            | :chestnut: |
| **`upnp`**               | :chestnut: |
| **`ext addr discovery`** | :chestnut: |
| **`STUN-like`**          | :chestnut: |
| **`line-switch relay`**  | :chestnut: |
| **`pkt-switch relay`**   | :chestnut: |

| Exchange         |   Status   |
| ---------------- | :--------: |
| **`HTTP`**       | :chestnut: |
| **`Bitswap`**    | :chestnut: |
| **`Bittorrent`** | :chestnut: |

| Consensus      |   Status   |
| -------------- | :--------: |
| **`Paxos`**    | :chestnut: |
| **`Raft`**     | :chestnut: |
| **`PBTF`**     | :chestnut: |
| **`Nakamoto`** | :chestnut: |

## Explanation of Basic Two Node Communication

### Core Concepts

_(non-normative, useful for team notes, not a reference)_

Several components of the libp2p stack take part when establishing a connection between two nodes:

1. **Host**: a node in the libp2p network.
1. **Connection**: the layer 3 connection between two nodes in a libp2p network.
1. **Transport**: the component that creates a _Connection_, e.g. TCP, UDP, QUIC, etc.
1. **Streams**: an abstraction on top of a _Connection_ representing parallel conversations about different matters, each of which is identified by a protocol ID. Multiple streams are layered on top of a _Connection_ via the _Multiplexer_.
1. **Multiplexer**: a component that is responsible for wrapping messages sent on a stream with an envelope that identifies the stream they pertain to, normally via an ID. The multiplexer on the other unwraps the message and routes it internally based on the stream identification.
1. **Secure channel**: optionally establishes a secure, encrypted, and authenticated channel over the _Connection_.
1. **Upgrader**: a component that takes a raw layer 3 connection returned by the _Transport_, and performs the security and multiplexing negotiation to set up a secure, multiplexed channel on top of which _Streams_ can be opened.

### Communication between two hosts X and Y

_(non-normative, useful for team notes, not a reference)_

**Initiate the connection**: A host is simply a node in the libp2p network that is able to communicate with other nodes in the network. In order for X and Y to communicate with one another, one of the hosts must initiate the connection.  Let's say that X is going to initiate the connection. X will first open a connection to Y. This connection is where all of the actual communication will take place.

**Communication over one connection with multiple protocols**: X and Y can communicate over the same connection using different protocols and the multiplexer will appropriately route messages for a given protocol to a particular handler function for that protocol, which allows for each host to handle different protocols with separate functions. Furthermore, we can use multiple streams for a given protocol that allow for the same protocol and same underlying connection to be used for communication about separate topics between nodes X and Y.

**Why use multiple streams?**: The purpose of using the same connection for multiple streams to communicate over is to avoid the overhead of having multiple connections between X and Y. In order for X and Y to differentiate between messages on different streams and different protocols, a multiplexer is used to encode the messages when a message will be sent and decode a message when a message is received. The multiplexer encodes the message by adding a header to the beginning of any message to be sent that contains the stream id (along with some other info). Then, the message is sent across the raw connection and the receiving host will use its multiplexer to decode the message, i.e. determine which stream id the message should be routed to.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/libp2p/py-libp2p",
    "name": "libp2p",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "libp2p p2p",
    "author": "The Ethereum Foundation",
    "author_email": "snakecharmers@ethereum.org",
    "download_url": "https://files.pythonhosted.org/packages/6e/30/69ab7bf3eab8a55fd67fa40a6eb75215903956cab5d5f06940c151081d7b/libp2p-0.2.0.tar.gz",
    "platform": "unix",
    "description": "# py-libp2p\n\n[![Join the chat at https://gitter.im/py-libp2p/Lobby](https://badges.gitter.im/py-libp2p/Lobby.png)](https://gitter.im/py-libp2p/Lobby)\n[![Build Status](https://circleci.com/gh/libp2p/py-libp2p.svg?style=shield)](https://circleci.com/gh/libp2p/py-libp2p)\n[![PyPI version](https://badge.fury.io/py/libp2p.svg)](https://badge.fury.io/py/libp2p)\n[![Python versions](https://img.shields.io/pypi/pyversions/libp2p.svg)](https://pypi.python.org/pypi/libp2p)\n[![Docs build](https://readthedocs.org/projects/py-libp2p/badge/?version=latest)](http://py-libp2p.readthedocs.io/en/latest/?badge=latest)\n[![Freenode](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg)](https://webchat.freenode.net/?channels=%23libp2p)\n[![Matrix](https://img.shields.io/badge/matrix-%23libp2p%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#libp2p:permaweb.io)\n[![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](https://discord.gg/66KBrm2)\n\n<h1 align=\"center\">\n  <a href=\"https://libp2p.io/\"><img width=\"250\" src=\"https://github.com/libp2p/py-libp2p/blob/main/assets/py-libp2p-logo.png?raw=true\" alt=\"py-libp2p hex logo\" /></a>\n</h1>\n\n## WARNING\n\npy-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.\nRight now, `tests_interop` are turned off for CI, and a number of `tests` are failing. WIP.\n\nThe Python implementation of the libp2p networking stack\n\nRead more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io/). [View the release notes](https://py-libp2p.readthedocs.io/en/latest/release_notes.html).\n\n## Maintainers\n\nCurrently maintained by [@pacrob](https://github.com/pacrob) and [@dhuseby](https://github.com/dhuseby), looking for assistance!\n\nNote that tests/core/test_libp2p/test_libp2p.py contains an end-to-end messaging test between two libp2p hosts, which is the bulk of our proof of concept.\n\n## Feature Breakdown\n\npy-libp2p aims for conformity with [the standard libp2p modules](https://github.com/libp2p/libp2p/blob/master/REQUIREMENTS.md#libp2p-modules-implementations). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.\n\n> Legend: :green_apple: Done \u00a0 :lemon: In Progress \u00a0 :tomato: Missing \u00a0 :chestnut: Not planned\n\n| libp2p Node  |    Status     |\n| ------------ | :-----------: |\n| **`libp2p`** | :green_apple: |\n\n| Identify Protocol | Status  |\n| ----------------- | :-----: |\n| **`Identify`**    | :lemon: |\n\n| Transport Protocols |    Status     |\n| ------------------- | :-----------: |\n| **`TCP`**           | :green_apple: |\n| **`UDP`**           |   :tomato:    |\n| **`WebSockets`**    |  :chestnut:   |\n| **`UTP`**           |  :chestnut:   |\n| **`WebRTC`**        |  :chestnut:   |\n| **`SCTP`**          |  :chestnut:   |\n| **`Tor`**           |  :chestnut:   |\n| **`i2p`**           |  :chestnut:   |\n| **`cjdns`**         |  :chestnut:   |\n| **`Bluetooth LE`**  |  :chestnut:   |\n| **`Audio TP`**      |  :chestnut:   |\n| **`Zerotier`**      |  :chestnut:   |\n| **`QUIC`**          |  :chestnut:   |\n\n| Stream Muxers    |    Status     |\n| ---------------- | :-----------: |\n| **`multiplex`**  | :green_apple: |\n| **`yamux`**      |   :tomato:    |\n| **`benchmarks`** |  :chestnut:   |\n| **`muxado`**     |  :chestnut:   |\n| **`spdystream`** |  :chestnut:   |\n| **`spdy`**       |  :chestnut:   |\n| **`http2`**      |  :chestnut:   |\n| **`QUIC`**       |  :chestnut:   |\n\n| Protocol Muxers   |    Status     |\n| ----------------- | :-----------: |\n| **`multiselect`** | :green_apple: |\n\n| Switch (Swarm)     |    Status     |\n| ------------------ | :-----------: |\n| **`Switch`**       | :green_apple: |\n| **`Dialer stack`** | :green_apple: |\n\n| Peer Discovery       |   Status   |\n| -------------------- | :--------: |\n| **`bootstrap list`** |  :tomato:  |\n| **`Kademlia DHT`**   | :chestnut: |\n| **`mDNS`**           | :chestnut: |\n| **`PEX`**            | :chestnut: |\n| **`DNS`**            | :chestnut: |\n\n| Content Routing    |    Status     |\n| ------------------ | :-----------: |\n| **`Kademlia DHT`** |  :chestnut:   |\n| **`floodsub`**     | :green_apple: |\n| **`gossipsub`**    | :green_apple: |\n| **`PHT`**          |  :chestnut:   |\n\n| Peer Routing       |    Status     |\n| ------------------ | :-----------: |\n| **`Kademlia DHT`** |  :chestnut:   |\n| **`floodsub`**     | :green_apple: |\n| **`gossipsub`**    | :green_apple: |\n| **`PHT`**          |  :chestnut:   |\n\n| NAT Traversal            |   Status   |\n| ------------------------ | :--------: |\n| **`nat-pmp`**            | :chestnut: |\n| **`upnp`**               | :chestnut: |\n| **`ext addr discovery`** | :chestnut: |\n| **`STUN-like`**          | :chestnut: |\n| **`line-switch relay`**  | :chestnut: |\n| **`pkt-switch relay`**   | :chestnut: |\n\n| Exchange         |   Status   |\n| ---------------- | :--------: |\n| **`HTTP`**       | :chestnut: |\n| **`Bitswap`**    | :chestnut: |\n| **`Bittorrent`** | :chestnut: |\n\n| Consensus      |   Status   |\n| -------------- | :--------: |\n| **`Paxos`**    | :chestnut: |\n| **`Raft`**     | :chestnut: |\n| **`PBTF`**     | :chestnut: |\n| **`Nakamoto`** | :chestnut: |\n\n## Explanation of Basic Two Node Communication\n\n### Core Concepts\n\n_(non-normative, useful for team notes, not a reference)_\n\nSeveral components of the libp2p stack take part when establishing a connection between two nodes:\n\n1. **Host**: a node in the libp2p network.\n1. **Connection**: the layer 3 connection between two nodes in a libp2p network.\n1. **Transport**: the component that creates a _Connection_, e.g. TCP, UDP, QUIC, etc.\n1. **Streams**: an abstraction on top of a _Connection_ representing parallel conversations about different matters, each of which is identified by a protocol ID. Multiple streams are layered on top of a _Connection_ via the _Multiplexer_.\n1. **Multiplexer**: a component that is responsible for wrapping messages sent on a stream with an envelope that identifies the stream they pertain to, normally via an ID. The multiplexer on the other unwraps the message and routes it internally based on the stream identification.\n1. **Secure channel**: optionally establishes a secure, encrypted, and authenticated channel over the _Connection_.\n1. **Upgrader**: a component that takes a raw layer 3 connection returned by the _Transport_, and performs the security and multiplexing negotiation to set up a secure, multiplexed channel on top of which _Streams_ can be opened.\n\n### Communication between two hosts X and Y\n\n_(non-normative, useful for team notes, not a reference)_\n\n**Initiate the connection**: A host is simply a node in the libp2p network that is able to communicate with other nodes in the network. In order for X and Y to communicate with one another, one of the hosts must initiate the connection.  Let's say that X is going to initiate the connection. X will first open a connection to Y. This connection is where all of the actual communication will take place.\n\n**Communication over one connection with multiple protocols**: X and Y can communicate over the same connection using different protocols and the multiplexer will appropriately route messages for a given protocol to a particular handler function for that protocol, which allows for each host to handle different protocols with separate functions. Furthermore, we can use multiple streams for a given protocol that allow for the same protocol and same underlying connection to be used for communication about separate topics between nodes X and Y.\n\n**Why use multiple streams?**: The purpose of using the same connection for multiple streams to communicate over is to avoid the overhead of having multiple connections between X and Y. In order for X and Y to differentiate between messages on different streams and different protocols, a multiplexer is used to encode the messages when a message will be sent and decode a message when a message is received. The multiplexer encodes the message by adding a header to the beginning of any message to be sent that contains the stream id (along with some other info). Then, the message is sent across the raw connection and the receiving host will use its multiplexer to decode the message, i.e. determine which stream id the message should be routed to.\n",
    "bugtrack_url": null,
    "license": "MIT/APACHE2.0",
    "summary": "libp2p: The Python implementation of the libp2p networking stack",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/libp2p/py-libp2p"
    },
    "split_keywords": [
        "libp2p",
        "p2p"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aeca0d4d32cadc834fcde931e625f1ff6756373c15ce6fb5dd65f961ba54187",
                "md5": "6bf0099a6a0f27aa9ab4d2a303d6cc3f",
                "sha256": "61be1ddb282a9ba90d09e125324cfdb2c99e1a5414ec3c6d55af25eb868836c0"
            },
            "downloads": -1,
            "filename": "libp2p-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bf0099a6a0f27aa9ab4d2a303d6cc3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 142241,
            "upload_time": "2024-07-09T17:23:21",
            "upload_time_iso_8601": "2024-07-09T17:23:21.595650Z",
            "url": "https://files.pythonhosted.org/packages/4a/ec/a0d4d32cadc834fcde931e625f1ff6756373c15ce6fb5dd65f961ba54187/libp2p-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e3069ab7bf3eab8a55fd67fa40a6eb75215903956cab5d5f06940c151081d7b",
                "md5": "6115747a15d6e81eb04e1cb7b8ee507a",
                "sha256": "e3fbbd9986c546447886d4a2408892a58319137cba38592e9361bbe68bec549f"
            },
            "downloads": -1,
            "filename": "libp2p-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6115747a15d6e81eb04e1cb7b8ee507a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 183411,
            "upload_time": "2024-07-09T17:23:23",
            "upload_time_iso_8601": "2024-07-09T17:23:23.785633Z",
            "url": "https://files.pythonhosted.org/packages/6e/30/69ab7bf3eab8a55fd67fa40a6eb75215903956cab5d5f06940c151081d7b/libp2p-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 17:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "libp2p",
    "github_project": "py-libp2p",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "libp2p"
}
        
Elapsed time: 2.42999s