{
"info": {
"author": "Daniel Kraus",
"author_email": "dakra@tr0ll.net",
"bugtrack_url": null,
"classifiers": [
"Framework :: Pylons",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application"
],
"description": "PyramidPyPI\n===========\n\nThis is a very simple pypi-like server written with the pyramid web framework.\n\nInstallation\n------------\nDownload the git repository and do ``python setup.py install``.\n\nYou can configure the server by editing the ``production.ini`` and then\njust start the http server with ``pserve production.ini`` or refer to\nthe `pyramid docs `_\nfor other deployment options.\n\nUsage\n-----\n\nAdd your local egg server to you ``~/.pypirc``::\n\n [distutils]\n index-servers =\n pypi\n local\n\n [pypi]\n username: pypi_user\n password: pypi_pass\n repository: http://pypi.python.org/pypi\n\n [pyramidpypi]\n username: local_user\n password: local_pass\n repository: http://127.0.0.1:6543/pypi\n\n.. note::\n\n `pyramidpypi` has no authentication build-in, so username&password is\n only relevant if the pypi folder is served from a webserver and that server\n has ACLs in place to access the eggs.\n\nNow you can simply upload your add with::\n\n python setup.py sdist upload -r pyramidpypi\n\nAnd to install a package from it, simply do::\n\n pip install -i http://127.0.0.1:6543/pypi/ \n\n\n\n0.1\n---\n\n- Initial version",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/dakra/pyramidpypi",
"keywords": "web pyramid pylons pypi",
"license": "ISC",
"maintainer": null,
"maintainer_email": null,
"name": "pyramidpypi",
"package_url": "https://pypi.org/project/pyramidpypi/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/pyramidpypi/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/dakra/pyramidpypi"
},
"release_url": "https://pypi.org/project/pyramidpypi/0.1/",
"requires_dist": null,
"requires_python": null,
"summary": "pyramidpypi - a very simply pypi server written in pyramid",
"version": "0.1"
},
"last_serial": 371828,
"releases": {
"0.1": []
},
"urls": []
}