Metadata-Version: 2.4
Name: appwrite-lab
Version: 0.0.3
Summary: Zero-click Appwrite test environments.
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: playwright
Requires-Dist: typer>=0.16.0
Requires-Dist: python-dotenv>=1.1.0
Dynamic: license-file

# appwrite-lab
Zero-click Appwrite test environments

## Installation
```sh
pip install appwrite-lab
```
## Appwrite Lab features (coming)
- [x] Spin up ephemeral Appwrite instances with Docker/Podman
- [x] Automatically grab API keys (for programmatic access)
- [ ] Test suite
- [ ] Environment syncing
- [ ] Appwrite data population
- [x] Clean teardowns


## CLI Usage
### Help with appwrite-lab CLI
```sh
appwrite-lab --help
```

To get started spinning up a lab instance, use:

```sh
appwrite-lab new lab test-lab --version 1.7.4
```

To teardown,

```sh
appwrite-lab stop test-lab
```
