Metadata-Version: 2.4
Name: dotprompt-workspace
Version: 0.1.0
Summary: Workspace for Dotprompt packages
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dotpromptz
Requires-Dist: dotprompt-handlebars
Requires-Dist: build>=1.3.0
Dynamic: license-file

# Basic instructions

## Setup

From the top level directory:

```bash
scripts/setup
```

## Run tests

```bash
# To run tests.
uv run --directory python pytest .
```
