gae-virtualenv
Using virtualenv with zipimport on Google App Engine.
Installation
Copy build dir to you gae application root directory.
Usage
1. Edit build/pipreq.txt and run:
$ cd build $ ./buildenv.sh $ python ziping.py
2. Modify the load path at the top of each handler script:
import sys sys.path.insert(0, 'virtualenv.zip')
3. Add build directory to skip_files in app.yaml
skip_files:
- ^(.*/)?build/.*
Release files for gae-virtualenv 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gae-virtualenv-0.0.1.tar.gz | 1.7 kB | Details |
Release files / gae-virtualenv-0.0.1.tar.gz
| Download URL | gae-virtualenv-0.0.1.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df3b850f3e5be0fcce52d76d52d06c31c81d7a50c8ed39460de5839eafca9b1b
|
|
BLAKE2b-256 checksum How to use checksums |
8b869aa5632b3d93f002a0b51fc1cb7fc993ddbdcae11d9d15dcf560ee0643ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |