Skip to main content

Library for interacting with Breezeway's API.

Project description

Breezeway Python Client

A Python client library for communicating with Breezeway.io, providing an easy interface for managing authentication and interacting with Breezeway's API.

Installation

pip install breezeway

Example Usage

import breezeway

# Initialize the client
bw = breezeway.Breezeway(client_id='your_client_id', client_secret='your_client_secret')

# Get companies associated with the client
companies = bw.company.list_all()
for company in companies:
    print(company.name)

# Get task information
task = bw.task.get(task_id=12345)
print(
    bw.unit.get(unit_id=task.unit_id).name,
    task.status,
    task.title,
    task.description
)

# Upload an attachment
bw.task.upload_attachment(task_id=12345, file_path='path/to/file.jpg')

Available as an async client too

import breezeway
bw = breezeway.AsyncBreezeway(client_id='your_client_id', client_secret='your_client_secret')

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

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

breezeway-0.1.1a2.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

breezeway-0.1.1a2-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file breezeway-0.1.1a2.tar.gz.

File metadata

  • Download URL: breezeway-0.1.1a2.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for breezeway-0.1.1a2.tar.gz
Algorithm Hash digest
SHA256 98c87c0684654b8c0682971ddf7dc0eecd14c3a4f95622979f9eb7c9dc204c13
MD5 a5a7156ddee109d2ce05f6b39c453202
BLAKE2b-256 72394d2804729150c5fc19d89e3e4151af8365f600b2feab810a6eaad25e1ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for breezeway-0.1.1a2.tar.gz:

Publisher: release.yml on Paso-Robles-Vacation-Rentals/breezeway-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file breezeway-0.1.1a2-py3-none-any.whl.

File metadata

  • Download URL: breezeway-0.1.1a2-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for breezeway-0.1.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 5d96977e6f9eecabe6515502e8a6914a93c97646fa08e88bc808f33488eac9c3
MD5 868d8a8ca2c72cdc349910af19aa27df
BLAKE2b-256 49692ed6d7c16cf74715dd98d195ac75139ca8cd249a40bf3950c890da2bd8fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for breezeway-0.1.1a2-py3-none-any.whl:

Publisher: release.yml on Paso-Robles-Vacation-Rentals/breezeway-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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