Metadata-Version: 1.1
Name: python_ics
Version: 2.14
Summary: Intrepidcs icsneo40 Python 3 API/Wrapper
Home-page: https://github.com/intrepidcs/python_ics/
Author: David Rebbe
Author-email: drebbe@intrepidcs.com
License: MIT
Download-URL: https://github.com/intrepidcs/python_ics/releases
Description: Python C Code module for interfacing to the icsneo40 dynamic library. Code tries 
        to respect PEP 8 (https://www.python.org/dev/peps/pep-0008/). Function naming convention does 
        not follow the tradition c style icsneo40 naming convention as the python_ics module 
        name acts as the namespace (icsneo portion of the function) and function names 
        are suppose to be lowercase with underscores instead of mixedCase like icsneo API.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
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
