package
Version:
v0.53.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Poetry struct {
Dependencies map[string]any `toml:"dependencies"`
}
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.