Python Tools

Below is a list of tools I commonly use when developing in Python.

Applications / Tools



  • Dummy-SMTP -- A dummy SMTP server that listens to an ip and port. Saves all incoming email as files in a directory.  Great for inspecting emails when testing processes the generate emails.


Modules



  • Docopt -- Pythonic command line arguments parser, that will make you smile because all you have to do is write the help header. Docopt uses your help section to generate the argument parser for you!

No comments:

Post a Comment