siglog 0.1.0

A minimal Tessera-compatible transparency log server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "tessera-explorer"
version = "0.1.0"
description = "A TUI for exploring Tessera transparency logs"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "textual>=0.47.0",
    "httpx>=0.27.0",
    "rich>=13.0.0",
]

[project.scripts]
tessera-explorer = "app:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"