Metadata-Version: 2.4
Name: conrun
Version: 0.1.0
Summary: Simple concurrent runner for threads, processes, and async tasks
Author: Dmitrii Khudiakov
License: MIT
Keywords: concurrent,asyncio,parallel,threads,tasks
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# conrun

**conrun** is a lightweight Python library for running tasks concurrently using threads, processes, or async functions — all through a unified and minimal API. It has **zero dependencies** and works with standard Python tools.
