Metadata-Version: 2.1
Name: gae-catnado
Version: 0.0.1.dev11
Summary: Google App Engine datastore properties and helpers
Home-page: https://github.com/tylertrussell/gae-catnado
Author: Tyler Trussell
Author-email: tigertrussell+pip@gmail.com
License: UNKNOWN
Keywords: google app engine helpers datastore properties
Platform: UNKNOWN
Description-Content-Type: text/markdown

# gae-catnado

*** This is a work in progress subject to sudden change. ***

A collection of useful properties and helpers for use with Google App Engine.

Install with pip: `pip install gae-catnado`.

See the [docs on GitHub](https://tylertrussell.github.io/gae-catnado).

# Changelog

### 0.0.1dev11
* Added `JSONProperty` and basic unit tests
    * A way to store JSON data validated by a [JSON Schema](http://www.json-schema.org) (draft 3 or 4)
    * This new property adds the new pip requirement [`jsonschema`](https://github.com/Julian/jsonschema)


