File: PKG-INFO

package info (click to toggle)
python-can 1.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 1,184
  • sloc: python: 4,373; makefile: 14
file content (57 lines) | stat: -rw-r--r-- 2,472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Metadata-Version: 1.0
Name: python-can
Version: 1.5.2
Summary: Controller Area Network interface module for Python
Home-page: https://bitbucket.org/hardbyte/python-can
Author: Brian Thorne
Author-email: hardbyte@gmail.com
License: LGPL v3
Description: python-can
        ==========
        
        |release| |docs|  |build| 
        
        .. |release| image:: https://img.shields.io/pypi/v/python-can.svg
           :target: https://pypi.python.org/pypi/python-can/
           :alt: Latest Version
        
        .. |docs| image:: https://readthedocs.org/projects/python-can/badge/?version=latest
           :target: http://python-can.readthedocs.org/en/latest/?badge=latest
           :alt: Documentation Status
                        
        .. |build| image:: https://drone.io/bitbucket.org/hardbyte/python-can/status.png
           :target: https://drone.io/bitbucket.org/hardbyte/python-can/latest
           :alt: CI Server
        
        
        The **C**\ ontroller **A**\ rea **N**\ etwork is a bus standard designed
        to allow microcontrollers and devices to communicate with each other. It
        has priority based bus arbitration, reliable deterministic
        communication. It is used in cars, trucks, boats, wheelchairs and more.
        
        The ``can`` package provides controller area network support for
        Python developers; providing `common abstractions to
        different hardware devices`, and a suite of utilities for sending and receiving
        messages on a can bus.
        
        The library supports Python 2.7, Python 3.3+ and runs on Mac, Linux and Windows.
        
        You can find more information in the documentation, online at
        `python-can.readthedocs.org <https://python-can.readthedocs.org/en/stable/>`__.
        
        
        Discussion
        ----------
        
        If you run into bugs, you can file them in our
        `issue tracker <https://bitbucket.org/hardbyte/python-can/issues>`__.
        
        There is also a `python-can <https://groups.google.com/forum/#!forum/python-can>`__
        mailing list for development discussion.
        
        `Stackoverflow <https://stackoverflow.com/questions/tagged/can+python>`__ has several
        questions and answers tagged with ``python+can``.
        
        Wherever we interact, we strive to follow the
        `Python Community Code of Conduct <https://www.python.org/psf/codeofconduct/>`__.
Platform: UNKNOWN