Metadata-Version: 2.1
Name: city-scrapers-core
Version: 0.9.0
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.6,<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 (>=12) ; extra == 'azure'

# City Scrapers Core

[![Build status](https://github.com/City-Bureau/city-scrapers-core/workflows/CI/badge.svg)](https://github.com/City-Bureau/city-scrapers-core/actions)
[![Documentation Status](https://readthedocs.org/projects/city-scrapers-core/badge/?version=latest)](https://city-scrapers-core.readthedocs.io/en/latest/?badge=latest)

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

See the [documentation](https://city-scrapers-core.readthedocs.io/) for more details.

## Installation

```bash
# 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]'
```


