You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's use a tool like Click and write a few CLI commands that can be easily called to trigger some of the duck delivery features available via the API.
It should be easy to just create a duck from the terminal without spinning up the whole webserver.
Assigning this to @Akarys42 since you expressed interest in making a duck generator PyPI package - this will be the first part of doing that.
The text was updated successfully, but these errors were encountered:
We're not going to proceed with packaging Quackstack for PyPI at this point. Integrations such as Sir Lancebot and potentially a CLI in future will call out to the publicly hosted instance at quackstack.pythondiscord.com. I'll keep this issue open but retarget it as a long term goal of the project.
Typer is just a wrapper for click, and uvicorn already uses click, so it may be more efficient to use click to make a simple wrapper. Typer does not seem necessary to me.
Let's use a tool like Click and write a few CLI commands that can be easily called to trigger some of the duck delivery features available via the API.
It should be easy to just create a duck from the terminal without spinning up the whole webserver.
Assigning this to @Akarys42 since you expressed interest in making a duck generator PyPI package - this will be the first part of doing that.
The text was updated successfully, but these errors were encountered: