Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 390 Bytes

File metadata and controls

24 lines (16 loc) · 390 Bytes

power-map

Maps political and corporate power: people, organizations, roles, and their temporal relationships.

Setup

git submodule update --init --recursive
uv sync

Development

uv run uvicorn src.api.main:app --host 0.0.0.0 --port 8001 --reload

Testing

uv run pytest

See docs/COMMANDS.md for full command reference.