11python-can
22==========
33
4- |release | |docs | |build_travis | |build_appveyor | |coverage | |downloads | |formatter |
4+ |release | |downloads | |downloads_monthly | |formatter |
5+
6+ |docs | |build_travis | |build_appveyor | |coverage |
57
68.. |release | image :: https://img.shields.io/pypi/v/python-can.svg
79 :target: https://pypi.python.org/pypi/python-can/
810 :alt: Latest Version on PyPi
911
12+ .. |downloads | image :: https://pepy.tech/badge/python-can
13+ :target: https://pepy.tech/project/python-can
14+ :alt: Downloads on PePy
15+
16+ .. |downloads_monthly | image :: https://pepy.tech/badge/python-can/month
17+ :target: https://pepy.tech/project/python-can/month
18+ :alt: Monthly downloads on PePy
19+
20+ .. |formatter | image :: https://img.shields.io/badge/code%20style-black-000000.svg
21+ :target: https://github.com/python/black
22+ :alt: This project uses the black formatter.
23+
1024.. |docs | image :: https://readthedocs.org/projects/python-can/badge/?version=stable
1125 :target: https://python-can.readthedocs.io/en/stable/
1226 :alt: Documentation
@@ -23,14 +37,6 @@ python-can
2337 :target: https://codecov.io/gh/hardbyte/python-can/branch/develop
2438 :alt: Test coverage reports on Codecov.io
2539
26- .. |downloads | image :: https://pepy.tech/badge/python-can
27- :target: https://pepy.tech/project/python-can
28- :alt: Downloads on PePy
29-
30- .. |formatter | image :: https://img.shields.io/badge/code%20style-black-000000.svg
31- :target: https://github.com/python/black
32- :alt: This project uses the black formatter.
33-
3440The **C **\ ontroller **A **\ rea **N **\ etwork is a bus standard designed
3541to allow microcontrollers and devices to communicate with each other. It
3642has priority based bus arbitration and reliable deterministic
@@ -44,13 +50,13 @@ messages on a can bus.
4450The library currently supports Python 3.6+ as well as PyPy 3 and runs
4551on Mac, Linux and Windows.
4652
47- ============================= ===========
48- Library Version Python
49- ----------------------------- -----------
50- 2.x 2.6+, 3.4+
51- 3.x 2.7+, 3.5+
52- 4.x *(currently on devlop ) * 3.6+
53- ============================= ===========
53+ ============================== ===========
54+ Library Version Python
55+ ------------------------------ -----------
56+ 2.x 2.6+, 3.4+
57+ 3.x 2.7+, 3.5+
58+ 4.x *(currently on develop ) * 3.6+
59+ ============================== ===========
5460
5561
5662Features
0 commit comments