Metadata-Version: 2.1
Name: dmdc
Version: 1.3.0
Summary: Discount Service for Darsman Academy
Author: Ellnamin
Author-email: ellnamin.business@gmail.com

# Darsman Discount

## Requirements

- Python (== 3.10)
- grpcio-tools (>=1.62.1)
- pydantic (>=2.7.0)

## Installation

Run the following command using pip:

```bash
pip install dmdc
```

## Sample code

```python
import asyncio
from dmdc import Discount


discount = Discount()
asyncio.run(discount.retrieve("discount token"))

```
