Metadata-Version: 1.1
Name: pyscraper-framework
Version: 0.0.7
Summary: A python based scraper for any data source.
Home-page: https://github.com/jonathanporta/pyscraper
Author: Jonathan Porta
Author-email: jonathan@jonathanPorta.com
License: MIT
Description: # pyscrape
        
        ### Setup Local Dev
        Install python, virtualenv and deps. To get started go [here](https://realpython.com/blog/python/flask-by-example-part-1-project-setup).
        
        Once
        
        Then: `pip install -r requirements.txt`
        
        ### Pushing to Production/Staging on Heroku (Don't do this, ci should do this)
        git remote add heroku-staging git@heroku.com:pyscrape-staging.git
        git remote add heroku-production git@heroku.com:pyscrape-production.git
        Or
        `make deploy`
        
        ### Release
        `make release`
        
        ### Usage
        Pyscraper is meant as a framework to help with the extraction, transformation and loading of data between sources.
        
        To get started, create a new Python project and then `pip install pypscraper-framework`.
        
Keywords: etl scraping
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.4
Classifier: Programming Language :: Python :: 3.5
