certbot/certbot-nginx/certbot_nginx/_internal
Adrien Ferrand 16aad35d31
Fully type certbot-nginx module (#9124)
* Work in progress

* Fix type

* Work in progress

* Work in progress

* Work in progress

* Work in progress

* Work in progress

* Oups.

* Fix typing in UnspacedList

* Fix logic

* Finish typing

* List certbot-nginx as fully typed in tox

* Fix lint

* Fix checks

* Organize imports

* Fix typing for Python 3.6

* Fix checks

* Fix lint

* Update certbot-nginx/certbot_nginx/_internal/configurator.py

Co-authored-by: alexzorin <alex@zor.io>

* Update certbot-nginx/certbot_nginx/_internal/configurator.py

Co-authored-by: alexzorin <alex@zor.io>

* Fix signature of deploy_cert regarding the installer interface

* Update certbot-nginx/certbot_nginx/_internal/obj.py

Co-authored-by: alexzorin <alex@zor.io>

* Fix types

* Update certbot-nginx/certbot_nginx/_internal/parser.py

Co-authored-by: alexzorin <alex@zor.io>

* Precise type

* Precise _coerce possible inputs/outputs

* Fix type

* Update certbot-nginx/certbot_nginx/_internal/http_01.py

Co-authored-by: ohemorange <ebportnoy@gmail.com>

* Fix type

* Remove an undesirable implementation.

* Fix type

Co-authored-by: alexzorin <alex@zor.io>
Co-authored-by: ohemorange <ebportnoy@gmail.com>
2022-01-12 16:36:51 -08:00
..
tls_configs Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719) 2020-01-24 10:09:28 -08:00
__init__.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
configurator.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
constants.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
display_ops.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
http_01.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
nginxparser.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
obj.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
parser.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00
parser_obj.py Fully type certbot-nginx module (#9124) 2022-01-12 16:36:51 -08:00