[Distutils] Distributing packages to offline machines

2018-04-04 Thread Eric Gorr
I had a question about distributing python packages to offline machines when the offline machine is running a different OS then a machine with an internet connection. The packages I am concerned with are third party upon which mine depend. Based on what I have learned so far, there are three

Re: [Distutils] [Python-ideas] Pypi private repo's

2018-04-04 Thread Jannis Gebauer
What if there was some kind of “blessed” entity that runs these services and puts the majority of the revenue into a fund that funds development on PyPi (maybe trough the PSF)? Jannis > On 4. Apr 2018, at 23:24, Dustin Ingram wrote: > > This was recently discussed on the

Re: [Distutils] IRC/Twitter livechats about Warehouse today & Thursday

2018-04-04 Thread Sumana Harihareswara
The next chat will be in a little under half a day. We're also adding one more IRC livechat, for next week: Tuesday, April 10th, 19:00 UTC: https://www.timeanddate.com/worldclock/converter.html?iso=20180410T19=24=1440=179 . -Sumana On 04/03/2018 10:44 AM, Sumana Harihareswara wrote: > The

Re: [Distutils] Distributing packages to offline machines

2018-04-04 Thread Wes Turner
Have you already tried `pip download --platform`? https://pip.pypa.io/en/stable/reference/pip_download/#cmdoption-platform It may be worth setting up devpi (maybe in a container) and caching the packages; particularly for CI: https://packaging.python.org/guides/index-mirrors-and-caches/

[Distutils] (no subject)

2018-04-04 Thread Keisha Alexander
How can I get my Ip Address changed ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] how can I get the pdf version of library

2018-04-04 Thread X.b. Gao
Dear Could you please help to understand if I can get the pdf version of library ? then I can look up modules of library locally and easily. Thanks Kind Regards, X.B ___ Distutils-SIG maillist - Distutils-SIG@python.org

[Distutils] Github-Flavored Markdown is now supported on PyPI

2018-04-04 Thread Jon Wayne Parrott via Distutils-SIG
Hi distutils-sig, If you haven't yet heard, as of April 1st PyPI (warehouse) supports GitHub-Flavored Markdown for project descriptions. You can read more about this here: http://blog.jonparrott.com/github-flavored-markdown-on-pypi/ Thanks all! ___

Re: [Distutils] Github-Flavored Markdown is now supported on PyPI

2018-04-04 Thread Thomas Kluyver
A soon-to-be released version of flit will should make use of this automatically if your description file has a .md extension. On Wed, Apr 4, 2018, at 6:26 PM, Jon Wayne Parrott via Distutils-SIG wrote:> Hi distutils-sig, > If you haven't yet heard, as of April 1st PyPI (warehouse) supports >

Re: [Distutils] [Python-ideas] Pypi private repo's

2018-04-04 Thread Alex Walters
I am fairly sure if you give the PyPA that suggestion, they will just deflate at the thought of the workload. Besides, we already offer private repos for free, several ways ranging from devpi to python -m SimpleHTTPServer in a specially created directory. From: Python-ideas

Re: [Distutils] [Python-ideas] Pypi private repo's

2018-04-04 Thread Dustin Ingram
This was recently discussed on the Packaging-WG mailing list. To summarize, there are a few key reasons why this would be challenging: 1) The PSF is a non-profit. Taking on work generally in the domain of for-profit enterprises might jeopardize our tax-exempt status. 2) PyPI relies heavily