espedite - A smart micropython codebase deployer

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
idimitrakopoulos
Posts: 4
Joined: Thu Oct 20, 2016 7:15 pm

espedite - A smart micropython codebase deployer

Post by idimitrakopoulos » Sat Jun 03, 2017 10:43 pm

Hi,

This small tool deploys your micropython code on your ESP board and it can optionally compile it too.
  • Deploys full code structure (files/folders) on your board
  • Allows you to specify which files to skip from the deployment process
  • During development, espedite will deploy only the changed files on your board saving precious time
  • Has the ability to cross-compile your code (.mpy) before deploying it to improve efficiency during importing
  • Is able to uninstall (format) any code existing on the board
  • Allows you to connect to the board immediately after code deployment
  • Has full logging capabilities with color formatting
https://github.com/idimitrakopoulos/espedite

Post Reply