Metadata-Version: 2.1
Name: meltano
Version: 1.60.1
Summary: Meltano
Home-page: https://gitlab.com/meltano/meltano
License: MIT
Author: Meltano Team and Contributors
Author-email: meltano@gitlab.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: infra
Requires-Dist: aiohttp (>=3.4.4,<4.0.0)
Requires-Dist: alembic (>=1.0.11,<2.0.0)
Requires-Dist: async_generator (>=1.10,<2.0)
Requires-Dist: atomicwrites (>=1.2.1,<2.0.0)
Requires-Dist: authlib (>=0.10,<0.11)
Requires-Dist: bcrypt (>=3.2.0,<4.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: click-default-group (>=1.2.1,<2.0.0)
Requires-Dist: email-validator (>=1.1.2,<2.0.0)
Requires-Dist: fasteners (>=0.15.0,<0.16.0)
Requires-Dist: flask (>=1.0.2)
Requires-Dist: flask-cors (>=3.0.7,<4.0.0)
Requires-Dist: flask-executor (>=0.9.2,<0.10.0)
Requires-Dist: flask-restful (>=0.3.7,<0.4.0)
Requires-Dist: flask-sqlalchemy (>=2.4.4,<3.0.0)
Requires-Dist: flatten-dict (>=0.1.0,<0.2.0)
Requires-Dist: gunicorn (>=19.9.0,<20.0.0)
Requires-Dist: ipython (>=7.5.0,<8.0.0)
Requires-Dist: jsonschema (>=2.6.0,<3.0.0)
Requires-Dist: markdown (>=3.0.1,<4.0.0)
Requires-Dist: meltano-flask-security (>=0.1.0,<0.2.0)
Requires-Dist: networkx (>=2.2,<3.0)
Requires-Dist: psutil (>=5.6.3,<6.0.0)
Requires-Dist: psycopg2-binary (>=2.8.5,<3.0.0)
Requires-Dist: pyhocon (>=0.3.51,<0.4.0)
Requires-Dist: pyhumps (==1.2.2)
Requires-Dist: pypika (>=0.25.1,<0.26.0)
Requires-Dist: python-dotenv (>=0.14.0,<0.15.0)
Requires-Dist: python-gitlab (>=1.8.0,<2.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: simplejson (>=3.16.0,<4.0.0)
Requires-Dist: smtpapi (>=0.4.1,<0.5.0)
Requires-Dist: snowflake-sqlalchemy (>=1.2.3,<2.0.0)
Requires-Dist: sqlalchemy (>=1.3.19,<2.0.0)
Requires-Dist: sqlparse (>=0.3.0,<0.4.0)
Requires-Dist: watchdog (>=0.9.0,<0.10.0)
Requires-Dist: werkzeug (>=0.16.1,<0.17.0)
Project-URL: Repository, https://gitlab.com/meltano/meltano
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/meltano/meltano/badges/master/pipeline.svg)](https://gitlab.com/meltano/meltano/commits/master)

# Meltano: open source ELT

[Meltano](https://meltano.com) is an open source platform for
building, running & orchestrating ELT pipelines made up of
[Singer](https://www.singer.io/) taps and targets and [dbt](https://www.getdbt.com)
models, that you can [run locally](https://meltano.com/docs/installation.html) or
[easily deploy in production](https://meltano.com/docs/production.html).

## Documentation

You can find our documentation at [https://www.meltano.com/docs/](https://www.meltano.com/docs/).

## Contributing to Meltano

We welcome contributions and improvements, please see the [contribution guidelines](https://meltano.com/docs/contributor-guide.html)

## Responsible Disclosure Policy

Please refer to the [responsible disclosure policy](https://meltano.com/docs/responsible-disclosure.html) on our website.

## License

This code is distributed under the MIT license, see the [LICENSE](LICENSE) file.

