Metadata-Version: 2.1
Name: vulcan-sql
Version: 0.6.0
Summary: VulcanSQL turns your SQL templates into data APIs for efficient data sharing. No backend skills required. Empower your data sharing, faster.
Home-page: https://github.com/Canner/vulcan-sql
Author: Canner Team
Author-email: contact@cannerdata.com
License: Apache 2.0
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown

# Introduction

The package provide the python `pip install` method to install VulcanSQL. currently support Python version from `3.3.x` to `3.11.x`.

# What is VulcanSQL

VulcanSQL turns your SQL templates into data APIs for efficient data sharing. No backend skills required. Empower your data sharing, faster.

For more introduction please see [VulcanSQL Official Website](https://vulcansql.com/).

# Installation

Install VulcanSQL by pip and then you could use VulcanSQL by `vulcan`.

```bash
$ pip install vulcan-sql
$ vulcan --help
```
