ultraconfiguration


Nameultraconfiguration JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/Kawai-Senpai/UltraConfiguration
SummaryUltraConfiguration is a fast and efficient Python library for loading and managing configuration files with ease.
upload_time2024-12-02 14:45:11
maintainerNone
docs_urlNone
authorRanit Bhowmick
requires_python>=3.7
licenseMIT License with attribution requirement
keywords config configuration json yaml settings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UltraConfiguration

A high-performance, thread-safe configuration management library for Python with async support.

## Features

- Thread-safe singleton configuration manager
- Support for JSON and YAML formats
- Nested configuration access using dot notation
- LRU caching for fast repeated access
- Comprehensive error handling and logging
- Type hints for better IDE support
- Optional schema validation
- Pretty-printing support
- Async/Background operations support
- Memory-efficient caching
- Context manager support

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Kawai-Senpai/UltraConfiguration",
    "name": "ultraconfiguration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Config, Configuration, JSON, YAML, Settings",
    "author": "Ranit Bhowmick",
    "author_email": "bhowmickranitking@duck.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/3c/e06596e84277cde0843939a3e44c8ab56a8278bace7cd58335b441a5758d/ultraconfiguration-1.1.0.tar.gz",
    "platform": null,
    "description": "# UltraConfiguration\r\n\r\nA high-performance, thread-safe configuration management library for Python with async support.\r\n\r\n## Features\r\n\r\n- Thread-safe singleton configuration manager\r\n- Support for JSON and YAML formats\r\n- Nested configuration access using dot notation\r\n- LRU caching for fast repeated access\r\n- Comprehensive error handling and logging\r\n- Type hints for better IDE support\r\n- Optional schema validation\r\n- Pretty-printing support\r\n- Async/Background operations support\r\n- Memory-efficient caching\r\n- Context manager support\r\n",
    "bugtrack_url": null,
    "license": "MIT License with attribution requirement",
    "summary": "UltraConfiguration is a fast and efficient Python library for loading and managing configuration files with ease.",
    "version": "1.1.0",
    "project_urls": {
        "Download": "https://github.com/Kawai-Senpai/UltraConfiguration",
        "Homepage": "https://github.com/Kawai-Senpai/UltraConfiguration"
    },
    "split_keywords": [
        "config",
        " configuration",
        " json",
        " yaml",
        " settings"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c66497d24c2bd76cc67c8a2d33ef8440a840b185358f9c6adc9ad92d3eef27b",
                "md5": "f904db5ad006b395d654f016a42201cf",
                "sha256": "f11582dc956fdafe7073d8a9d06430bcb393d051f10ccb4681aaebc7640be4e4"
            },
            "downloads": -1,
            "filename": "ultraconfiguration-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f904db5ad006b395d654f016a42201cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5625,
            "upload_time": "2024-12-02T14:45:10",
            "upload_time_iso_8601": "2024-12-02T14:45:10.267498Z",
            "url": "https://files.pythonhosted.org/packages/7c/66/497d24c2bd76cc67c8a2d33ef8440a840b185358f9c6adc9ad92d3eef27b/ultraconfiguration-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf3ce06596e84277cde0843939a3e44c8ab56a8278bace7cd58335b441a5758d",
                "md5": "118f22ed2f76e820ddfd41c752562e65",
                "sha256": "3c91ded6cf47f8c0d2701f3e4abf39170130d87bf426a380f08b89d380d6d7bb"
            },
            "downloads": -1,
            "filename": "ultraconfiguration-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "118f22ed2f76e820ddfd41c752562e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6567,
            "upload_time": "2024-12-02T14:45:11",
            "upload_time_iso_8601": "2024-12-02T14:45:11.389041Z",
            "url": "https://files.pythonhosted.org/packages/cf/3c/e06596e84277cde0843939a3e44c8ab56a8278bace7cd58335b441a5758d/ultraconfiguration-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 14:45:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kawai-Senpai",
    "github_project": "UltraConfiguration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ultraconfiguration"
}
        
Elapsed time: 0.39715s