Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pypi': 0.07; 'referring': 0.07; 'subject:released': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'benjamin': 0.16; 'cc:name:python list': 0.16; 'pypi?': 0.16; 'subject:library': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'library,': 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; 'usually': 0.31; 'decimal': 0.31; 'open': 0.33; 'monday,': 0.33; 'could': 0.34; 'received:google.com': 0.35; 'library.': 0.36; 'whatever': 0.38; 'called': 0.40; 'how': 0.40; 'march': 0.61; 'here:': 0.62; 'name': 0.63; 'url:p': 0.64; 'to:addr:gmail.com': 0.65; 'oscar': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=etu5xrjfXPE4e6ZEfS0SKPogp7O+RntEb7USxzCv1QY=; b=j89EIxz54v2KKy6p2TrS/1h3gYfRNzUbtDrP+uaUGtYE6XzzLpixly9aIansQiX7Eu IV/5LDR9haBSesr5+SNbVF24WZTdzGAICASQaArphshgIMUQxyplT2aG1YQsHgkxwk5K jrHU+QJUw6lM9RFItNVvWoewZumiRz99V3ZL+kmD/zzDtaPtfkcOwb44r/R37vIU4G3h +x+0u+vEcNxRlXjhba/Que5sOmxG8HplvOL0HY/goH2jpuOMBAEU9GcitjqWd58sP90Z fHiSIan1v49Lv0Sl+IEsiZuDjLp3fNiBs7R8Zk5BKFGEf3h16O4rLTaCR7vOP8L2itqf Sy9A== X-Received: by 10.221.22.71 with SMTP id qv7mr3064843vcb.34.1393865077682; Mon, 03 Mar 2014 08:44:37 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <466dcd2a-4198-47ac-9797-d4c993e03d61@googlegroups.com> References: <55fc232e-f1a5-4c28-8fc0-06b3e3c63a68@googlegroups.com> <466dcd2a-4198-47ac-9797-d4c993e03d61@googlegroups.com> From: Oscar Benjamin Date: Mon, 3 Mar 2014 16:44:16 +0000 Subject: Re: python decimal library dmath.py v0.3 released To: "Mark H. Harris" Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393865081 news.xs4all.nl 2934 [2001:888:2000:d::a6]:34588 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67564 On 3 March 2014 15:22, Mark H. Harris wrote: > On Monday, March 3, 2014 7:34:40 AM UTC-6, Oscar Benjamin wrote: >> On 3 March 2014 11:34, Mark H. Harris wrote: >> >> Is this available on PyPI? > > Python3.3 Decimal Library v0.3 is Released here: > > https://code.google.com/p/pythondecimallibrary/ > > *pdeclib.py* is the decimal library, and *pilib.py* is the PI library. Is it on PyPI though? I was referring to a PyPI name so that people could install it with "pip install pdeclib" (or whatever you called it). That's how open source Python projects are usually distributed. Oscar