ANN: pyftpdlib 1.5.3 with SITE MFMT command support is out

2017-11-05 Thread Giampaolo Rodola'
Hello all, I'm glad to announce the release of pyftpdlib 1.5.3: https://github.com/giampaolo/pyftpdlib About = Python FTP server library provides a high-level portable interface to easily write very efficient, scalable and asynchronous FTP servers with Python. What's new == **Enhanc

Uplink v0.2 Released

2017-11-05 Thread Raj Kumar
Hi everyone, I am excited to officially announce Uplink v0.2, an MIT-licensed library for building HTTP API clients, to the Python community: https://github.com/prkumar/uplink/ What is Uplink? == In essence, Uplink delivers reusable and self-sufficient objects for consuming HTTP webs

mimedecode 2.8.0

2017-11-05 Thread Oleg Broytman
Hello! mimedecode.py WHAT IS IT Mail users, especially in non-English countries, often find that mail messages arrived in different formats, with different content types, in different encodings and charsets. Usually this is good because it allows us to use appr

PyCA cryptography 2.1.3 released

2017-11-05 Thread Paul Kehrer
PyCA cryptography 2.1.3 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. We support Python 2.7, Python 3.4+, and PyPy. Changelog: * Updated

[ANN] pyspread 1.1.1

2017-11-05 Thread Martin Manns
pyspread 1.1.1 Pyspread 1.1.1 has been released. About pyspread == Pyspread is a non-traditional spreadsheet that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet application.

cx_Freeze 5.1 and 6.0b1

2017-11-05 Thread Anthony Tuininga
What is cx_Freeze? cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.7 or high