Lilya

Latest version: v0.6.1

Safety actively analyzes 623909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.6.1

Changed

- Internal support for `hatch` and removed the need for a `Makefile`
- Documentation references
- Internals for Directives. [54](https://github.com/dymmond/lilya/pull/54) by [devkral](https://github.com/devkral).

0.6.0

Fixed

- `add_arguments` from BaseDirective to not raise `NotImplementedError` exception.

0.5.0

Added

- `settings_module` also supports import as string

Example

python
from lilya.apps import Lilya
from lilya.requests import Request
from lilya.routing import Path


async def home(): ...


app = Lilya(
routes=[Path("/", handler=home)],
settings_module="myapp.configs.settings.AppSettings",
)

0.4.0

Added

- `encoders` directly embed in any response. The `encoders` is a list of `lilya.encoder.Encoder` type
of objects that can be passed directly into the response. SInce the responses can be independent ASGI applications,
the encoders can be passed directly there.

0.3.5

Changed

- Documentation improvements.

Fixed

- Typo in the create project directive urls file descripton.

0.3.4

Added

- Extra validations to handle the events.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.