Inventory
License Sources
| Source | License | Class |
|---|---|---|
Licensie (detected) | Pending | - |
PyPI (reported) | Not reported | - |
License detection is still in progress for this version.
Loading dependencies…
License File
# coding: utf-8
"""
Inventory
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 1.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import json
from enum import Enum
from typing_extensions import Self
class LicenseCopyleftType(str, Enum):
"""
LicenseCopyleftType
"""
"""
allowed enum values
"""
UNKNOWN = 'Unknown'
PERMISSIVE = 'Permissive'
WEAKCOPYLEFT = 'WeakCopyleft'
STRONGCOPYLEFT = 'StrongCopyleft'
@classmethod
def from_json(cls, json_str: str) -> Self:
"""Create an instance of LicenseCopyleftType from a JSON string"""
return cls(json.loads(json_str))
Versions
26 versions| Version | License | Published | Status |
|---|---|---|---|
| 1.1.4694 Latest | - | Mar 2, 2026 | Pending |
| 1.1.4693 | - | Mar 2, 2026 | Pending |
| 1.1.4692 | - | Mar 2, 2026 | Pending |
| 1.1.4691 | - | Mar 1, 2026 | Pending |
| 1.1.4690 | - | Mar 1, 2026 | Pending |
| 1.1.4689 | - | Feb 26, 2026 | Pending |
| 1.1.4688 | - | Feb 26, 2026 | Pending |
| 1.1.4687 Viewing | - | Feb 26, 2026 | Pending |
| 1.1.4686 | - | Feb 26, 2026 | Pending |
| 1.1.4685 | - | Feb 25, 2026 | Pending |
| 1.1.4684 | - | Feb 25, 2026 | Pending |
| 1.1.4683 | - | Feb 24, 2026 | Pending |
| 1.1.4682 | - | Feb 24, 2026 | Pending |
| 1.1.4681 | - | Feb 24, 2026 | Pending |
| 1.1.4680 | - | Feb 23, 2026 | Pending |
| 1.1.4679 | - | Feb 23, 2026 | Pending |
| 1.1.4678 | - | Feb 23, 2026 | Pending |
| 1.1.4677 | - | Feb 23, 2026 | Pending |
| 1.1.4676 | - | Feb 23, 2026 | Pending |
| 1.1.4675 | - | Feb 23, 2026 | Pending |