Metadata-Version: 2.0
Name: parthsql
Version: 0.2.0
Summary: A mini SQL query engine written in Python
Home-page: https://github.com/ParthKolekar/parthsql
Author: Parth Kolekar
Author-email: parth.kolekar@students.iiit.ac.in
License: ISCL
Keywords: parthsql
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: sqlparse (==0.1.18)

===============================
parthsql
===============================

.. image:: https://img.shields.io/pypi/v/parthsql.svg
        :target: https://pypi.python.org/pypi/parthsql

.. image:: https://img.shields.io/travis/ParthKolekar/parthsql.svg
        :target: https://travis-ci.org/ParthKolekar/parthsql

.. image:: https://readthedocs.org/projects/parthsql/badge/?version=latest
        :target: https://readthedocs.org/projects/parthsql/?badge=latest
        :alt: Documentation Status


A mini SQL query engine written in Python

* Free software: ISC license
* Documentation: https://parthsql.readthedocs.org.

Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2015-12-13)
------------------

* First release on PyPI.


