OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
urllib3
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📄
.coveragerc
497 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.eslintrc.yml
79 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
.github
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
.gitignore
85 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.pre-commit-config.yaml
748 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
.readthedocs.yml
284 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
CHANGES.rst
63.78 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
5.1 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
LICENSE.txt
1.07 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
README.md
4.32 KB
06/17/2024 08:00:39 AM
rw-r--r--
📁
changelog
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
ci
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
dev-requirements.txt
853 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
docs
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
dummyserver
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
emscripten-requirements.txt
69 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📄
mypy-requirements.txt
194 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
notes
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
noxfile.py
10.55 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
pyproject.toml
4.07 KB
06/17/2024 08:00:39 AM
rw-r--r--
📄
setup.cfg
83 bytes
06/17/2024 08:00:39 AM
rw-r--r--
📁
src
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📁
test
-
06/17/2024 08:00:39 AM
rwxr-xr-x
📄
towncrier.toml
232 bytes
06/17/2024 08:00:39 AM
rw-r--r--
Editing: .coveragerc
Close
[run] source = urllib3 [paths] source = src/urllib3 */urllib3 *\urllib3 [report] omit = src/urllib3/contrib/pyopenssl.py src/urllib3/contrib/securetransport.py src/urllib3/contrib/_securetransport/* exclude_lines = except ModuleNotFoundError: except ImportError: pass import raise NotImplementedError .* # Platform-specific.* .*:.* # Python \d.* .* # Abstract .* # Defensive: if (?:typing.)?TYPE_CHECKING: ^\s*?\.\.\.\s*$