Skip to content

Commit 16b496b

Browse files
authored
Update README badges for PyPI version and downloads
Removed duplicate badge entries for PyPI version and downloads, and added new badges for version and downloads.
1 parent e7a8cf4 commit 16b496b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
![GitHub License](https://img.shields.io/github/license/jacklowrie/chordnet?logo=github)
66
![PyPI - Types](https://img.shields.io/pypi/types/chordnet?logo=pypi)
7-
8-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chordnet?logo=pypi)
9-
![PyPI - Implementation](https://img.shields.io/pypi/implementation/chordnet?logo=pypi)
10-
117
![PyPI - Version](https://img.shields.io/pypi/v/chordnet?logo=pypi)
128
![PyPI - Downloads](https://img.shields.io/pypi/dm/chordnet?logo=pypi)
9+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chordnet?logo=pypi)
10+
![PyPI - Implementation](https://img.shields.io/pypi/implementation/chordnet?logo=pypi)
1311

1412

1513
Python implementation of the chord protocol, introduced by Stoica et al.
@@ -33,12 +31,3 @@ from chordnet import Node as ring
3331
This fits with the concept of "joining" an existing ring network, or creating a
3432
new one, (`ring.join(...)`, `ring.create()`.
3533
Examples follow this practice.
36-
37-
## High level roadmap
38-
- [x] port over code from course project
39-
- [x] set up repo/project workflows, including using `uv`
40-
- [x] add robust testing
41-
- [x] Add type annotations
42-
- [ ] make sure old mininet setup/raspi setups still work
43-
- [ ] make sure nodes can run on a single computer (same IP, diff't ports)
44-
- [ ] refactor to use asyncio

0 commit comments

Comments
 (0)