Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xtend python 2 #111

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 4 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
Digi XBee Python library |pypiversion| |pythonversion|
Digi XBee Python 2 library
======================================================

This project contains the source code of the XBee Python library, an
easy-to-use API developed in Python that allows you to interact with Digi
International's `XBee <https://www.digi.com/xbee>`_ radio frequency (RF)
modules.

This source has been contributed by Digi International.


Installation
------------

You can install XBee Python library using `pip
<https://pip.pypa.io/en/stable/>`_::

$ pip install digi-xbee
modules. Modifications were made to satisfy use in python 2 with Digi XTend Modules.

The code is still under development, but it is a working prototype for Python 2 usage of the modules.

Install from Source
-------------------
Expand All @@ -37,12 +27,7 @@ Read the Docs. You can find the latest, most up to date, documentation at
features which have been released, check out the
`stable docs <https://xbplib.readthedocs.io/en/stable>`_.


How to contribute
-----------------

The contributing guidelines are in the `CONTRIBUTING.rst document
<https://github.com/digidotcom/xbee-python/blob/master/CONTRIBUTING.rst>`_.
In addition to the official documentation from Digi, the python 2 library "copy" is required.


License
Expand Down
124 changes: 0 additions & 124 deletions digi/xbee/comm_interface.py

This file was deleted.

Loading