Metadata-Version: 2.0
Name: byte-pysqlite
Version: 0.3.0
Summary: PySQLite executor for byte
Home-page: https://github.com/fuzeman/byte-pysqlite
Author: Dean Gardiner
Author-email: me@dgardiner.net
License: MIT
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 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: byte (>=0.3.0,<1.0.0)
Requires-Dist: byte-sqlite (>=0.3.0,<1.0.0)
Requires-Dist: pysqlite (>=2.8.0,<3.0.0)

byte-pysqlite
=============

.. image:: https://img.shields.io/pypi/v/byte-pysqlite.svg?style=flat-square
   :target: https://pypi.python.org/pypi/byte-pysqlite

.. image:: https://img.shields.io/travis/fuzeman/byte-pysqlite.svg?style=flat-square
   :target: https://travis-ci.org/fuzeman/byte-pysqlite

.. image:: https://img.shields.io/codeclimate/github/fuzeman/byte-pysqlite.svg?style=flat-square
   :target: https://codeclimate.com/github/fuzeman/byte-pysqlite

.. image:: https://img.shields.io/coveralls/fuzeman/byte-pysqlite/master.svg?style=flat-square
   :target: https://coveralls.io/github/fuzeman/byte-pysqlite

PySQLite executor for `byte <https://github.com/fuzeman/byte>`_.

**Supported Platforms:**

- **Python:** 2.7

**Requirements:**

- **byte:** 0.3.0+
- **byte-sqlite:** 0.3.0+
- **pysqlite:** 2.8.0+

Development
-----------

**Status:** Alpha

Usable, but many features are still in development.



