ANN Yoump3r - create your personal mp3 playlist from youtube

2016-03-02 Thread Andrea Stagi
Yoump3r is a simple web service I started working on to make your personal mp3 playlist from YouTube, built on top of Django and AngularJS. You can find the source code here: https://github.com/astagi/yoump3r Try the demo: yoump3r.herokuapp.com Any kind of suggestion/contribution is appreciated!

ANN python-taiga 0.8.5

2016-03-02 Thread Andrea Stagi
Python-taiga 0.8.5 released! python-taiga is a python module for communicating with Taiga.io, a new project management platform! For more info https://taiga.io/ This release includes new patch method for models and some minfixes. You can find python-taiga code on Github

Pytest 2.9.0 released

2016-03-02 Thread Bruno Oliveira
Hi everyone, I'm happy to announce that pytest 2.9.0 has been released! pytest is a mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. As usual, you can upgrade using pip: pip install -U pytest To see the changelog,