Documentation
¶
Overview ¶
cmd/deps.go
cmd/metadata.go
cmd/root.go
cmd/versions.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PackageInfo ¶
type PackageInfo struct { Name string `json:"name"` Version string `json:"version"` Summary string `json:"summary"` Description string `json:"description"` Author string `json:"author"` AuthorEmail string `json:"author_email"` License string `json:"license"` HomePage string `json:"home_page"` ProjectURL string `json:"project_url"` RequiresDist []string `json:"requires_dist"` }
type PyPIResponse ¶
type PyPIResponse struct { Info PackageInfo `json:"info"` Releases map[string][]ReleaseInfo `json:"releases"` }
Click to show internal directories.
Click to hide internal directories.