Python package for interacting with EZOffice API
Project description
ezoff
Python package for interacting with the EZOffice API. Largely uses v2 API endpoints, a couple v1 are used in cases where there aren't any documented v2 versions. Additionally, a few of the JSON API endpoints (found using the browser console) are supported.
Installation
pip install ezoff
Usage
Two environment variables are required for ezoff to function.
| Env Variable | Description |
|---|---|
| EZO_SUBDOMAIN | Should be your company name. Can be found in the URL of your EZO instance, https://{companyname}.ezofficeinventory.com/ |
| EZO_TOKEN | The access token used to authenticate requests |
python-dotenv package is useful for loading variables from an .env file. Otherwise, can be done directly with os.
Project Structure
Project is split up into several files depending on what area of the EZOffice API is being dealt with. largely corresponds to how the API v2 documentation is laid out, purely for organizational purposes.
Notes
When wanting to clear a field out of its current value with an update function, generally the empty string ("") should be used as the new value.
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 ezoff-1.24.3.tar.gz.
File metadata
- Download URL: ezoff-1.24.3.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbbf6a1acfffbde36bf4f51ee6fa7f3ccf8974d8ada4e49667157ef0fc60d63b
|
|
| MD5 |
6a20d686f642156a4f89584d970b0d14
|
|
| BLAKE2b-256 |
ee8cdfa9af52ecdbb0ef7007d31be77e4240ffe435b7029a06d63897e8a615c9
|
File details
Details for the file ezoff-1.24.3-py3-none-any.whl.
File metadata
- Download URL: ezoff-1.24.3-py3-none-any.whl
- Upload date:
- Size: 52.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e43f3353f2e9082151c38c5e91025e1363590afc996d8a4dd243d90ded24d92
|
|
| MD5 |
640f8b574d12a65e26e32bee6366a7da
|
|
| BLAKE2b-256 |
73c51d7b91ae535e618c519a1349244623d7f4c66f8df46b79875ddec292a04c
|