Metadata-Version: 2.1
Name: petl-retouched-version
Version: 0.1.2
Summary: A Python package for extracting, transforming and loading tables of data. Modified from Original Petl Lib
Author: Alistair Miles
Author-email: alimanfoo@googlemail.com
Maintainer: Winston David
Maintainer-email: winstondavid96@gmail.com
License: MIT License
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
License-File: LICENSE.txt
Provides-Extra: avro
Requires-Dist: fastavro (>=0.24.0) ; extra == 'avro'
Provides-Extra: bcolz
Requires-Dist: bcolz (>=1.2.1) ; extra == 'bcolz'
Provides-Extra: db
Requires-Dist: SQLAlchemy (>=1.3.6) ; extra == 'db'
Provides-Extra: hdf5
Requires-Dist: cython (>=0.29.13) ; extra == 'hdf5'
Requires-Dist: numpy (>=1.16.4) ; extra == 'hdf5'
Requires-Dist: numexpr (>=2.6.9) ; extra == 'hdf5'
Requires-Dist: tables (>=3.5.2) ; extra == 'hdf5'
Provides-Extra: http
Requires-Dist: aiohttp (>=3.6.2) ; extra == 'http'
Requires-Dist: requests ; extra == 'http'
Provides-Extra: interval
Requires-Dist: intervaltree (>=3.0.2) ; extra == 'interval'
Provides-Extra: numpy
Requires-Dist: numpy (>=1.16.4) ; extra == 'numpy'
Provides-Extra: pandas
Requires-Dist: pandas (>=0.24.2) ; extra == 'pandas'
Provides-Extra: remote
Requires-Dist: fsspec (>=0.7.4) ; extra == 'remote'
Provides-Extra: smb
Requires-Dist: smbprotocol (>=1.0.1) ; extra == 'smb'
Provides-Extra: whoosh
Requires-Dist: whoosh ; extra == 'whoosh'
Provides-Extra: xls
Requires-Dist: xlrd (>=2.0.1) ; extra == 'xls'
Requires-Dist: xlwt (>=1.3.0) ; extra == 'xls'
Provides-Extra: xlsx
Requires-Dist: openpyxl (>=2.6.2) ; extra == 'xlsx'
Provides-Extra: xpath
Requires-Dist: lxml (>=4.4.0) ; extra == 'xpath'

petl - Extract, Transform and Load
==================================

NOTE: THIS IS MODIFIED REPLICA OF THE ORIGINAL PETL LIBRARY
DIFFERENCE: IT INCOPERATES THE USE OF COPY COMMAND FOR DB-API 2.0 CONNECTIONS 

``petl`` is a general purpose Python package for extracting, transforming and 
loading tables of data.

Resources
---------

- Documentation: http://petl.readthedocs.org/
- Mailing List: http://groups.google.com/group/python-etl
- Source Code: https://github.com/petl-developers/petl
- Download: 
  - PyPI: http://pypi.python.org/pypi/petl
  - Conda Forge:https://anaconda.org/conda-forge/petl

Getting Help
-------------

Please feel free to ask questions via the mailing list
(python-etl@googlegroups.com).

To report installation problems, bugs or any other issues please email
python-etl@googlegroups.com or `raise an issue on GitHub
<https://github.com/petl-developers/petl/issues/new>`_.
