Metadata-Version: 2.1
Name: promisio
Version: 0.1.0
Summary: JavaScript-style async programming for Python.
Home-page: https://github.com/miguelgrinberg/promisio
Author: Miguel Grinberg
Author-email: miguel.grinberg@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/miguelgrinberg/promisio/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# promisio

[![Build status](https://github.com/miguelgrinberg/promisio/workflows/build/badge.svg)](https://github.com/miguelgrinberg/promisio/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/promisio/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/promisio)

JavaScript-style async programming for Python.

## Examples

TODO

## Resources

- [Documentation](http://promisio.readthedocs.io/en/latest/)
- [PyPI](https://pypi.python.org/pypi/promisio)
- [Change Log](https://github.com/miguelgrinberg/promisio/blob/main/CHANGES.md)



