ic-python-db 0.7.7__tar.gz → 0.7.9__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.
- {ic_python_db-0.7.7/ic_python_db.egg-info → ic_python_db-0.7.9}/PKG-INFO +2 -2
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/__init__.py +1 -1
- {ic_python_db-0.7.7 → ic_python_db-0.7.9/ic_python_db.egg-info}/PKG-INFO +2 -2
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/pyproject.toml +3 -3
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/setup.py +2 -2
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/LICENSE +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/MANIFEST.in +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/README.md +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/_cdk.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/constants.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/context.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/db_engine.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/entity.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/hooks.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/mixins.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/properties.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/py.typed +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/storage.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db/system_time.py +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db.egg-info/SOURCES.txt +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db.egg-info/dependency_links.txt +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/ic_python_db.egg-info/top_level.txt +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/requirements-dev.txt +0 -0
- {ic_python_db-0.7.7 → ic_python_db-0.7.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.7.
|
|
2
|
+
Name: ic-python-db
|
|
3
|
+
Version: 0.7.9
|
|
4
4
|
Summary: A lightweight key-value database written in Python, intended for use on the Internet Computer (IC)
|
|
5
5
|
Home-page: https://github.com/smart-social-contracts/ic-python-db
|
|
6
6
|
Author: Smart Social Contracts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.7.
|
|
2
|
+
Name: ic-python-db
|
|
3
|
+
Version: 0.7.9
|
|
4
4
|
Summary: A lightweight key-value database written in Python, intended for use on the Internet Computer (IC)
|
|
5
5
|
Home-page: https://github.com/smart-social-contracts/ic-python-db
|
|
6
6
|
Author: Smart Social Contracts
|
|
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
|
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
|
-
name = "
|
|
7
|
-
version = "0.7.
|
|
6
|
+
name = "ic-python-db"
|
|
7
|
+
version = "0.7.9"
|
|
8
8
|
description = "A lightweight key-value database written in Python, intended for use on the Internet Computer (IC)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
23
23
|
]
|
|
24
24
|
keywords = ["database", "key-value", "entity", "relationship", "audit"]
|
|
25
|
-
requires-python = "
|
|
25
|
+
requires-python = ">=3.10"
|
|
26
26
|
dependencies = []
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
@@ -4,8 +4,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
4
4
|
long_description = fh.read()
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
|
-
name="
|
|
8
|
-
version="0.7.
|
|
7
|
+
name="ic-python-db",
|
|
8
|
+
version="0.7.9",
|
|
9
9
|
author="Smart Social Contracts",
|
|
10
10
|
author_email="smartsocialcontracts@gmail.com",
|
|
11
11
|
description="A lightweight key-value database with entity relationships and audit logging",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|