pybridge
Installation
You can easily install it via pip:
pip install pybridge
Usage
from pybridgeclient import PyBridge
base_url = "https://example.api.com/"
headers = {
"Authorization": "Bearer xxxxxxxx"}
py_bridge = PyBridge(base_url, headers)
# item_detail is endpoint that is generated from OpenAPI schema
item_detail = py_bridge.item_detail(item_id=1)
Contribution and Feedback
For any contributions and feedback, please visit my GitHub page or reach me via email.
Release files for pybridgeclient 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pybridgeclient-0.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pybridgeclient-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / pybridgeclient-0.1.0.tar.gz
| Download URL | pybridgeclient-0.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
213cc1675587f0045645fc73bb293f65f42931fb6035af80554ae2402673b12b
|
|
BLAKE2b-256 checksum How to use checksums |
752503545e7e25124500fe47289cbe6683cf3ab9ca469cae5ac9098061485894
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.5
|
Release files / pybridgeclient-0.1.0-py3-none-any.whl
| Download URL | pybridgeclient-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5e7dc8d241e9c54b5ab19756ddcf9bac3eb35e540fb66757370bc57b21acd5b8
|
|
BLAKE2b-256 checksum How to use checksums |
062caffe9eb2a76c31b3de9ed03d8ca7df4e950c29b917e6265d32e9388ab0c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.5
|