About Anaconda Help Download Anaconda

pedvide / packages / settings_parser 1.3.1

settings_parser: Load, parse and validate user settings

Installers

  • osx-64 v1.3.1
  • win-32 v1.3.1
  • linux-32 v1.3.1
  • linux-64 v1.3.1
  • win-64 v1.3.1

conda install

To install this package run one of the following:
conda install pedvide::settings_parser

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


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy