<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to WPPM</title><link href="https://sourceforge.net/p/winpython/wiki/WPPM/" rel="alternate"/><link href="https://sourceforge.net/p/winpython/wiki/WPPM/feed.atom" rel="self"/><id>https://sourceforge.net/p/winpython/wiki/WPPM/</id><updated>2017-10-30T08:13:54.926000Z</updated><subtitle>Recent changes to WPPM</subtitle><entry><title>WPPM modified by stonebig</title><link href="https://sourceforge.net/p/winpython/wiki/WPPM/" rel="alternate"/><published>2017-10-30T08:13:54.926000Z</published><updated>2017-10-30T08:13:54.926000Z</updated><author><name>stonebig</name><uri>https://sourceforge.net/u/stonebig/</uri></author><id>https://sourceforge.net513dc3a8c1c499f48393f21016bc0ffc866c21b5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,8 @@
+now maintained at https://github.com/winpython/winpython/wiki/WPPM
+
+Legacy version below:
+
+
 ## Key features

 WinPython is a portable distribution of Python. In other words, even if it provides a working Python environment, WinPython does **not** install Python on your machine. As a consequence, it's not possible to install packages using standard Python installers (these installers will look for Python in Windows registry and won't find it). 
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>WPPM modified by Anonymous</title><link href="https://sourceforge.net/p/winpython/wiki/WPPM/" rel="alternate"/><published>2013-12-21T15:47:06.026000Z</published><updated>2013-12-21T15:47:06.026000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netff00c7de9a97ca5bdb2a8602c508f1e01a156fc9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;h2 id="key-features"&gt;Key features&lt;/h2&gt;
&lt;p&gt;WinPython is a portable distribution of Python. In other words, even if it provides a working Python environment, WinPython does &lt;strong&gt;not&lt;/strong&gt; install Python on your machine. As a consequence, it's not possible to install packages using standard Python installers (these installers will look for Python in Windows registry and won't find it). &lt;/p&gt;
&lt;p&gt;That's why I wrote the WinPython Package Manager (WPPM), a Python program handling package managing tasks (install, uninstall or upgrade packages) for a portable Python distribution. &lt;/p&gt;
&lt;p&gt;WPPM currently supports the following Python package formats: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Standard executable installers: &lt;a class="" href="http://docs.python.org/distutils/builtdist.html#creating-windows-installers" rel="nofollow"&gt;distutils wininst&lt;/a&gt; (installer filename has the form: &lt;code&gt;foo-1.0.win32-py2.7.exe&lt;/code&gt;) &lt;/li&gt;
&lt;li&gt;Standard source distributions&lt;span&gt;[1]&lt;/span&gt;: &lt;a class="" href="http://docs.python.org/distutils/sourcedist.html" rel="nofollow"&gt;distutils sdist&lt;/a&gt; (archive filename has the form: &lt;code&gt;foo-1.0.tar.gz&lt;/code&gt;) -- but &lt;strong&gt;only for pure-Python packages&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;[1]&lt;/span&gt; This feature was implemented in WPPM v0.2dev included in WinPython v2.7.3.0beta3 &lt;/p&gt;
&lt;h2 id="get-python-packages"&gt;Get Python packages&lt;/h2&gt;
&lt;p&gt;The main website for finding and downloading Python packages is obviously &lt;a class="" href="http://pypi.python.org/pypi" rel="nofollow"&gt;PyPI&lt;/a&gt;, the Python Package Index. &lt;/p&gt;
&lt;p&gt;Please note that Christoph Gohlke's &lt;a class="" href="http://www.lfd.uci.edu/~gohlke/pythonlibs/" rel="nofollow"&gt;Unofficial Windows Binaries for Python Extension Packages&lt;/a&gt; provides tons of ready-to-install distutils packages. &lt;/p&gt;
&lt;h2 id="wppm-gui-frontend"&gt;WPPM GUI frontend&lt;/h2&gt;
&lt;p&gt;WPPM has a GUI frontend which is known as the &lt;a class="" href="/p/winpython/wiki/ControlPanel/"&gt;WinPython Control Panel&lt;/a&gt;. &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>