PyConstants/README.md

10 lines
234 B
Markdown
Raw Normal View History

2021-05-10 23:30:59 +02:00
# 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")