mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
clean up some README errors
This commit is contained in:
18
README.md
18
README.md
@ -1,7 +1,7 @@
|
|||||||
# py-libp2p
|
# py-libp2p
|
||||||
|
|
||||||
[](https://gitter.im/py-libp2p/Lobby)
|
[](https://gitter.im/py-libp2p/Lobby)
|
||||||
[](https://travis-ci.com/libp2p/py-libp2p)
|
[](https://circleci.com/gh/ethereum/py-libp2p)
|
||||||
[](https://badge.fury.io/py/libp2p)
|
[](https://badge.fury.io/py/libp2p)
|
||||||
[](https://pypi.python.org/pypi/libp2p)
|
[](https://pypi.python.org/pypi/libp2p)
|
||||||
[](http://py-libp2p.readthedocs.io/en/latest/?badge=latest)
|
[](http://py-libp2p.readthedocs.io/en/latest/?badge=latest)
|
||||||
@ -10,13 +10,13 @@
|
|||||||
[](https://discord.gg/66KBrm2)
|
[](https://discord.gg/66KBrm2)
|
||||||
|
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<img width="250" align="center" src="https://github.com/libp2p/py-libp2p/blob/master/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" />
|
<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>
|
</h1>
|
||||||
|
|
||||||
## WARNING
|
## WARNING
|
||||||
|
|
||||||
py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
|
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.
|
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
|
The Python implementation of the libp2p networking stack
|
||||||
|
|
||||||
@ -44,23 +44,23 @@ cd py-libp2p
|
|||||||
virtualenv -p python venv
|
virtualenv -p python venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python -m pip install -e .[dev]
|
python -m pip install -e .[dev]
|
||||||
|
pre-commit install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
We use [pre-commit](https://pre-commit.com/) to maintain consistent code style. Once
|
||||||
|
installed, it will run automatically with every commit. You can also run it manually
|
||||||
|
with `make lint`. If you need to make a commit that skips the `pre-commit` checks, you
|
||||||
|
can do so with `git commit --no-verify`.
|
||||||
|
|
||||||
Note that tests/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.
|
Note that tests/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.
|
||||||
|
|
||||||
### Release setup
|
### Release setup
|
||||||
|
|
||||||
\<\<\<\<\<\<\< HEAD
|
|
||||||
Releases follow the same basic pattern as releases of some tangentially-related projects,
|
Releases follow the same basic pattern as releases of some tangentially-related projects,
|
||||||
like Trinity. See [Trinity's release instructions](https://trinity-client.readthedocs.io/en/latest/contributing.html#releasing).
|
like Trinity. See [Trinity's release instructions](https://trinity-client.readthedocs.io/en/latest/contributing.html#releasing).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
\=======
|
|
||||||
To release a new version:
|
|
||||||
|
|
||||||
> > > > > > > template
|
|
||||||
|
|
||||||
The protobuf description in this repository was generated by `protoc` at version `25.3`.
|
The protobuf description in this repository was generated by `protoc` at version `25.3`.
|
||||||
|
|
||||||
## Feature Breakdown
|
## Feature Breakdown
|
||||||
|
|||||||
Reference in New Issue
Block a user