Metadata-Version: 2.5
Name: bobox
Version: 0.2.0
Summary: This is my project description
Project-URL: Homepage, https://github.com/vpoulailleau/bobox
Project-URL: Issues, https://github.com/vpoulailleau/bobox/issues
Project-URL: Repository, https://github.com/vpoulailleau/bobox.git
Author-email: Vincent Poulailleau <vpoulailleau@gmail.com>
License-Expression: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.13.4
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: svg-py>=1.10.0
Description-Content-Type: text/markdown

# bobox

## Commands

### Launch tests

```bash
uv run python -m pytest
```

### Check everything

```bash
prek run --all-files
```

### Bump version

```bash
./version_bump.sh 0.0.0
```

### Build package

```bash
uv build
```

### Publish package

```bash
uv publish
```

### Update the template

```bash
uvx copier update --defaults
```
