beniget


Namebeniget JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/serge-sans-paille/beniget/
SummaryExtract semantic information about static Python code
upload_time2021-08-02 05:51:09
maintainer
docs_urlNone
authorserge-sans-paille
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A static analyzer for Python2 and Python3 code.

Beniget provides a static over-approximation of the global and
local definitions inside Python Module/Class/Function.
It can also compute def-use chains from each definition.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/serge-sans-paille/beniget/",
    "name": "beniget",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "serge-sans-paille",
    "author_email": "serge.guelton@telecom-bretagne.eu",
    "download_url": "https://files.pythonhosted.org/packages/14/e7/50cbac38f77eca8efd39516be6651fdb9f3c4c0fab8cf2cf05f612578737/beniget-0.4.1.tar.gz",
    "platform": "",
    "description": "\nA static analyzer for Python2 and Python3 code.\n\nBeniget provides a static over-approximation of the global and\nlocal definitions inside Python Module/Class/Function.\nIt can also compute def-use chains from each definition.\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Extract semantic information about static Python code",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/serge-sans-paille/beniget/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc4aaf3f1b3d00efd47309b7a0e28351e06453727fa55d9b3a45fd4b91031a63",
                "md5": "8e884888cacc9a071d34b21c0a1cf011",
                "sha256": "cb061256631313f9d06031b824f7f403baecaf609b2d3d14d43f23356cf143f2"
            },
            "downloads": -1,
            "filename": "beniget-0.4.1-py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "8e884888cacc9a071d34b21c0a1cf011",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 9368,
            "upload_time": "2021-08-02T05:51:07",
            "upload_time_iso_8601": "2021-08-02T05:51:07.546399Z",
            "url": "https://files.pythonhosted.org/packages/cc/4a/af3f1b3d00efd47309b7a0e28351e06453727fa55d9b3a45fd4b91031a63/beniget-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14e750cbac38f77eca8efd39516be6651fdb9f3c4c0fab8cf2cf05f612578737",
                "md5": "a2bbe7f17f10f9c127d8ef00692ddc55",
                "sha256": "75554b3b8ad0553ce2f607627dad3d95c60c441189875b98e097528f8e23ac0c"
            },
            "downloads": -1,
            "filename": "beniget-0.4.1.tar.gz",
            "has_sig": true,
            "md5_digest": "a2bbe7f17f10f9c127d8ef00692ddc55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 16277,
            "upload_time": "2021-08-02T05:51:09",
            "upload_time_iso_8601": "2021-08-02T05:51:09.784137Z",
            "url": "https://files.pythonhosted.org/packages/14/e7/50cbac38f77eca8efd39516be6651fdb9f3c4c0fab8cf2cf05f612578737/beniget-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-08-02 05:51:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "serge-sans-paille",
    "github_project": "beniget",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "beniget"
}
        
Elapsed time: 0.06055s