Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v0.8.1 protected Version 0.8.1 Fixed * missing include `collections.abc` in `euci` module
-
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.1 protected Fix EUci.get iterable non-iterable default
-
v0.6 protected 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.4.2 protected Do not commit on exit on no change made
-
v0.3 protected 0.3: Support for Python context manager
-
v0.2.1 protected 0.2.1: Fix UciExceptionNotFound name in uci module
-
v0.2 protected 0.2: add suport for setting lists and tuples as value
-
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.