Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75379

Elektra 0.8.7 improved Python support

From Markus Raab <usenet@markus-raab.org>
Newsgroups comp.lang.python
Subject Elektra 0.8.7 improved Python support
Followup-To comp.lang.python
Date 2014-07-30 21:49 +0200
Organization albasani.net
Message-ID <lrbi94$1hh$2@news.albasani.net> (permalink)

Followups directed to: comp.lang.python

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Elektra 0.8.7 improved Python support Markus Raab <usenet@markus-raab.org> - 2014-07-30 21:49 +0200

csiph-web