Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶ added in v0.59.0
func (*Dependencies) UnmarshalTOML ¶ added in v0.59.0
func (d *Dependencies) UnmarshalTOML(data any) error
type Group ¶ added in v0.58.1
type Group struct {
Dependencies Dependencies `toml:"dependencies"`
}
type Parser ¶
type Parser struct {
}
Parser parses pyproject.toml defined in PEP518. https://peps.python.org/pep-0518/
type Poetry ¶
type Poetry struct {
Dependencies Dependencies `toml:"dependencies"`
Groups map[string]Group `toml:"group"`
}
type Project ¶ added in v0.59.1
type Project struct {
Dependencies Dependencies `toml:"dependencies"`
}
Click to show internal directories.
Click to hide internal directories.