Elektra 0.8.7 improved Python support

Markus Raab usenet at markus-raab.org
Wed Jul 30 15:49:55 EDT 2014


Hello list,

Elektra provides a universal and secure framework to store configuration 
parameters in a global, hierarchical key database. The core is a small 
library implemented in C. The plugin-based framework fulfills many 
configuration-related tasks to avoid any unnecessary code duplication across 
applications while it still allows the core to stay without any external 
dependency. Elektra abstracts from cross-platform-related issues with an 
consistent API, and allows applications to be aware of other applications' 
configurations, leveraging easy application integration.
http://www.libelektra.org

While the core is in C, both applications and soon plugins can be written in 
python. The API is complete and fully functional but not yet stable. So if 
you have any suggestions, please let us know.

Additionally the latest release added:
- python2 next to python3 bindings + lots of improvements there
- ini plugin
- 3 way merge
- tab completion
- for more details see:
http://sourceforge.net/p/registry/mailman/message/32655639/

You can download the release at:
 http://www.markus-raab.org/ftp/elektra/releases/elektra-0.8.7.tar.gz
 size: 1566800
 md5sum: 4996df62942791373b192c793d912b4c

Make sure to enable BUILD_SWIG and BUILD_SWIG_PYTHON2 or BUILD_SWIG_PYTHON3.

Docu (C/C++) can be found here:
 http://doc.libelektra.org/api/0.8.7/html/

Best regards,
Markus



More information about the Python-list mailing list