{ "info": { "author": "source{d}", "author_email": "infrastructure@sourced.tech", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Version Control :: Git" ], "description": "# pypi-on-github-indexer\n\nThis script creates or updates a PyPI index as defined by [PEP 503](https://www.python.org/dev/peps/pep-0503/) that lives in a git repository using `git+https` urls that are supported by pip (see https://pip.pypa.io/en/stable/reference/pip_install/#git).\n\n## Usage\n\nThis script is meant to be run in the git repository of the package that you want to index. Let's pick a case:\n\n* You have an package index in https://github.com/user/python-package-index that you serve via GH pages with your documents under `docs`\n* You want to add a version `0.1.0` of your `foo-bar` package, that lives in https://github.com/user/foo-bar repository\n\nThe following command\n```\npython3 -m pypi_on_github_indexer \\\n --signature \"Name Surname \" \\\n --github-token XXXXXXXX \\\n --index-name user/python-package-index \\\n --repo-url https://github.com/user/foo-bar\n --repo-tag v0.1.0\n```\nwill parse repo's `setup.py` to find the package version, the package name and the minimum python version to add a commit in the repository containing the index with the following index line\n```\nfoo-bar-0.1.0
\n```\nSpecifying the repository tag is mandatory, and the tag name is checked against the package version to avoid inconsistencies.\n\nSee `--help` for the full list of command's options.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/src-d/pypi-on-github-indexer", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/src-d/pypi-on-github-indexer", "keywords": "pypi,pip", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "pypi-on-github-indexer", "package_url": "https://pypi.org/project/pypi-on-github-indexer/", "platform": "", "project_url": "https://pypi.org/project/pypi-on-github-indexer/", "project_urls": { "Download": "https://github.com/src-d/pypi-on-github-indexer", "Homepage": "https://github.com/src-d/pypi-on-github-indexer" }, "release_url": "https://pypi.org/project/pypi-on-github-indexer/0.1.1/", "requires_dist": [ "packaging (>=16.0)" ], "requires_python": "", "summary": "Proprietary package publisher to the GitHub index repository.", "version": "0.1.1" }, "last_serial": 5982831, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "507d6da3948936d11f309c9ffdb3647d", "sha256": "852659dedabf346fb93670b5d43a999278b1dacc333250ba9b5529eae472b1f5" }, "downloads": -1, "filename": "pypi_on_github_indexer-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "507d6da3948936d11f309c9ffdb3647d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8855, "upload_time": "2019-10-15T12:27:42", "url": "https://files.pythonhosted.org/packages/dc/f6/66ac9ae02fc36f28f7ee29ae09c7e2b1b1a8e69520b76a4dcc990a35810d/pypi_on_github_indexer-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "74a7ef71d0a60655fb1fcea1e86547bc", "sha256": "e8fd824109d64ed87dfaa695de15b500354acc9c6b64b992b9e6f280a8c093b8" }, "downloads": -1, "filename": "pypi_on_github_indexer-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "74a7ef71d0a60655fb1fcea1e86547bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9599, "upload_time": "2019-10-16T12:14:26", "url": "https://files.pythonhosted.org/packages/83/72/ad423848958f88f24b7daa5000001617c222d25fadaa40513a498c2ce5fe/pypi_on_github_indexer-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74a7ef71d0a60655fb1fcea1e86547bc", "sha256": "e8fd824109d64ed87dfaa695de15b500354acc9c6b64b992b9e6f280a8c093b8" }, "downloads": -1, "filename": "pypi_on_github_indexer-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "74a7ef71d0a60655fb1fcea1e86547bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9599, "upload_time": "2019-10-16T12:14:26", "url": "https://files.pythonhosted.org/packages/83/72/ad423848958f88f24b7daa5000001617c222d25fadaa40513a498c2ce5fe/pypi_on_github_indexer-0.1.1-py3-none-any.whl" } ] }