X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:sourceforge': 0.02; 'python.': 0.05; 'library,': 0.05; 'bits': 0.07; 'git': 0.07; 'installed.': 0.07; 'supported.': 0.07; 'tab': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'command-line': 0.09; 'nicely': 0.09; 'url:github': 0.09; 'subject:released': 0.12; '1.1': 0.16; 'released.': 0.16; 'repository:': 0.16; 'skip:~ 10': 0.16; 'integrate': 0.18; 'suggest': 0.19; 'written': 0.20; 'download:': 0.23; 'version': 0.24; 'skip:= 10': 0.24; '(with': 0.25; 'example.': 0.30; 'url:projects': 0.30; 'list': 0.31; 'stored': 0.31; 'uses': 0.32; 'requires': 0.33; 'install': 0.34; 'passwords': 0.34; 'store': 0.34; 'header:User-Agent:1': 0.34; 'read,': 0.35; '2.5': 0.36; 'to:addr:python-announce-list': 0.36; 'charset:us-ascii': 0.37; '[1]': 0.37; 'adds': 0.37; 'docs': 0.37; 'release': 0.38; 'url:org': 0.38; 'protected': 0.39; 'files': 0.39; 'url:python': 0.39; 'to:addr:python.org': 0.40; "it's": 0.40; 'your': 0.61; 'url:net': 0.61; 'encrypted': 0.67; 'works,': 0.67; 'passwords,': 0.84; 'sala': 0.84; 'plain-text': 0.91; 'completion': 0.96 Date: Thu, 3 Feb 2011 14:13:43 +0200 From: Petri Lehtinen To: python-announce-list@python.org Subject: Sala 1.1 released Mail-Followup-To: Petri Lehtinen , python-announce-list@python.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Thu, 03 Feb 2011 19:05:42 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 28 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1296756344 news.xs4all.nl 81476 [::ffff:82.94.164.166]:33369 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1077 Sala 1.1 has been released. This release adds ~/.config/sala.conf (or, more specifically, $XDG_CONFIG_HOME/sala.conf) to the list of configuration locations that are read, as per the XDG Base Directory Specification. Python 2.5 is also now supported. Install: pip install sala Docs & download: http://pypi.python.org/pypi/sala Git repository: http://github.com/akheron/sala What is sala? ============= Sala is a command-line utility that lets you store passwords and other bits of sensitive plain-text information to encrypted files on a directory hierarchy. This makes it integrate nicely with the shell; tab completion works, for example. It's also convenient to store your passwords in version control, for example. The stored information is protected by GnuPG's symmetrical encryption. Sala has been written in Python. It requires gpg[1], the GnuPGInterface[2] library, and (with the default configuration) uses pwgen[3] to suggest good passwords, if it's installed. [1] http://www.gnupg.org/ [2] http://py-gnupg.sourceforge.net/ [3] http://sourceforge.net/projects/pwgen/