Upgrade to Pro — share decks privately, control downloads, hide ads and more …

BeeWare

 BeeWare

A lightning talk given at DjangoCon US 2013, introducing BeeWare

Russell Keith-Magee

September 04, 2013
Tweet

More Decks by Russell Keith-Magee

Other Decks in Technology

Transcript

  1. cricket • Young (v0.2.0), but quite stable • I’ve been

    using it for almost 6 months • Does one thing well - runs test suites • Runs Django 1.5, 1.6 and unittest2 suites • Usage: •pip install cricket cricket-django
  2. bugjar • Early days - v0.1.0 release • Set/remove breakpoints

    • import pdb; pdb.set_trace() • Can be used to debug remotely • Usage: •pip install bugjar bugjar myscript.py arg1 arg2