tigrbl-base 0.4.1.dev3__tar.gz → 0.4.1.dev6__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.
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/PKG-INFO +4 -4
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/README.md +3 -3
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/pyproject.toml +1 -1
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/LICENSE +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/__init__.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_alias_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_app_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_assembly.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_binding_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_column_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_datatype_lowering.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_engine_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_engine_provider_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_headers_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_hook_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_mapping_access.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_middleware_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_op_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_request_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_response_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_rest_map.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_router_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_rpc_map.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_schema_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_security_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_session_abc.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_session_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_storage.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_table_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_table_registry_base.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/__init__.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/__init__.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/core.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/jsonhints.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/planning.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/types.py +0 -0
- {tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/column/infer/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-base
|
|
3
|
-
Version: 0.4.1.
|
|
3
|
+
Version: 0.4.1.dev6
|
|
4
4
|
Summary: Abstract base interfaces for Tigrbl APIs, engines, providers, sessions, transports, and reusable runtime components.
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -238,12 +238,12 @@ Description-Content-Type: text/markdown
|
|
|
238
238
|

|
|
239
239
|
|
|
240
240
|
<p align="center">
|
|
241
|
-
<a href="https://
|
|
242
|
-
<img src="https://
|
|
241
|
+
<a href="https://pepy.tech/project/tigrbl-base">
|
|
242
|
+
<img src="https://static.pepy.tech/badge/tigrbl-base" alt="Pepy downloads for tigrbl-base"/></a>
|
|
243
243
|
<a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base/">
|
|
244
244
|
<img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base.svg" alt="Repository views for tigrbl-base"/></a>
|
|
245
245
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
246
|
-
<img src="https://img.shields.io/
|
|
246
|
+
<img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
|
|
247
247
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
248
248
|
<img src="https://img.shields.io/pypi/l/tigrbl-base" alt="PyPI license metadata for tigrbl-base"/></a>
|
|
249
249
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
5
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/tigrbl-base">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/tigrbl-base" alt="Pepy downloads for tigrbl-base"/></a>
|
|
6
6
|
<a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base/">
|
|
7
7
|
<img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base.svg" alt="Repository views for tigrbl-base"/></a>
|
|
8
8
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
9
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
|
|
10
10
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/tigrbl-base" alt="PyPI license metadata for tigrbl-base"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/tigrbl-base/">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-base"
|
|
3
|
-
version = "0.4.1.
|
|
3
|
+
version = "0.4.1.dev6"
|
|
4
4
|
description = "Abstract base interfaces for Tigrbl APIs, engines, providers, sessions, transports, and reusable runtime components."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
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
|
{tigrbl_base-0.4.1.dev3 → tigrbl_base-0.4.1.dev6}/tigrbl_base/_base/_engine_provider_base.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
|
|
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
|