PyYAMLp


NamePyYAMLp JSON
Version 5.4.1 PyPI version JSON
download
home_pagehttps://pyyaml.org/
SummaryYAML parser and emitter for Python
upload_time2023-07-20 17:38:10
maintainer
docs_urlNone
authorKirill Simonov
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "PyYAMLp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kirill Simonov",
    "author_email": "xi@resolvent.net",
    "download_url": "https://files.pythonhosted.org/packages/42/c3/452939bbf6a3b39c2baa15b4c4bc290151393b3aef08c0b1328d7b4e3b63/PyYAMLp-5.4.1.tar.gz",
    "platform": "Any",
    "description": "YAML is a data serialization format designed for human readability\nand interaction with scripting languages.  PyYAML is a YAML parser\nand emitter for Python.\n\nPyYAML features a complete YAML 1.1 parser, Unicode support, pickle\nsupport, capable extension API, and sensible error messages.  PyYAML\nsupports standard YAML tags and provides Python-specific tags that\nallow to represent an arbitrary Python object.\n\nPyYAML is applicable for a broad range of tasks from complex\nconfiguration files to object serialization and persistence.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "YAML parser and emitter for Python",
    "version": "5.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/yaml/pyyaml/issues",
        "CI": "https://github.com/yaml/pyyaml/actions",
        "Documentation": "https://pyyaml.org/wiki/PyYAMLDocumentation",
        "Download": "https://pypi.org/project/PyYAML/",
        "Homepage": "https://pyyaml.org/",
        "Mailing lists": "http://lists.sourceforge.net/lists/listinfo/yaml-core",
        "Source Code": "https://github.com/yaml/pyyaml"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c3452939bbf6a3b39c2baa15b4c4bc290151393b3aef08c0b1328d7b4e3b63",
                "md5": "51eb73b28bbfd6bde84b1a89257a2354",
                "sha256": "bca82243014b56fcb72d55a110532774fe91f751c757a1b21b4e61475ec522e8"
            },
            "downloads": -1,
            "filename": "PyYAMLp-5.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "51eb73b28bbfd6bde84b1a89257a2354",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
            "size": 167857,
            "upload_time": "2023-07-20T17:38:10",
            "upload_time_iso_8601": "2023-07-20T17:38:10.173611Z",
            "url": "https://files.pythonhosted.org/packages/42/c3/452939bbf6a3b39c2baa15b4c4bc290151393b3aef08c0b1328d7b4e3b63/PyYAMLp-5.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-20 17:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yaml",
    "github_project": "pyyaml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pyyamlp"
}
        
Elapsed time: 0.10421s