architectonics 0.0.9__py3-none-any.whl → 0.0.12__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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.1
2
+ Name: architectonics
3
+ Version: 0.0.12
4
+ Summary:
5
+ Author: Your Name
6
+ Author-email: you@example.com
7
+ Requires-Python: >=3.14,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Requires-Dist: SQLAlchemy (==2.0.46)
10
+ Requires-Dist: aio-pika (==9.5.8)
11
+ Requires-Dist: alembic (==1.18.1)
12
+ Requires-Dist: asyncpg (==0.31.0)
13
+ Requires-Dist: dotenv (==0.9.9)
14
+ Requires-Dist: fastapi (==0.128.0)
15
+ Requires-Dist: pydantic (==2.12.5)
16
+ Requires-Dist: uvicorn (==0.40.0)
@@ -18,6 +18,6 @@ architectonics/services/user_auth_service.py,sha256=Cm5s8XWZcrDjH-yjhUZ4hC5mZQtr
18
18
  architectonics/utils.py,sha256=a5dAvgfwYKQ5MwYaDxmy_YLHNHQxNgEH94YFuVrD4N0,84
19
19
  architectonics/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  architectonics/views/ping.py,sha256=ct2xO8Q1TKj-Z9eCN5beKkoR5S5vTYHYjlhpmh3k4tY,160
21
- architectonics-0.0.9.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
22
- architectonics-0.0.9.dist-info/METADATA,sha256=bRzt7sz-3LaV2axQs9cglG4BQjJ5Rfjc4JhQvtG9e7U,478
23
- architectonics-0.0.9.dist-info/RECORD,,
21
+ architectonics-0.0.12.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
22
+ architectonics-0.0.12.dist-info/METADATA,sha256=DkOrSmmpUAJQ5BN-BUwwVHQPk1pgVGZ1fS4iYCDdLl0,469
23
+ architectonics-0.0.12.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: architectonics
3
- Version: 0.0.9
4
- Summary:
5
- Author: kirshuvl
6
- Author-email: kirshuvl@gmail.com
7
- Requires-Python: >=3.11,<4.0
8
- Classifier: Programming Language :: Python :: 3
9
- Requires-Dist: SQLAlchemy (==2.0.43)
10
- Requires-Dist: aio-pika (>=9.5.7,<10.0.0)
11
- Requires-Dist: alembic (==1.16.5)
12
- Requires-Dist: asyncpg (==0.30.0)
13
- Requires-Dist: dotenv (==0.9.9)
14
- Requires-Dist: fastapi (==0.116.1)
15
- Requires-Dist: pydantic (==2.11.7)
16
- Requires-Dist: uvicorn (==0.35.0)