https://github.com/fakesum/cimport
A foreign language import library for python
https://github.com/fakesum/cimport
cplusplus cpp cross-platform ctypes python python-3
Last synced: 11 months ago
JSON representation
A foreign language import library for python
- Host: GitHub
- URL: https://github.com/fakesum/cimport
- Owner: Fakesum
- License: gpl-3.0
- Created: 2023-01-16T18:43:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T07:17:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T14:48:17.302Z (about 1 year ago)
- Topics: cplusplus, cpp, cross-platform, ctypes, python, python-3
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cimport
a Foreign language Import library for python
## Instalation
through pip stable:
```bash
pip install cimport
```
directly from github:
```bash
pip install get+https://github.com/Fakesum/cimport
```
## TODO
- [ ] Docs
- [ ] examples
- [x] Tests
- [ ] Type-hinting