Skip to content

Commit d98ad21

Browse files
author
Joe Hamman
authored
Merge pull request #27 from raybellwaves/patch-1
DOC: add pypi badge
2 parents 0cfd577 + b5025f1 commit d98ad21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xbatcher: Batch Generation from Xarray Datasets
22
===============================================
33

4-
|Build Status| |codecov| |docs| |license|
4+
|Build Status| |codecov| |docs| |pypi| |license|
55

66

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

0 commit comments

Comments
 (0)