Metadata-Version: 2.1
Name: meltano
Version: 1.76.0
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.2,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: infra
Requires-Dist: aiohttp (>=3.4.4,<4.0.0)
Requires-Dist: alembic (>=1.5.0,<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.1.2,<2.0.0)
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

# Meltano: ELT for the DataOps era

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

[Meltano](https://meltano.com) is
[open source](https://gitlab.com/meltano/meltano),
[self-hosted](https://meltano.com/docs/production.html),
[CLI-first](https://meltano.com/docs/command-line-interface.html),
[debuggable](https://meltano.com/docs/command-line-interface.html#debugging), and
[extensible](https://meltano.com/docs/plugins.html).

[Pipelines are code](https://meltano.com/docs/project.html),
ready to be version controlled,
[containerized](https://meltano.com/docs/containerization.html), and
[deployed continuously](https://meltano.com/docs/production.html#and-onto-the-production-environment).
Develop and test
[locally](https://meltano.com/docs/getting-started.html#local-installation),
then
[deploy in production](https://meltano.com/docs/production.html)
along with the built-in
[Airflow integration](https://meltano.com/docs/production.html#airflow-orchestrator),
or inside your
[orchestrator of choice](https://meltano.com/docs/production.html#meltano-elt).

Meltano [embraces](/docs/#embracing-singer) the [Singer](https://www.singer.io/) standard and its community-maintained library of open source
[extractors](https://hub.meltano.com/extractors/) and
[loaders](https://hub.meltano.com/loaders/),
and leverages [dbt](https://www.getdbt.com) for [transformation](https://meltano.com/docs/transforms.html).

## Documentation

Check out the ["Getting Started" guide](https://meltano.com/docs/getting-started.html)
or find the full documentation at <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.

