Metadata-Version: 2.1
Name: EblomevalZeticsce
Version: 1.3
Summary: Performs async evaluations of strings
Home-page: https://github.com/penn5/meval
Author: Hackintosh 5
Author-email: hackintoshfive@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# meval

Evaluates python strings as async code

## Usage

```python
# inside an `async def`
from meval import meval
await meval("await thing", globals(), thing=my_function(arg=1))
```

## License

MIT
