Metadata-Version: 2.1
Name: os-scrapy
Version: 0.0.1
Summary: Ozzy 's Scrapy
Home-page: https://github.com/cfhamlet/os-scrapy
Author: Ozzy
Author-email: cfhamlet@gmail.com
License: MIT License
Description: # os-scrapy
        
        [![Build Status](https://www.travis-ci.org/cfhamlet/os-scrapy.svg?branch=master)](https://www.travis-ci.org/cfhamlet/os-scrapy)
        [![codecov](https://codecov.io/gh/cfhamlet/os-scrapy/branch/master/graph/badge.svg)](https://codecov.io/gh/cfhamlet/os-scrapy)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/os-scrapy.svg)](https://pypi.python.org/pypi/os-scrapy)
        [![PyPI](https://img.shields.io/pypi/v/os-scrapy.svg)](https://pypi.python.org/pypi/os-scrapy)
        
        
        Ozzy's Scrapy scaffold.
        
        ## Requirements
        
        * Python 3.6+ (pypy3.6+)
        * [Scrapy](https://github.com/scrapy/scrapy) 2.0+
        
        ## Install 
        
        ```
        pip install os-scrapy
        ```
        
        ## Usage
        
        ### Command line
        
        ```
        os-scrapy
        ```
        
        ## Unit Tests
        
        ```
        tox
        ```
        
        ## License
        
        MIT licensed.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: ujson
