expression-parser


Nameexpression-parser JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/lhelwerd/expression-parser
SummarySandboxed expression parser
upload_time2025-10-11 15:34:05
maintainerNone
docs_urlNone
authorLeon Helwerda
requires_pythonNone
licenseApache License, Version 2.0
keywords expression parser sandbox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Python sandboxed expression parser.
This parser can calculate the results of a single simple expression,
disallowing any complicated functions or control structures, with support for
custom variable and function environment contexts.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lhelwerd/expression-parser",
    "name": "expression-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "expression, parser, sandbox",
    "author": "Leon Helwerda",
    "author_email": "l.s.helwerda@liacs.leidenuniv.nl",
    "download_url": "https://files.pythonhosted.org/packages/49/c5/6013a06039617ba326999d5b7377e7bdf6893baecfb85f4f23f6de123070/expression_parser-0.0.6.tar.gz",
    "platform": null,
    "description": "Python sandboxed expression parser.\nThis parser can calculate the results of a single simple expression,\ndisallowing any complicated functions or control structures, with support for\ncustom variable and function environment contexts.\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Sandboxed expression parser",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/lhelwerd/expression-parser"
    },
    "split_keywords": [
        "expression",
        " parser",
        " sandbox"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "956168de2ed03fa764537f6584df302ed543b85e514371fa92aa419699cc58f3",
                "md5": "c9c507a64a02a289a8ed81a0ac42f374",
                "sha256": "66afa793d9632c9d7fbedcd60712de51d13976acf07f515d5735380e6bb6aa43"
            },
            "downloads": -1,
            "filename": "expression_parser-0.0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9c507a64a02a289a8ed81a0ac42f374",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11374,
            "upload_time": "2025-10-11T15:34:03",
            "upload_time_iso_8601": "2025-10-11T15:34:03.802916Z",
            "url": "https://files.pythonhosted.org/packages/95/61/68de2ed03fa764537f6584df302ed543b85e514371fa92aa419699cc58f3/expression_parser-0.0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49c56013a06039617ba326999d5b7377e7bdf6893baecfb85f4f23f6de123070",
                "md5": "2cb11da9f48a028d96c9e285dfe2419c",
                "sha256": "1e3be22698999b680bca314443f4e78f66c79f231b732082f2fddd2a9829ba7c"
            },
            "downloads": -1,
            "filename": "expression_parser-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "2cb11da9f48a028d96c9e285dfe2419c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13150,
            "upload_time": "2025-10-11T15:34:05",
            "upload_time_iso_8601": "2025-10-11T15:34:05.083264Z",
            "url": "https://files.pythonhosted.org/packages/49/c5/6013a06039617ba326999d5b7377e7bdf6893baecfb85f4f23f6de123070/expression_parser-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-11 15:34:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lhelwerd",
    "github_project": "expression-parser",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "expression-parser"
}
        
Elapsed time: 1.62330s