YMLEditor


NameYMLEditor JSON
Version 1.1 PyPI version JSON
download
home_pageNone
SummaryYMLEditor is a package for quickly creating editors for simple YAML configuration files.
upload_time2025-09-06 03:14:32
maintainerNone
docs_urlNone
authorcorb
requires_python>=3.8
licenseCopyright 2025 corb555 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords yaml configuration editor
VCS
bugtrack_url
requirements pytest PyQt6 PyYAML
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "YMLEditor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "YAML, configuration, editor",
    "author": "corb",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b9/e7/5bb4e7b4a4835962546469d9ffb19148deabfb14212842ea81faf2e308a1/ymleditor-1.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "Copyright 2025 corb555\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "YMLEditor is a package for quickly creating editors for simple YAML configuration files.",
    "version": "1.1",
    "project_urls": {
        "Repository": "https://github.com/corb555/YMLEditor"
    },
    "split_keywords": [
        "yaml",
        " configuration",
        " editor"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11dc8db23a28f9ecb212da90a258cae2d98efa1312ed921649bbc0c375928cd7",
                "md5": "61236c62f7d1e37d1c15931fc1a6cb6e",
                "sha256": "14960ceae844ca625c2a9672082c33e418a861c5f1b056d5409b609b1fa86030"
            },
            "downloads": -1,
            "filename": "ymleditor-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61236c62f7d1e37d1c15931fc1a6cb6e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29591,
            "upload_time": "2025-09-06T03:14:31",
            "upload_time_iso_8601": "2025-09-06T03:14:31.683093Z",
            "url": "https://files.pythonhosted.org/packages/11/dc/8db23a28f9ecb212da90a258cae2d98efa1312ed921649bbc0c375928cd7/ymleditor-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9e75bb4e7b4a4835962546469d9ffb19148deabfb14212842ea81faf2e308a1",
                "md5": "a2be4a255d4dddbaa950ee7830eda974",
                "sha256": "4bed5fbd67004607b4889c106032228957cff246b157085eb32cf149cb406567"
            },
            "downloads": -1,
            "filename": "ymleditor-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a2be4a255d4dddbaa950ee7830eda974",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30653,
            "upload_time": "2025-09-06T03:14:32",
            "upload_time_iso_8601": "2025-09-06T03:14:32.596106Z",
            "url": "https://files.pythonhosted.org/packages/b9/e7/5bb4e7b4a4835962546469d9ffb19148deabfb14212842ea81faf2e308a1/ymleditor-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 03:14:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "corb555",
    "github_project": "YMLEditor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "8.3.3"
                ]
            ]
        },
        {
            "name": "PyQt6",
            "specs": [
                [
                    ">=",
                    "6.6.1"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "6.0.2"
                ]
            ]
        }
    ],
    "lcname": "ymleditor"
}
        
Elapsed time: 2.12323s