Re: Lucia - OpenSource AudioGame engine written in Python
Also, good job on including type hints. They're very very useful.
Just as a heads up, there's a great flake8 plugin called flake8-docstrings, which makes sure you're writing proper docstrings. It's annoying when you first install it, but it makes your docstrings better in the long run.
Did you know you can have all your docstrings get pulled in by Sphinx, so you don't need to write separate docs?
If you use PBR, you can have a setup.cfg file which eliminates the need for the spaghetti of a setup.py file.
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector