Skip to main content

No project description provided

Reason this release was yanked:

No longer functional

Project description

simple-repository-server

A tool for running a PEP-503 simple Python package repository, including features such as dist metadata (PEP-658) and JSON API (PEP-691)

Installation

python -m pip install simple-repository-server

Usage

The simple-repository-server is designed to be used as a library, but also includes a convenient command line interface for running a simple repository service:

$ simple-repository-server --help
usage: simple-repository-server [-h] [--port PORT] repository-url [repository-url ...]

Run a Simple Repository Server

positional arguments:
  repository-url

options:
  -h, --help      show this help message and exit
  --port PORT

If multiple repositories are provided, the PrioritySelectedProjectsRepository component will be used to combine them together in a way that mitigates the dependency confusion attack.

The server handles PEP-691 content negotiation to serve either HTML or JSON formats. Per PEP-691, the default (fallback) content type is HTML, but a JSON response can be previewed in the browser by adding the ?format=application/vnd.pypi.simple.v1+json querystring to any of the repository URLs.

The server has been configured to include PEP-658 metadata, even if the upstream repository does not include such metadata. This is done on the fly, and as a result the distribution will be temporarily downloaded to the server in order to extract and serve the metadata.

It is possible to use the resulting repository as input for the simple-repository-browser, which offers a web interface to browse and search packages in any simple package repository (PEP-503), inspired by PyPI / warehouse.

It is expected that as new features appear in the underlying simple-repository library, those which make general sense to enable by default will be introduced into the CLI without providing a mechanism to disable those features. For more control, please see the "Non CLI usage" section.

Non CLI usage

This project provides a number of tools in order to build a repository service using FastAPI. For cases when control of the repository configuration is required, and where details of the ASGI environment need more precise control, it is expected that simple-repository-server is used as a library instead of a CLI.

Currently the API for this functionality is under development, and will certainly change in the future.

License and Support

This code has been released under the MIT license. It is an initial prototype which is developed in-house, and not currently openly developed.

It is hoped that the release of this prototype will trigger interest from other parties that have similar needs. With sufficient collaborative interest there is the potential for the project to be openly developed, and to power Python package repositories across many domains.

Please get in touch at https://github.com/orgs/simple-repository/discussions to share how this project may be useful to you. This will help us to gauge the level of interest and provide valuable insight when deciding whether to commit future resources to the project.

Project details


Download files

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

Source Distribution

simple-repository-server-0.4.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

simple_repository_server-0.4.0-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file simple-repository-server-0.4.0.tar.gz.

File metadata

File hashes

Hashes for simple-repository-server-0.4.0.tar.gz
Algorithm Hash digest
SHA256 32d8bddc0c2f3081725f6b6040852e5e56b2ca97703ab833a773fcd70456b92d
MD5 3513eff74727f7ade2801470c57662fb
BLAKE2b-256 7a54f1680c450c2136fc360662a8540bf11911f54fbd083c19e2438327cb8baf

See more details on using hashes here.

Provenance

File details

Details for the file simple_repository_server-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_repository_server-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4119e03cbaada4befd0eccafa2718ab93f3e65650d02b0232899f4adadcd2fe5
MD5 473db4ff8d11738fe3f95dc0f395dd20
BLAKE2b-256 aa6bc45d0d55ba073dbb4f76ab30a861a399214d0bb479f9d03d5d302b9a48da

See more details on using hashes here.

Provenance

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