|
1 |
| -# Fast Query Parsers |
2 |
| - |
3 | 1 | <!-- markdownlint-disable -->
|
4 |
| -<img alt="Starlite logo" src="./starlite-banner.svg" width="100%" height="auto"> |
| 2 | +<p align="center"> |
| 3 | + <img src="https://github.com/litestar-org/branding/blob/473f54621e55cde9acbb6fcab7fc03036173eb3d/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Light.svg#gh-light-mode-only" alt="Litestar Logo - Light" width="100%" height="auto" /> |
| 4 | + <img src="https://github.com/litestar-org/branding/blob/473f54621e55cde9acbb6fcab7fc03036173eb3d/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Dark.svg#gh-dark-mode-only" alt="Litestar Logo - Dark" width="100%" height="auto" /> |
| 5 | +</p> |
5 | 6 | <!-- markdownlint-restore -->
|
6 | 7 |
|
| 8 | +<div align="center"> |
| 9 | + |
| 10 | +<!-- prettier-ignore-start --> |
| 11 | + |
| 12 | +| Project | | Status | |
| 13 | +|-----------|:----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 14 | +| CI/CD | | [](https://github.com/litestar-org/fast-query-parsers/actions/workflows/publish.yaml) [](https://github.com/litestar-org/fast-query-parsers/actions/workflows/ci.yaml) | |
| 15 | +| Package | | [](https://badge.fury.io/py/litestar)   | |
| 16 | +| Community | | [](https://reddit.com/r/litestarapi) [](https://discord.gg/X3FJqy8d2j) [](https://matrix.to/#/#litestar:matrix.org) [](https://blog.litestar.dev) [](https://twitter.com/LitestarAPI) [](https://blog.litestar.dev) | |
| 17 | +| Meta | | [](https://github.com/litestar-org/fast-query-parsers) [](https://spdx.org/licenses/) [](https://github.com/sponsors/litestar-org) [](https://github.com/astral-sh/ruff) [](https://github.com/psf/black) | |
| 18 | + |
| 19 | +<!-- prettier-ignore-end --> |
| 20 | +</div> |
| 21 | + |
| 22 | +# Fast Query Parsers |
| 23 | + |
7 | 24 | This library includes ultra-fast Rust based query string and urlencoded parsers. These parsers are used
|
8 | 25 | by [`Litestar`](https://github.com/litestar-org/litestar), but are developed separately - and can of course be used separately.
|
9 | 26 |
|
10 |
| -<div align="center"> |
11 |
| - |
12 |
| -[](https://discord.gg/X3FJqy8d2j) |
13 |
| -[](https://matrix.to/#/#starlitespace:matrix.org) |
| 27 | +> [!IMPORTANT]\ |
| 28 | +> [**_Starlite has been renamed to Litestar_**](https://litestar.dev/about/organization.html#litestar-and-starlite) |
14 | 29 |
|
15 | 30 | </div>
|
16 | 31 |
|
|
0 commit comments