Metadata-Version: 2.1
Name: petl
Version: 1.7.12
Summary: A Python package for extracting, transforming and loading tables of data.
Home-page: https://github.com/petl-developers/petl
Author: Alistair Miles
Author-email: alimanfoo@googlemail.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.*
Provides-Extra: avro
Provides-Extra: bcolz
Provides-Extra: db
Provides-Extra: hdf5
Provides-Extra: http
Provides-Extra: interval
Provides-Extra: numpy
Provides-Extra: pandas
Provides-Extra: remote
Provides-Extra: smb
Provides-Extra: xls
Provides-Extra: xlsx
Provides-Extra: xpath
Provides-Extra: whoosh
License-File: LICENSE.txt

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

``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>`_.
