Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizePkgName ¶ added in v0.52.1
NormalizePkgName normalizes the package name based on pep-0426
Types ¶
type Lockfile ¶
type Lockfile struct {
Packages []struct {
Category string `toml:"category"`
Description string `toml:"description"`
Marker string `toml:"marker,omitempty"`
Name string `toml:"name"`
Optional bool `toml:"optional"`
PythonVersions string `toml:"python-versions"`
Version string `toml:"version"`
Dependencies map[string]any `toml:"dependencies"`
Metadata any
} `toml:"package"`
}
Click to show internal directories.
Click to hide internal directories.