pyFF
pyFF copied to clipboard
optionally serve up front-end apps for all-in-one scenarios
All Submissions:
- [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- [x] Have you added an explanation of what problem you are trying to solve with this PR?
- [x] Have you added information on what your changes do and why you chose this as your solution?
- [ ] Have you written new tests for your changes?
- [ ] Does your submission pass tests?
- [x] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
Back in 1.x pyFF had build-in frontend apps for discovery and metadata visualization. These have since been made into separate projects. In order to enable simple "all in one" deployment scenarios this PR attempts to make it possible for pyffd to serve frontend apps from the embedded gunicorn server. This will not be the default but it will make it possible to launch pyffd with the same feature-set as during 1.x