Metadata-Version: 2.1
Name: py-collector
Version: 0.0.21
Summary: A small data collection package for small to medium data collection efforts.
Home-page: https://github.com/Michael-fore/py_collector
Author: Michael Watson-Fore
Author-email: michael-fore@sbcglobal.net
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Michael-fore/py_collector/issues
Description: # Py Collector
        
        Py Collector is a simple, reliable, DB agnostic framework for consistently harvesting data from
        any source.
        
        It utilizes two main components, the `Collector` and the `Scheduler`. 
        
        ## Code Examples
        
        | Data | Code |
        |--- | :---: |
        |Collect Weather Data into SQL Alchemy| Test|
        |Collect Energy Data into a csv| Test|
        |Collect Housing data into Mongo DB| Test|
        |Send email with Data| Test|
Keywords: dataharvesting,datascraping,scraping,datacollection
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Requires-Python: >=3.2
Description-Content-Type: text/markdown
