Skip to main content

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.13.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

reach_commons-0.13.0-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file reach_commons-0.13.0.tar.gz.

File metadata

  • Download URL: reach_commons-0.13.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.10 Windows/10

File hashes

Hashes for reach_commons-0.13.0.tar.gz
Algorithm Hash digest
SHA256 27f3afb4e06268db5791081051a0db11828e609f981e2fd83152a86c4dd5bba0
MD5 7597f6bbbe6944263ae7c8cd41b25409
BLAKE2b-256 1c971bcb55a716aae4a3f21f5512da6ab5a360b7ab271bb78ea283d8094d28d6

See more details on using hashes here.

File details

Details for the file reach_commons-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: reach_commons-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 16.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.10 Windows/10

File hashes

Hashes for reach_commons-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ffad2423990611a82352bb09db573cd706e7e3e6e763e2b064bf054514042df6
MD5 6c7529f96d963473324a7063fcaff147
BLAKE2b-256 f3db0b9cefbe36803e84f467462d1f5077c7e75aafd29e732bc9b173e47cab7e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page