KIPAC / cfgmdl

Configuration parsing and model build tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The cfgmdl package

Set-up

From bash using pip

$ pip install cfgmdl

From source

git clone https://github.com/KIPAC/cfgmdl.git
cd cfgmdl
python setup.py install (or python setup.py develop)

Testing

$ pip install pytest
$ pytest cfgmdl

Demo

People

License, etc.

This is open source software, available under the BSD license. If you are interested in this project, please do drop us a line via the hyperlinked contact names above, or by writing us an issue.

About

Configuration parsing and model build tools

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%