python3

Wrapper to interface with the Python 3 interpreter


Keywords
python, wrapper, nim, python3
License
MIT
Install
nimble install python3

Documentation

Python 3 wrapper for Nim nimble

Description:

Nim wrapper for the Python 3 programming language.
Based on the official nim-lang/python wrapper.

Notes:

Compatible with Python 3.1 to 3.5 (Examples tested with Python 3.3).
This is a fresh wrapper, please report typos/bugs!

If you have time, please open an issue and tell me which coding style you prefer for this wrapper library, the original Python ("proc PyModule_NewObject") or the current Nim ("proc moduleNewObject") style.