{ "info": { "author": "Tomas Zulberti", "author_email": "tzulberti@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "================\nFlask-Pypi-Proxy\n================\n\nA PyPI proxy done using Flask. It will use PyPI, and then keep the downloaded\negg for future reference. After the package is downloaded from PyPI, it\nwon't download it from PyPI again and instead use the local copy of the file.\n\nHow to use it\n=============\n\nTo use it after the right configuration, run:\n\n.. code-block:: bash\n\n pip install -i http://mypypiserver.com/simple/ \n\n\nDocumentation can be found here:\n`https://flask-pypi-proxy.readthedocs.org/en/latest/index.html\n`_\n\n\nAdvantages\n==========\n\n* A local PyPI mirror to download the eggs faster and doesn't depends on\n PyPI or any other service.\n\n* Uploading your private python packages. This is useful if you work for a\n company that have eggs, but doesn't open source them :(\n\n* Uploading the compiled packages. There are some packages (lxml, Pillow) that\n are compiled each time that are installed. You can upload the compiled\n package to save some time.\n\n* It does get newer versions. Supose that you installed Flask (0.8.0), and\n a new release is required. This is version 0.9. Then the new package will\n be downloaded from PyPI, and the proxy will be updated.\n\n\nSpecial Thanks\n==============\n\nSpecial thanks to `robin-jarry `_, \n`jokull `_ and to \n``", "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/tzulberti/Flask-PyPi-Proxy", "keywords": "pypi flask proxy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-Pypi-Proxy-Ext", "package_url": "https://pypi.org/project/Flask-Pypi-Proxy-Ext/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flask-Pypi-Proxy-Ext/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tzulberti/Flask-PyPi-Proxy" }, "release_url": "https://pypi.org/project/Flask-Pypi-Proxy-Ext/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "A Pypi proxy", "version": "0.5.1" }, "last_serial": 1173147, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "9867fc538a74f718fdadc26ddc1c342f", "sha256": "247a66a0bfc96274a1c04a4ccb0c4b9ce4ee2fecd772c8958eeb4143b11ed176" }, "downloads": -1, "filename": "Flask-Pypi-Proxy-Ext-0.5.1.tar.gz", "has_sig": false, "md5_digest": "9867fc538a74f718fdadc26ddc1c342f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7842, "upload_time": "2014-07-29T15:47:29", "url": "https://files.pythonhosted.org/packages/8d/77/7e471557b53d77c4c8ded1b90b7a863d526eb24bd1410a7a13f49c28a0cb/Flask-Pypi-Proxy-Ext-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9867fc538a74f718fdadc26ddc1c342f", "sha256": "247a66a0bfc96274a1c04a4ccb0c4b9ce4ee2fecd772c8958eeb4143b11ed176" }, "downloads": -1, "filename": "Flask-Pypi-Proxy-Ext-0.5.1.tar.gz", "has_sig": false, "md5_digest": "9867fc538a74f718fdadc26ddc1c342f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7842, "upload_time": "2014-07-29T15:47:29", "url": "https://files.pythonhosted.org/packages/8d/77/7e471557b53d77c4c8ded1b90b7a863d526eb24bd1410a7a13f49c28a0cb/Flask-Pypi-Proxy-Ext-0.5.1.tar.gz" } ] }