Added cpl-mail
Some checks failed
Build on push / prepare (push) Successful in 9s
Build on push / core (push) Successful in 18s
Build on push / query (push) Successful in 25s
Build on push / translation (push) Failing after 8s
Build on push / mail (push) Successful in 14s

This commit is contained in:
2025-09-15 20:56:07 +02:00
parent 3b120370b8
commit 25b4ca0696
344 changed files with 4567 additions and 4946 deletions

View File

@@ -83,7 +83,7 @@ To create the sample project to the following:
3. Add ```Console.select``` as follows:
```py
from cpl_core.console import Console
from cpl.core.console import Console
def main():
@@ -156,7 +156,7 @@ To create the sample project to the following:
import random
import string
from cpl_core.console import Console
from cpl.core.console import Console
def generate_password(letters: str, length: int) -> str:
@@ -200,9 +200,9 @@ In this section, you've created an application that uses user input to generate
To continue exploring CPL and developing applications:
- [Application base](cpl_core.application)
- [Dependency injection](cpl_core.dependency_injection)
- [Console](cpl_core.console)
- [Application base](cpl.core.application)
- [Dependency injection](cpl.core.dependency_injection)
- [Console](cpl.core.console)
<!-- LINKS -->
[pip-url]: https://pip.sh-edraft.de