GClunies / py_noaa

Python package to fetch data from NOAA Tides & Currents API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit where credit's due

delgadom opened this issue · comments

As this is turning into a proper package, it deserves some badges. These can be added to the readme to signify build status, pypi distribution, and other features.

Usually, these are added to the very top of the readme, all on one line (e.g. see https://github.com/pydata/xarray)

travis build status

Build Status
[![Build Status](https://travis-ci.org/GClunies/py_noaa.svg?branch=master)](https://travis-ci.org/GClunies/py_noaa)

pypi version

PyPI
[![PyPI](https://img.shields.io/pypi/v/py_noaa.svg)](https://pypi.python.org/pypi/py-noaa)

python versions

PyPI - Python Version
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py_noaa.svg)](https://pypi.python.org/pypi/py-noaa)

other services

there's tons of other stuff, but these are some of the ones I regularly use.

other badges

http://shields.io/

Sorry for the late response @delgadom , and thanks for the suggestion. Will add these in shortly.

When I said "shortly"... i meant I will forget about this and it will take forever.

looks great :)