Metadata-Version: 2.4
Name: lasandbox
Version: 0.0.1a0
Summary: Python SDK for LaSandbox
Project-URL: Homepage, https://lasandbox.eu
Author-email: LaSandbox <admin@lasandbox.eu>
Keywords: python-sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# LaSandbox

Python package for LaSandbox.

LaSandbox is currently in private beta. This alpha package reserves the public
package and import names while the SDK stabilizes for invited users.

## Install

```bash
pip install --pre lasandbox
```

## Import

```python
from lasandbox import LaSandbox, LaSandboxError
```

Public API details may change during the alpha period.
