# RCSB Python Configuration Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=8&branchName=master)
## Introduction
This module contains a utilities for managing configuration options
using ini/configparser and YAML format configuration files.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_io.git
```
Optionally, run test suite (Python versions 2.7, 3.6, and 3.7) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
python setup.py test
or simply run
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.utils.config
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_config",
"name": "rcsb.utils.config",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "John Westbrook",
"author_email": "john.westbrook@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/b2/df/771227d3659886ad1526508a2d4f0c23f2465670085d2b694dffe12575f9/rcsb_utils_config-0.41.tar.gz",
"platform": null,
"description": "# RCSB Python Configuration Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=8&branchName=master)\n\n## Introduction\n\nThis module contains a utilities for managing configuration options\nusing ini/configparser and YAML format configuration files.\n\n### Installation\n\nDownload the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_io.git\n\n```\n\nOptionally, run test suite (Python versions 2.7, 3.6, and 3.7) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.config\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Configuration Utilities",
"version": "0.41",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_config"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6a882b5c88ffa363c7807f6a7bf8870b1e092e1e4f667963332ab3ad2c45f199",
"md5": "9e640e97c61022fc9fa2ee12eccfb5dd",
"sha256": "53cd571d4267f3f88329c29eb78c3e7bd40b6c2aadeef8690ec82e694492f510"
},
"downloads": -1,
"filename": "rcsb.utils.config-0.41-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e640e97c61022fc9fa2ee12eccfb5dd",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9940,
"upload_time": "2024-12-10T00:05:30",
"upload_time_iso_8601": "2024-12-10T00:05:30.125780Z",
"url": "https://files.pythonhosted.org/packages/6a/88/2b5c88ffa363c7807f6a7bf8870b1e092e1e4f667963332ab3ad2c45f199/rcsb.utils.config-0.41-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b2df771227d3659886ad1526508a2d4f0c23f2465670085d2b694dffe12575f9",
"md5": "d40097ab251bee90b24163bf483434bc",
"sha256": "605b0d8b971e07e0e532d242e6b5b30b1a3567153f3fd6cd8e006aa36cf3d435"
},
"downloads": -1,
"filename": "rcsb_utils_config-0.41.tar.gz",
"has_sig": false,
"md5_digest": "d40097ab251bee90b24163bf483434bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11476,
"upload_time": "2024-12-09T23:58:49",
"upload_time_iso_8601": "2024-12-09T23:58:49.577377Z",
"url": "https://files.pythonhosted.org/packages/b2/df/771227d3659886ad1526508a2d4f0c23f2465670085d2b694dffe12575f9/rcsb_utils_config-0.41.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-09 23:58:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_config",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "future",
"specs": []
},
{
"name": "configparser",
"specs": []
},
{
"name": "ruamel.yaml",
"specs": []
},
{
"name": "PyNaCl",
"specs": [
[
">=",
"1.3.0"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"0.63"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.config"
}