Skip to content

O-T-L/PyOTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: