hyfi.about
About
Bases: BaseModel
A Pydantic BaseModel that contains metadata about the package.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
The display name of the package. |
authors |
str
|
The author(s) of the package. |
description |
str
|
A brief description of the package. |
homepage |
str
|
The URL of the package's homepage. |
license |
str
|
The license under which the package is distributed. |