package
Version:
v0.58.1
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Group struct {
Dependencies dependencies `toml:"dependencies"`
}
type Poetry struct {
Dependencies dependencies `toml:"dependencies"`
Groups map[string]Group `toml:"group"`
}
type PyProject struct {
Tool Tool `toml:"tool"`
}
type Tool struct {
Poetry Poetry `toml:"poetry"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.