Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.53 KB

Change log

full change log

  • refactor to not use plugins and contain all the functionality in this library
  • implemented:
    • BrisbaneCityCouncilPetitionsWebData
    • BrisbaneCityCouncilWaterWebData
    • BrisbaneTranslinkNoticesWebData

full change log

  • allow providing data storage path
  • improve scrapy web data gathering

full change log

  • improve plugin api, listing, and tests (#11)
  • Change dependencies to use pip requirements compatibility format.

full change log

  • Added WebData base class
  • Changed CI to run via tox and not release to PyPI

full change log

  • Created initial plugin implementation using entry points
  • Created basic cli using argparse
  • Created initial tests