Metadata-Version: 1.1
Name: byte-apsw
Version: 0.3.0
Summary: APSW executor for byte
Home-page: https://github.com/fuzeman/byte-apsw
Author: Dean Gardiner
Author-email: me@dgardiner.net
License: MIT
Description: byte-apsw
        =========
        
        .. image:: https://img.shields.io/pypi/v/byte-apsw.svg?style=flat-square
           :target: https://pypi.python.org/pypi/byte-apsw
        
        .. image:: https://img.shields.io/travis/fuzeman/byte-apsw.svg?style=flat-square
           :target: https://travis-ci.org/fuzeman/byte-apsw
        
        .. image:: https://img.shields.io/codeclimate/github/fuzeman/byte-apsw.svg?style=flat-square
           :target: https://codeclimate.com/github/fuzeman/byte-apsw
        
        .. image:: https://img.shields.io/coveralls/fuzeman/byte-apsw/master.svg?style=flat-square
           :target: https://coveralls.io/github/fuzeman/byte-apsw
        
        APSW executor for `byte <https://github.com/fuzeman/byte>`_.
        
        **Supported Platforms:**
        
        - **Python:** 2.6, 2.7, 3.3+
        
        **Requirements:**
        
        - **APSW:** 3.9.0+
        - **byte:** 0.3.0+
        - **byte-sqlite:** 0.3.0+
        
        Development
        -----------
        
        **Status:** Alpha
        
        Usable, but many features are still in development.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
