Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added PyPI downloads badges #665

Merged
merged 4 commits into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
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
Loading