-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintain pywps demo with cookiecutter? #57
Comments
@jachym @jorgejesus @huard Thoughts? |
Emu is playing the role of a sandbox for new ideas. Is this compatible with the demo concept where things should be as simple as possible and work smoothly for first time users ? If yes, then I'm all for it. |
That is a point. So we may have a pywps demo (the current pywps-flask) and the Emu WPS for showing and exploring new pywps features. But it would be nice if we get the demo easier maintained ... using the cookiecutter. We can also check if we like to move some processes from Emu to demo. |
Merging of both would be beautiful. pywps-flask with the demo.py is currently, as I understand it, obsolete, with the new daemon functionality in pywps-server. but we are using it for integration tests and as list of sample processes. can we merge both projects somehow together? |
We can create this demo again using the cookiecutter template. But we need to manually add the flask extension with the page for the process list. |
Description
We are using a cookiecutter to setup new pywps projects:
https://github.com/bird-house/cookiecutter-birdhouse
Should we use the cookiecutter to maintain this pywps demo?
Should Flask be an optional part of the cookiecutter?
Potentially we could also move the cookiecutter-birdhouse to the geopython repo as cookiecutter-pywps.
This demo could also replace the Emu WPS:
https://github.com/bird-house/emu
Environment
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: