Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'subject:released': 0.07; 'python': 0.11; 'folks,': 0.16; 'mark,': 0.16; 'pypi?': 0.16; 'subject:library': 0.16; 'to:name:python list': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'written': 0.21; 'seems': 0.21; 'header:In- Reply-To:1': 0.27; 'to:2**1': 0.27; 'url:code': 0.29; 'message- id:@mail.gmail.com': 0.30; 'decimal': 0.31; 'url:python': 0.33; 'ago': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'march': 0.61; 'name:': 0.61; 'url:p': 0.64; 'different': 0.65; 'to:addr:gmail.com': 0.65; 'url:0': 0.67; '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 :content-type; bh=y1Fg7EjNQg3L5kIYfGlucwsHBD8ouI+nfcTD44Ho5ew=; b=FPghZZqk0H6oZ7rsm9M2kB6U3gjuwYDd64xV6nMAaHvVtYZKf2/JlczwxseYUjOKaS I1wbpzCFwYXcGHYJRMhFYsFmxJsyP6Cg9k4DUTRsiy/kD6n8xY1u0DDSEGOSpSFRGx3F cXauuCd3q3CspghJWQOfVCVbPSyJgDc9nF0syhvuqVqf2ign27cNSQsLwT6Uz3OwjOlk n8Jly0tCm02U4bp+qFeuQCDcwpXwHwYDWZ7lK6KZOR9FrsxTHsCzNPwi5AqbuHtq8EvO xKL9JMBcxBcKk2OWPUQiSJU+ZwMoYsGQvKdvwawuyM8vp/VCcKipvjfA4RkHdRPZ0yzE VcMQ== X-Received: by 10.52.29.209 with SMTP id m17mr7010vdh.72.1393853700140; Mon, 03 Mar 2014 05:35:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <55fc232e-f1a5-4c28-8fc0-06b3e3c63a68@googlegroups.com> References: <55fc232e-f1a5-4c28-8fc0-06b3e3c63a68@googlegroups.com> From: Oscar Benjamin Date: Mon, 3 Mar 2014 13:34:40 +0000 Subject: Re: python decimal library dmath.py v0.3 released To: "Mark H. Harris" , Python List Content-Type: text/plain; charset=ISO-8859-1 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393853709 news.xs4all.nl 2900 [2001:888:2000:d::a6]:39233 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67539 On 3 March 2014 11:34, Mark H. Harris wrote: > hi folks, > > Python Decimal Library dmath.py v0.3 Released > > https://code.google.com/p/pythondecimallibrary/ Hi Mark, Is this available on PyPI? It seems there already is a "dmath" package on PyPI that was written by someone else some time ago so you might need to use a different name: https://pypi.python.org/pypi/dmath/0.9 Oscar