Skip to content

Commit

Permalink
Merge pull request #27 from raybellwaves/patch-1
Browse files Browse the repository at this point in the history
DOC: add pypi badge
  • Loading branch information
Joe Hamman authored Nov 8, 2021
2 parents 0cfd577 + b5025f1 commit d98ad21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xbatcher: Batch Generation from Xarray Datasets
===============================================

|Build Status| |codecov| |docs| |license|
|Build Status| |codecov| |docs| |pypi| |license|


Xbatcher is a small library for iterating xarray DataArrays in batches. The
Expand All @@ -19,6 +19,10 @@ such as Keras_. View the |docs| for more info.
:alt: code coverage
.. |docs| image:: http://readthedocs.org/projects/xbatcher/badge/?version=latest
:target: http://xbatcher.readthedocs.org/en/latest/?badge=latest
:alt: docs
.. |pypi| image:: https://img.shields.io/pypi/v/xbatcher.svg
:target: https://pypi.python.org/pypi/xbatcher
:alt: pypi
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: https://github.com/pangeo-data/xbatcher
:alt: license

0 comments on commit d98ad21

Please sign in to comment.