-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Hello! I've taken over maintenance for this package. It's been dormant for a few years and there are some big updates that I think are warranted, so time for a major release. Running list of things to be included, in no particular order:
- Reduce scope by eliminating methods for Data Publishers - make package read-only #95. This will:
- Eliminate overlap with socrata-py
- Reduce maintenance overhead
- Raise
NotImplementedErrors for those removed methods - Switch primary class to be
Sodapy(versusSocrata), to avoid overlap with socrata-py - replace the Socrata class with Sodapy #105- Add error message if
Socrataclass from this package is used
- Add error message if
- Add type hints - add type hints #93
- Ensure latest APIs are being used
- Make the
app_tokenoptional - make app_token optional #103 - Split out an
all_datasets()method - simplify datasets() method #101- Document it
- Have
limits on generator methods limit the overall number - Update examples - update examples #106
- Update the CHANGELOG
- Release
These changes are being done as pull requests to the v3 branch: main...v3
Suggestions/contributions welcome!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels