{ "info": { "author": "Rapha\u00ebl Barrois", "author_email": "raphael.barrois@polytechnique.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "restricted_pkg\n==============\n\nThis python package provide a simple wrapper around `Distribute `_ to handle\nprivate projects.\nIt is mostly intended for use in a package's ``setup.py`` script.\n\nIt provides the following features:\n\n- Using a private package index when fetching package dependencies during ``python setup.py install``\n- Restricting the ``register`` and ``upload`` commands to a private package index, or to disable them completely\n- Easy support for authenticated URLs when accessing the index.\n\n\nCompatibility\n-------------\n\nThe ``restricted_pkg`` package requires Distribute, and supports Python 2.6 and later (including Python3).\n\n\nUsage\n-----\n\nIn your ``setup.py`` script, ensure you have the following lines::\n\n from setuptools import find_packages\n from restricted_pkg import setup\n\n setup(\n ...,\n private_repository=\"https://@myrepo.example.tld/path/to/repo\",\n install_requires=[\n \"distribute\",\n \"restricted_pkg\",\n ],\n )\n\n.. vim: ft=rst\n", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/restricted_pkg/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rbarrois/restricted_pkg", "keywords": "pypi,package index,private,repository", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "restricted_pkg_ext", "package_url": "https://pypi.org/project/restricted_pkg_ext/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/restricted_pkg_ext/", "project_urls": { "Download": "http://pypi.python.org/pypi/restricted_pkg/", "Homepage": "http://github.com/rbarrois/restricted_pkg" }, "release_url": "https://pypi.org/project/restricted_pkg_ext/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "A simple setup.py helper for private repositories", "version": "1.1.3" }, "last_serial": 2324927, "releases": { "1.1.3": [ { "comment_text": "", "digests": { "md5": "4a9d5f6082062c79649747cc6493f2ab", "sha256": "272e116d633553a6f991a91cbd4504dc0062fedc3c7b1e6ded304ff5ad616139" }, "downloads": -1, "filename": "restricted_pkg_ext-1.1.3.tar.gz", "has_sig": false, "md5_digest": "4a9d5f6082062c79649747cc6493f2ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12838, "upload_time": "2016-09-05T04:56:59", "url": "https://files.pythonhosted.org/packages/9d/72/fab86fbd10b114494ddfd64f870bb37e01c2c1342ae5be79ee5c7333323b/restricted_pkg_ext-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a9d5f6082062c79649747cc6493f2ab", "sha256": "272e116d633553a6f991a91cbd4504dc0062fedc3c7b1e6ded304ff5ad616139" }, "downloads": -1, "filename": "restricted_pkg_ext-1.1.3.tar.gz", "has_sig": false, "md5_digest": "4a9d5f6082062c79649747cc6493f2ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12838, "upload_time": "2016-09-05T04:56:59", "url": "https://files.pythonhosted.org/packages/9d/72/fab86fbd10b114494ddfd64f870bb37e01c2c1342ae5be79ee5c7333323b/restricted_pkg_ext-1.1.3.tar.gz" } ] }