Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypiserver/pypiserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ftpsolutions/pypiserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 23, 2023

  1. Support pluggable storage backends

    This uses [1] as a plugin discovery mechanism and works with all the existing backends. To have pypiserver use a different backend you would simply install a package (like `pypiserver-backend-s3`) which provides a `pypiserver_backends` entrypoint pointing to the backend implementation and then pass `--backend=s3` when running the server. [1] https://packaging.python.org/en/latest/specifications/entry-points
    estheruary committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7bd6de4 View commit details
    Browse the repository at this point in the history
  2. Make backend a property

    The reason for this is because the get_backend function expects a fully formed *Config object and it gets called in the parent __init__ before any of the useful attributes are available.
    estheruary committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    14f8182 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Remove the backend command

    estheruary committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    e08524f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8cb99 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    eacb8f0 View commit details
    Browse the repository at this point in the history
  2. Install pypiserver-backend-s3 by default and bump Python version to 3…

    ….11 (pypiserver-backend-s3 calls for it)
    initialed85 committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    970d41b View commit details
    Browse the repository at this point in the history
Loading