Python SOAP wrapper for Brightree
Project description
pybrightree
pybrightree is a Python SOAP wrapper for Brightree.
Install
pip install -e .
The package installs as pybrightree and is imported as brightree.
Usage
from brightree import Brightree
bt = Brightree("username", "password")
note = bt.Patient().PatientNoteFetchByKey(141508)
The package preserves the PHP wrapper's service accessor and SOAP method names so existing examples map cleanly.
Examples are available in examples/basic_usage.py and examples/custom_config.py.
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
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 pybrightree-0.1.0.tar.gz.
File metadata
- Download URL: pybrightree-0.1.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e7180778936e5bd602785d631840690783bf7485b51595b5c089f139128f48
|
|
| MD5 |
7a5614d17ffb311f386188b2d0e90b90
|
|
| BLAKE2b-256 |
21421c54d2e6ddf44828420245ab20eb659ed499b590901c1982e7c1fd83563d
|
File details
Details for the file pybrightree-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pybrightree-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34352001f3f5d2b973d5a1c1a28777de56e0ec3c71ca0e647d44589ba6e6e2ce
|
|
| MD5 |
6332bc81c29913ce6639628c6c4e2d19
|
|
| BLAKE2b-256 |
ce446271b4bc41ffd62615035ba48e5b2c54c4f582d0434fad4ea7bafdfaad55
|