Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add add_fastapi option to Python template #75

Open
4 tasks
jsstevenson opened this issue Dec 30, 2024 · 0 comments · May be fixed by #78
Open
4 tasks

Add add_fastapi option to Python template #75

jsstevenson opened this issue Dec 30, 2024 · 0 comments · May be fixed by #78
Labels
enhancement New feature or request

Comments

@jsstevenson
Copy link
Member

jsstevenson commented Dec 30, 2024

Feature description

Many of our projects reuse (or could stand to reuse) some FastAPI boilerplate. This feature should auto-add a template for them.

Use case

As a dev, I'd like to be setting up API service projects in a consistent manner with a baseline set of features.

Acceptance Criteria

Template features for the following-ish:

  • FastAPI and Pydantic dependencies
  • Basic Pydantic schema module
  • Basic API service module
  • Service info endpoint (app version, data versions, spec versions where possible)

Proposed solution

No response

Alternatives considered

No response

Implementation details

No response

Potential Impact

No response

Additional context

No response

Contribution

None

@jsstevenson jsstevenson added the enhancement New feature or request label Dec 30, 2024
@jsstevenson jsstevenson linked a pull request Jan 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant