Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 299 Bytes

File metadata and controls

23 lines (19 loc) · 299 Bytes

PyLiteral (.pyl)

A truly Pythonic config format - Designed for both humans and machines.

Setup

uv venv --python 3.8
source .venv/bin/activate

Running Tests

# Run all
pytest

# Run specific tests
pytest tests/test_config.py

Build and publish

uv build
uv publish