           SPELL=peewee
         VERSION=2.10.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:97a42bf82c3a5232b47ec9cfbd2d7ddd1560427ca6113ecd025f99b58b5db3a691770f0fa23814848bf9953e75272e5da14569db8a91c91b5bbdcf6207ccf160
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://peewee-orm.com/
      LICENSE[0]=MIT
         ENTERED=20170518
        KEYWORDS="sql database"
           SHORT="little ORM"
cat << EOF
Peewee is a simple and small ORM. It has few (but expressive) concepts, making
it easy to learn and intuitive to use.

- A small, expressive ORM
- Written in python with support for versions 2.6+ and 3.2+.
- built-in support for sqlite, mysql and postgresql
- tons of extensions available in the playhouse
- Postgresql HStore, JSON, arrays and more
- SQLite full-text search, user-defined functions, virtual tables and more
- Schema migrations and model code generator
- Connection pool
- Encryption
- and much, much more…
EOF
