Metadata-Version: 1.1
Name: ApiRepl
Version: 1
Summary: Elastic API to database worker framework.
Home-page: http://rbirm.us
Author: Ryan Birmingham
Author-email: birm@rbirm.us
License: UNKNOWN
Description: # ApiRepl
        
        ## What it is
        If you want API data copied to your database, the workers should fetch for you elastically.
        
        ## Setup
        ### Database Requirement
        use schema.sql to create a database, and load it with the types of information you need
        ### Subclass BaseWorker
        see samples/usage.py for an example.
        Create an api method and save method for your workflow by subclassing BaseWorker.
        
        ## Functionality (requirements)
        * Splits update task into pieces
        * Prioritizes pieces
        * Can be paused and resumed
        * Can scale across hosts easily using DB
        * Good test coverage (soon :) )
        
        ## Usage
        See Sample folder
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Database
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: SQL
Classifier: Programming Language :: Python :: 2.7
