bfast-py 1.0.3__cp38-abi3-win_amd64.whl → 1.0.4__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 +0 -0
- {bfast_py-1.0.3.dist-info → bfast_py-1.0.4.dist-info}/METADATA +3 -3
- bfast_py-1.0.4.dist-info/RECORD +6 -0
- bfast_py-1.0.3.dist-info/RECORD +0 -6
- {bfast_py-1.0.3.dist-info → bfast_py-1.0.4.dist-info}/WHEEL +0 -0
- {bfast_py-1.0.3.dist-info → bfast_py-1.0.4.dist-info}/licenses/LICENSE +0 -0
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
|
+
Version: 1.0.4
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -69,7 +69,7 @@ pip install bfast-py
|
|
|
69
69
|
|
|
70
70
|
### Frontend (TypeScript)
|
|
71
71
|
```bash
|
|
72
|
-
npm install
|
|
72
|
+
npm install bfast-client
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
## 🛠️ Como usar
|
|
@@ -105,7 +105,7 @@ async def get_users():
|
|
|
105
105
|
|
|
106
106
|
### 2. No Frontend (React / Vue / Angular)
|
|
107
107
|
```typescript
|
|
108
|
-
import { BFastDecoder } from '
|
|
108
|
+
import { BFastDecoder } from 'bfast-client';
|
|
109
109
|
|
|
110
110
|
async function loadData() {
|
|
111
111
|
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=4SThnmxLVOqjauIfldkcMrZzS9kSFULqcteJoQdfqEo,322048
|
|
3
|
+
bfast_py-1.0.4.dist-info\METADATA,sha256=DFW_A7geDZplrUqwKnhdYjPRmBr9RUTpxQPJMs93SsY,4963
|
|
4
|
+
bfast_py-1.0.4.dist-info\WHEEL,sha256=gPqN4EsdiAyGvmfrYy_ONrF276O8o0hPitI2CKZrEFA,95
|
|
5
|
+
bfast_py-1.0.4.dist-info\licenses\LICENSE,sha256=VNAIoZqWaw--dL2LFGJlzWqh5iHfmGtsJAOJvRLjJR4,1111
|
|
6
|
+
bfast_py-1.0.4.dist-info\RECORD,,
|
bfast_py-1.0.3.dist-info/RECORD
DELETED
|
@@ -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,,
|
|
File without changes
|
|
File without changes
|