Licensecheck Index / Licensecheck / Types
Auto-generated documentation for licensecheck.types module.
-
PUBLIC
- Public domain:0
-
MIT
- Permissive GPL compatible:10
-
APACHE
- Other permissive:20
-
LGPL_X
- LGPL:30
-
GPL_X
- GPL:40
-
AGPL_3_PLUS
- AGPL:50
-
MPL
- Other copyleft:60
-
PROPRIETARY
- PROPRIETARY:190
-
NO_LICENSE
- No License:200
License Enum to hold a set of potential licenses.
class License(Enum): ...
PackageInfo type.
class PackageInfo: ...
Uppercase string
class ucstr(str): ...
Output a license as plain text
licenseEnum
L - License
Type: str license of plain text
def printLicense(licenseEnum: L) -> str: ...