Metadata-Version: 2.1
Name: lich-linkextractor
Version: 0.0.8
Summary: Auto Generated by os-scrapy-cookiecutter
Home-page: UNKNOWN
License: MIT License
Description: # lich_linkextractor
        
        Scrapy project auto generated by [os-scrapy-cookiecutter](https://github.com/cfhamlet/os-scrapy-cookiecutter). 
        
        
        ## Project
        
        This scrapy project is a python package generated by os-scrapy-cookiecutter.
        
        You can run it as normal scrapy project with scrapy commands.
        
        It is also a python package, the scaffolds can be used for formatting, testing, installing.
        
        * lint
          
            ```
            sh scripts/lint.sh
            ```
        
        * test
        
            ```
            sh scripts/test.sh
            ```
        
        * install
        
            ```
            python setup.py install
            ```
        
        * example
        
            You can run example spider:
        
            ```
            scrapy crawl example
            ```
        
        * files
        
            ```
            .
            ├── lich_linkextractor # scrapy project          
            │   ├── __init__.py
            │   ├── items.py
            │   ├── middlewares.py
            │   ├── pipelines.py
            │   ├── settings.py
            │   └── spiders
            │       └── __init__.py
            ├── LICENSE # license file
            ├── MANIFEST.in # setup install package file
            ├── pytest.ini # pytest config file
            ├── README.md
            ├── requirements
            │   ├── requirements-lint.txt # requirements of format tools used by scripts/lint.sh and tox
            │   ├── requirements-test.txt # requirements of test used by tox
            │   └── requirements.txt # requirements of this project
            ├── scrapy.cfg # scrapy project entrypoint file
            ├── scripts
            │   ├── test.sh # run test 
            │   └── lint.sh # format the source file
            ├── setup.cfg # setup tool config file
            ├── setup.py # setup tool 
            ├── tests
            │   ├── __init__.py
            │   └── test_scrapy_check.py # unit test with scrapy check
            └── tox.ini # tox config file
            ```
        
        ## Install
        
        ```
        python setup.py install
        ```
        
        ## Usage
        
        ```
        scrapy -h
        ```
        
        ## Unit Tests
        
        ```
        sh scripts/test.sh
        ```
        
        ## 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
