-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick tips on upgrading to 0.4? #124
Comments
Yeah totally @jpmckinney - there have been a few changes to how the scrapers work -- we've not been keeping a migration guide (sorry!), but let me see if I can get the big points from memory -- I'd be happy to go through a scraper with you and migrate it forward (and hopefully document this too -- I've been keeping a few scrapers against master, so it's hard to remember what was in 0.3.0 and what was added and changed after 0.3.0) Big ones are likely:
Sorry for all the API breakage. If you have a set of a bunch of scrapers, I'd be happy to take a look to see what the big stuff is |
Is |
Jurisdiction - you're likely right, "City of Seattle" sounds like the On Tue, Oct 14, 2014 at 3:10 PM, James McKinney [email protected]
Paul Tagliamonte |
Besides changes reported in opencivicdata/docs.opencivicdata.org#32 Modules
init.py
Scrapers
|
Got my tips :) |
Awesome. Once I start at the docs, I'll be sure to add this somewhere (an upgrade guide) |
FYI, got my first two scrapers to complete. Adding explicit posts is really helping with data integrity - I can cut a bunch of code that used to validate that. |
I just got scrapers-ca working in Py3, so I'm ready to upgrade Pupa. I know there's the new style
__init__.py
files, but otherwise I don't really know what differences there are. Point me in the right direction? cc/ @paultagThe text was updated successfully, but these errors were encountered: