This is exactly how you make the world a little bit worse.
Go to file
GodSaveTheDoge 1ce807012a Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00
.gitignore Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00
README.md Initial commit: added goals 2021-05-10 23:30:59 +02:00
pyconstants.py Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00
test.py Made it I guess. Missing type hinting for frame. 2021-05-11 22:07:10 +02:00

README.md

PyConstants

A library to make constants in python

Goals

  • Make it working
  • Detect type hinted constants (typing.Final)
  • Detect constants by the name (CONSTANT_VAR)
  • Add a way to make any varible constant (const .foo = "bar")