Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Package ¶
type Package struct {
Name string `toml:"name"`
Version string `toml:"version"`
Dependencies []Dependency `toml:"dependencies"`
Directory Directory `toml:"directory"`
}
type Parser ¶
type Parser struct{}
Parser parses pylock.toml defined in PEP 751. https://peps.python.org/pep-0751
Click to show internal directories.
Click to hide internal directories.