# -*- coding: utf-8 -*- # # Copyright (C) 2012-2019 Vinay Sajip. # Licensed to the Python Software Foundation under a contributor agreement. # See LICENSE.txt and CONTRIBUTORS.txt. # import logging __version__ = '0.3.1' class DistlibException(Exception): pass try: from logging import NullHandler except ImportError: # pragma: no cover class NullHandler(logging.Handler): def handle(self, record): pass def emit(self, record): pass def createLock(self): self.lock = None logger = logging.getLogger(__name__) logger.addHandler(NullHandler())
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 2755 |
|
|
_backport | Folder | 2755 |
|
|
__init__.py | File | 581 B | 0644 |
|
compat.py | File | 40.44 KB | 0644 |
|
database.py | File | 49.86 KB | 0644 |
|
index.py | File | 20.57 KB | 0644 |
|
locators.py | File | 50.88 KB | 0644 |
|
manifest.py | File | 14.46 KB | 0644 |
|
markers.py | File | 4.28 KB | 0644 |
|
metadata.py | File | 38.05 KB | 0644 |
|
resources.py | File | 10.51 KB | 0644 |
|
scripts.py | File | 16.78 KB | 0644 |
|
t32.exe | File | 94.5 KB | 0644 |
|
t64.exe | File | 103.5 KB | 0644 |
|
util.py | File | 58.44 KB | 0644 |
|
version.py | File | 22.84 KB | 0644 |
|
w32.exe | File | 88 KB | 0644 |
|
w64.exe | File | 97.5 KB | 0644 |
|
wheel.py | File | 40.18 KB | 0644 |
|