distributed-system-analysis/configtools

Name: configtools

Owner: distributed-system-analysis

Description: Simple set of tools to read and parse configuration files for use by shell scripts

Created: 2015-07-17 17:28:11.0

Updated: 2016-02-22 17:15:00.0

Pushed: 2016-02-22 17:15:00.0

Homepage: null

Size: 36

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

configtools

Simple set of tools to read and parse configuration files for use by shell scripts

Installation

Simple setuptools based Python project, see setup.py, can be installed from source using python setup.py install.

PyPI

Available via PyPI, see http://pypi.python.org/configtools

install configtools
Fedora RPMs Available via Fedora's COPR, see

http://copr.fedoraproject.org/coprs/portante/configtools/

To make your own COPR build, first make sure the configtools.spec file points the proper version from PyPI. Then pull the source tar ball locally from PyPI, .e.g. wget https://pypi.python.org/packages/source/c/configtools/configtools-0.3.tar.gz#md5=ca44cd06d26807805e433731dc5c085e -O /tmp/configtools-0.3.tar.gz, then do the following:

  1. mkdir -p $HOME/rpmbuild/SPECS $HOME/rpmbuild/SOURCES
  2. cp ./configtools.spec $HOME/rpmbuild/SPECS/
  3. cp /tmp/configtools-0.3.tar.gz $HOME/rpmbuild/SOURCES/
  4. cd $HOME/rpmbuild/SPECS
  5. rpmbuild -bs configtools.spec
  6. Upload the resulting SRPM in $HOME/rpmbuild/SRPMS/configtools-0.3.srpm to your COPR project for configtools
History

Developed to help the pbench sister project handle configuration files from the various shell scripts in that project. See https://github.com/distributed-system-analysis/pbench.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.