A slow Euphoria TUI client written in Python
Find a file
Joscha 31549aa7eb Add ConfigView
with python magic to make this possible:

c = Config({"a.b": "c"})
c.view.a.b == "c"
2019-06-08 09:10:59 +00:00
cheuph Add ConfigView 2019-06-08 09:10:59 +00:00
.gitignore Start using venv 2019-06-08 09:10:59 +00:00
LICENSE Initial commit 2019-06-08 09:00:23 +00:00
mypy.ini Reorganize project structure 2019-06-08 09:10:59 +00:00
test.py Add very basic test script 2019-06-08 09:10:59 +00:00
tree_display.py Satisfy mypy and (re-)move files 2019-06-08 09:10:59 +00:00