Metadata-Version: 1.1
Name: gpib-ctypes
Version: 0.3.0
Summary: GPIB interface for Python implemented using ctypes, API-compatible with linux-gpib.
Home-page: https://github.com/tivek/gpib_ctypes
Author: Tomislav Ivek
Author-email: tomislav.ivek@gmail.com
License: GNU General Public License v2
Description: ===========
        gpib-ctypes
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/gpib_ctypes.svg
                :target: https://pypi.python.org/pypi/gpib_ctypes
        
        .. image:: https://img.shields.io/travis/tivek/gpib_ctypes.svg
                :target: https://travis-ci.org/tivek/gpib_ctypes
        
        .. image:: https://readthedocs.org/projects/gpib-ctypes/badge/?version=latest
                :target: https://gpib-ctypes.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/tivek/gpib_ctypes/shield.svg
             :target: https://pyup.io/repos/github/tivek/gpib_ctypes/
             :alt: Updates
        
        
        Cross-platform Python bindings for the NI GPIB and linux-gpib C interfaces.
        
        * Free software: GNU General Public License v2
        * Documentation: https://gpib-ctypes.readthedocs.io.
        
        
        Features
        --------
        
        * cross-platform: tested on Microsoft Windows and Linux
        * API-compatible with the linux-gpib Python bindings
        * no Python dependencies except the standard library
        
        Testing
        ---------
        
        Currently tested with:
        * NI GPIB-USB-HI, Microsoft Windows 7 32-bit, NI GPIB driver version 3.1.0.49154, 
        * NI GPIB-USB-HI, Arch Linux 64-bit current, linux-gpib 4.1.0
        
        More testers welcome with different hardware and OS configurations!
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.3.0 (2018-12-13)
        ------------------
        * Provide bindings to iblines through gpib.lines and Gpib.lines
        
        
        0.2.1 (2018-11-28)
        ------------------
        
        * Fix gpib.ibfind string marshalling
        
        
        0.2.0 (2018-11-27)
        ------------------
        
        * Safe cleanup using Gpib.close()
        
        
        0.1.1 (2018-11-27)
        ------------------
        
        * Bugfix release
        
        
        0.1.0 (2018-01-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: gpib_ctypes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
