PyConstants/README.md

234 B

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")