Skip to content

Commit

Permalink
Merge pull request #55 from mfine/mfine-python-doc
Browse files Browse the repository at this point in the history
libsbp cleanup
  • Loading branch information
mookerji committed Mar 25, 2015
2 parents 0a5f794 + 67cc85c commit 916bffe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1,766 deletions.
1 change: 1 addition & 0 deletions python/MANIFEST.IN
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
12 changes: 9 additions & 3 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## SBP Bindings for Python
SBP Bindings for Python
=======================

Python client for Swift Binary Protocol (SBP).

Setup
-----

```shell
# Install dependencies only
sudo pip install -r requirements.txt
Expand All @@ -13,7 +17,8 @@ sudo pip setup.py install
sudo pip install sbp
```

## Usage
Usage
-----

```shell
# To run the tests and check for coverage:
Expand Down Expand Up @@ -48,7 +53,8 @@ Run this example with:
$ python -m sbp.client.examples.udp -s /path/to/serial/port
```

## LICENSE
License
-------

Copyright © 2015 Swift Navigation

Expand Down
Empty file removed python/libsbp/__init__.py
Empty file.
169 changes: 0 additions & 169 deletions python/libsbp/generate.py

This file was deleted.

Loading

0 comments on commit 916bffe

Please sign in to comment.