Metadata-Version: 2.1
Name: city-scrapers-core
Version: 0.2.3
Summary: Core functionality for City Scrapers projects
Home-page: https://github.com/City-Bureau/city-scrapers-core
Author: Pat Sier
Author-email: pat@citybureau.org
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Scrapy
Requires-Python: >=3.5,<4.0
Description-Content-Type: text/markdown
Requires-Dist: jsonschema (>=3.0.0a5)
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: scrapy
Provides-Extra: aws
Requires-Dist: boto3 ; extra == 'aws'
Provides-Extra: azure
Requires-Dist: azure-storage-blob ; extra == 'azure'

# City Scrapers Core

[![Build Status](https://travis-ci.org/City-Bureau/city-scrapers-core.svg?branch=master)](https://travis-ci.org/City-Bureau/city-scrapers-core)

Core functionality for creating public meetings web scrapers for the [City Scrapers](https://cityscrapers.org/) project.

## Installation

```bash
# Requires installing legistar separately
pip install https://github.com/opencivicdata/python-legistar-scraper/tarball/master#egg=legistar
# To install base package
pip install city-scrapers-core
# To install with AWS or Azure dependencies
pip install city-scrapers-core[aws]
pip install city-scrapers-core[azure]
```


