Wrapper for working with Finolog service API
Project description
Finolog Python API
Wrapper for working with Finolog service API
Installation
You can install or upgrade package with:
$ pip install finolog-sdk --upgrade
Or you can install from source with:
$ git clone https://github.com/RTHeLL/finolog-sdk
$ cd finolog-sdk
$ python setup.py install
...or install from source buth with pip
$ pip install git+https://github.com/RTHeLL/finolog-sdk
Example
from finolog.client import FinologClient
def main():
client = FinologClient(api_token='YOUR TOKEN', biz_id=123)
contractors = client.contractor.get_contractors()
documents = client.document.get_documents()
print(
f'Documents: {documents}\n'
f'Contractors: {contractors}'
)
main()
Bugs
If you have any problems, please create Issues here
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
finolog-sdk-1.0.6.2.tar.gz
(9.2 kB
view details)
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 finolog-sdk-1.0.6.2.tar.gz.
File metadata
- Download URL: finolog-sdk-1.0.6.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a51044a9b8a4f4f7d213a764d01392565b6ceb4b3bd66b8663ec47be02c3e46
|
|
| MD5 |
28534bd426d254cf5253114cea8b5a2d
|
|
| BLAKE2b-256 |
7d740a5f75eaade57c40fbfe08f834a9d78eccb065f147a80aee24d7d620e0f8
|
File details
Details for the file finolog_sdk-1.0.6.2-py3-none-any.whl.
File metadata
- Download URL: finolog_sdk-1.0.6.2-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d42df5fc12c5db02ac81fd1cb957f05b5a5a78ba7ac776531545ecf22390871
|
|
| MD5 |
f84fc23292d112c844952bb7d79405e6
|
|
| BLAKE2b-256 |
f8b4a012e369d44455574d7327e38312813f8c35d4a1ddd57ab9c09e0a3a6029
|