Metadata-Version: 2.1
Name: city-scrapers-core
Version: 0.2.2
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
Description: # 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]
        ```
        
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
Provides-Extra: aws
Provides-Extra: azure
