Metadata-Version: 2.1
Name: ETLT
Version: 1.0.0
Summary: Extract Transform Load - but not in that strict order
Home-page: https://github.com/PyETLT/etlt
License: MIT
Keywords: ETLT,ETL,ELT,Extract,Transform,Load,DWH,Data,Warehouse
Author: Set Based IT Consultancy
Author-email: info@setbased.nl
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Requires-Dist: chardet (>=5.2.0,<6.0.0)
Project-URL: Repository, https://github.com/PyETLT/etlt
Description-Content-Type: text/markdown

# ETLT: Extract Transform Load Transform

<table>
    <thead>
        <tr>
            <th>Social</th>
            <th>Release</th>
            <th>Test</th>
            <th>Code</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <a href="https://gitter.im/SetBased/py-etlt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
                    <img src="https://badges.gitter.im/SetBased/py-etlt.svg" alt="Gitter"/>
                </a>
            </td>
            <td>
                <a href="https://badge.fury.io/py/ETLT">
                    <img src="https://badge.fury.io/py/ETLT.svg" alt="Latest Stable Version"/>
                </a>
            </td>
            <td>
                <a href="https://github.com/PyETLT/etlt/actions/workflows/unit.yml">
                    <img src="https://github.com/PyETLT/etlt/actions/workflows/unit.yml/badge.svg" alt="Unit tests"/>
                </a>
            </td>
            <td>
                <a href="https://scrutinizer-ci.com/g/PyETLT/etlt/?branch=master">
                    <img src="https://scrutinizer-ci.com/g/PyETLT/etlt/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality"/>
                </a>
            </td>
        </tr>
    </tbody>
</table>

## License

This project is licensed under the terms of the MIT license.

