libreria para hacer clientes de apis rest
Project description
chibi_api
libreria para hacer clientes de apis rest
Ejemplos
from chibi_requests import Response
from chibi_api.chibi_api import Chibi_inner_api
class Response_200( Response ):
serializer = Catalog_serializer
class Response_post( Response_200 ):
pass
class Response_put( Response_200 ):
pass
class Response_delete( Response_200 ):
pass
class Api_inner( Chibi_inner_api ):
response = {
'get': Response_200,
'post': Response_post,
'delete': Response_delete,
'put': Response_put,
}
Free software: WTFPL
Documentation: https://chibi-api.readthedocs.io.
Features
TODO
History
0.1.0 ( 2025-02-25 )
nueva funcion para contruir urls usando el valor absoluto
0.0.3 ( 2025-02-25 )
las clases de respueta se pueden cambiar de clase individualmente
0.0.2 ( 2024-11-05 )
correciones con dependencias
0.0.1 (2024-10-23)
primer prototipo es mierda
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chibi_api-0.1.0.tar.gz.
File metadata
- Download URL: chibi_api-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4860b2441354c0937537aaac7b6bef368a1460cb110975cf9f22b5883230564
|
|
| MD5 |
ce53f10c082b42d21798faa3c15cec3d
|
|
| BLAKE2b-256 |
99a3142d1d00e674bdeaa81dc15eb35383fd9d939a6925c7bab07c875d9db0b8
|
File details
Details for the file chibi_api-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: chibi_api-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c22191e39022f1c8aff0b0ff93a95383471e56afd07e234ac917b78bc10675e
|
|
| MD5 |
0aa8d22bad69a535b7964e18f61113e9
|
|
| BLAKE2b-256 |
f0b9aa686b2bd8dec0dba23d842507614778d0424fb4f8a6265086f107ecadad
|