Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylein/fyle_integrations_imports
Re-usable django app to support Importing of fields to Fyle from External softwares
https://github.com/fylein/fyle_integrations_imports
Last synced: about 2 hours ago
JSON representation
Re-usable django app to support Importing of fields to Fyle from External softwares
- Host: GitHub
- URL: https://github.com/fylein/fyle_integrations_imports
- Owner: fylein
- License: mit
- Created: 2023-11-08T11:13:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-01T14:42:24.000Z (3 months ago)
- Last Synced: 2025-01-01T12:39:14.062Z (5 days ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fyle-integrations-imports
Re-usable django app to support Importing of fields to Fyle from External softwaresInstall Lint check on local -
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install flake8==4.0.1Run Lint check on local -
$ flake8 .