Metadata-Version: 2.1
Name: scrapy-patterns
Version: 1.0.2
Summary: Scrapy Patterns
Home-page: https://github.com/oliverdozsa/scrapy-patterns
Author: oliverdozsa
Author-email: dozsa.oliver@gmail.com
License: UNKNOWN
Description: # Scrapy Patterns
        [![Build Status](https://travis-ci.org/oliverdozsa/scrapy-patterns.svg?branch=master)](https://travis-ci.org/oliverdozsa/scrapy-patterns)
        [![Maintainability](https://api.codeclimate.com/v1/badges/d94be5b61c6e86dc1f69/maintainability)](https://codeclimate.com/github/oliverdozsa/scrapy-patterns/maintainability)
        <a href="https://codeclimate.com/github/oliverdozsa/scrapy-patterns/test_coverage"><img src="https://api.codeclimate.com/v1/badges/d94be5b61c6e86dc1f69/test_coverage" /></a>
        
        ## Overview
        Scraping websites can be cumbersome, but many of them are built around patterns. The goal of this library is to make
        this task easier by following those patterns.
        
        ## Requirements
        * Python 3.6+
        
        ## Install
        ```
        $ pip install scrapy-patterns
        ```
        
        ## Documentation
        Can be found [here](https://oliverdozsa.github.io/scrapy-patterns/).
        
        ## Contribution
        Suggestions and contributions are very welcome :).
Platform: UNKNOWN
Description-Content-Type: text/markdown
