Skip to main content

Proprietary package publisher to the GitHub index repository.

Project description

pypi-on-github-indexer

This script creates or updates a PyPI index as defined by PEP 503 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).

Usage

This script is meant to be run in the git repository of the package that you want to index. Let's pick a case:

The following command

python3 -m pypi_on_github_indexer \
    --signature "Name Surname <name@domain.com>" \
    --github-token XXXXXXXX \
    --index-name user/python-package-index \
    --repo-url https://github.com/user/foo-bar
    --repo-tag v0.1.0

will 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

<a href="git+https://github.com/src-d/foo-bar@v0.1.0#egg=foo-bar-0.1.0" data-requires-python="&gt;=3.5">foo-bar-0.1.0</a><br/>

Specifying the repository tag is mandatory, and the tag name is checked against the package version to avoid inconsistencies.

See --help for the full list of command's options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pypi_on_github_indexer-0.1.1-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page