Metadata-Version: 2.1
Name: cimport
Version: 0.1.0rc0
Summary: a Foreign language Import library for python
Author-email: Fakesum <worldanvilbild+github@gmail.com>
Project-URL: Homepage, https://github.com/Fakesum/cimport
Project-URL: Bug Tracker, https://github.com/Fakesum/cimport/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# cimport

a Foreign language Import library for python

## Instalation

through pip stable:
```bash
TODO.
```

directly from github:
```bash
pip install get+https://github.com/Fakesum/cimport
```

## TODO

- [ ] register pypi
- [ ] Docs
- [ ] examples
- [ ] Tests
- [ ] Type-hinting
