Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
/ unasyncer Public archive

CLI to "unasync" your python code

License

Notifications You must be signed in to change notification settings

nsidnev/unasyncer

Repository files navigation

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.

About

CLI to "unasync" your python code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published