Installation

configclasses can be installed with all the traditional python tools.

Pip Install configclasses

To install configclasses, simply run this command in your terminal:

$ pip install configclasses

If you don’t have pip installed, this Python installation guide can guide you through the process.

Suggested Alternative: Pipenv

pipenv is a new tool that solves the problems of isolated virtual environment, package installation, and dependency tracking in a simple but comprehensive manner:

$ pip install pipenv
$ pipenv install configclasses

Full documentation can be found on readthedocs. Why not give it a try!

Get the Source Code

configclasses is under active development on GitHub, where the code is always available.

You can clone the repository:

$ git clone git://github.com/jeffbelgum/configclasses.git

Once you have a copy of the source, you can embed it in your own Python package or install it into your site-packages easily:

$ python setup.py install