Python wrapper for Cloud Foundry environments, providing easy access to VCAP_SERVICES and VCAP_APPLICATION environment variables. Current version: 0.5.3, updates infrequent.
pip install cfenvVerified import paths — ran on the pinned version, not inferred.
Basic usage of CfEnv to get Cloud Foundry app information.
Wrap in try-except or check the environment first.
Use .get() with default or check key existence.
Use keyword arguments: cfenv.get_service(name='my-service')
No dependency data recorded yet.