Configuration
Project description
About
exconfig is a Python library for working with input parameter files. It provides parameter description and validation, as well as ways of working with various file formats.
Requirements
exonfig requires Python 3.
Apart from Python, exconfig has a number of other requirements, all of which can be obtained through either pip or conda, that will be automatically installed when you install exconfig.
To see a full listing of the requirements, have a look at the project’s requirements.txt file.
If you are a developer of exconfig you will also want to install additional dependencies for running exconfig’s tests to make sure that things are working as they should. These dependencies are listed in requirements-testing.txt.
Installation
Stable Release
exconfig, and its dependencies, can be installed either with pip or conda. Using pip:
$ pip install exconfig
Using conda:
$ conda install exconfig -c conda-forge
From Source
After downloading the exconfig source code, run the following from exconfig’s top-level folder (the one that contains setup.py) to install exconfig into the current environment:
$ pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file exconfig-0.2.0.tar.gz
.
File metadata
- Download URL: exconfig-0.2.0.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ad77a58860693ab10162ee607949b2a3f466a392e40613a35982349866a4786 |
|
MD5 | 0da9fcf660a2af0cdd6d7052f7c86eef |
|
BLAKE2b-256 | f757ec1e8d4b37366493af0a1744c492d554b73d3f2a21016c76eb7fadd2b22a |