Metadata-Version: 1.1
Name: pyclibrary
Version: 0.1.2
Summary: C binding automation
Home-page: http://github.com/MatthieuDartiailh/pyclibrary
Author: PyCLibrary Developers
Author-email: m.dartiailh@gmail.com
License: MIT
Download-URL: http://github.com/MatthieuDartiailh/pyclibrary/tarball/master
Description: PyCLibrary includes 1) a pure-python C parser and
        2) an automation library that uses C header file definitions to simplify the
        use of c bindings. The C parser currently processes all macros, typedefs,
        structs, unions, enums, function prototypes, and global variable declarations,
        and can evaluate typedefs down to their fundamental C types +
        pointers/arrays/function signatures. Pyclibrary can automatically build c
        structs/unions and perform type conversions when calling functions via
        cdll/windll.
Keywords: C binding automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires: future
