Metadata-Version: 2.1
Name: sqlitemap
Version: 0.1.0
Summary: Dictionary interface to an SQLite database
Home-page: https://github.com/eigenein/sqlitemap
Author: Pavel Perestoronin
Author-email: eigenein@gmail.com
License: UNKNOWN
Description: # `sqlitemap`
        
        Dictionary interface to an [SQLite](https://docs.python.org/3/library/sqlite3.html) database.
        
        [![Build Status](https://travis-ci.org/eigenein/sqlitemap.svg?branch=master)](https://travis-ci.org/eigenein/sqlitemap)
        [![Coverage Status](https://coveralls.io/repos/github/eigenein/sqlitemap/badge.svg?branch=master)](https://coveralls.io/github/eigenein/sqlitemap?branch=master)
        [![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlitemap.svg)](https://pypi.org/project/sqlitemap/)
        [![PyPI – Version](https://img.shields.io/pypi/v/sqlitemap.svg)](https://pypi.org/project/sqlitemap/#history)
        [![PyPI – Python](https://img.shields.io/pypi/pyversions/sqlitemap.svg)](https://pypi.org/project/sqlitemap/#files)
        [![License](https://img.shields.io/pypi/l/sqlitemap.svg)](https://github.com/eigenein/sqlitemap/blob/master/LICENSE)
        
        ## `Connection`
        
        ## `Collection`
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: ujson
Provides-Extra: dev
Provides-Extra: orjson
