Metadata-Version: 2.1
Name: qcobj
Version: 1.2.5
Summary: A quantity aware configObject
Home-page: https://bitbucket.org/bvidmar/qcobj
Author: Roberto Vidmar
Author-email: rvidmar@inogs.it
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Pint (>=0.8.1)
Requires-Dist: configobj (>=5.0.6)
Requires-Dist: setuptools (>=39.0.1)

# QCOBJ #
QCOBJ a Python package to handle quantity-aware configuration files

### In short ###
A Python package to help scientists and researchers to add physical quantities
to the configuration files they use in their computer programs.
Highlights:

* Parameter values are validated against user defined specifications to
  ensure they are in the correct range and eventually converted to the
  requested unit of measurement. 

* A graphical user interface to display and modify configuration file content
  is included.

* More than two configuration files can be compared highlighting the
  differences between them.

QCOBJ was published on
[SoftwareX, Volume 7, January–June 2018, Pages 347-351](
https://www.sciencedirect.com/science/article/pii/S2352711018302383).

### Where is the documentation? ###

[Here!](https://bvidmar.bitbucket.io/qcobj/)

### Who do I talk to? ###

* [Roberto Vidmar](mailto:rvidmar@inogs.it)

* [Nicola Creati](mailto:ncreati@inogs.it)


