code-moniker-workspace 0.6.0

Workspace model, ports, snapshots, linkage, and change analysis for code-moniker.
Documentation
1
2
3
4
5
6
7
8
9
10
11
import orders_service


def audit_session() -> str:
	repo = orders_service.BaseRepository("audit-dsn")
	return repo.open_session()


def audit_exported_client() -> str:
    client = orders_service.ExportedClient("audit")
    return client.label()