mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 428692ea3a | |||
| ee3d49a23c |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 428692ea3a |
Streamline Python file headers somewhat
- Add coding statement
- Import all modules in one line where possible
- Order: __future__, typing, plain imports, from imports,
janware modules
Signed-off-by: Jan Lindemann <jan@janware.com>
|
|||
| ee3d49a23c |
Add multi_key_dict.py
Add multi_key_dict.py from https://github.com/formiaczek/multi_key_dict It uses an MIT license, the Copyright notice should be added to this project's documentation. Signed-off-by: Jan Lindemann <jan@janware.com> |