fastapi-repository 0.0.3__py3-none-any.whl → 0.0.4__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.
@@ -271,6 +271,7 @@ class BaseRepository:
271
271
  f"{self.model.__name__} has no attribute '{key}'"
272
272
  )
273
273
  conditions.append(column == value)
274
+ return conditions
274
275
 
275
276
  async def create(self, **create_params):
276
277
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi-repository
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A base repository for FastAPI projects, inspired by Ruby on Rails' Active Record and Ransack.
5
5
  Author-email: Peter Seiya Takahashi <seiya4@icloud.com>
6
6
  Project-URL: Homepage, https://github.com/seiyat/fastapi-repository
@@ -0,0 +1,6 @@
1
+ fastapi_repository/__init__.py,sha256=ymIcIyfYlbv-TudpI3UOU1f2y57tEnRIFIYQMjnw0bI,87
2
+ fastapi_repository/base.py,sha256=Eo1e7Q41i0Cv4tN44SgndCZDEZmaJPL7WJO_uEPyfGs,12315
3
+ fastapi_repository-0.0.4.dist-info/METADATA,sha256=NBnxRn4iL-QJE0s1iLTyfEFVNsAH26zoTlqzF_ACpxA,1958
4
+ fastapi_repository-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ fastapi_repository-0.0.4.dist-info/top_level.txt,sha256=SSUZqBKCDo6XNjAhSFvpv4tmiPW1COl86ZR5B4ucBkU,19
6
+ fastapi_repository-0.0.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- fastapi_repository/__init__.py,sha256=ymIcIyfYlbv-TudpI3UOU1f2y57tEnRIFIYQMjnw0bI,87
2
- fastapi_repository/base.py,sha256=y_Wdl3ODhH_srhqK5UDq4tkjzRTw16VZ91CBbtkBIRI,12289
3
- fastapi_repository-0.0.3.dist-info/METADATA,sha256=htos5cwMKRDqR4F1j2JldRAm47IYdJtAr5NlsjHCO8s,1958
4
- fastapi_repository-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- fastapi_repository-0.0.3.dist-info/top_level.txt,sha256=SSUZqBKCDo6XNjAhSFvpv4tmiPW1COl86ZR5B4ucBkU,19
6
- fastapi_repository-0.0.3.dist-info/RECORD,,