env-show


Nameenv-show JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryFastAPI plugin to expose .env values via an endpoint
upload_time2025-07-15 12:54:39
maintainerNone
docs_urlNone
authortest
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # env_show

FastAPI plugin to expose current `.env` file as a JSON API.

## Usage

```python
from fastapi import FastAPI
from env_show import env_router

app = FastAPI()
app.include_router(env_router)

# GET /env will now return your .env values as JSON



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "env-show",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "test",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b7/cf/130c9ff47e8d9199bde0f9771b4d37812f9732f6345a0ab4839eaf50fa24/env_show-0.3.0.tar.gz",
    "platform": null,
    "description": "# env_show\n\nFastAPI plugin to expose current `.env` file as a JSON API.\n\n## Usage\n\n```python\nfrom fastapi import FastAPI\nfrom env_show import env_router\n\napp = FastAPI()\napp.include_router(env_router)\n\n# GET /env will now return your .env values as JSON\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "FastAPI plugin to expose .env values via an endpoint",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8711a9edffc53d1f3d6a07c14372492bd7de1753741901b4ed071add28228df9",
                "md5": "9f751d589905bbf68d66f921063b2485",
                "sha256": "f025d1b00fba176266333448c6744440d082d68868ec28c90d4eec3344f953c6"
            },
            "downloads": -1,
            "filename": "env_show-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f751d589905bbf68d66f921063b2485",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2580,
            "upload_time": "2025-07-15T12:54:37",
            "upload_time_iso_8601": "2025-07-15T12:54:37.207711Z",
            "url": "https://files.pythonhosted.org/packages/87/11/a9edffc53d1f3d6a07c14372492bd7de1753741901b4ed071add28228df9/env_show-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7cf130c9ff47e8d9199bde0f9771b4d37812f9732f6345a0ab4839eaf50fa24",
                "md5": "e0b5e4be0ef1f619f6d5f0106fb37ed3",
                "sha256": "d3e4602bf45ccb9d15254c1f27f31748455dfc7736a18a305ca0ad12dbbccf89"
            },
            "downloads": -1,
            "filename": "env_show-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0b5e4be0ef1f619f6d5f0106fb37ed3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2183,
            "upload_time": "2025-07-15T12:54:39",
            "upload_time_iso_8601": "2025-07-15T12:54:39.111357Z",
            "url": "https://files.pythonhosted.org/packages/b7/cf/130c9ff47e8d9199bde0f9771b4d37812f9732f6345a0ab4839eaf50fa24/env_show-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 12:54:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "env-show"
}
        
Elapsed time: 1.97648s