bird-house / cookiecutter-birdhouse

Cookiecutter template for Birdhouse PyWPS birds.
http://cookiecutter-birdhouse.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

move cli.py and wsgi.py to pywps #52

Open cehbrecht opened 6 years ago

cehbrecht commented 6 years ago

Description

cli.py and wsgi.py are used by all WPS birds and probably we can make them bird independent.

Environment

Steps to Reproduce

Additional Information

huard commented 6 years ago

I'm not sure I follow the rational for this. Why bundle client code into the server code ?

cehbrecht commented 6 years ago

... the cli.py is used to start the WPS service (emu start) ... it is not really the client. We use it for all WPS birds ... I would prefer if we could maintain it in one package only.

huard commented 6 years ago

Sorry, I got confused with birdy's cli.py.