Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import types

from .distribution import Distribution as Distribution

class Installed(Distribution):
    package_name: str
    package: str | types.ModuleType
    metadata_version: str | None
    def __init__(self, package: str | types.ModuleType, metadata_version: str | None = ...) -> None: ...
    def read(self) -> bytes: ...