xym


Namexym JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/xym-tool/xym
SummaryA tool to fetch and extract YANG modules from IETF RFCs and Drafts
upload_time2024-11-15 12:28:17
maintainerNone
docs_urlNone
authorJan Medved
requires_python>=3.4
licenseNew-style BSD
keywords yang extraction
VCS
bugtrack_url
requirements requests pyang lxml
Travis-CI
coveralls test coverage No coveralls.
            xym is a simple tool for fetching and extracting YANG modules from IETF RFCs and drafts as local files and from URLs.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xym-tool/xym",
    "name": "xym",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "yang, extraction",
    "author": "Jan Medved",
    "author_email": "jmedved@cisco.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/e6/6bbf7d2c6dbf5c9b03627b3d44ccf622e8846c58c0de7362f3790cc1bbee/xym-0.9.0.tar.gz",
    "platform": null,
    "description": "xym is a simple tool for fetching and extracting YANG modules from IETF RFCs and drafts as local files and from URLs.\n",
    "bugtrack_url": null,
    "license": "New-style BSD",
    "summary": "A tool to fetch and extract YANG modules from IETF RFCs and Drafts",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://github.com/xym-tool/xym"
    },
    "split_keywords": [
        "yang",
        " extraction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cde66bbf7d2c6dbf5c9b03627b3d44ccf622e8846c58c0de7362f3790cc1bbee",
                "md5": "0b8dbc3e562efcaa342531317b62b91d",
                "sha256": "37b084acd56e141305b1baf52af5a401ff872ae54e6ea38b259165c42f9f50fe"
            },
            "downloads": -1,
            "filename": "xym-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b8dbc3e562efcaa342531317b62b91d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 35732,
            "upload_time": "2024-11-15T12:28:17",
            "upload_time_iso_8601": "2024-11-15T12:28:17.299939Z",
            "url": "https://files.pythonhosted.org/packages/cd/e6/6bbf7d2c6dbf5c9b03627b3d44ccf622e8846c58c0de7362f3790cc1bbee/xym-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 12:28:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xym-tool",
    "github_project": "xym",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.6"
                ]
            ]
        },
        {
            "name": "pyang",
            "specs": [
                [
                    ">=",
                    "2.5.0"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": []
        }
    ],
    "lcname": "xym"
}
        
Elapsed time: 9.88141s