Reach Commons is a versatile utility library designed to streamline and enhance development workflows within the Reach ecosystem.
Project description
reach_commons
Description
reach_commons
is a Python library that provides various classes and utilities to assist developers in their projects. This library aims to simplify and streamline processes by offering reusable components that can be easily integrated into various Python applications.
Installation
Install reach_commons
using pip:
pip install reach_commons
from reach_commons.api_client_v2 import ReachApiGatewayV2
api_gateway = ReachApiGatewayV2(
base_url=os.environ["api_gateway_v2_endpoint"],
access_token=os.environ["event_processor_token"],
)
response = api_gateway.stripe_create_booking_guarantee(
business_id=business_id, booking_price=booking_price
)
{
"statusCode": stripe_customer.status_code,
"body": json.dumps(response.json()),
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reach_commons-0.14.34.tar.gz
(13.6 kB
view details)
Built Distribution
File details
Details for the file reach_commons-0.14.34.tar.gz
.
File metadata
- Download URL: reach_commons-0.14.34.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6991b001aacb4c89ee953542b4f4394ed7b5581e00054d6fc4cf31b06c9efa6 |
|
MD5 | bb67cd2b5a06f0c507d2a5ec05b5e066 |
|
BLAKE2b-256 | ba98ea5ef9bcbdb1d60bfe0f275f369ef400ceb0045be5365422d04cc9d492d1 |
File details
Details for the file reach_commons-0.14.34-py3-none-any.whl
.
File metadata
- Download URL: reach_commons-0.14.34-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8d3cb78ca404ee20be401841de33caa73ec57fc8f23de927dde6cb71eb166f6 |
|
MD5 | 179d7c82c18a8cdc7cfcbd180b9c202c |
|
BLAKE2b-256 | eaf762254e68d15df23d19ce3ee67fabbb8a8665ea6f8933010703b868ebf674 |