Metadata-Version: 2.1
Name: petl
Version: 1.6.7
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
Platform: UNKNOWN
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
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 (>=1.2.0) ; 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 (Tables of Data)
===================================================

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

- Docs: http://petl.readthedocs.org/
- Source: https://github.com/alimanfoo/petl
- Download: http://pypi.python.org/pypi/petl
- Mailing list: http://groups.google.com/group/python-etl

See also `petlx <https://github.com/alimanfoo/petlx>`_, a library of
extension modules for ``petl``.


