beaver-db 0.9.0__tar.gz → 0.9.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.
Potentially problematic release.
This version of beaver-db might be problematic. Click here for more details.
- {beaver_db-0.9.0/beaver_db.egg-info → beaver_db-0.9.1}/PKG-INFO +1 -5
- {beaver_db-0.9.0 → beaver_db-0.9.1}/README.md +0 -4
- {beaver_db-0.9.0 → beaver_db-0.9.1/beaver_db.egg-info}/PKG-INFO +1 -5
- {beaver_db-0.9.0 → beaver_db-0.9.1}/pyproject.toml +1 -1
- {beaver_db-0.9.0 → beaver_db-0.9.1}/LICENSE +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/__init__.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/channels.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/collections.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/core.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/dicts.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/lists.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver/queues.py +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver_db.egg-info/SOURCES.txt +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver_db.egg-info/dependency_links.txt +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver_db.egg-info/requires.txt +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/beaver_db.egg-info/top_level.txt +0 -0
- {beaver_db-0.9.0 → beaver_db-0.9.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: beaver-db
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: Fast, embedded, and multi-modal DB based on SQLite for AI-powered applications.
|
|
5
5
|
Requires-Python: >=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -9,10 +9,6 @@ Requires-Dist: numpy>=2.3.3
|
|
|
9
9
|
Requires-Dist: scipy>=1.16.2
|
|
10
10
|
Dynamic: license-file
|
|
11
11
|
|
|
12
|
-
I've updated the README to highlight the new high-efficiency, thread-safe, and process-safe pub/sub system. I've also added an example of how you can use it to build real-time, event-driven applications.
|
|
13
|
-
|
|
14
|
-
Here are the changes:
|
|
15
|
-
|
|
16
12
|
# beaver 🦫
|
|
17
13
|
|
|
18
14
|
A fast, single-file, multi-modal database for Python, built with the standard `sqlite3` library.
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
I've updated the README to highlight the new high-efficiency, thread-safe, and process-safe pub/sub system. I've also added an example of how you can use it to build real-time, event-driven applications.
|
|
2
|
-
|
|
3
|
-
Here are the changes:
|
|
4
|
-
|
|
5
1
|
# beaver 🦫
|
|
6
2
|
|
|
7
3
|
A fast, single-file, multi-modal database for Python, built with the standard `sqlite3` library.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: beaver-db
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: Fast, embedded, and multi-modal DB based on SQLite for AI-powered applications.
|
|
5
5
|
Requires-Python: >=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -9,10 +9,6 @@ Requires-Dist: numpy>=2.3.3
|
|
|
9
9
|
Requires-Dist: scipy>=1.16.2
|
|
10
10
|
Dynamic: license-file
|
|
11
11
|
|
|
12
|
-
I've updated the README to highlight the new high-efficiency, thread-safe, and process-safe pub/sub system. I've also added an example of how you can use it to build real-time, event-driven applications.
|
|
13
|
-
|
|
14
|
-
Here are the changes:
|
|
15
|
-
|
|
16
12
|
# beaver 🦫
|
|
17
13
|
|
|
18
14
|
A fast, single-file, multi-modal database for Python, built with the standard `sqlite3` library.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|