Entrypoint

Latest version: v2.0.3

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

Scan your dependencies

Page 1 of 5

2.0.3

Internal

- Bumped dependencies.

2.0.2

No significant changes.

2.0.1

No significant changes.

2.0.0

Features

- Allow defining entry points implicitly (without providing the `__name__`).
The name will instead be fetched from the `__module__` of the function provided.
([69](https://github.com/nekitdev/entrypoint/pull/69))

Changes

- `entrypoint` now uses `named` and `typing-aliases` under the hood.

1.4.0

Changes

- `entrypoint` now uses `attrs` under the hood.

Features

- `Main` type alias is now exported from `entrypoint`:

python
Main = Nullary[None]


This ensures `main` functions do not take arguments and return nothing at type-checking time.

1.3.0

No significant changes.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.