Metadata-Version: 2.4
Name: city-scrapers-core
Version: 0.11.0
Summary: Core functionality for City Scrapers projects
Home-page: https://github.com/City-Bureau/city-scrapers-core
Author: City Bureau
Author-email: documenters@citybureau.org
License: MIT
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
License-File: LICENSE
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"
Provides-Extra: gcs
Requires-Dist: google-cloud-storage; extra == "gcs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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)
[![pypi](https://img.shields.io/pypi/v/city-scrapers-core)](https://pypi.org/project/city-scrapers-core/)

Core functionality for creating public meetings web scrapers for the [City Scrapers](https://city-scrapers.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, Azure, or GCS dependencies
pip install 'city-scrapers-core[aws]'
pip install 'city-scrapers-core[azure]'
pip install 'city-scrapers-core[gcs]'
```
