Metadata-Version: 2.1
Name: wf-honeycomb-io
Version: 1.0.2
Summary: Tools for working with data in Wildflower's Honeycomb database
Home-page: https://github.com/WildflowerSchools/wf-honeycomb-io
Author: Theodore Quinn
Author-email: ted.quinn@wildflowerschools.org
License: UNKNOWN
Description: # honeycomb_io
        
        Tools for working with data in Wildflower's Honeycomb database
        
        ## Installation
        
        `pip install wf-honeycomb-io`
        
        ## Task list
        * Integrate Honeycomb IO functions from `wf-inference-helpers`
        * Integrate Honeycomb IO functions from `cuwb_sensor`
        * Integrate Honeycomb IO functions from `wf-inference-airflow`?
        * Integrate Honeycomb IO functions from `wf-video-stream-consumer`?
        * Integrate Honeycomb IO functions from `wf-pose-producer`?
        * Integrate Honeycomb IO functions from `honeycomb-geom-processor`?
        * Integrate Honeycomb IO functions from `honeycomb-video-streamer`?
        * Integrate Honeycomb IO functions from `wf-honeycomb-service-event-producer`?
        * Integrate Honeycomb IO functions from `classroom-video-uploader`?
        * Redesign architecture so user doesn't need to create a client
        * Create a function for each basic verb:
          - objects()
          - get_object()
          - find_objects()
        * Create corresponding functions for each verb/object combination?
        * Rewrite existing external functions to use the basic functions above
        * Consider replacing existing external functions with the basic functions above (changes API)
        
Keywords: database
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
