likepy


Namelikepy JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/zeaphoo/likepy
SummaryProvoide a trust environment for python like programming language, like RestrictedPython.
upload_time2024-01-07 11:38:10
maintainer
docs_urlNone
authorZhuo Wei
requires_python>=3.6, <3.12
licenseMIT License
keywords restricted
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Likepy

Likepy is a library that helps to exec or eval the following python-like languages within a trusted environment:

* RestrictedPython

> :warning: **Likepy only supports CPython**. It does _not_ support PyPy and other Python implementations.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zeaphoo/likepy",
    "name": "likepy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <3.12",
    "maintainer_email": "",
    "keywords": "restricted",
    "author": "Zhuo Wei",
    "author_email": "zeaphoo@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/9b/f1e2b08d9b6a22503d1f145326031b0c3c70e2c1e9278bb463c94dab5640/likepy-0.3.0.tar.gz",
    "platform": null,
    "description": "# Likepy\r\n\r\nLikepy is a library that helps to exec or eval the following python-like languages within a trusted environment:\r\n\r\n* RestrictedPython\r\n\r\n> :warning: **Likepy only supports CPython**. It does _not_ support PyPy and other Python implementations.\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Provoide a trust environment for python like programming language, like RestrictedPython.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/zeaphoo/likepy"
    },
    "split_keywords": [
        "restricted"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2d64befc39e7ed2f76a67dda32281c8de8858816746263f0c5161bf7a49412",
                "md5": "2d102987e4bfab02aa2a10609911910e",
                "sha256": "98e093d3460db08ecbf9f9ec2a4bfa5b0cf9b21d01fb6f5a3b37fa85d58134ca"
            },
            "downloads": -1,
            "filename": "likepy-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d102987e4bfab02aa2a10609911910e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <3.12",
            "size": 18342,
            "upload_time": "2024-01-07T11:38:08",
            "upload_time_iso_8601": "2024-01-07T11:38:08.946996Z",
            "url": "https://files.pythonhosted.org/packages/0d/2d/64befc39e7ed2f76a67dda32281c8de8858816746263f0c5161bf7a49412/likepy-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89bf1e2b08d9b6a22503d1f145326031b0c3c70e2c1e9278bb463c94dab5640",
                "md5": "5ef4405d006c4d76600b4e8268079276",
                "sha256": "84253e240ec0af6738be84045a3a7237a7269b82beb2f6f0d1f2041786d3d923"
            },
            "downloads": -1,
            "filename": "likepy-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ef4405d006c4d76600b4e8268079276",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <3.12",
            "size": 17308,
            "upload_time": "2024-01-07T11:38:10",
            "upload_time_iso_8601": "2024-01-07T11:38:10.721160Z",
            "url": "https://files.pythonhosted.org/packages/f8/9b/f1e2b08d9b6a22503d1f145326031b0c3c70e2c1e9278bb463c94dab5640/likepy-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 11:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zeaphoo",
    "github_project": "likepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "likepy"
}
        
Elapsed time: 0.16475s