文件名称:envbox:检测环境类型并在其中工作
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-12 03:47:58
config python settings dotenv environment
envbox 描述 检测环境类型并在其中工作。 特征 环境类型检测(可扩展系统); 支持.env文件; 方便的os.environ代理(将可选值强制转换为Python本机); 自动的环境子模块导入工具; 具有环境var支持的舒适的每线程设置容器; 用于环境探测的CLI。 代码样例 from envbox import get_environment # Detect current environment type # and get its object. # # Default detection sources: # 1. ``PYTHON_ENV`` env variable # 2. ``environment`` file contents # # By default this function will also try to read env variable
【文件预览】:
envbox-master
----MANIFEST.in(280B)
----.travis.yml(215B)
----README.rst(2KB)
----.coveragerc(44B)
----docs()
--------Makefile(4KB)
--------source()
--------build()
----tests()
--------test_utils.py(791B)
--------test_envs.py(3KB)
--------test_detectors.py(579B)
--------test_module.py(758B)
--------test_settings.py(605B)
--------testapp()
----tox.ini(238B)
----CHANGELOG(832B)
----LICENSE(1KB)
----envbox()
--------envs.py(7KB)
--------utils.py(2KB)
--------cli.py(732B)
--------detectors.py(1KB)
--------__init__.py(217B)
--------settings.py(2KB)
--------base.py(4KB)
----INSTALL(436B)
----setup.cfg(96B)
----AUTHORS(177B)
----setup.py(1KB)
----.gitignore(83B)