cx_Oracle 6.0.1

2017-08-19 Thread Anthony Tuininga
What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to in

pytest-logger 0.2.0 released

2017-08-19 Thread Krzysztof Laskowski
Hi All, pytest-logger is a pytest plugin putting stdlib logs to: - tmpdir directory structure mimicking test suite structure, - pytest terminal output in real time, as test progresses. pypi: https://pypi.python.org/pypi/pytest-logger/0.2.0 repo: https://github.com/aurzenligl/pytest-logge

PyDev 5.9.2 released

2017-08-19 Thread Fabio Zadrozny
PyDev 5.9.2 Release Highlights - *Important* PyDev now requires Java 8 and Eclipse 4.6 (Neon) onwards. - PyDev 5.2.0 is the last release supporting Eclipse 4.5 (Mars). - *Debugger* - Integrated speedups for Python 3.6 which use the new Python hook which allows the debugge

[ANN] aiounittest 1.0.1 released

2017-08-19 Thread Krzysztof Warunek
hi, I'm happy to announce the first (public) release of aiounittest. PyPi: https://pypi.python.org/pypi/aiounittest Github: https://github.com/kwarunek/aiounittest This is a helper library to ease of your pain (and boilerplate) when writing tests of the asynchronous code (asyncio). It supports