File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44|pypi | |docs | |travis | |coverage |
55
66Python client for the `GBIF API
7- <http ://www.gbif.org/developer/summary> `_
7+ <https ://www.gbif.org/developer/summary> `_
88
99`Source on GitHub at sckott/pygbif <https://github.com/sckott/pygbif >`_
1010
1111Other GBIF clients:
1212
1313* R: `rgbif `, `ropensci/rgbif <https://github.com/ropensci/rgbif >`_
14+ * Ruby: `gbifrb `, `sckott/gbifrb <https://github.com/sckott/gbifrb >`_
1415
1516Installation
1617============
@@ -36,7 +37,8 @@ Development version
3637
3738You can import the entire library, or each module individually as needed.
3839
39- In addition there is a utils module, currently with one method: `wkt_rewind `
40+ In addition there is a utils module, currently with one method: `wkt_rewind `, and
41+ a `caching ` method to manage whether HTTP requests are cached or not. See `?pygbif.caching `.
4042
4143Registry module
4244===============
You can’t perform that action at this time.
0 commit comments