Filapp API Client
Project description
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}")
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 filapp-0.0.1.tar.gz.
File metadata
- Download URL: filapp-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6cb5c5b244e1bc937f46e1c388591098888395ae73d21790febb77d1948799f
|
|
| MD5 |
3b5f6d907fea721dfef33ed2c4bd6217
|
|
| BLAKE2b-256 |
0a93a7c5ca25d8ebdd8cb2d9a625b3078fb7b712c49d53ab5e6af2d79cbd48b3
|
File details
Details for the file filapp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: filapp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7820349712e9352a91151508fa0bfc1839a863ee3d857ef2d3791cc53e7b9fc0
|
|
| MD5 |
836e0b4ee2f1cc9322e75627e91c1306
|
|
| BLAKE2b-256 |
21d4e05c831f2d5e2bd741d9b995f6d099b198633a5eaaa3001df0a47736159d
|