async-eval


Nameasync-eval JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/uriyyo/async-eval
Summaryeval async code from sync
upload_time2024-07-14 10:31:40
maintainerNone
docs_urlNone
authorYurii Karabas
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # async-eval

```python
from async_eval import eval


async def foo() -> int:
    return 10


print(eval("await foo()"))
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/uriyyo/async-eval",
    "name": "async-eval",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Yurii Karabas",
    "author_email": "1998uriyyo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/4d/a5db06105074d2b2143159db475e41ff193b1fb9dc165e135be192c14973/async_eval-0.3.1.tar.gz",
    "platform": null,
    "description": "# async-eval\n\n```python\nfrom async_eval import eval\n\n\nasync def foo() -> int:\n    return 10\n\n\nprint(eval(\"await foo()\"))\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "eval async code from sync",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/uriyyo/async-eval",
        "Repository": "https://github.com/uriyyo/async-eval"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbd129a08f97d3d6195cfab220e6579ea46cc1c8d1d96076fffb29fbb00a6638",
                "md5": "23af36284567155cb73ff85f2ad1d0c9",
                "sha256": "617e349fe829e66969bf40684e54a5a7db34b451e38b6db34a6488ec6c2034b0"
            },
            "downloads": -1,
            "filename": "async_eval-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23af36284567155cb73ff85f2ad1d0c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 7294,
            "upload_time": "2024-07-14T10:31:38",
            "upload_time_iso_8601": "2024-07-14T10:31:38.586443Z",
            "url": "https://files.pythonhosted.org/packages/fb/d1/29a08f97d3d6195cfab220e6579ea46cc1c8d1d96076fffb29fbb00a6638/async_eval-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b04da5db06105074d2b2143159db475e41ff193b1fb9dc165e135be192c14973",
                "md5": "68844ce27f7cf73e91ec61ad2370bce1",
                "sha256": "16dd640526ede361ad98d05df54fdbcd8a01300e28246a7bb05a00c378fffcfc"
            },
            "downloads": -1,
            "filename": "async_eval-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "68844ce27f7cf73e91ec61ad2370bce1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 6286,
            "upload_time": "2024-07-14T10:31:40",
            "upload_time_iso_8601": "2024-07-14T10:31:40.013843Z",
            "url": "https://files.pythonhosted.org/packages/b0/4d/a5db06105074d2b2143159db475e41ff193b1fb9dc165e135be192c14973/async_eval-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-14 10:31:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "uriyyo",
    "github_project": "async-eval",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "async-eval"
}
        
Elapsed time: 0.60991s