Metadata-Version: 2.1
Name: sqlab
Version: 0.3.0
Summary: SQL Adventure Builder: a command line tool for creating standalone SQL activities.
Home-page: https://github.com/laowantong/sqlab/
License: MIT
Keywords: education,relational,database,sql,games
Author: Aristide Grange
Requires-Python: >=3.8.0,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: IPython
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Requires-Dist: cmd2 (>=2.4.3,<3.0.0)
Requires-Dist: jupysql (>=0.10.10,<0.11.0)
Requires-Dist: mysql-connector-python (>=8.2.0,<9.0.0)
Requires-Dist: psycopg2 (>=2.9.9,<3.0.0)
Requires-Dist: sqlalchemy (==2.0.27)
Requires-Dist: sqlparse (>=0.4.4,<0.5.0)
Project-URL: Repository, https://github.com/laowantong/sqlab/
Project-URL: issues, https://github.com/laowantong/sqlab/issues
Description-Content-Type: text/markdown

# SQL Adventure Builder (SQLab)

## Presentation

A command-line tool for creating standalone educational games to learn and practice SQL.

```
pip install sqlab
```

_No documentation yet._

## Examples on GitHub

| Game | Pitch | Versions | DBMS | Included |
| --- | --- | --- | --- | --- |
| [Island](https://github.com/laowantong/sqlab_island) | An adaptation of [SQL Island](https://sql-island.informatik.uni-kl.de) by Johannes Schildgen | English | MySQL, PostgreSQL | Sources + SQLab database |
| Sessform | A set of independant exercises + _Mortelles Sessions_, a police investigation on a training company | French | MySQL, PostgresQL | SQLab database (coming soon) |
| Club | An adaptation of [PostgreSQL Exercises](https://pgexercises.com) by Alisdair Owens | English | PostgreSQL | Sources + SQLab database (coming later) |
| Corbeau | An original adaptation of the movie [_Le Corbeau_](https://fr.wikipedia.org/wiki/Le_Corbeau_(film,_1943)) by Henri-Georges Clouzot (1943) | French | MySQL | SQLab database (coming later) |

