python-filapp
Python package for integration of Filapp in other applications
Supported Python Versions
This library supports the following Python implementations:
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
Installation
Install from PyPi using pip, a package manager for Python.
pip3 install filapp
Test your installation
Try listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the auth_token, and company_id variables.
from filapp import Filapp
# Your Auth Token
client = Filapp(auth_token="your_auth_token", company_id="your_company_id")
branches = client.get_branches()
for branch in branches:
print(f"Branch ID {branch.id}, name {branch.name}")
Release files for filapp 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| filapp-0.0.1.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| filapp-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / filapp-0.0.1.tar.gz
| Download URL | filapp-0.0.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6cb5c5b244e1bc937f46e1c388591098888395ae73d21790febb77d1948799f
|
|
BLAKE2b-256 checksum How to use checksums |
0a93a7c5ca25d8ebdd8cb2d9a625b3078fb7b712c49d53ab5e6af2d79cbd48b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|
Release files / filapp-0.0.1-py3-none-any.whl
| Download URL | filapp-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7820349712e9352a91151508fa0bfc1839a863ee3d857ef2d3791cc53e7b9fc0
|
|
BLAKE2b-256 checksum How to use checksums |
21d4e05c831f2d5e2bd741d9b995f6d099b198633a5eaaa3001df0a47736159d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|