architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
196 stars 62 forks source link

Move from Flask to FastAPI #3568

Closed reyery closed 1 week ago

reyery commented 5 months ago

This allows us to take advantage of some of FastAPI's features such as async requests, Pydantic for validation and auto OpenAPI documentation format.