fastapi-sqlalchemy-ease 0.1.5__py3-none-any.whl → 0.1.6__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.
@@ -1,7 +1,7 @@
1
1
  from .core import SQLAlchemy
2
2
  from .exceptions import DatabaseError, DatabaseNotInitializedError
3
3
 
4
- __version__='0.1.5'
4
+ __version__='0.1.6'
5
5
 
6
6
  # when someone call: from fastapi_sqlalchemy import SQLAlchemy
7
7
  # only these things are available
@@ -1,11 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi-sqlalchemy-ease
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A reusable SQLAlchemy extension for FastAPI
5
+ Author: Hardik soni
6
+ Author-email: imailhr1k@gmail.com
5
7
  Requires-Python: >=3.8
6
8
  Description-Content-Type: text/markdown
7
9
  License-File: LICENSE
8
10
  Requires-Dist: sqlalchemy>=2.0.0
11
+ Dynamic: author
12
+ Dynamic: author-email
9
13
  Dynamic: description
10
14
  Dynamic: description-content-type
11
15
  Dynamic: license-file
@@ -0,0 +1,8 @@
1
+ fastapi_sqlalchemy_ease/__init__.py,sha256=3a9DrG-h5eU45biicv4v5pFKuG55za0iGJ_zxVJ1HxI,303
2
+ fastapi_sqlalchemy_ease/core.py,sha256=Uc6rbLLZ6gTCetkzX0a9VqVvafJQm5eyTOw_02dIM1g,4470
3
+ fastapi_sqlalchemy_ease/exceptions.py,sha256=6YU6mJvOGXC9D0mPH99GjMWpj21NA5jD8II7DWEcHaA,222
4
+ fastapi_sqlalchemy_ease-0.1.6.dist-info/licenses/LICENSE,sha256=jVnW2ZK4LFNHmDZE-xj0EyVpbHVMpwO7FcTk_We8qrA,1068
5
+ fastapi_sqlalchemy_ease-0.1.6.dist-info/METADATA,sha256=9XIZhq-4CMSPUeqDfgQy2t79bALyiQ0JBWWZo_xWnvw,3236
6
+ fastapi_sqlalchemy_ease-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ fastapi_sqlalchemy_ease-0.1.6.dist-info/top_level.txt,sha256=Y9kRilavMJot8bwOZymZ0cRjiBNIzsVqx9EwvXGiq-8,24
8
+ fastapi_sqlalchemy_ease-0.1.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- fastapi_sqlalchemy_ease/__init__.py,sha256=bJALhusgwO6bgq3Y1y9FwT1TfSiRYO4zh10SlFK-D8s,303
2
- fastapi_sqlalchemy_ease/core.py,sha256=Uc6rbLLZ6gTCetkzX0a9VqVvafJQm5eyTOw_02dIM1g,4470
3
- fastapi_sqlalchemy_ease/exceptions.py,sha256=6YU6mJvOGXC9D0mPH99GjMWpj21NA5jD8II7DWEcHaA,222
4
- fastapi_sqlalchemy_ease-0.1.5.dist-info/licenses/LICENSE,sha256=jVnW2ZK4LFNHmDZE-xj0EyVpbHVMpwO7FcTk_We8qrA,1068
5
- fastapi_sqlalchemy_ease-0.1.5.dist-info/METADATA,sha256=2XnxNnRUxd7Ge_TKeDGCM7c_Yhs7l1N6SvJU4kFNceU,3144
6
- fastapi_sqlalchemy_ease-0.1.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
- fastapi_sqlalchemy_ease-0.1.5.dist-info/top_level.txt,sha256=Y9kRilavMJot8bwOZymZ0cRjiBNIzsVqx9EwvXGiq-8,24
8
- fastapi_sqlalchemy_ease-0.1.5.dist-info/RECORD,,