Metadata-Version: 2.4
Name: backgroundking
Version: 0.1.3
Summary: Background threading utility with dynamic daemon control
Home-page: https://github.com/saileshwankar
Author: Sailesh Wankar
Author-email: saileshwankar929@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# backgroundking

A lightweight Python package for dynamic background threading. Switch between normal and daemon threads automatically based on execution time or exceptions.

## Installation

```bash
pip install backgroundking
