Let us walk on the 3-isogeny graph
|
Static Public Attributes | |
str | PKG_INFO = 'METADATA' |
EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])") | |
![]() | |
str | PKG_INFO = 'PKG-INFO' |
Protected Member Functions | |
_parsed_pkg_info (self) | |
_dep_map (self) | |
_compute_dependencies (self) | |
![]() | |
_reload_version (self) | |
_forgiving_parsed_version (self) | |
_build_dep_map (self) | |
_get_metadata_path_for_display (self, name) | |
_get_metadata (self, name) | |
_get_version (self) | |
Protected Attributes | |
_pkg_info | |
![]() | |
_version | |
_provider | |
_forgiving_parsed_version | |
_key | |
_parsed_version | |
Wrap an actual or potential sys.path entry w/metadata, .dist-info style.
Definition at line 3087 of file __init__.py.
|
protected |
Recompute this distribution's dependencies.
Definition at line 3114 of file __init__.py.
|
protected |
A map of extra to its list of (direct) requirements for this distribution, including the null extra.
Reimplemented from Distribution.
Definition at line 3107 of file __init__.py.
|
protected |
Parse and cache metadata
Definition at line 3097 of file __init__.py.
|
protected |
Definition at line 3103 of file __init__.py.
Definition at line 3094 of file __init__.py.
|
static |
Definition at line 3093 of file __init__.py.