Metadata-Version: 2.1
Name: Loglan-DB
Version: 0.1.0
Summary: Loglan Dictionary Database Model for SQLAlchemy
Home-page: https://github.com/torrua/loglan_db
Author: torrua
Author-email: torrua@gmail.com
License: MIT
Download-URL: https://github.com/torrua/loglan_db/archive/v0.1.0.tar.gz
Keywords: Loglan,Dictionary,Database,Model,LOD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: Flask
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: sqlalchemy
Requires-Dist: flask-sqlalchemy
Requires-Dist: psycopg2

# Loglan-DB
Loglan Dictionary Database Model for SQLAlchemy

[![Download Loglan-DB](https://img.shields.io/pypi/v/loglan_db.svg)](https://pypi.org/project/Loglan-DB/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/Loglan-DB?color=light-green)
[![Build Status](https://travis-ci.com/torrua/loglan_db.svg?branch=main)](https://travis-ci.com/torrua/loglan_db)
[![GitHub license](https://img.shields.io/github/license/torrua/loglan_db)](https://github.com/torrua/loglan_db/blob/master/LICENSE)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/torrua/loglan_db/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/torrua/loglan_db/?branch=main)
[![codecov](https://codecov.io/gh/torrua/loglan_db/branch/main/graph/badge.svg?token=10O3OAC180)](https://codecov.io/gh/torrua/loglan_db)

This package is designed to generate SQL database for Loglan dictionary.

