djay 0.0.3

There are too many options, they don’t integrate well, and they don’t provide complete functionality. For example, the typical development environment might use `pyenv` to control the Python runtime version, `virtualenv` to isolate the project’s dependencies, `pip` and `setuptools` to specify dependencies, `django-admin` to initialize a project, `manage.py` within the virtual environment to run commands, and a `Makefile` or `run.py` to wrap all of these tools, filling in the gaps between them.