microsoft / NubesGen

Going to production on Azure is only one `git push` away
https://nubesgen.com
MIT License
301 stars 67 forks source link

Support Python #268

Open cmaneu opened 2 years ago

cmaneu commented 2 years ago

Adding support for Python for Web Apps and Azure Functions

jdubois commented 2 years ago

This needs:

jdubois commented 2 years ago

I started the work on https://github.com/jdubois/NubesGen-2/tree/python-support/rest-server/src/test/resources/nubesgen/terraform/app-service-python/terraform Tagging @tonybaloney for awareness

jdubois commented 2 years ago

In #331 I finished the unit tests, coded the logic in the app, added Python in the UI, and added Python support in the CLI. This should provide Python support at the same level as the other languages.