Files
pkgsrc-ng/devel/py-constants/DESCR
2016-11-18 22:39:22 +01:00

10 lines
392 B
Plaintext

Most applications use constants. Many constants take different
values based on the environment the application is executed in.
Think database credentials over development, testing, staging,
production or stock market execution over development, testing,
paper, production ...
Shamelessly inspired by the app_constants_ gem, ``constants`` aims
to solve that problem (and that problem only).