Commit graph

6 commits

Author SHA1 Message Date
Martin
1ed1087a1a fix missing over.types.ndict.keys 2017-10-13 18:23:08 +02:00
Martin
f8b9f983ad improved over.types.ndict.__repr__ 2017-10-13 14:28:15 +02:00
Martin
853e05a275 rewrote over.types.ndict to use composition instead of inheritance due to obscue issues on raspbian 2017-10-06 15:17:47 +02:00
Martinez
d0fd7e90c5 - minor changes
- add Exception.description property support
- add a few sanity checks to over.app.Main
- added top-level stack frame display to over.app.Main.exception_handler
- the command line parser is now usable :)
2016-05-16 00:27:08 +02:00
Martinez
b30cab6926 implemented a global exception handler for over.app.Main that uses introspection and docstrings to create human-friendly stack traces
implemented most of the command line parser
expanded ANSI color palette
added over.text.char_in_str
over.text.Output removes colors if the output stream is not a tty
minor fixes and improvements
2016-05-15 22:07:38 +02:00
Martinez
031f7627b8 renamed cython_types.pyx python_types.py to types.py[x], switching between them is setup.py's job
moved help texts to over.docs
wip over.app implementation
2016-05-13 16:11:04 +02:00
Renamed from over/python_types.py (Browse further)