Metadata-Version: 2.1
Name: pylorauna
Version: 0.1.0
Summary: API Wrapper for the Lorauna API. Lorauna refers to the 'Sauna Lorrainebad' in Bern, CH
Author: Elia Bieri
Author-email: contact@eliabieri.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: gql[all] (>=3.4.0,<4.0.0)
Description-Content-Type: text/markdown

# Sauna Lorrainebad API Wrapper 🧖🏽‍♀️
In Bern, CH there's a super sweet sauna down at the Aare.  
Their current capacity can be seen on their [website](https://saunalorrainebad.ch) or through this little API wrapper.

## Example usage
```python
from pylorauna.lorauna import LoraunaClient

client = LoraunaClient()
data = client.get_data()
print(data.capacity_message)
# $ Mir hei no bis Endi Oktober Summerpouse.
```
