Metadata-Version: 2.1
Name: peewee-async
Version: 0.6.2a0
Summary: Asynchronous interface for peewee ORM powered by asyncio.
Home-page: https://github.com/05bit/peewee-async
Author: Alexey Kinev
Author-email: rudy@05bit.com
License: MIT
Description: Current state: **alpha**, yet API seems fine and mostly stable.
        
        Since version 0.6.0 peewee-async is compatible with peewee 3.5+ and
        support of Python 3.4 is dropped.
        
        * Works on Python 3.5+
        * Required peewee 3.5+
        * Has support for PostgreSQL via `aiopg`
        * Has support for MySQL via `aiomysql`
        * Single point for high-level async API
        * Drop-in replacement for sync code, sync will remain sync
        * Basic operations are supported
        * Transactions support is present, yet not heavily tested
        
        The source code is hosted on `GitHub`_.
        
        .. _GitHub: https://github.com/05bit/peewee-async
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Provides-Extra: aiomysql
Provides-Extra: develop
Provides-Extra: aiopg
