- refactor to not use plugins and contain all the functionality in this library
- implemented:
- BrisbaneCityCouncilPetitionsWebData
- BrisbaneCityCouncilWaterWebData
- BrisbaneTranslinkNoticesWebData
- allow providing data storage path
- improve scrapy web data gathering
- improve plugin api, listing, and tests (#11)
- Change dependencies to use pip requirements compatibility format.
- Added WebData base class
- Changed CI to run via tox and not release to PyPI
- Created initial plugin implementation using entry points
- Created basic cli using argparse
- Created initial tests