-
Currently microbootstrap doesn't handle apps that are not Litestar or FastAPI apps, moreover, do not expose any HTTP API.
An example is a worker: it just does some things without serving an API. T…
-
Either in this repo, or on the Flask sample, what is the status of AuthKit integration?
I've been manually translating the node examples into Python, here is what I've come up with for the core par…
-
### Summary
There are a few places in the documentation that refer to "repositories". Some examples (perhaps not exhaustive):
- https://docs.litestar.dev/latest/tutorials/repository-tutorial/01-mode…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The recently introduced dependency on `multipart` made it impossible to package the new version on Gentoo Linux since we already package `python-multipart` which uses the same package name (sic!) and …
-
`Swagger` and `Redoc` docs does not work with the latest version of Litestar. For now we can pin the version to `Litestar==2.11.0` (latest working version). I will open an [issue](https://github.com/l…
-
### Description
subclassing
```python
class BigIntAuditBase(CommonTableAttributes, BigIntPrimaryKey, AuditColumns, DeclarativeBase):
"""Base for declarative models with BigInt primary key…
-
### Description
Piccolo ORM has a feature for scaffolding simple ASGI applications for various ASGI frameworks. I notice that
`Swagger` and `Redoc` docs do not work with the latest version of Lite…
-
### Description
Pydantic models use the field alias for validation and the field name for serialization (unless `prefer_alias=True` is passed explicitly). However the generated OpenAPI shows the al…
-
With respect to reports by a user, it seems as though Django is too slow for a quick startup.
I recommend considering a micro-framework like [Flask](https://flask.palletsprojects.com/en/3.0.x/), as i…