1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
petl - Extract, Transform and Load
===================================================
``petl`` is a general purpose Python package for extracting, transforming and
loading tables of data.
.. image:: docs/petl-architecture.png
:align: center
:alt: petl usage possibilities
Resources
---------
- Documentation: http://petl.readthedocs.org/
- PyPI: http://pypi.python.org/pypi/petl
- Conda: https://anaconda.org/conda-forge/petl
- Discussion: http://groups.google.com/group/python-etl
DevOps Status
-------------
|downloads| |monthly|
|ci| |pypi| |conda|
|coveralls| |readthedocs| |zenodo|
.. |downloads| image:: https://static.pepy.tech/badge/petl
:target: https://pepy.tech/project/petl
:alt: Downloads
.. |monthly| image:: https://static.pepy.tech/badge/petl/month
:target: https://pepy.tech/project/petl
:alt: Downloads/Month
.. |ci| image:: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml/badge.svg
:target: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml
:alt: Continuous Integration build status
.. |pypi| image:: https://github.com/petl-developers/petl/actions/workflows/publish-release.yml/badge.svg
:target: https://github.com/petl-developers/petl/actions/workflows/publish-release.yml
:alt: PyPI release status
.. |conda| image:: https://github.com/conda-forge/petl-feedstock/actions/workflows/automerge.yml/badge.svg
:target: https://github.com/conda-forge/petl-feedstock/actions/workflows/automerge.yml
:alt: Conda Forge release status
.. |readthedocs| image:: https://readthedocs.org/projects/petl/badge/?version=stable
:target: http://petl.readthedocs.io/en/stable/?badge=stable
:alt: readthedocs.org release status
.. |coveralls| image:: https://coveralls.io/repos/github/petl-developers/petl/badge.svg?branch=master
:target: https://coveralls.io/github/petl-developers/petl?branch=master
:alt: Coveralls release status
.. |zenodo| image:: https://zenodo.org/badge/2233194.svg
:target: https://zenodo.org/badge/latestdoi/2233194
|