PyYAML-tabs


NamePyYAML-tabs JSON
Version 6.0.3 PyPI version JSON
download
home_pagehttps://pyyaml.org/
SummaryYAML parser and emitter for Python with tabs indentation support
upload_time2024-05-22 14:31:31
maintainerNone
docs_urlNone
authorKirill Simonov
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a fork of PyYAML with tabs indentation support.

YAML is a data serialization format designed for human readability
and interaction with scripting languages.  PyYAML is a YAML parser
and emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages.  PyYAML
supports standard YAML tags and provides Python-specific tags that
allow to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistence.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyyaml.org/",
    "name": "PyYAML-tabs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kirill Simonov",
    "author_email": "xi@resolvent.net",
    "download_url": "https://files.pythonhosted.org/packages/4d/e8/d897787fad56144c6a33862a28e05b60e54cd33f8ec56ed14d21cd509a70/pyyaml_tabs-6.0.3.tar.gz",
    "platform": "Any",
    "description": "This is a fork of PyYAML with tabs indentation support.\r\n\r\nYAML is a data serialization format designed for human readability\r\nand interaction with scripting languages.  PyYAML is a YAML parser\r\nand emitter for Python.\r\n\r\nPyYAML features a complete YAML 1.1 parser, Unicode support, pickle\r\nsupport, capable extension API, and sensible error messages.  PyYAML\r\nsupports standard YAML tags and provides Python-specific tags that\r\nallow to represent an arbitrary Python object.\r\n\r\nPyYAML is applicable for a broad range of tasks from complex\r\nconfiguration files to object serialization and persistence.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "YAML parser and emitter for Python with tabs indentation support",
    "version": "6.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/kripper/pyyaml_tabs/issues",
        "CI": "https://github.com/kripper/pyyaml_tabs/actions",
        "Documentation": "https://pyyaml.org/wiki/PyYAMLDocumentation",
        "Download": "https://pypi.org/project/PyYAML_tabs/",
        "Homepage": "https://pyyaml.org/",
        "Mailing lists": "http://lists.sourceforge.net/lists/listinfo/yaml-core",
        "Source Code": "https://github.com/kripper/pyyaml_tabs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a14eac43e2ecc62b27d8b9eff636c23c43fa5b21f581b3128e98e4b267a5cb59",
                "md5": "3c8b781fd4b50aed4431eaf6f2f9b710",
                "sha256": "8040ae494a744615610ed3ea7d980c55f13c32758426aa058586b6825390b656"
            },
            "downloads": -1,
            "filename": "PyYAML_tabs-6.0.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c8b781fd4b50aed4431eaf6f2f9b710",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 45514,
            "upload_time": "2024-05-22T14:31:29",
            "upload_time_iso_8601": "2024-05-22T14:31:29.126672Z",
            "url": "https://files.pythonhosted.org/packages/a1/4e/ac43e2ecc62b27d8b9eff636c23c43fa5b21f581b3128e98e4b267a5cb59/PyYAML_tabs-6.0.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4de8d897787fad56144c6a33862a28e05b60e54cd33f8ec56ed14d21cd509a70",
                "md5": "ccb44dd274fd4561b669aecfa98be93b",
                "sha256": "5c6b8929dea65ab532f13b4862255783813b4ca63898c36ca49c4d4392b302be"
            },
            "downloads": -1,
            "filename": "pyyaml_tabs-6.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ccb44dd274fd4561b669aecfa98be93b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 218981,
            "upload_time": "2024-05-22T14:31:31",
            "upload_time_iso_8601": "2024-05-22T14:31:31.212623Z",
            "url": "https://files.pythonhosted.org/packages/4d/e8/d897787fad56144c6a33862a28e05b60e54cd33f8ec56ed14d21cd509a70/pyyaml_tabs-6.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 14:31:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kripper",
    "github_project": "pyyaml_tabs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pyyaml-tabs"
}
        
Elapsed time: 0.23765s