Introduction¶
Detect environment type and work within.
Features¶
- Environment type detection (extendable system);
- Support for
.envfiles; - Convenient
os.environproxying (with optional values casting into Python natives); - Automatic submodule-for-environment import tool;
- Cosy per-thread settings container with environment var support;
- CLI for environment probing.
Requirements¶
- Python 3.10+
clickpackage (optional, for CLI)