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.
- {commitdb-2.0.4 → commitdb-2.0.5}/PKG-INFO +3 -1
- {commitdb-2.0.4 → commitdb-2.0.5}/README.md +2 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb/lib/libcommitdb-linux-amd64.so +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb.egg-info/PKG-INFO +3 -1
- {commitdb-2.0.4 → commitdb-2.0.5}/pyproject.toml +1 -1
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb/__init__.py +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb/binding.py +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb/client.py +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb.egg-info/SOURCES.txt +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb.egg-info/dependency_links.txt +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb.egg-info/requires.txt +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/commitdb.egg-info/top_level.txt +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/setup.cfg +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/tests/__init__.py +0 -0
- {commitdb-2.0.4 → commitdb-2.0.5}/tests/test_client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitdb
|
|
3
|
-
Version: 2.0.
|
|
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
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitdb
|
|
3
|
-
Version: 2.0.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|