env

Environment Variables for Humans
Download

env Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kenneth Reitz
  • Publisher web site:
  • http://kennethreitz.com

env Tags


env Description

env is a Python module for mapping environment variables can be a bit of a pain.Now you can replace this boilerplate:ZENDESK_URL = os.environZENDESK_USER = os.environZENDESK_PASS = os.environZENDESK_VIEW = os.environWith a simple call:import env>>> zendesk = env.prefix('zendesk_')>>> zendesk{'user': ..., 'pass': ..., 'url': ..., 'view': ...}Or have a bit more control:>>> env.map(user='zendesk_user'){'user': ...}Product's homepage


env Related Software