ydb-sqlalchemy 0.1.7__tar.gz → 0.1.8__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.
- {ydb_sqlalchemy-0.1.7/ydb_sqlalchemy.egg-info → ydb_sqlalchemy-0.1.8}/PKG-INFO +2 -2
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/requirements.txt +1 -1
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/setup.py +1 -1
- ydb_sqlalchemy-0.1.8/ydb_sqlalchemy/_version.py +1 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/dbapi_adapter.py +1 -1
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8/ydb_sqlalchemy.egg-info}/PKG-INFO +2 -2
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy.egg-info/requires.txt +1 -1
- ydb_sqlalchemy-0.1.7/ydb_sqlalchemy/_version.py +0 -1
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/LICENSE +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/MANIFEST.in +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/README.md +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/pyproject.toml +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/setup.cfg +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/__init__.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/conftest.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/test_core.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/test_inspect.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/test_orm.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/test/test_suite.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/__init__.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/__init__.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/compiler/__init__.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/compiler/base.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/compiler/sa14.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/compiler/sa20.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/datetime_types.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/dml.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/json.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/requirements.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/test_sqlalchemy.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/types.py +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy.egg-info/SOURCES.txt +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy.egg-info/dependency_links.txt +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy.egg-info/entry_points.txt +0 -0
- {ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ydb-sqlalchemy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: YDB Dialect for SQLAlchemy
|
|
5
5
|
Home-page: http://github.com/ydb-platform/ydb-sqlalchemy
|
|
6
6
|
Author: Yandex LLC
|
|
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: sqlalchemy<3.0.0,>=1.4.0
|
|
16
16
|
Requires-Dist: ydb>=3.18.8
|
|
17
|
-
Requires-Dist: ydb-dbapi>=0.1.
|
|
17
|
+
Requires-Dist: ydb-dbapi>=0.1.10
|
|
18
18
|
Provides-Extra: yc
|
|
19
19
|
Requires-Dist: yandexcloud; extra == "yc"
|
|
20
20
|
|
|
@@ -13,7 +13,7 @@ with open("requirements.txt") as f:
|
|
|
13
13
|
|
|
14
14
|
setuptools.setup(
|
|
15
15
|
name="ydb-sqlalchemy",
|
|
16
|
-
version="0.1.
|
|
16
|
+
version="0.1.8", # AUTOVERSION
|
|
17
17
|
description="YDB Dialect for SQLAlchemy",
|
|
18
18
|
author="Yandex LLC",
|
|
19
19
|
author_email="ydb@yandex-team.ru",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "0.1.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ydb-sqlalchemy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: YDB Dialect for SQLAlchemy
|
|
5
5
|
Home-page: http://github.com/ydb-platform/ydb-sqlalchemy
|
|
6
6
|
Author: Yandex LLC
|
|
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: sqlalchemy<3.0.0,>=1.4.0
|
|
16
16
|
Requires-Dist: ydb>=3.18.8
|
|
17
|
-
Requires-Dist: ydb-dbapi>=0.1.
|
|
17
|
+
Requires-Dist: ydb-dbapi>=0.1.10
|
|
18
18
|
Provides-Extra: yc
|
|
19
19
|
Requires-Dist: yandexcloud; extra == "yc"
|
|
20
20
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "0.1.7"
|
|
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
|
{ydb_sqlalchemy-0.1.7 → ydb_sqlalchemy-0.1.8}/ydb_sqlalchemy/sqlalchemy/compiler/__init__.py
RENAMED
|
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
|