-
v0.10.0 protected
## [0.10.0] - 2023-08-07 ### Added - `Uci.add` function for adding anonymous section implemented - `EUci.add` function to add both anonymous and named sections added
-
v0.9.0 protected
Release version 0.9.0 Added * `convert` argument for `EUci.get`. It provides a way to convert values to any type with custom function. Changed * `list` argument for `EUci.get` is now required to be set to `True` for lists otherwise only first value is returned. This is removal of auto-detection of lists. The get of list has to be now always explictly stated. * `dtype` argument for `EUci.get` can now be any type that can be initialized with string as a single argument (such as `int("42")`. * `default` argument for `EUci.get` now uses object instance `NoDefault` to detect that there is no default instead of presence of keyword argument. Removed * obsolete "get" methods in `EUci`
-
v0.8 protected
Version 0.8 Added * EUci support for IP address parsing Fixed * Use of deprecated and in Python 3.9 removed library
-
v0.6 protected9e4f02d4 · Release: 0.6 ·
Improved EUci with generic get() and set() methods * Uci method get() is now overloaded in EUci with variant providing automatic output conversions. * Uci method set() is now overloaded in EUci with "clever" variant. * Added README with API documentation.
-
v0.1 protected
Alfa version 0.1 This is first version to be released. Binding is not yet complete and even primary functions are missing. But it should be usable for getting and setting named sections (unnamed are not supported yet). Please threat it with caution.