/unasyncer

CLI to "unasync" your python code

Primary LanguagePythonMIT LicenseMIT

unasyncer

CLI to "unasync" your python code.

Tests Styles Coverage Code Style WPS Linter License


Requirements

unasyncer requires Typer for processing CLI commands and importlib-metadata for Python 3.6 and 3.7.

Usage

Let's say your asynchronous code is folded in library/_async folder.

To "unasync" it to library/_sync run following command:

unasyncer path-to-code/_async

Credits

This project is inspired by unasync project and use script from httpcore as base for unasyncing logic.

License

This project is licensed under the terms of the MIT license.