envsub


Nameenvsub JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA text preprocessing tool with environment variable substitution.
upload_time2024-10-20 14:52:26
maintainerNone
docs_urlNone
authorGuillaume Gauvrit <guillaume@gauvr.it>
requires_python>=3.9
licenseBSD-3-Clause
keywords environment substitution variables
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # envsub

**envsub** is a text preprocessing tool that performs environment variable
substitution in files, with support for default values. Written in Rust and
callable from Python, it provides a fast and reliable way to inject environment
variables into text files during runtime.

## Features

- Environment variable substitution in any text file.
- Support for default values when environment variables are missing.
- Fast performance with Rust under the hood, accessible from Python.

## Installation

This project is currently under development 🚧 and has not been released yet


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "envsub",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "environment, substitution, variables",
    "author": "Guillaume Gauvrit <guillaume@gauvr.it>",
    "author_email": "Guillaume Gauvrit <guillaume@gauvr.it>",
    "download_url": "https://files.pythonhosted.org/packages/a1/24/0b72c3721848948403c51f41a70145ac829ecd2df47b7b730c7fef93142f/envsub-0.1.0.tar.gz",
    "platform": null,
    "description": "# envsub\n\n**envsub** is a text preprocessing tool that performs environment variable\nsubstitution in files, with support for default values. Written in Rust and\ncallable from Python, it provides a fast and reliable way to inject environment\nvariables into text files during runtime.\n\n## Features\n\n- Environment variable substitution in any text file.\n- Support for default values when environment variables are missing.\n- Fast performance with Rust under the hood, accessible from Python.\n\n## Installation\n\nThis project is currently under development \ud83d\udea7 and has not been released yet\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A text preprocessing tool with environment variable substitution.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "environment",
        " substitution",
        " variables"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1240b72c3721848948403c51f41a70145ac829ecd2df47b7b730c7fef93142f",
                "md5": "34920c1f3ebe1a701940219978f516cf",
                "sha256": "7ff197545c68a3afdea37d1e54d3708ae6e0f74a0cb309de87eac3e5d23bcc5f"
            },
            "downloads": -1,
            "filename": "envsub-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "34920c1f3ebe1a701940219978f516cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14158,
            "upload_time": "2024-10-20T14:52:26",
            "upload_time_iso_8601": "2024-10-20T14:52:26.505815Z",
            "url": "https://files.pythonhosted.org/packages/a1/24/0b72c3721848948403c51f41a70145ac829ecd2df47b7b730c7fef93142f/envsub-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 14:52:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "envsub"
}
        
Elapsed time: 0.42242s