FoxDot : FoxDot is an easy-to-use Python library that creates an interactive programming environment and talks to the powerful sound synthesis engine, called S...
Kaitai Struct : A new way to develop parsers for binary structures.
Declarative: describe the very structure of the data, not how you read or write it
docopt : Command-line interface description language. docopt helps you define interface for your command-line app, and automatically generate parser for it.
mock : A Python Mocking and Patching Library for Testing
readability-lxml : In few words, Given a html document, it pulls out the main body text and cleans it up. It also can clean up title based on latest readability.js code.
Data validation and settings management using python type annotations.