Metadata-Version: 2.0
Name: sqlite3-zlib-adapter
Version: 0.1.0
Summary: sqlite3_zlip_adapter is a custom class with adapter and convert function to store strings into a SQLite column as zlib blobs.
Home-page: https://github.com/migonzalvar/sqlite3_zlib_adapter
Author: Miguel González
Author-email: migonzalvar@gmail.com
License: Apache Software License 2.0
Keywords: sqlite3_zlib_adapter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

===============================
sqlite3 zlib adapter
===============================


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

.. image:: https://img.shields.io/travis/migonzalvar/sqlite3_zlib_adapter.svg
        :target: https://travis-ci.org/migonzalvar/sqlite3_zlib_adapter

.. image:: https://readthedocs.org/projects/sqlite3-zlib-adapter/badge/?version=latest
        :target: https://sqlite3-zlib-adapter.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/migonzalvar/sqlite3_zlib_adapter/shield.svg
     :target: https://pyup.io/repos/github/migonzalvar/sqlite3_zlib_adapter/
     :alt: Updates


sqlite3_zlip_adapter is a custom class with adapter and convert function to store strings into a SQLite column as zlib blobs.


* Free software: Apache Software License 2.0
* Documentation: https://sqlite3-zlib-adapter.readthedocs.io.


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 (2017-04-11)
------------------

* First release on PyPI.


