fadushin / esp8266

This repository contains source code for the ESP8266.
BSD 2-Clause "Simplified" License
73 stars 22 forks source link

Make uhttpd a proper python "package" #15

Closed fadushin closed 6 years ago

fadushin commented 6 years ago

Recommend a module structure like:

uhttpd/ init.py api_handler.py file_handler.py

This will change APIs, but might be able to keep old modules around for b/w compatibility

fadushin commented 6 years ago

Merged PR/branch issue-15