Skip to main content

minimal pypi server

Project description

pypiserver is a minimal PyPI compatible server. It can be used to serve a set of packages and eggs to easy_install or pip.

Installation and Usage/Quickstart

Run the following commands to get your PyPI server up and running:

pip install pypiserver
mkdir ~/packages
# copy some source packages or eggs to this directory
pypi-server -p 8080 -r ~/packages
pip install -i http://localhost:8080/simple/ ...

Optional dependencies

  • pypiserver ships with it’s own copy of bottle. It’s possible to use bottle with different wsgi servers. pypiserver chooses any of the following paste, cherrypy, twisted, wsgiref (part of python) if available.

Bugs

  • pypiserver doesn’t support uploading files. One might also consider that a feature. scp provides a nice workaround.

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

pypiserver-0.1.1.tar.gz (31.0 kB view details)

Uploaded Source

File details

Details for the file pypiserver-0.1.1.tar.gz.

File metadata

  • Download URL: pypiserver-0.1.1.tar.gz
  • Upload date:
  • Size: 31.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypiserver-0.1.1.tar.gz
Algorithm Hash digest
SHA256 83a8205916756724fec43a9f7908fc97cde19b6c855fc79f72792da5cdd19886
MD5 342eb45269d19ea767b04cf8ca87ae40
BLAKE2b-256 50e9342f9602ddad17500490e4f0555354f93d7bcc6553d793a1b1703515f4d3

See more details on using hashes here.

Supported by

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