Issue #1, Invalid GBIF JSON ?

main
Jeff Moe 2023-09-29 07:51:28 -06:00
parent edcc236555
commit 328d6ec18a
1 changed files with 24 additions and 0 deletions

24
gbif-cruft-json 100755
View File

@ -0,0 +1,24 @@
#!/usr/bin/env python3
"""
Copyright (C) 2023, Jeff Moe
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
# Sample code for issue #1
from pygbif import species
foo = species.name_suggest(q="Puma concolor")
print(foo)