Vulture 0.17 and 0.18

2017-07-18 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions, imports and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature,

[ANN] trustme v0.1.0 - #1 quality TLS certs while you wait, for the discerning tester

2017-07-18 Thread Nathaniel Smith
Hi all, I just released a new package: trustme You wrote a cool network client or server. You encrypt your connections using TLS. Your test suite needs to make TLS connections. Uh oh. Your test suite *probably* doesn't have a valid TLS certificate. Now what? ``trustme`` is a tiny Python package