Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 412 Bytes

File metadata and controls

29 lines (21 loc) · 412 Bytes

Development

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .

Run Tests

pytest -q

Build This Documentation

mkdocs build
mkdocs serve --dev-addr 0.0.0.0:8000

Repo Layout

  • owl2vault/: library and CLI code.
  • tests/: unit and smoke tests.
  • docs/: project documentation for MkDocs Material.
  • README.md: install/usage overview.