Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 690 Bytes

File metadata and controls

16 lines (9 loc) · 690 Bytes

PyOTL

The PyOTL project converts the C++ programs in the OTL into Python modules, and supports both version 2 and version 3 of Python. Moreover, the unit-test technique is adopted to ensure the correctness of all converted Python modules.

Notably, since the standard C++11 is used in the OTL, please check if your compiler supports it.

License

This project is released as the open source software with the GNU Lesser General Public License version 3 (LGPL v3).

Acknowledgements

The following tool and library are used in this project: