beniget


Namebeniget JSON
Version 0.4.2.post1 PyPI version JSON
download
home_pagehttps://github.com/serge-sans-paille/beniget/
SummaryExtract semantic information about static Python code
upload_time2024-06-28 10:20:05
maintainerNone
docs_urlNone
authorserge-sans-paille
requires_python>=3.6
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 Python 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": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "serge-sans-paille",
    "author_email": "serge.guelton@telecom-bretagne.eu",
    "download_url": "https://files.pythonhosted.org/packages/2e/27/5bb01af8f2860d431b98d0721b96ff2cea979106cae3f2d093ec74f6400c/beniget-0.4.2.post1.tar.gz",
    "platform": null,
    "description": "\nA static analyzer for Python 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",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Extract semantic information about static Python code",
    "version": "0.4.2.post1",
    "project_urls": {
        "Homepage": "https://github.com/serge-sans-paille/beniget/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44e46e8731d4d10dd09942a6f5015b2148ae612bf13e49629f33f9fade3c8253",
                "md5": "d39f24d5b7bdbd4b75724ac315bc878e",
                "sha256": "e1b336e7b5f2ae201e6cc21f533486669f1b9eccba018dcff5969cd52f1c20ba"
            },
            "downloads": -1,
            "filename": "beniget-0.4.2.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d39f24d5b7bdbd4b75724ac315bc878e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 17242,
            "upload_time": "2024-06-28T10:20:03",
            "upload_time_iso_8601": "2024-06-28T10:20:03.197469Z",
            "url": "https://files.pythonhosted.org/packages/44/e4/6e8731d4d10dd09942a6f5015b2148ae612bf13e49629f33f9fade3c8253/beniget-0.4.2.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e275bb01af8f2860d431b98d0721b96ff2cea979106cae3f2d093ec74f6400c",
                "md5": "f49610696dd4682006f63e6cf4b7ddc8",
                "sha256": "a0258537e65e7e14ec33a86802f865a667f949bb6c73646d55e42f7c45a052ae"
            },
            "downloads": -1,
            "filename": "beniget-0.4.2.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "f49610696dd4682006f63e6cf4b7ddc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 32274,
            "upload_time": "2024-06-28T10:20:05",
            "upload_time_iso_8601": "2024-06-28T10:20:05.708710Z",
            "url": "https://files.pythonhosted.org/packages/2e/27/5bb01af8f2860d431b98d0721b96ff2cea979106cae3f2d093ec74f6400c/beniget-0.4.2.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 10:20:05",
    "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.40282s