[tor-commits] [stem/master] Adding PyPI to download page

atagar at torproject.org atagar at torproject.org
Sun Mar 31 01:52:26 UTC 2013


commit 9e4d1b9adde0414efaec23bb1547f055b8db0f92
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Mar 30 15:48:45 2013 -0700

    Adding PyPI to download page
    
    Stem is now available on the python package index...
    
    https://pypi.python.org/pypi/stem/
    
    Thanks to refnode for providing us with the namespace!
---
 docs/_static/label/python_package_index.png        |  Bin 0 -> 3106 bytes
 .../label/resources/python_package_index.xcf       |  Bin 0 -> 6285 bytes
 docs/_static/section/download/pypi.png             |  Bin 0 -> 3827 bytes
 docs/download.rst                                  |   14 ++++++++++++++
 4 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/docs/_static/label/python_package_index.png b/docs/_static/label/python_package_index.png
new file mode 100644
index 0000000..e33ff2b
Binary files /dev/null and b/docs/_static/label/python_package_index.png differ
diff --git a/docs/_static/label/resources/python_package_index.xcf b/docs/_static/label/resources/python_package_index.xcf
new file mode 100644
index 0000000..4c9c30e
Binary files /dev/null and b/docs/_static/label/resources/python_package_index.xcf differ
diff --git a/docs/_static/section/download/pypi.png b/docs/_static/section/download/pypi.png
new file mode 100644
index 0000000..5fd55b7
Binary files /dev/null and b/docs/_static/section/download/pypi.png differ
diff --git a/docs/download.rst b/docs/download.rst
index 373b3e4..0b3b73c 100644
--- a/docs/download.rst
+++ b/docs/download.rst
@@ -8,6 +8,10 @@ Download
      Author: Dylan Beattie
      License: CC v3 (A, SA)
    
+   * PyPI
+     Source: http://www.python.org/community/logos/
+     License: http://www.python.org/psf/trademarks
+   
    * Debian
      Source: NuoveXT (http://nuovext.pwsp.net/)
      Author: Alexandre Moore (http://sa-ki.deviantart.com/)
@@ -21,6 +25,16 @@ Download
    :widths: 1 10
    :header-rows: 0
 
+   * - .. image:: /_static/section/download/pypi.png
+          :target: https://pypi.python.org/pypi/stem/
+
+     - .. image:: /_static/label/python_package_index.png
+          :target: https://pypi.python.org/pypi/stem/
+
+       Installing stem can be as easy as running **pip install stem**. Signed
+       release tarballs and instructions for using python 3.x are available on
+       the `python package index <https://pypi.python.org/pypi/stem/>`_.
+
    * - .. image:: /_static/section/download/git.png
           :target: https://gitweb.torproject.org/stem.git
 





More information about the tor-commits mailing list