puff-rs 0.1.8

Puff - Deep Stack Python Runtime and GraphQL library.
Documentation
1
2
3
4
5
6
7
8
9
10
redis = true
postgres = true
task_queue = true
wsgi_app = "flask_example.app"
asgi_app = "fast_api_example.app"
pytest_path = "./"

[[commands]]
function = "task_queue_example.run_main"
command_name = "queue_task"