Metadata-Version: 2.1
Name: dora-parser
Version: 0.0.2
Summary: SQL Parser ans Transpiler
Home-page: https://github.com/doraproject/parser
License: Apache-2.0
Keywords: dora,sql,parser,impala,presto,hive,spark
Author: DataLabs
Author-email: time.dataanalytics.datalabs@compasso.com.br
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: mo-sql-parsing (>=0.1.2,<0.2.0)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: seaborn (>=0.11.1,<0.12.0)
Project-URL: Repository, https://github.com/doraproject/parser.git
Description-Content-Type: text/markdown

# Parser

Dora's [parser](https://en.wikipedia.org/wiki/Parsing) and [transpiler](https://en.wikipedia.org/wiki/Source-to-source_compiler) tool for some big data **SQL** dialects, based on [Mozilla SQL Parser](https://github.com/mozilla/moz-sql-parser)  project.

## Getting Started

You can install the library using pip:

```sh
pip install dora-parser
```

## Getting Help

We use GitHub [issues](https://github.com/doraproject/parser/issues) for tracking [bugs](https://github.com/doraproject/parser/labels/bug), [questions](https://github.com/doraproject/parser/labels/question) and [feature requests](https://github.com/doraproject/parser/labels/enhancement).

## Contributing

Please read through this [contributing](.github/CONTRIBUTING.md) document to get start and before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your contribution.

---

[Dora Project](https://github.com/doraproject) is a recent open-source project based on technology developed at [Compasso UOL](https://compassouol.com/)

