https://github.com/devinit/fp-to-aidstream
A test flask converter for FocalPoint XML output to AidStream template CSV
https://github.com/devinit/fp-to-aidstream
Last synced: about 1 year ago
JSON representation
A test flask converter for FocalPoint XML output to AidStream template CSV
- Host: GitHub
- URL: https://github.com/devinit/fp-to-aidstream
- Owner: devinit
- Created: 2019-06-17T16:41:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:30:28.000Z (about 3 years ago)
- Last Synced: 2025-01-07T21:45:06.499Z (about 1 year ago)
- Language: Python
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fp-to-aidstream
A test flask converter for FocalPoint XML output to AidStream template CSV
## To install:
```
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
## To run:
`python3 app.py`
## To bundle:
`pyinstaller -F --add-data "static;static" --add-data "templates;templates" app.py`