CMD + K

settings_parser

Community

settings_parser: Load, parse and validate user settings

Installation

To install this package, run one of the following:

Conda
$conda install pedvide::settings_parser

Usage Tracking

1.3.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

settings_parser

Load and parse user settings


|License| |Python version| |Pypi version| |Anaconda version| |Build Status| |Coverage Status|

Installation

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

Features

Documentation

TODO

Bugs/Requests

Please use the GitHub issue tracker <https://github.com/pedvide/settings_parser/issues>__ to submit bugs or request features.

License

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

About

Summary

settings_parser: Load, parse and validate user settings

Last Updated

Jul 31, 2017 at 20:42

License

MIT License

Total Downloads

178

Supported Platforms

linux-64
win-32
macOS-64
linux-32
win-64