]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Replace enum documentation hack with `enum-tools` decorator (#136)
authorLukas Juhrich <lukasjuhrich@users.noreply.github.com>
Thu, 28 Mar 2024 08:38:13 +0000 (09:38 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 08:38:13 +0000 (09:38 +0100)
commit106f5e8c386c58ca06a2f3cd7f9f02b04c9edde9
treea62787cc5ab2ed5c79f7800af843ee9779d5014c
parent3df572f1b4dcfd32b56dd391925ea7c36b70020c
Replace enum documentation hack with `enum-tools` decorator (#136)

* Include `enum_tools`

* Set up enum documentation with `document_enum`

* Remove documentation hack from `RepresentableEnum`

* Add missing `enum-tools` dependency to `setup.py`
docs/conf.py
fints/formals.py
fints/utils.py
requirements.txt
setup.py