{ "info": { "author": "Andre Alexander Bell", "author_email": "pyermassi@andre-bell.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: Microsoft :: Windows", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "==============================\nInstalling and Using pyermassi\n==============================\n\n.. contents:: **Table of Contents**\n\n------------\nIntroduction\n------------\n\nThis project aims to be a a python wrapper for the `Erma SSI1417 card`_. This\ncard is a synchronous serial interface (SSI) card sold by\n`Erma Electronic GmbH`_, Germany. Together with this card Erma provides a DLL\n(ERMA_SSI.DLL) to access the interface from within your own programs through a\nsimple API. This package uses `SWIG`_ to wrap the API to python.\n\nThe version number of this package equals the version number of the target DLL.\nCurrently this is version 1.0.0.8 of the ERMA_SSI.DLL.\n\n.. _Erma SSI1417 card: http://www.erma-electronic.de/english/pc_cards/selection_pc_cards_pci/ss1417_en.html\n.. _Erma Electronic GmbH: http://www.erma-electronic.de/english/henglish.html\n.. _SWIG: http://www.swig.org\n\nLimitations\n-----------\n\nThe driver is currently only provided for Windows. Hence, this python package\nworks only on windows too.\n\n-------------------------\nInstallation Instructions\n-------------------------\n\nWindows\n-------\n\nYou can download the `source code package`_ to compile everything yourself or\nyou can use easy_install to install the precompiled package (py2.6, win32).\nTo compile the package please follow the instructions provided in the README\nfile.\n\nInstalling with easy_install is done by calling from the windows command\nprompt (C:\\>):\n\n C:\\> easy_install pyermassi\n\n.. _source code package: http://www.andre-bell.de/projects/pyermassi/downloads\n\n-----\nUsage\n-----\n\nPlease see the `project homepage`_ for usage examples. Also refer to the\nexample.py provided in the package.\n\n.. _project homepage: http://www.andre-bell.de/projects/pyermassi\n\n---------------\nRelease Changes\n---------------\n\n1.0.0.8.post1, Released 2010-06-19\n * Added version tag\n * Updated installation instructions\n * Removed numpy dependency\n * Added option to raise error exceptions instead of returning error codes\n\n1.0.0.8, Released 2010-05-20\n * First public release\n * Covers full 1.0.0.8 API", "description_content_type": null, "docs_url": null, "download_url": "http://www.andre-bell.de/en/projects/pyermassi/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.andre-bell.de/en/projects/pyermassi", "keywords": "SSI,synchronous serial interface,ermassi", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "pyermassi", "package_url": "https://pypi.org/project/pyermassi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyermassi/", "project_urls": { "Download": "http://www.andre-bell.de/en/projects/pyermassi/downloads", "Homepage": "http://www.andre-bell.de/en/projects/pyermassi" }, "release_url": "https://pypi.org/project/pyermassi/1.0.0.8.post1/", "requires_dist": null, "requires_python": null, "summary": "Python interface to the Erma SSI1417 card.", "version": "1.0.0.8.post1" }, "last_serial": 181875, "releases": { "1.0.0.8": [], "1.0.0.8.post1": [] }, "urls": [] }