Grako 3.20.0 released

2017-04-10 Thread Juancarlo Añez
Added - Added grako.compile(grammar, name=None, **kwargs) as a substitute for grako.genmodel (which remains for backwards compatibility). - Added a grako.parse(grammar, input, **kwargs) that will compile a grammar and uset to parse the given input. For efficiency, parsed gramma

[ANN] txAWS 0.3.0

2017-04-10 Thread Jean-Paul Calderone
Hello all, I'm pleased to announce the release of txAWS 0.3.0. txAWS is a library for interacting with Amazon Web Services (AWS) using Twisted. You can download the release from PyPI (https://pypi.python.org/pypi/txAWS). txAWS development uses GitHub for is

EuroPython 2017: Tickets are now available

2017-04-10 Thread Alexander Hendorf
You can now buy regular tickets for Europe’s largest Python conference. After the early bird tickets sold out in just eight hours, standard rate tickets are now available: Student: EUR 130.- incl. VAT (only available for students and postdocs; please bring your student card) Personal: EUR 375.

EuroPython 2017: Tickets are now available

2017-04-10 Thread Alexander Hendorf
You can now buy regular tickets for Europe’s largest Python conference. After the early bird tickets sold out in just eight hours, standard rate tickets are now available: Student: EUR 130.- incl. VAT (only available for students and postdocs; please bring your student card) Personal: EUR 375.

EuroPython 2017: Financial Aid is now open

2017-04-10 Thread Alexander Hendorf
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend EuroPython. Financial aid is sponsored in part by Python Software Foundation (PSF) We offer financial aid conference grants in these 3 categ

ANN: psutil 5.2.2 released

2017-04-10 Thread Giampaolo Rodola'
Hello all, I'm glad to announce the release of psutil 5.2.2: https://github.com/giampaolo/psutil About = psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is usef

[ANN] txkube 0.1.0

2017-04-10 Thread Jean-Paul Calderone
Hello all, I'm pleased to announce the first release of txkube, a Twisted-based library for interacting with Kubernetes using the HTTP API. This release supports several of the most commonly used basic Kubernetes objects, including Services, ConfigMaps, Deployments, ReplicaSets, and Pods. While