> this is a line quote
that has a break
this is a line quote that has a break
> 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: |