Metadata-Version: 2.1
Name: sqlitemulti
Version: 0.0.1
Summary: A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.
Home-page: https://github.com/EggPool/sqlitemulti
Author: EggdraSyl
Author-email: dev@eggpool.net
License: MIT license
Keywords: sqlitemulti
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

===========
SqliteMulti
===========


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

.. image:: https://img.shields.io/travis/EggPool/sqlitemulti.svg
        :target: https://travis-ci.org/EggPool/sqlitemulti

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




A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.


* Free software: MIT license
* Documentation: https://sqlitemulti.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.0.1 (2019-06-03)
------------------

* First release on PyPI.


