settings_parser: Load, parse and validate user settings
Load and parse user settings
|License| |Python version| |Pypi version| |Anaconda version| |Build Status| |Coverage Status|
Python 3.5 or 3.6 is required. Installing
Anaconda <https://www.continuum.io/downloads>
__ is recommended; it
works with Windows (64/32 bits), Linux (64/32 bits) and Mac (64 bits).
After installing Anaconda execute the following commands at the command prompt (cmd.exe for Windows, shell for Linux and Mac):
::
conda config --add channels conda-forge
conda config --add channels pedvide
conda install settings_parser
(The first two commands add packages repositories with up-to-date versions of all needed packages.)
or
::
pip install settings_parser
That will download and install all necessary files.
Update ~~~~~~
If you installed it using conda, update with:
::
conda update settings_parser
If you installed it with pip, update with:
::
pip install -U settings_parser
Please use the GitHub issue
tracker <https://github.com/pedvide/settings_parser/issues>
__ to submit bugs or
request features.
Copyright Pedro Villanueva Delgado, 2017.
Distributed under the terms of the MIT <LICENSE.txt>
_ license,
settingsparser is free and open source software.
.. |License| image:: https://img.shields.io/github/license/pedvide/settingsparser.svg :target: https://github.com/pedvide/settingsparser/blob/master/LICENSE.txt .. |Python version| image:: https://img.shields.io/pypi/pyversions/settingsparser.svg :target: https://pypi.python.org/pypi/settingsparser .. |Pypi version| image:: https://img.shields.io/pypi/v/settingsparser.svg :target: https://pypi.python.org/pypi/settingsparser .. |Anaconda version| image:: https://anaconda.org/pedvide/settingsparser/badges/version.svg :target: https://anaconda.org/pedvide/settingsparser .. |Build Status| image:: https://travis-ci.org/pedvide/settingsparser.svg?branch=master :target: https://travis-ci.org/pedvide/settingsparser .. |Coverage Status| image:: https://coveralls.io/repos/github/pedvide/settingsparser/badge.svg?branch=master :target: https://coveralls.io/github/pedvide/settingsparser?branch=master