mutating/transfunctions

Say NO to Python fragmentation on sync and async

56
/ 100
Established

This library helps Python developers avoid rewriting similar code for both synchronous and asynchronous operations. You write a single "template" function that combines logic for different execution styles, and the library generates the specific synchronous, asynchronous, or generator functions you need. It's for Python developers working with modern applications that mix sync and async code.

198 stars. Available on PyPI.

Use this if you are a Python developer tired of duplicating large sections of code to support both synchronous and asynchronous versions of your functions.

Not ideal if your project does not use asynchronous programming (asyncio) or if you prefer to explicitly write out sync and async versions of your functions.

Python development asynchronous programming code quality software engineering API development
Maintenance 13 / 25
Adoption 10 / 25
Maturity 25 / 25
Community 8 / 25

How are scores calculated?

Stars

198

Forks

6

Language

Python

License

MIT

Last pushed

Mar 20, 2026

Commits (30d)

0

Dependencies

3

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mutating/transfunctions"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.