Initial commit: added goals

This commit is contained in:
GodSaveTheDoge 2021-05-10 23:30:59 +02:00
commit 5f478cb15c
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# 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")