certbot/certbot-apache
ohemorange e657cc3a8d
[apache] Add type hints to apache parser.py (to enable mypy --strict) (#10152)
```
$ mypy --strict certbot-apache/certbot_apache/_internal/parser.py 
Success: no issues found in 1 source file
```

`typing.Pattern` is deprecated in python 3.9 in favor of using
`re.Pattern` directly, and also wants to be subscripted with its type.

`python-augeas` types can be found in
a1e84a7e58/augeas/__init__.py
2025-01-28 10:54:11 -08:00
..
certbot_apache [apache] Add type hints to apache parser.py (to enable mypy --strict) (#10152) 2025-01-28 10:54:11 -08:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
MANIFEST.in Make apache tests internal (#9637) 2023-03-28 14:55:44 -07:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.py Bump version to 3.2.0 2025-01-07 12:54:01 -08:00

Apache plugin for Certbot