An open API service indexing awesome lists of open source software.

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

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