Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 952 Bytes

File metadata and controls

62 lines (34 loc) · 952 Bytes

Types

Licensecheck Index / Licensecheck / Types

Auto-generated documentation for licensecheck.types module.

License

Show source in types.py:30

Attributes

  • 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.

Signature

class License(Enum):
    ...

PackageInfo

Show source in types.py:13

PackageInfo type.

Signature

class PackageInfo:
    ...