Documentation
¶
Index ¶
Constants ¶
View Source
const ( FORMAT_WHEEL = "dist-info" FORMAT_EGG = "egg-info" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Package ¶
type Package struct {
Name string
Size int64
Data *map[string]string
Format string
// contains filtered or unexported fields
}
func LoadPackage ¶
func (*Package) LoadDependencies ¶
func (*Package) LoadMetaData ¶
load data from wheel/egg and convert it to single format
Click to show internal directories.
Click to hide internal directories.