smithy-rs/rust-runtime/aws-smithy-http-server-python
Zelda Hessler 5b9d0c0fff
fix clippy lints from the future (#3438)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
Because the build pipeline is checking for these.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-26 15:30:51 +00:00
..
src fix clippy lints from the future (#3438) 2024-02-26 15:30:51 +00:00
Cargo.toml Scrape doc examples (#3334) 2023-12-20 18:11:43 +00:00
LICENSE Implement Python runtime crate and shared socket (#1399) 2022-05-20 17:08:57 +00:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
stubgen.py [Python] Improve Python stubs generation (#2606) 2023-04-20 14:18:15 +00:00
stubgen.sh [Python] Automatically generate stubs (#2576) 2023-04-17 16:19:12 +00:00
stubgen_test.py [Python] Automatically generate stubs (#2576) 2023-04-17 16:19:12 +00:00

README.md

aws-smithy-http-server-python

Server libraries for smithy-rs generated servers, targeting pure Python business logic.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.