aevum-store-postgres 0.6.0__tar.gz → 0.7.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aevum-store-postgres
3
- Version: 0.6.0
3
+ Version: 0.7.1
4
4
  Summary: Aevum — PostgreSQL GraphStore + ConsentLedger backend (team deployments).
5
5
  Project-URL: Homepage, https://aevum.build
6
6
  Project-URL: Repository, https://github.com/aevum-labs/aevum
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aevum-store-postgres"
3
- version = "0.6.0"
3
+ version = "0.7.1"
4
4
  description = "Aevum — PostgreSQL GraphStore + ConsentLedger backend (team deployments)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  aevum.store.postgres -- PostgreSQL backends for graph, consent, and ledger.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  PostgresConsentLedger — ConsentLedgerProtocol backed by PostgreSQL.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  PostgresLedger -- persistent episodic ledger backed by PostgreSQL.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  migrate_from_oxigraph — export Oxigraph data and import into PostgresStore.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  DDL for the Aevum PostgreSQL schema.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  PostgresStore — GraphStore Protocol backed by PostgreSQL via psycopg3 (sync).
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  Test fixtures for aevum-store-postgres.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  Tests for PostgresLedger.
3
4
  Uses FakeConn (no real database). Integration tests skip without AEVUM_TEST_POSTGRES_DSN.
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  Tests for PostgresConsentLedger — ConsentLedgerProtocol conformance.
3
4
 
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  Tests for migrate_from_oxigraph — entity + consent migration.
3
4
  """
@@ -1,3 +1,4 @@
1
+ # SPDX-License-Identifier: Apache-2.0
1
2
  """
2
3
  Tests for PostgresStore — GraphStore Protocol conformance.
3
4