Env. A simpler way to handle settings and passwords in your code.

github.com/kennethreitz/env

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2019
  • Add coveralls badge
  • Fix script line to use appropriate version of python
  • Make test code python 2.7 compatible
  • Add if statement around installing flake8-bugbear
  • Repo build changes
  • Update README with fixed Travis-CI image
  • Update versions to test against for Travis
  • Misc package management configuration (#8)
March 2018
  • Merge pull request #7 from lexfo/python3-fixes
  • Add trove classifiers for supported python versions
  • Add tox configuration file
  • Update Travis CI configuration
  • Allow tests to run with python3
  • Fix python3 compatibility
June 2017
  • Merge pull request #6 from tpict/master
  • Style fix
  • Fix urlparse import under Python 3
August 2012
  • Merge pull request #3 from snh/maplowercase
  • env
  • travis!