Skip to content

Commit

Permalink
Merge de186d6 into 3f79c64
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Apr 17, 2024
2 parents 3f79c64 + de186d6 commit 2444438
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions README.rst
Expand Up @@ -6,38 +6,52 @@ loading tables of data.

.. image:: docs/petl-architecture.png
:align: center
:alt: petl architecture example
:alt: petl usage possibilities

Resources
---------

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

DevOps Status
-------------

.. image:: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml/badge.svg
|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

.. image:: https://github.com/petl-developers/petl/actions/workflows/publish-release.yml/badge.svg
.. |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

.. image:: https://github.com/conda-forge/petl-feedstock/actions/workflows/automerge.yml/badge.svg
.. |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

.. image:: https://readthedocs.org/projects/petl/badge/?version=stable
.. |readthedocs| image:: https://readthedocs.org/projects/petl/badge/?version=stable
:target: http://petl.readthedocs.io/en/stable/?badge=stable
:alt: readthedocs.org release status

.. image:: https://coveralls.io/repos/github/petl-developers/petl/badge.svg?branch=master
.. |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

.. image:: https://zenodo.org/badge/2233194.svg
.. |zenodo| image:: https://zenodo.org/badge/2233194.svg
:target: https://zenodo.org/badge/latestdoi/2233194

0 comments on commit 2444438

Please sign in to comment.