https://github.com/kijewski/ctypesgen_to_pxd
ctypesgen → pxd for cython
https://github.com/kijewski/ctypesgen_to_pxd
Last synced: about 1 year ago
JSON representation
ctypesgen → pxd for cython
- Host: GitHub
- URL: https://github.com/kijewski/ctypesgen_to_pxd
- Owner: Kijewski
- License: apache-2.0
- Created: 2016-06-01T00:08:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T13:06:23.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T17:34:36.065Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctypesgen\_to\_pxd
### Usage:
```c
ctypesgen --output-language=json /usr/include/some.h > some.json
ctypesgen_to_pxd < some.json > some.pxd
vim use_some.pxy
cythonize -i use_some.pxy
```
### Links:
* [ctypesgen](https://github.com/davidjamesca/ctypesgen)
* [cython](http://cython.org/)
### License:
* Apache License v2.0, see LICENSE