Skip to content

Commit

Permalink
Move old setup long description into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Apr 15, 2016
1 parent 609113d commit 8fe3195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ InstrumentKit
.. image:: https://readthedocs.org/projects/instrumentkit/badge/?version=latest
:target: https://readthedocs.org/projects/instrumentkit/?badge=latest

This project contains code to easily interact with laboratory equipment using
various communication buses.
InstrumentKit is an open source Python library designed to help the
end-user get straight into communicating with their equipment via a PC.
InstrumentKit aims to accomplish this by providing a connection- and
vendor-agnostic API. Users can freely swap between a variety of
connection types (ethernet, gpib, serial, usb) without impacting their
code. Since the API is consistent across similar instruments, a user
can, for example, upgrade from their 1980's multimeter using GPIB to a
modern Keysight 34461a using ethernet with only a single line change.

Supported means of communication are:

Expand Down
14 changes: 0 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@
'USB': ["pyusb"],
"VXI11": ["python-vxi11"]
}
LONG_DESCRIPTION = """
InstrumentKit
-------------
InstrumentKit is an open source Python library designed to help the
end-user get straight into communicating with their equipment via a PC.
InstrumentKit aims to accomplish this by providing a connection- and
vendor-agnostic API. Users can freely swap between a variety of
connection types (ethernet, gpib, serial, usb) without impacting their
code. Since the API is consistent across similar instruments, a user
can, for example, upgrade from their 1980's multimeter using GPIB to a
modern Keysight 34461a using ethernet with only a single line change.
"""

# HELPER FUNCTONS ############################################################

Expand Down

0 comments on commit 8fe3195

Please sign in to comment.