Skip to content

Commit

Permalink
add note about caching to readme and link to gbifrb ruby client in re…
Browse files Browse the repository at this point in the history
…adme
  • Loading branch information
sckott committed Nov 20, 2019
1 parent fac3d61 commit 0cbad62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ pygbif
|pypi| |docs| |travis| |coverage|

Python client for the `GBIF API
<http://www.gbif.org/developer/summary>`_
<https://www.gbif.org/developer/summary>`_

`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif>`_

Other GBIF clients:

* R: `rgbif`, `ropensci/rgbif <https://github.com/ropensci/rgbif>`_
* Ruby: `gbifrb`, `sckott/gbifrb <https://github.com/sckott/gbifrb>`_

Installation
============
Expand All @@ -36,7 +37,8 @@ Development version

You can import the entire library, or each module individually as needed.

In addition there is a utils module, currently with one method: `wkt_rewind`
In addition there is a utils module, currently with one method: `wkt_rewind`, and
a `caching` method to manage whether HTTP requests are cached or not. See `?pygbif.caching`.

Registry module
===============
Expand Down

0 comments on commit 0cbad62

Please sign in to comment.