Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111701
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ben Finney <ben+python@benfinney.id.au> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python packages listed in PyPI |
| Date | Thu, 21 Jul 2016 16:38:18 +1000 |
| Lines | 23 |
| Message-ID | <mailman.18.1469083206.22221.python-list@python.org> (permalink) |
| References | <2005046224.2877266.1469079881286.JavaMail.yahoo.ref@mail.yahoo.com> <2005046224.2877266.1469079881286.JavaMail.yahoo@mail.yahoo.com> <mailman.15.1469080781.22221.python-list@python.org> <m1h9bjecnf.fsf@iKarel.lan> <1027565569.3146921.1469082517173.JavaMail.yahoo@mail.yahoo.com> <85oa5rqyw5.fsf@benfinney.id.au> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de ynuUBq8he+LYO9KC9nhqOQU/6xXy2UVDGhCrxH3A1yMw== |
| Cancel-Lock | sha1:Zuz+rM+pKEL/ymW0YgKscvtMubY= |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.058 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.01; 'subject:Python': 0.05; 'responding': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:PyPI': 0.09; 'install"': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'question:': 0.29; "i'm": 0.30; 'instead,': 0.33; 'thanks!': 0.34; 'so,': 0.35; 'files,': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'difference': 0.38; 'material': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'more': 0.63; 'between': 0.65; 'python-list': 0.66; 'internet': 0.70; 'skip:\xe2 10': 0.70; '8bit%:40': 0.72; '_o__)': 0.84; 'brain,': 0.84; 'received:125': 0.84; 'subject:listed': 0.84; 'responses': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | jigong.madmonks.org |
| X-Public-Key-ID | 0xAC128405 |
| X-Public-Key-Fingerprint | 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-pubkey.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <85oa5rqyw5.fsf@benfinney.id.au> |
| X-Mailman-Original-References | <2005046224.2877266.1469079881286.JavaMail.yahoo.ref@mail.yahoo.com> <2005046224.2877266.1469079881286.JavaMail.yahoo@mail.yahoo.com> <mailman.15.1469080781.22221.python-list@python.org> <m1h9bjecnf.fsf@iKarel.lan> <1027565569.3146921.1469082517173.JavaMail.yahoo@mail.yahoo.com> |
| Xref | csiph.com comp.lang.python:111701 |
Show key headers only | View raw
(Please don't top-post; instead, interleave your responses and trim material you're not responding to.) Rayne via Python-list <python-list@python.org> writes: > Thanks! One more question: Does "pip install" require Internet to > work? Yes, ‘pip’ resolves the dependencies, download the files, and installs them. > Or are all implementations already contained in the packages and so do > not require additional downloads? I don't understand what difference you intend between “implementations” and “packages”. -- \ “Pinky, are you pondering what I'm pondering?” “Wuh, I think | `\ so, Brain, but burlap chafes me so.” —_Pinky and The Brain_ | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 05:44 +0000
Re: Python packages listed in PyPI Pete Forman <petef4+usenet@gmail.com> - 2016-07-21 07:19 +0100
Re: Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 06:28 +0000
Re: Python packages listed in PyPI Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-07-21 16:36 +1000
Re: Python packages listed in PyPI Ben Finney <ben+python@benfinney.id.au> - 2016-07-21 16:38 +1000
Re: Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 06:59 +0000
Re: Python packages listed in PyPI Pete Forman <petef4+usenet@gmail.com> - 2016-07-21 10:04 +0100
csiph-web