Commit Graph
5 Commits
Author SHA1 Message Date
JamesandGitHub d3e4fbb311 Add Documentation (#125)
Add sphinx docs with readthedocs integration.

Docs can be built locally with `poe docs`.
2020-09-20 22:00:02 +02:00
JamesandGitHub ca16b6ed34 Various micro-optimizations (#139) 2020-08-30 17:23:57 +02:00
JamesandGitHub 16d554db75 Update black 2020-08-29 17:15:59 +02:00
JamesandGitHub 80bef7c94f Improve logic to avoid keyword collisions in generated code
Use the standard library keyword module instead of a hard coded list and applying it to enum keys as well.
2020-08-09 12:41:41 +02:00
cbd3437080 Some minor consistency changes
- replace some usages of `==` with `is`
- use available constants instead of magic strings for type names

Co-authored-by: nat <nat.noordanus@gmail.com>
2020-07-12 16:07:27 +02:00