config-file


Nameconfig-file JSON
Version 0.14.0 PyPI version JSON
download
home_pageNone
SummaryModify configuration files of various formats with the same simple API.
upload_time2025-08-16 16:44:44
maintainerNone
docs_urlNone
authorEugene Triguba
requires_python>=3.9
licenseNone
keywords configuration ini json toml yaml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Config File

> Simple manipulation of ini, json, yaml, or toml files

![Python Version](https://img.shields.io/pypi/pyversions/config-file.svg)
[![Version](https://img.shields.io/pypi/v/config-file)](https://pypi.org/project/config-file/)
[![Build Status](https://builds.sr.ht/~eugenetriguba/config-file.svg)](https://builds.sr.ht/~eugenetriguba/config-file?)

## About Config File

The Config File project is designed to allow you to easily manipulate your
configuration files with the same simple API whether they are in INI, JSON,
YAML, or TOML.

Visit [config-file.readthedocs.io](https://config-file.readthedocs.io/) for
further documentation.

## Installation

Config File is available to download through PyPI.

```bash
$ pip install config-file
```

### Installing Extras

If you want to manipulate YAML and TOML, you'll want to download the extras as well.

```bash
$ pip install config-file[yaml, toml]
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "config-file",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "configuration, ini, json, toml, yaml",
    "author": "Eugene Triguba",
    "author_email": "Eugene Triguba <hello@eugenetriguba.com>",
    "download_url": "https://files.pythonhosted.org/packages/cd/02/40921704b899c4799c3ad620ae08cdd79922a67d5db9caf92340f0ca03a9/config_file-0.14.0.tar.gz",
    "platform": null,
    "description": "# Config File\n\n> Simple manipulation of ini, json, yaml, or toml files\n\n![Python Version](https://img.shields.io/pypi/pyversions/config-file.svg)\n[![Version](https://img.shields.io/pypi/v/config-file)](https://pypi.org/project/config-file/)\n[![Build Status](https://builds.sr.ht/~eugenetriguba/config-file.svg)](https://builds.sr.ht/~eugenetriguba/config-file?)\n\n## About Config File\n\nThe Config File project is designed to allow you to easily manipulate your\nconfiguration files with the same simple API whether they are in INI, JSON,\nYAML, or TOML.\n\nVisit [config-file.readthedocs.io](https://config-file.readthedocs.io/) for\nfurther documentation.\n\n## Installation\n\nConfig File is available to download through PyPI.\n\n```bash\n$ pip install config-file\n```\n\n### Installing Extras\n\nIf you want to manipulate YAML and TOML, you'll want to download the extras as well.\n\n```bash\n$ pip install config-file[yaml, toml]\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Modify configuration files of various formats with the same simple API.",
    "version": "0.14.0",
    "project_urls": {
        "Documentation": "https://config-file.readthedocs.io/",
        "Repository": "https://git.sr.ht/~eugenetriguba/config-file"
    },
    "split_keywords": [
        "configuration",
        " ini",
        " json",
        " toml",
        " yaml"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f8330206bdecb3647212faeaabef34e6a60c92ee72a8b30b952da66250e1e22",
                "md5": "891e31ee405d56fb1a6f22e60300b104",
                "sha256": "7d3455f2911f8dca2048a04520bf7d2e9ff36c468ef10bc6988c2bc2c9a17f2c"
            },
            "downloads": -1,
            "filename": "config_file-0.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "891e31ee405d56fb1a6f22e60300b104",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17209,
            "upload_time": "2025-08-16T16:44:43",
            "upload_time_iso_8601": "2025-08-16T16:44:43.039669Z",
            "url": "https://files.pythonhosted.org/packages/2f/83/30206bdecb3647212faeaabef34e6a60c92ee72a8b30b952da66250e1e22/config_file-0.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd0240921704b899c4799c3ad620ae08cdd79922a67d5db9caf92340f0ca03a9",
                "md5": "dffe3e35913ab436c81e48533f28475e",
                "sha256": "6668b8f9ff0d7d2defa7770f709436c3b75d49cdf10ade12e50afb746d91b0c7"
            },
            "downloads": -1,
            "filename": "config_file-0.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dffe3e35913ab436c81e48533f28475e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12711,
            "upload_time": "2025-08-16T16:44:44",
            "upload_time_iso_8601": "2025-08-16T16:44:44.152198Z",
            "url": "https://files.pythonhosted.org/packages/cd/02/40921704b899c4799c3ad620ae08cdd79922a67d5db9caf92340f0ca03a9/config_file-0.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-16 16:44:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "config-file"
}
        
Elapsed time: 2.13950s