Metadata-Version: 2.4
Name: conrun
Version: 0.1.1
Summary: Simple concurrent runner for threads, processes, and async tasks
Author: Dmitrii Khudiakov
License: MIT
Project-URL: Homepage, https://github.com/DmitriiKhudiakov/conrun
Project-URL: Repository, https://github.com/DmitriiKhudiakov/conrun
Project-URL: Issues, https://github.com/DmitriiKhudiakov/conrun/issues
Project-URL: Changelog, https://github.com/DmitriiKhudiakov/conrun/releases
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.
