Fyle Integrations Platform Connector
Installation and Usage
A common platform connector for all the Fyle Integrations to interact with Fyle's Platform APIs
pip install fyle-integrations-platform-connector
Usage
from fyle_integrations_platform_connector import PlatformConnector
connector = PlatformConnector(fyle_credential=fyle_credential)
# Get Expenses
expenses = connector.expenses.get(
source_account_type=['PERSONAL_CASH_ACCOUNT', 'PERSONAL_CORPORATE_CREDIT_CARD_ACCOUNT'],
state='PAID',
last_synced_at='2021-08-22T00:00:000.000Z',
filter_credit_expenses=True
)
# Import Fyle dimensions
connector.import_fyle_dimensions()
# Import specific Fyle dimensions
connector.employees.sync()
connector.projects.sync()
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 fyle_integrations_platform_connector-4.1.3.tar.gz.
File metadata
- Download URL: fyle_integrations_platform_connector-4.1.3.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a816a4bb049d4a529694fa325c1a81dc638ed22edd9158b036a4895e7345cf7
|
|
| MD5 |
f8a0995018af0acf1b9bc9f214b85c54
|
|
| BLAKE2b-256 |
636af83f46777ba304b38850a5c8323d860dced12a15a1931b5555e382629f12
|
File details
Details for the file fyle_integrations_platform_connector-4.1.3-py3-none-any.whl.
File metadata
- Download URL: fyle_integrations_platform_connector-4.1.3-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f58a75c85dc9b47245adc34216aaa2f3a74ae2c6d6b136e8a20e70dbd5eb60b6
|
|
| MD5 |
2b9d5f2ba9b70034742e7115e789bb2e
|
|
| BLAKE2b-256 |
2b1690e76f8669b0d0bf3e46d039800d0c78cc1a2952e98f708c6aaf9792df83
|