bfast-py 1.0.3__cp38-abi3-win_amd64.whl → 1.0.5__cp38-abi3-win_amd64.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.
b_fast/b_fast.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bfast-py
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -30,6 +30,7 @@ Author: marcelomarkus
30
30
  License: MIT
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
33
+ Project-URL: Documentation, https://marcelomarkus.github.io/b-fast/
33
34
  Project-URL: Homepage, https://github.com/marcelomarkus/b-fast
34
35
  Project-URL: Issues, https://github.com/marcelomarkus/b-fast/issues
35
36
  Project-URL: Repository, https://github.com/marcelomarkus/b-fast
@@ -38,6 +39,9 @@ Project-URL: Repository, https://github.com/marcelomarkus/b-fast
38
39
 
39
40
  O B-FAST é um protocolo de serialização binária de ultra-alta performance, desenvolvido em Rust para o ecossistema Python e TypeScript. Ele foi projetado para substituir o JSON em rotas críticas onde latência, uso de CPU e largura de banda são gargalos.
40
41
 
42
+ ## 📚 Documentação
43
+ Documentação completa disponível em: **https://marcelomarkus.github.io/b-fast/**
44
+
41
45
 
42
46
  ## 🚀 Por que B-FAST?
43
47
  - **Motor Rust:** Serialização nativa sem o overhead do interpretador Python.
@@ -69,7 +73,7 @@ pip install bfast-py
69
73
 
70
74
  ### Frontend (TypeScript)
71
75
  ```bash
72
- npm install @b-fast/client
76
+ npm install bfast-client
73
77
  ```
74
78
 
75
79
  ## 🛠️ Como usar
@@ -105,7 +109,7 @@ async def get_users():
105
109
 
106
110
  ### 2. No Frontend (React / Vue / Angular)
107
111
  ```typescript
108
- import { BFastDecoder } from '@b-fast/client';
112
+ import { BFastDecoder } from 'bfast-client';
109
113
 
110
114
  async function loadData() {
111
115
  const response = await fetch('/users');
@@ -0,0 +1,6 @@
1
+ b_fast\__init__.py,sha256=3JTYzuf6_39pzLR3L8me9rsz_bnKsP4nVICPaL_tnko,107
2
+ b_fast\b_fast.pyd,sha256=I32uXeKAZpnerkD8gYrU766j2Iqj-ZtQTTZglecoF98,322048
3
+ bfast_py-1.0.5.dist-info\METADATA,sha256=WkHWJPVRwKpqQ53lKiSthE7ERVmRpOZDdJMJcITq3Ig,5142
4
+ bfast_py-1.0.5.dist-info\WHEEL,sha256=gPqN4EsdiAyGvmfrYy_ONrF276O8o0hPitI2CKZrEFA,95
5
+ bfast_py-1.0.5.dist-info\licenses\LICENSE,sha256=VNAIoZqWaw--dL2LFGJlzWqh5iHfmGtsJAOJvRLjJR4,1111
6
+ bfast_py-1.0.5.dist-info\RECORD,,
@@ -1,6 +0,0 @@
1
- b_fast\__init__.py,sha256=3JTYzuf6_39pzLR3L8me9rsz_bnKsP4nVICPaL_tnko,107
2
- b_fast\b_fast.pyd,sha256=_5NegK6SPpkGMvEAAjsJ7QEI-Wqr2Acg4Vt-4c3c9DI,322048
3
- bfast_py-1.0.3.dist-info\METADATA,sha256=vRF3DfKhKEr5q6G_EaAcaOdAo9--v6ZBJtZaM1w66BQ,4967
4
- bfast_py-1.0.3.dist-info\WHEEL,sha256=gPqN4EsdiAyGvmfrYy_ONrF276O8o0hPitI2CKZrEFA,95
5
- bfast_py-1.0.3.dist-info\licenses\LICENSE,sha256=VNAIoZqWaw--dL2LFGJlzWqh5iHfmGtsJAOJvRLjJR4,1111
6
- bfast_py-1.0.3.dist-info\RECORD,,