1
1
python-can
2
2
==========
3
3
4
- |release | |docs | |build_travis | |build_appveyor | |coverage | |downloads | |formatter |
4
+ |release | |downloads | |downloads_monthly | |formatter |
5
+
6
+ |docs | |build_travis | |build_appveyor | |coverage |
5
7
6
8
.. |release | image :: https://img.shields.io/pypi/v/python-can.svg
7
9
:target: https://pypi.python.org/pypi/python-can/
8
10
:alt: Latest Version on PyPi
9
11
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
+
10
24
.. |docs | image :: https://readthedocs.org/projects/python-can/badge/?version=stable
11
25
:target: https://python-can.readthedocs.io/en/stable/
12
26
:alt: Documentation
@@ -23,14 +37,6 @@ python-can
23
37
:target: https://codecov.io/gh/hardbyte/python-can/branch/develop
24
38
:alt: Test coverage reports on Codecov.io
25
39
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
-
34
40
The **C **\ ontroller **A **\ rea **N **\ etwork is a bus standard designed
35
41
to allow microcontrollers and devices to communicate with each other. It
36
42
has priority based bus arbitration and reliable deterministic
@@ -44,13 +50,13 @@ messages on a can bus.
44
50
The library currently supports Python 3.6+ as well as PyPy 3 and runs
45
51
on Mac, Linux and Windows.
46
52
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
+ ============================== ===========
54
60
55
61
56
62
Features
0 commit comments