Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 245 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 245 Bytes

PythonBinding

This C# project provides bindings to CPython 3.5 via python35.dll and its C API.

It's pretty minimal, and only exposes the APIs I needed to get my other project working. However it should be pretty straightforward to extend.