Metadata-Version: 2.3
Name: ashka
Version: 0.4.0
Summary: Addons for dishka
Author: handsome-Druid
Author-email: handsome-Druid <102826168@qq.com>
Requires-Dist: aiogram>=3.30.0
Requires-Dist: dishka<=1.10.1,>=1.10.1
Requires-Dist: taskiq>=0.12.5
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ashka

[![CI](https://github.com/handsome-Druid/ashka/actions/workflows/ci.yml/badge.svg)](https://github.com/handsome-Druid/ashka/actions/workflows/ci.yml)
[![Publish](https://github.com/handsome-Druid/ashka/actions/workflows/publish.yml/badge.svg)](https://github.com/handsome-Druid/ashka/actions/workflows/publish.yml)

## Dishka Patched Implementations

- `dishka.integrations.*.setup_dishka` -> `ashka.integrations.*.setup_dishka`

## Disable Import Warning

To disable the warning about importing `dishka` before `ashka`, set this environment variable to `1`, `true`, `yes`, or `on` before importing the package:

```text
ASHKA_DISABLE_IMPORT_WARNING=1
```
