Metadata-Version: 2.1
Name: city-scrapers-core
Version: 0.10.1
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
Description: # 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://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, Azure, or GCS dependencies
        pip install 'city-scrapers-core[aws]'
        pip install 'city-scrapers-core[azure]'
        pip install 'city-scrapers-core[gcs]'
        ```
        
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
Provides-Extra: aws
Provides-Extra: azure
Provides-Extra: gcs
