Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python': 0.11; 'code?': 0.16; 'filename.': 0.16; 'kern': 0.16; 'subject:dependencies': 0.16; 'tld.': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'normally': 0.19; '>>>': 0.22; 'appears': 0.22; 'package.': 0.24; 'extension': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'robert': 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'subject:what': 0.31; 'file': 0.32; "i'd": 0.34; 'received:google.com': 0.35; 'there': 0.35; 'subject:needed': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'address': 0.63; 'actually,': 0.84; '2013': 0.98 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=TemblP6K+x8I910Lj8RF0IweLuTRtyCGMJUVTqyfsdk=; b=xu9PPTL+NBXceVwQK0W0s1rN5XgWH0pNwCYNDh8J8z8dS/XHw81u370aZh/g8JwFRE 0Ez4qjeF+peYJIfg+WAhRB4S8dspNiNbvghgFN2xSbCuN50aKZfmXeZE0mfxebt4SiKq EwebdBERoEW3IjiuyaU8+VPjXd9EvHwwwz1vSpCFNANVRYnKVe0IALBRg1sXOzF4kJgk HNmOFmJNTTifl5aq3L/C3ivpAGAjgpWS4TMyBzlNYLutfG00cYwQVm7jGIGSzKtizBeK gfpxr4PmnTPx3uCrfQNNZ0naw11mvv2IRLglIoCTe1A2rQ8b9+0gZBWs3Dl6QJwSpJVJ sGKg== X-Received: by 10.52.244.73 with SMTP id xe9mr16512vdc.78.1386793335641; Wed, 11 Dec 2013 12:22:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <52a8682b$0$29992$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Wed, 11 Dec 2013 13:21:35 -0700 Subject: Re: Figuring out what dependencies are needed To: Python 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: 1386793343 news.xs4all.nl 2869 [2001:888:2000:d::a6]:57073 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61619 On Wed, Dec 11, 2013 at 6:38 AM, Robert Kern wrote: > On 2013-12-11 13:27, Steven D'Aprano wrote: >> >> On Wed, 11 Dec 2013 04:44:53 -0800, sal wrote: >> >>> Now I'd like to use the backtesting package from zipline (zipline.io), >> >> >> ".io" is not normally a file extension for Python files. Are you sure >> that's Python code? > > > That's a package name, not a filename. Actually, the ".io" there appears to be a TLD. At least, "zipline.io" is the address for the website of a "zipline" Python package.