TypeDAL 4.0.0__py3-none-any.whl → 4.0.1__py3-none-any.whl
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 TypeDAL might be problematic. Click here for more details.
- typedal/__about__.py +1 -1
- typedal/__init__.py +2 -1
- {typedal-4.0.0.dist-info → typedal-4.0.1.dist-info}/METADATA +1 -1
- {typedal-4.0.0.dist-info → typedal-4.0.1.dist-info}/RECORD +6 -6
- {typedal-4.0.0.dist-info → typedal-4.0.1.dist-info}/WHEEL +0 -0
- {typedal-4.0.0.dist-info → typedal-4.0.1.dist-info}/entry_points.txt +0 -0
typedal/__about__.py
CHANGED
typedal/__init__.py
CHANGED
|
@@ -7,7 +7,7 @@ from .fields import TypedField
|
|
|
7
7
|
from .helpers import sql_expression
|
|
8
8
|
from .query_builder import QueryBuilder
|
|
9
9
|
from .relationships import Relationship, relationship
|
|
10
|
-
from .rows import TypedRows
|
|
10
|
+
from .rows import TypedRows, PaginatedRows
|
|
11
11
|
from .tables import TypedTable
|
|
12
12
|
|
|
13
13
|
from . import fields # isort: skip
|
|
@@ -18,6 +18,7 @@ except ImportError: # pragma: no cover
|
|
|
18
18
|
P4W_DAL = None # type: ignore
|
|
19
19
|
|
|
20
20
|
__all__ = [
|
|
21
|
+
"PaginatedRows",
|
|
21
22
|
"QueryBuilder",
|
|
22
23
|
"Relationship",
|
|
23
24
|
"TypeDAL",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
typedal/__about__.py,sha256=
|
|
2
|
-
typedal/__init__.py,sha256=
|
|
1
|
+
typedal/__about__.py,sha256=4vktIJ7i_x1eXEnsjA7YasUMIdlSrNKVK8B59dVSHbg,206
|
|
2
|
+
typedal/__init__.py,sha256=EYQgxkwkBsi_TTKKj16hY7m6t6pOB8WZw0FDyHzte-g,648
|
|
3
3
|
typedal/caching.py,sha256=6QaPmqmRaUDjRUySjA1CwrA36TFZ50d5g5Rw-i7GQjg,11795
|
|
4
4
|
typedal/cli.py,sha256=e08L8k6q1NGSzpKs7ywin0uwkK7Kz07I4REVjHdbyyE,19267
|
|
5
5
|
typedal/config.py,sha256=9ZgPe5aYELMpiNwO8AFZpG2pLKcBPu_DKyWn6470PPs,11602
|
|
@@ -19,7 +19,7 @@ typedal/tables.py,sha256=Cc16DbQWxuVUNNnz5xZCt3h35TWJYTz1cjerQvIJj1o,36678
|
|
|
19
19
|
typedal/types.py,sha256=_njB7W67MrMfeEWzNz-EMxm2DtE_H8rN__zrPx4Jepo,8710
|
|
20
20
|
typedal/web2py_py4web_shared.py,sha256=jsDjC_K0P27od4B80q83nKJiL2KAgmzS-QpHChv0RjU,1535
|
|
21
21
|
typedal/serializers/as_json.py,sha256=pdeFoQF5kouGonJC6z6JNe61XRsIMlQ94SRBJDKG_Ng,2219
|
|
22
|
-
typedal-4.0.
|
|
23
|
-
typedal-4.0.
|
|
24
|
-
typedal-4.0.
|
|
25
|
-
typedal-4.0.
|
|
22
|
+
typedal-4.0.1.dist-info/METADATA,sha256=YCcQ_gvQhrtNjCFuxS-KR3eujkr5qrK0XEuef_WBbJQ,10517
|
|
23
|
+
typedal-4.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
24
|
+
typedal-4.0.1.dist-info/entry_points.txt,sha256=m1wqcc_10rHWPdlQ71zEkmJDADUAnZtn7Jac_6mbyUc,44
|
|
25
|
+
typedal-4.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|