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 CHANGED
@@ -5,4 +5,4 @@ This file contains the Version info for this package.
5
5
  # SPDX-FileCopyrightText: 2023-present Robin van der Noord <robinvandernoord@gmail.com>
6
6
  #
7
7
  # SPDX-License-Identifier: MIT
8
- __version__ = "4.0.0"
8
+ __version__ = "4.0.1"
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TypeDAL
3
- Version: 4.0.0
3
+ Version: 4.0.1
4
4
  Summary: Typing support for PyDAL
5
5
  Project-URL: Documentation, https://typedal.readthedocs.io/
6
6
  Project-URL: Issues, https://github.com/trialandsuccess/TypeDAL/issues
@@ -1,5 +1,5 @@
1
- typedal/__about__.py,sha256=ktbRL0vibHktfZfFr8_laZbodaGwgv9JUaEjGT6aNT0,206
2
- typedal/__init__.py,sha256=RtdS7NRPB5LHHxRxq2r_48eXTrkTpEuqIvAEwSQKxuA,612
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.0.dist-info/METADATA,sha256=jfKWF11r3Xs5e54TJTD263LowlY245Uio1jqy92PPpQ,10517
23
- typedal-4.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
- typedal-4.0.0.dist-info/entry_points.txt,sha256=m1wqcc_10rHWPdlQ71zEkmJDADUAnZtn7Jac_6mbyUc,44
25
- typedal-4.0.0.dist-info/RECORD,,
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,,