easybill_rest (py-ebrest)
easybill_rest is a library to work with the easybill REST API (https://www.easybill.de/api/) written in Python.
All Resources are available.
The library supports only the Bearer Authentication and calls the API only
through HTTPS.
pip install easybill_rest
Usage
from easybill_rest import Client
client = Client("API-KEY")
result = client.documents().get_document("2")
# Returns the document model. Therefore, a field "title" is included in the dict.
print(result['title'])
Release files for easybill-rest 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easybill_rest-0.6.0.tar.gz | 13.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easybill_rest-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.1 kB
Release files / easybill_rest-0.6.0.tar.gz
| Download URL | easybill_rest-0.6.0.tar.gz |
|---|---|
| Size | 13.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e8dd3e248242025b8280aa5daf886cf8189d0b2c596bf90352d2c5aab24aed7
|
|
BLAKE2b-256 checksum How to use checksums |
ab8db4cb526771504018d84d1933058e74989bb9c9456e7c3b6eaa8a8d32036e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
|
Release files / easybill_rest-0.6.0-py3-none-any.whl
| Download URL | easybill_rest-0.6.0-py3-none-any.whl |
|---|---|
| Size | 40.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f3b980629f936ba75fc674d5a06d5d90eabcccc02c397709302e854c689b499
|
|
BLAKE2b-256 checksum How to use checksums |
00596e58572b1500f5837e972bc664656a7db9d1fc4ceb3c9682f0ad812d7175
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
|