Metadata-Version: 2.4
Name: grammateus-sdk
Version: 0.1.1
Summary: Grammateus SDK for Python
Project-URL: Homepage, https://github.com/aiswiss-davision/sdk-grammateus
Project-URL: Repository, https://github.com/aiswiss-davision/sdk-grammateus
Author: aiswiss-davision
License: MIT
Keywords: grammateus,sdk
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest>=7; extra == 'test'
Description-Content-Type: text/markdown

# grammateus-sdk (Python)

Python SDK for Grammateus.

## Install

```bash
pip install grammateus-sdk
```

## Usage

```python
from grammateus_sdk import hello

print(hello())  # "Hello from Grammateus SDK"
```

See the [project docs](../docs/python.md) for more.
