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.5.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file finolog-sdk-1.0.6.5.tar.gz
.
File metadata
- Download URL: finolog-sdk-1.0.6.5.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b57842839faf1e522b319a85b55f3f9c5f5df1866536644058cbdd76f72fc74c |
|
MD5 | 3973bc5d27f7ed4921087f845b6cab48 |
|
BLAKE2b-256 | d0428fa4b37b72731c2417a802e3b5759e876fd102bbad64adede7685a35aa18 |
File details
Details for the file finolog_sdk-1.0.6.5-py3-none-any.whl
.
File metadata
- Download URL: finolog_sdk-1.0.6.5-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 | 494961b8475e209b5340aa6e0121b02c0707c7eb07934d153ebbf31c27dcb80b |
|
MD5 | f13f51b62adcdbe26f3f8213018eb9dd |
|
BLAKE2b-256 | 0b96339117b4113a8e791f5647aa768277d250023b62b48700ebd5844ddb7c0f |