- 29 May, 2019 1 commit
-
-
Karel Koci authored
These are intended to be used as smart wrappers on top of get_* and set_* methods. In case of get_t method you can specify type you are expecting like a python type (str, bool and int). In case of set_t is type autodetected from provided value.
-
- 22 May, 2019 4 commits
-
-
Karel Koci authored
-
Karel Koci authored
This reverts commit 2eb7d6cd. This is better Python3 syntax and with no Python2 support we can do this.
-
Martin Matějek authored
-
Martin Matějek authored
If key doesn't exist in uci, default value will be returned
-
- 14 May, 2019 2 commits
-
-
Karel Koci authored
Python 2 is almost EOL. This frees our hands to use Python3 only syntax that is not available in Python 2.
-
Karel Koci authored
-
- 01 Apr, 2019 1 commit
-
-
Karel Koci authored
We should not commit every time we exit from context because that can take a long time. This remembers if some changes could have been done and otherwise we do not commit on exit.
-
- 05 Feb, 2019 2 commits
-
-
Karel Koci authored
-
Karel Koci authored
This reverts commit c1e2e8cf.
-
- 31 Jan, 2019 3 commits
-
-
Karel Koci authored
-
Karel Koci authored
We are going to drop Python 2 completely.
-
Karel Koci authored
-
- 09 Jul, 2018 3 commits
-
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
- 15 Mar, 2018 3 commits
-
-
Karel Koci authored
-
Karel Koci authored
This adds support for usage with python `with` statement.
-
Karel Koci authored
-
- 14 Mar, 2018 2 commits
-
-
Karel Koci authored
-
Karel Koci authored
-
- 26 Feb, 2018 6 commits
-
-
Karel Koci authored
This project is in reality licensed under MIT license.
-
Karel Koci authored
There is difference in how string should be handled in Python 2 and 3.
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This is just first working version. There is still a lot of work to be done before it's even fully usable.
-