Skip to content

Instantly share code, notes, and snippets.

View deemetree-at-satelligence's full-sized avatar

Dmitrii deemetree-at-satelligence

View GitHub Profile
> this is a line quote
  that has a break

this is a line quote that has a break

"""This is an example of setting up the Pypiserver extension to work on GCP App Engine.
The small setup:
1. Pypiserver with this plugin runs on App Engine
2. Package files are stored on the bucket
3. Package files are syncronized between the service's local storage and the bucket
4. Syncrhonization happens on pre- and post- hooks of handling the requests
Code description: