WACCY extension for QuickBooks Online integration
Project description
waccy-quickbooks
WACCY extension for QuickBooks Online integration.
Installation
uv pip install waccy-quickbooks
Or install with the core platform:
uv pip install "waccy[quickbooks]"
Usage
from waccy.extraction import ExtractorRegistry
registry = ExtractorRegistry()
extractor = registry.get_extractor("quickbooks")()
# Authenticate
extractor.authenticate({
"client_id": "your_client_id",
"client_secret": "your_client_secret",
"access_token": "your_access_token"
})
# Extract data
data = extractor.extract({
"company_id": "your_company_id",
"date_range": ("2023-01-01", "2024-12-31")
})
Development
This package is part of the WACCY monorepo. See the main README for development setup.
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
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 waccy_quickbooks-0.0.1a0.tar.gz.
File metadata
- Download URL: waccy_quickbooks-0.0.1a0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b7d6b395df3a2dce94753f745cf0fcf1776029ab7aa5aa6cd566482c6324a20
|
|
| MD5 |
7aa3d203930c3c341a2637fd8fd7da12
|
|
| BLAKE2b-256 |
69010b85eff7ffc9d2c3d977eb9ce9e00ff56bf781c21f9bbff103e003d8b9c6
|
File details
Details for the file waccy_quickbooks-0.0.1a0-py3-none-any.whl.
File metadata
- Download URL: waccy_quickbooks-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
968f669a222221d6230de41719fc9f54464255c9b474f3e9c4403c960c7bd35e
|
|
| MD5 |
66ee1cc3dcc4f40bf8a96952f0f4c600
|
|
| BLAKE2b-256 |
41dfaaea60e7ef8e807050ae113cdb1135286f30703e3d52ca08482868351fad
|