python-cmr
python-cmr copied to clipboard
A python wrapper to the NASA Common Metadata Repository API
- Add in tools and service cmr query classes to query umm-t and umm-s. - Change the base query class to be more generic and created a GranuleCollectionBaseQuery and ToolServiceBaseQuery...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
A lack of integration tests let this one slip through unfortunately. The use of `results.append(latest)` doesn't quite have the intended behavior. Need to extend in the case of json format,...
We're doing a good job on unit tests, but we have no integration tests that closer replicate how the module would be used in practice. Would be nice to a...