Metadata-Version: 2.1
Name: dryad-pqueue
Version: 0.2.0a2
Summary: run models with parameters from a queue and upload to s3 + webhooks
Author: technillogue
Author-email: technillogue@gmail.com
Requires-Python: >=3.9,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: psycopg[binary,pool] (>=3.0.10)
Requires-Dist: requests (>=2.28.1)
Description-Content-Type: text/markdown

inherit from Maestro and override `create_generator` and/or `handle_item`

secrets:
- `DATABASE_URL`
- `SUPABASE_API_KEY` 

options:
- `MODEL`
- `SUPABASE_URL`
- `ADMIN_URL`

flags:
- `FREE`
- `EXIT`
- `EXIT_ON_LOAD`
- `POWEROFF`
- `TWITTER`: post tweets, requires comma-seperated TWITTER_CREDS and TwitterAPI to be installed

