hypern 0.1.0__cp310-cp310-manylinux_2_34_x86_64.whl → 0.1.1__cp310-cp310-manylinux_2_34_x86_64.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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: hypern
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -20,6 +20,8 @@ Requires-Dist: mongoengine ==0.29.1
20
20
  Requires-Dist: argon2-cffi ==23.1.0
21
21
  Requires-Dist: bcrypt ==4.2.0
22
22
  License-File: LICENSE
23
+ Summary: A Fast Async Python backend with a Rust runtime.
24
+ Author-email: Martin Dang <vannghiem848@gmail.com>
23
25
  Requires-Python: >=3.10
24
26
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
25
27
 
@@ -1,6 +1,6 @@
1
- hypern-0.1.0.dist-info/METADATA,sha256=NidC7S9N8WeFH-YSl2_KK9bhXkkFQVLHYBTMWvpxKi4,3540
2
- hypern-0.1.0.dist-info/WHEEL,sha256=Eon-X1H-_QAARJHJrle01PrnTNoTi49kSjaP6kGdlhU,108
3
- hypern-0.1.0.dist-info/licenses/LICENSE,sha256=VdbaK2hSaaD-LUjtDIlEbeZVmvLGK7BEQvltP3mv-cY,1304
1
+ hypern-0.1.1.dist-info/METADATA,sha256=WYFUGPu1J-KTo3fSoxtc-JYQoYjcZnoEBCgV7vrTAzg,3649
2
+ hypern-0.1.1.dist-info/WHEEL,sha256=Eon-X1H-_QAARJHJrle01PrnTNoTi49kSjaP6kGdlhU,108
3
+ hypern-0.1.1.dist-info/licenses/LICENSE,sha256=VdbaK2hSaaD-LUjtDIlEbeZVmvLGK7BEQvltP3mv-cY,1304
4
4
  hypern/middleware/cors.py,sha256=SfG-3vAS-4MPXqsIsegNwDx9mqC9lvgUc3RuYzN6HNg,1643
5
5
  hypern/middleware/base.py,sha256=zqUU85jkPNXOXC4JPXGwkJ7BwjafqI8dq3aajoCUQV0,345
6
6
  hypern/middleware/__init__.py,sha256=YpgxL7GQkzZM91VCNxHT2xmTa1R1b_BUS8n3tZ2b1Ys,268
@@ -61,5 +61,5 @@ hypern/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
61
  hypern/exceptions.py,sha256=NJ19MXix0g9ueSkYA-ImghDiva7oAdmbtNEaiSCVLZo,2284
62
62
  hypern/cli/commands.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
63
  hypern/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
- hypern/hypern.cpython-310-x86_64-linux-gnu.so,sha256=44C4si9vfQfpf6rF4OtotP-8MvcMCt9AgAf7tzPliLQ,4911472
65
- hypern-0.1.0.dist-info/RECORD,,
64
+ hypern/hypern.cpython-310-x86_64-linux-gnu.so,sha256=nNgp45i319DylkhzIPNtbBKpHwYy0UoflPSg1xI-IgM,4911472
65
+ hypern-0.1.1.dist-info/RECORD,,
File without changes