Skip to content

Commit

Permalink
Added [README.rst]
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 19, 2017
1 parent 172ec23 commit d6d3f6c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
byte-sqlite
===========

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

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

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

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

SQLite compiler and executor for byte.

**Supported Platforms:**

- **Python:** 2.6, 2.7, 3.3+
- **PyPy 2:** 2.5+
- **PyPy 3:** 5.5+

**Requirements:**

- **byte:** 0.3.0+

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

**Status:** Alpha

Usable, but many features are still in development.

0 comments on commit d6d3f6c

Please sign in to comment.