certbot/acme
Adrien Ferrand 86406ab63a
Add type annotations to the certbot package (part 4) (#9087)
* Extract from #9084

* Cast/ignore types during the transition

* Remove useless casts and type ignore directives

* Fix lint

* Fix a cast

* Mandatory typing for certbot packages

* Update certbot/certbot/_internal/plugins/disco.py

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

* Remove unused type import

* Fix iterator type

* Fix type

* Fix types in selection

Co-authored-by: alexzorin <alex@zor.io>
2021-11-26 09:00:03 +11:00
..
acme Add type annotations to the certbot package (part 4) (#9087) 2021-11-26 09:00:03 +11:00
docs Fix copyright date s/2015-2015/2015/ (#9070) 2021-10-25 12:20:57 -07:00
examples remove outdated example code (#8984) 2021-08-12 14:04:22 -07:00
tests Add type annotations to the acme project (#9036) 2021-10-25 09:43:21 +11:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Refactor tests out of packaged module for acme plugin (#7600) 2019-11-26 15:25:41 -08:00
pytest.ini Fixes #6085. (#6091) 2018-06-12 17:31:22 -07:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.cfg Make wheel universal 2016-01-21 10:11:23 +01:00
setup.py Update py cryptography to >=2.5.0 (#9110) 2021-11-24 14:46:11 -08:00

ACME protocol implementation in Python