Metadata-Version: 2.2
Name: freestyle
Version: 0.0.3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Freestyle Sandboxes Python SDK

This is the Python SDK for the Freestyle Sandboxes API. For more information check out the [API documentation](https://api.freestyle.sh).

## Test Installation

```bash
pip install -i https://test.pypi.org/simple/ freestyle==version
```

## Test run

```bash
FREESTYLE_API_KEY=your_api_key python examples/test1.py
```
