Urban data scraper is a framework for regularly scraping data from various sources
- Free software: MIT license
- Documentation: https://mac-data.readthedocs.io.
- TODO
clone the repository
$ git clone [email protected]:mbattifarano/mac_data.git
Install the development and run-time dependencies
$ pip install -r requirements/dev.txt -r requirements/run.txt
Run the tests
$ make test
[ ~ Dependencies scanned by PyUp.io ~ ]
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.