frigcal 1.3: updated calendar desktop GUI

2014-12-19 Thread Mark Lutz
Just in time for the new year... the latest version of frigcal, a 
refrigerator style calendar desktop GUI, has just been released.

This new version, 1.3, incorporates some 20 enhancements since the 
original 1.0 version was announced here in September.  You can read
all about them in the releases section of the doc file below.

Documentation:  
http://learning-python.com/README-frigcal.html
Download: 
http://learning-python.com/frigcal.zip
Screenshots: 
(main) http://learning-python.com/screenshots/win8-1-main-window.png
(more) http://learning-python.com/screenshots/02-win7-clones-and-images.png
(1.3)  http://learning-python.com/screenshots/v1.3-0-select-list.png
(all)  http://learning-python.com/screenshots
Original announcement:

https://mail.python.org/pipermail/python-announce-list/2014-September/010456.html

Cheers,
--M. Lutz (http://www.rmi.net/~lutz, http://learning-python.com)
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Authomatic 0.0.10

2014-12-19 Thread Peter Hudec
Hi,

I would like to announce that Authomatic 0.0.10 is out with following changes:
http://peterhudec.github.io/authomatic/changelog.html#version-0-0-10

* Fixed a bug when saving non-JSON-serializable values to third party sessions 
by the python-openid package caused a KeyError.
* Added the oauth2.Eventbrite provider.
* Added the oauth2.Amazon provider.
* Improved OAuth 2.0 Error Handling.

Authomatic is a framework agnostic authorization / authentication
client library for Python web applications with out-of-the-box support for 
Flask, Webapp2, Django and Pyramid frameworks, 18 Oauth 2.0, and 11 Oauth 1.0a 
providers as well as OpenID.

Check out the live demo running on Google App Engine:
https://authomatic-example.appspot.com/

Project home:
http://peterhudec.github.io/authomatic

Enjoy!

Peter Hudec
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/