Metadata-Version: 2.4
Name: duckdice-api
Version: 1.0.2
Summary: DuckDice API Python wrapper
Home-page: http://duckdice.casino
Author: duckdice.casino
Author-email: info@duckdice.casino
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# DuckDice API Python Wrapper

Ein Python-Wrapper für die DuckDice Bot API (https://duckdice.io/bot-api).

## Installation

```bash
pip install duckdice-api
```

## Verwendung

```python
from duckdice_api import DuckDiceAPI, DuckDiceConfig

config = DuckDiceConfig(api_key="your_api_key")
client = DuckDiceAPI(config)
```

## Lizenz

MIT
