Metadata-Version: 1.1
Name: sqlitemodel
Version: 0.0.1
Summary: Wrapper for the sqlite3 database that enables you to create models you can easily query, save and update.
Home-page: https://github.com/gravmatt/sqlitemodel
Author: Rene Tanczos
Author-email: gravmatt@gmail.com
License: MIT
Description: py-sqlite-model is a database wrapper for the sqlite3 database that enables you to create models you can easily query, save and update.
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
