Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16916

Re: Contacts/Addressbook application - any good Python ones out there?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <alec.taylor6@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; 'am,': 0.12; 'gui': 0.13; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'subject:application': 0.15; 'clunky': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'suggestions?': 0.16; 'cc:addr:python-list': 0.16; '(i.e.': 0.17; 'wrote:': 0.18; 'cc:no real name:2**0': 0.20; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'suspect': 0.24; 'preferred': 0.25; 'sat,': 0.25; "i'm": 0.26; 'url:mailman': 0.28; 'language.': 0.28; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'chris': 0.30; 'subject:?': 0.31; 'anyone': 0.31; 'does': 0.32; 'url:listinfo': 0.32; 'rather': 0.33; 'subject:/': 0.35; 'url:python': 0.36; 'uses': 0.36; 'minimal': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'skip:\xa0 10': 0.39; "i'd": 0.39; 'url:org': 0.39; 'received:209': 0.40; 'managing': 0.61; '2011': 0.61; 'address': 0.61; 'storage': 0.69; 'designed': 0.69; 'vital': 0.77; 'contacts': 0.81; 'subject:any': 0.84; 'subject:there': 0.91; 'subject:good': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=DBxkyvo01aS33EVnhQuTWQLznCAYDfTrxD1YAOBTqVM=; b=bXov6cURknCiuxVyrhRl9R0mYSMe6Xdprhsfej5jL+K7Z+NxyZFh787W9dUrqECF0f ANudMVB8SxpkbfiindwNsfINAN3obSmw4H1a4Cl79M42E4fDGDjyexh1m2jPsJwnodjm 1gWZDHOmkOtTcikPH0Epf5NvOoGRHeKZ4p52M=
MIME-Version 1.0
In-Reply-To <kaj9r8-leo.ln1@chris.zbmc.eu>
References <kaj9r8-leo.ln1@chris.zbmc.eu>
Date Sat, 10 Dec 2011 02:12:39 +1100
Subject Re: Contacts/Addressbook application - any good Python ones out there?
From Alec Taylor <alec.taylor6@gmail.com>
To tinnews@isbd.co.uk
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3471.1323443562.27778.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323443562 news.xs4all.nl 6982 [2001:888:2000:d::a6]:37868
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16916

Show key headers only | View raw


Wammu?

On Sat, Dec 10, 2011 at 1:41 AM,  <tinnews@isbd.co.uk> wrote:
> I'm after an application for managing Contacts (i.e. an Address Book)
> and as I suspect I will want to 'tune' it a bit Python would be my
> preferred language.
>
> So far I have found :-
>
>    pycocuma - reasonable but rather old and a bit clunky (uses TCL/Tk)
>    pyaddressbook - newer but very minimal
>
> Does anyone have any other suggestions?  I'd prefer an application
> which uses vCards as its native data storage format but that's not
> vital and I'd also like to have a GUI but again that's not vital, a
> well designed curses/terminal application would be OK too.
>
> --
> Chris Green
> --
> http://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Contacts/Addressbook application - any good Python ones out there? tinnews@isbd.co.uk - 2011-12-09 14:41 +0000
  Re: Contacts/Addressbook application - any good Python ones out there? Alec Taylor <alec.taylor6@gmail.com> - 2011-12-10 02:12 +1100
    Re: Contacts/Addressbook application - any good Python ones out there? tinnews@isbd.co.uk - 2011-12-09 16:59 +0000
      Re: Contacts/Addressbook application - any good Python ones out there? tinnews@isbd.co.uk - 2011-12-09 22:06 +0000

csiph-web