Metadata-Version: 1.2
Name: crawl4us
Version: 0.1.3
Summary: A Python web crawler looking wildly for tables
Home-page: https://github.com/camilamaia/crawl4us
Author: Camila Maia
Author-email: UNKNOWN
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/camilamaia/crawl4us/issues
Project-URL: Source, https://github.com/camilamaia/crawl4us
Description-Content-Type: UNKNOWN
Description: ========
        Crawl4us
        ========
        
        A Python web crawler looking wildly for tables 🕵️‍♀️ 
         
        Installation
        ------------
        
        Crawl4us is available on `PyPI <https://pypi.python.org/pypi/pyflakes>`_ so it can be installed via `pip <https://pypi.python.org/pypi/pip>`_ ::
        
            $ pip install crawl4us
          
        Usage
        ------------
        
        .. code:: python
        
            import crawl4us
            
            # TODO
        
        
        Changelog
        ---------
        
Keywords: sample setuptools development web scraping crawler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
