Metadata-Version: 2.1
Name: thanosql-magic
Version: 0.2.6
Summary: ThanoSQL Magic
Home-page: https://github.com/smartmind-team/thanosql-magic
Author: Dada Ahn
Author-email: dada.ahn@smartmind.team
License: MIT
Keywords: smartmind thanosql ipython jupyter
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE

# thanosql-magic

SmartMind `ThanoSQL` Ipython Magic for Jupyter Lab

## Installation

```
$ pip install thanosql-magic
```

## Quick Start

1. load extension

   ```python
   %load_ext thanosql
   ```

2. change default API uri (optional)

   ```python
   %thanosql http://localhost:8000/api/v1/query
   ```

3. use magic

   ```python
   %%thanosql
   SELECT * FROM users
   ```

## License

[MIT](LICENSE)
