https://github.com/emad-elsaid/rubrowser - awesome tool
- https://github.com/cyndis/infl - outdated doesn't work because rubinius/rubinius#3840
- https://github.com/molhanec/rb2py - create unwanted base class layer
- https://github.com/valo/rubypython - outdated
- manual - choosen
- cyclic dependency possible in python
- keyword different, append _
- not allow to have method and pproperty with the same name in the same class
- brackets on functions mandatory
- xml_dataclasses - https://github.com/tobywf/xml_dataclasses - not enough flexibility
- xsdata - https://xsdata.readthedocs.io/en/v21.8/xml.html - not enough flexibility
- Idea for own xml/asciib introspection based serializer was failed because too many custom cases
- own to_xml implementation with xml.etree.ElementTree - to much monkey work but looks like the only option right now
- append _ at the end (from -> from_) - https://stackoverflow.com/questions/6503920/is-it-possible-to-escape-a-reserved-word-in-python/6504209
cookiecutter by default generated all documentation with rst. So I decided to try it
- https://www.zverovich.net/2016/06/16/rst-vs-markdown.html
- https://docutils.sourceforge.io/docs/user/rst/quickref.html
https://www.pythonpool.com/python-unittest-vs-pytest/
https://stackoverflow.com/questions/14083111/should-i-use-encoding-declaration-in-python-3
https://packaging.python.org/discussions/wheel-vs-egg/
https://pypi.org/project/iso639-lang/ vs https://pypi.org/project/iso-639/
iso-639 - has less size
[?] How to simplify imports? [?] Acsiidoc does order matters? [?] Some test framework which can generage random dataclass?