commitdb 2.0.4__tar.gz → 2.0.5__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: commitdb
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: Python driver for CommitDB SQL Server
5
5
  Author: CommitDB Contributors
6
6
  License: Apache-2.0
@@ -27,6 +27,8 @@ Requires-Dist: pytest>=7.0; extra == "dev"
27
27
 
28
28
  Python client for CommitDB - a Git-backed SQL database engine. Use CommitDB from Python applications with full support for branching, merging, and remote sync.
29
29
 
30
+ **[📚 Full Documentation](https://nickyhof.github.io/CommitDB/python-driver/)**
31
+
30
32
  **Two modes:**
31
33
  - **Remote mode** (`CommitDB`) - Connect to a CommitDB server over TCP
32
34
  - **Embedded mode** (`CommitDBLocal`) - Run the database directly in-process
@@ -5,6 +5,8 @@
5
5
 
6
6
  Python client for CommitDB - a Git-backed SQL database engine. Use CommitDB from Python applications with full support for branching, merging, and remote sync.
7
7
 
8
+ **[📚 Full Documentation](https://nickyhof.github.io/CommitDB/python-driver/)**
9
+
8
10
  **Two modes:**
9
11
  - **Remote mode** (`CommitDB`) - Connect to a CommitDB server over TCP
10
12
  - **Embedded mode** (`CommitDBLocal`) - Run the database directly in-process
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commitdb
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: Python driver for CommitDB SQL Server
5
5
  Author: CommitDB Contributors
6
6
  License: Apache-2.0
@@ -27,6 +27,8 @@ Requires-Dist: pytest>=7.0; extra == "dev"
27
27
 
28
28
  Python client for CommitDB - a Git-backed SQL database engine. Use CommitDB from Python applications with full support for branching, merging, and remote sync.
29
29
 
30
+ **[📚 Full Documentation](https://nickyhof.github.io/CommitDB/python-driver/)**
31
+
30
32
  **Two modes:**
31
33
  - **Remote mode** (`CommitDB`) - Connect to a CommitDB server over TCP
32
34
  - **Embedded mode** (`CommitDBLocal`) - Run the database directly in-process
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "commitdb"
7
- version = "2.0.4"
7
+ version = "2.0.5"
8
8
  description = "Python driver for CommitDB SQL Server"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes