This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ The First Street Foundation API Access (Python) is a wrapper used to bulk extrac
199199
200200** NOTE** : As of the current release, only direct FSID lookups are available through this wrapper. Lat/lng and address query will be in a later release
201201
202+ More information on each product can be found at the [First Street Foundation API Data Dictionary](https://docs.firststreet.dev/docs)
203+
202204< a name=" location" ></a>
203205# ### [Location](#toc)
204206
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'fsf-api-access_python' ,
14- version = '1.0 .0' ,
14+ version = '1.1 .0' ,
1515 description = 'A Python API Access Client for the First Street Foundation API' ,
1616 url = 'https://github.com/FirstStreet/fsf_api_access_python' ,
1717 project_urls = {
18- 'First Street Foundation Website' : 'https://firststreet.org/'
18+ 'First Street Foundation Website' : 'https://firststreet.org/' ,
19+ 'API Product Data Dictionary' : 'https://docs.firststreet.dev/docs'
1920 },
2021 long_description = readme ,
2122 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments