You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/pyiec61850
Mikael Bourhis 178312aa13 Python wrapper: update CMakeLists, and rename the module to 'pyiec61850'
* update the CMakeLists
  - remove the deprecated commands ('PythonInterp', ...)
   (https://cmake.org/cmake/help/latest/module/FindPythonInterp.html)

  - change the CMake minimum version from 3.8 to 3.12 (released in July 2018)

* rename the libiec61850 Python module into 'pyiec61850'
  - to avoid name conflict with the name for the C static lib
  - the build artifacts are now 'pyiec61850.py' and '_pyiec61850.so'

Signed-off-by: Mikael Bourhis <mikael.bourhis@smile.fr>
2 years ago
..
eventHandlers control server for python: add control action handler for operate server 3 years ago
examples Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' 2 years ago
CMakeLists.txt Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' 2 years ago
iec61850.i Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' 2 years ago
servicePythonWrapper.hpp python service wrapper: add state management for blocking IO in python 3 years ago
test_pyiec61850.py Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' 2 years ago
tutorial.md Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' 2 years ago