No description
Find a file
2025-04-30 18:08:45 +02:00
demo auth, work in progress: decode id_token, + other improvements 2025-04-25 20:34:52 +02:00
docs initial import 2024-02-14 18:15:48 +01:00
scopes storage.message: definitions, start with tests 2025-04-30 18:08:45 +02:00
.gitignore basic logging set-up 2025-04-16 10:54:25 +02:00
CHANGES.txt initial import 2024-02-14 18:15:48 +01:00
CONTRIBUTORS.txt initial import 2024-02-14 18:15:48 +01:00
LICENSE initial import 2024-02-14 18:15:48 +01:00
pyproject.toml fix pyproject: +requests 2025-04-15 18:33:37 +02:00
README.md initial import 2024-02-14 18:15:48 +01:00
requirements.txt initial import 2024-02-14 18:15:48 +01:00
runtests.sh move tests into scopes package, provide runtests.sh calling zope-testrunner 2024-09-30 09:50:58 +02:00
setup.py initial import 2024-02-14 18:15:48 +01:00

py-scopes

The 'py-scopes' package is a re-implementation of a similar module in Go, called 'go-scopes'. It processes application data focussing on changes instead of objects or state.

The first sub-package (scopes.storage) deals with storing application data (as records or tracks, messages, or more specific kinds of entities) in a SQL database, using some header columns for indexing and direct access and a jsonb column for the real data (payload).

Status: implementation started

Project website: https://www.cyberconcepts.org

License: MIT, see LICENSE file