#1185 Mention a package with an underscore in the importable name for Python.
Merged 2 years ago by churchyard. Opened 2 years ago by supakeen.
supakeen/packaging-committee master  into  master

@@ -226,6 +226,7 @@ 

  |`+PyYAML+` |`+python3-pyyaml+` |`+pyyaml+` |`+yaml+`

  |`+python-ldap+` |`+python3-ldap+` |`+python-ldap+` |`+ldap+`, `+ldif+`, etc.

  |`+python-pillow+` |`+python3-pillow+` |`+pillow+` |`+PIL+`

+ |`+python-jupyter-client+` |`+python3-jupyter-client+` |`+jupyter-client+` |`+jupyter_client+`

  |===

  

  Elsewhere in this text,

One more example to cover the case for packages with underscored importable names.

Pull-Request has been merged by churchyard

2 years ago
Metadata