Files
py-libp2p/README.md
2024-05-21 14:01:08 -06:00

20 lines
909 B
Markdown

# <PROJECT_NAME>
[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Build Status](https://circleci.com/gh/ethereum/<REPO_NAME>.svg?style=shield)](https://circleci.com/gh/ethereum/<REPO_NAME>)
[![PyPI version](https://badge.fury.io/py/<PYPI_NAME>.svg)](https://badge.fury.io/py/<PYPI_NAME>)
[![Python versions](https://img.shields.io/pypi/pyversions/<PYPI_NAME>.svg)](https://pypi.python.org/pypi/<PYPI_NAME>)
[![Docs build](https://readthedocs.org/projects/<RTD_NAME>/badge/?version=latest)](https://<RTD_NAME>.readthedocs.io/en/latest/?badge=latest)
<SHORT_DESCRIPTION>
Read the [documentation](https://<RTD_NAME>.readthedocs.io/).
View the [change log](https://<RTD_NAME>.readthedocs.io/en/latest/release_notes.html).
## Installation
```sh
python -m pip install <PYPI_NAME>
```