Skip to main content

A collection of useful tools for Python apps running on Google App Engine.

Project description

https://img.shields.io/travis/erichiggins/gaek.svg https://img.shields.io/pypi/v/gaek.svg

A collection of useful tools for Python apps running on Google App Engine.

NDB JSON module

Usage:

from gaek import ndb_json

# Serialize NDB Model(s) to a JSON string. json_str = ndb_json.dumps(models)

# Parse a JSON string into a Python dictionary. ndb_json.loads(json_str)

Feature parity with the Python json module functions.

ndb_json.dumps

ndb_json.dump

ndb_json.loads

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

gaek-0.1.1.tar.gz (13.4 kB view hashes)

Uploaded Source

Supported by

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