uvicorn_configurable


Nameuvicorn_configurable JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/StockwatchDev/uvicorn_configurable
SummaryAdds an application_settings ConfigSection to uvicorn
upload_time2025-01-22 21:52:38
maintainerNone
docs_urlNone
authorStockwatchdevs
requires_python<4.0,>=3.10
licenseMIT
keywords uvicorn asgi web server configuration application_settings dataclass pydantic toml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # uvicorn_configurable - version 0.1.0 #

[![pypi](https://img.shields.io/pypi/v/uvicorn_configurable.svg)](https://pypi.python.org/pypi/uvicorn_configurable)
[![versions](https://img.shields.io/pypi/pyversions/uvicorn_configurable.svg)](https://github.com/StockwatchDev/uvicorn_configurable)
<!-- [![Build Status](https://github.com/StockwatchDev/application_settings/actions/workflows/merge_checks.yml/badge.svg?branch=develop)](https://github.com/StockwatchDev/application_settings/actions) -->
<!-- [![codecov](https://codecov.io/gh/StockwatchDev/application_settings/branch/develop/graph/badge.svg)](https://app.codecov.io/gh/StockwatchDev/application_settings) -->
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Facilitates file-based configuration for [`uvicorn`](https://github.com/encode/uvicorn), a Python ASGI web server,
through the use of an [`application_settings`](https://github.com/StockwatchDev/application_settings) ConfigSection.

This project is licensed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/StockwatchDev/uvicorn_configurable",
    "name": "uvicorn_configurable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "uvicorn, asgi web server, configuration, application_settings, dataclass, pydantic, toml",
    "author": "Stockwatchdevs",
    "author_email": "stockwatchdevs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/c5/30f54f21d3996abae2c0c74c5644433e2084f531a0698bfe13d88b544187/uvicorn_configurable-0.1.0.tar.gz",
    "platform": null,
    "description": "# uvicorn_configurable - version 0.1.0 #\n\n[![pypi](https://img.shields.io/pypi/v/uvicorn_configurable.svg)](https://pypi.python.org/pypi/uvicorn_configurable)\n[![versions](https://img.shields.io/pypi/pyversions/uvicorn_configurable.svg)](https://github.com/StockwatchDev/uvicorn_configurable)\n<!-- [![Build Status](https://github.com/StockwatchDev/application_settings/actions/workflows/merge_checks.yml/badge.svg?branch=develop)](https://github.com/StockwatchDev/application_settings/actions) -->\n<!-- [![codecov](https://codecov.io/gh/StockwatchDev/application_settings/branch/develop/graph/badge.svg)](https://app.codecov.io/gh/StockwatchDev/application_settings) -->\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nFacilitates file-based configuration for [`uvicorn`](https://github.com/encode/uvicorn), a Python ASGI web server,\nthrough the use of an [`application_settings`](https://github.com/StockwatchDev/application_settings) ConfigSection.\n\nThis project is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Adds an application_settings ConfigSection to uvicorn",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/StockwatchDev/uvicorn_configurable",
        "Repository": "https://github.com/StockwatchDev/uvicorn_configurable"
    },
    "split_keywords": [
        "uvicorn",
        " asgi web server",
        " configuration",
        " application_settings",
        " dataclass",
        " pydantic",
        " toml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e81098258f63a434bb333690dfb7442eb24ae46527d1e98282c6d061d616900",
                "md5": "d685be24f09fde1b4a14e6ec1766f990",
                "sha256": "e83a58dc556bb8c79c7d9844825ba59a212fc084c065138769ab5a8bfe9cccc8"
            },
            "downloads": -1,
            "filename": "uvicorn_configurable-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d685be24f09fde1b4a14e6ec1766f990",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 9491,
            "upload_time": "2025-01-22T21:52:36",
            "upload_time_iso_8601": "2025-01-22T21:52:36.119202Z",
            "url": "https://files.pythonhosted.org/packages/8e/81/098258f63a434bb333690dfb7442eb24ae46527d1e98282c6d061d616900/uvicorn_configurable-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70c530f54f21d3996abae2c0c74c5644433e2084f531a0698bfe13d88b544187",
                "md5": "5532885637c0aa31b709305fa65fad89",
                "sha256": "aa3a0dde370bd22b9f3528612dd00e215a896756839a3f1add9473cd557bf7bc"
            },
            "downloads": -1,
            "filename": "uvicorn_configurable-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5532885637c0aa31b709305fa65fad89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 9178,
            "upload_time": "2025-01-22T21:52:38",
            "upload_time_iso_8601": "2025-01-22T21:52:38.078228Z",
            "url": "https://files.pythonhosted.org/packages/70/c5/30f54f21d3996abae2c0c74c5644433e2084f531a0698bfe13d88b544187/uvicorn_configurable-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 21:52:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "StockwatchDev",
    "github_project": "uvicorn_configurable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "uvicorn_configurable"
}
        
Elapsed time: 0.91308s