Differences between revisions 4 and 5
Revision 4 as of 2014-05-04 04:19:01
Size: 1013
Comment: revert spam
Revision 5 as of 2014-05-25 14:51:25
Size: 282
Editor: 173
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Test PyPI Server =

Just learning the packaging ropes or trying some system integration out?

Why not use our new '''test''' PyPI server at https://testpypi.python.org/pypi

To upload packages to it you need to:

1. Register with the site. It has a different user database than the main PyPI server. It also gets cleaned out on a semi-regular basis.

2. Fill in your test PyPI credentials in your ~/.pypirc file. You should end up with something like this:

{{{
[distutils]
index-servers=
    pypi
    test

[test]
repository = https://testpypi.python.org/pypi
username = richard
password = <your password goes here>

[pypi]
repository = http://pypi.python.org/pypi
username = richard
password = <your password goes here>
}}}

3. Then use the test server URL when uploading or installing packages:

{{{
   python setup.py upload -r https://testpypi.python.org/pypi
}}}
To install packages from it:
{{{
    pip install -i https://testpypi.python.org/pypi <package name>
}}}
My name: Maryann Manor<<BR>>
My age: 31<<BR>>
Country: Netherlands<<BR>>
Home town: Middelburg <<BR>>
ZIP: 4332 Ah<<BR>>
Address: Kleine Werfstraat 107<<BR>>
<<BR>>
Stop by my web page anti inflammatory foods list ([[https://www.youtube.com/watch?v=TrYe2_-5ohA|best site]])

My name: Maryann Manor
My age: 31
Country: Netherlands
Home town: Middelburg
ZIP: 4332 Ah
Address: Kleine Werfstraat 107

Stop by my web page anti inflammatory foods list (best site)

TestPyPI (last edited 2017-08-11 17:49:12 by rsyring)

Unable to edit the page? See the FrontPage for instructions.