Metadata-Version: 1.1
Name: scrapy-itemagic
Version: 0.2
Summary: Scrapy item parsing tools.
Home-page: https://github.com/as0n/scrapy-itemagic
Author: as0n
Author-email: as0n@gnab.fr
License: MIT
Description: # scrapy-itemagic
        Item parsing tools for Scrapy
        
        ## Examples
        [TODO]
        
        ## Installation
        Via `pip` :
        
        ```shell
        $ pip install scrapy-itemagic
        ```
        
        or from the source :
        
        ```shell
        $ git clone git@github.com:as0n/scrapy-itemagic.git
        $ cd scrapy-itemagic
        $ python setup.py install
        ```
        
        ## API
        [TODO]
        
Keywords: scrapy item parse parsing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Scrapy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
