File: entry_points.txt

package info (click to toggle)
python-certbot 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,688 kB
  • sloc: python: 21,764; makefile: 182; sh: 108
file content (8 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[certbot.plugins]
manual = certbot._internal.plugins.manual:Authenticator
null = certbot._internal.plugins.null:Installer
standalone = certbot._internal.plugins.standalone:Authenticator
webroot = certbot._internal.plugins.webroot:Authenticator

[console_scripts]
certbot = certbot.main:main