OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
httplib2
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📁
.github
-
02/02/2022 11:24:16 PM
rwxr-xr-x
📄
.gitignore
284 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
CHANGELOG
15.07 KB
02/02/2022 11:24:16 PM
rw-r--r--
📄
LICENSE
1.06 KB
02/02/2022 11:24:16 PM
rw-r--r--
📄
MANIFEST.in
258 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
README.md
2.87 KB
02/02/2022 11:24:16 PM
rw-r--r--
📄
SECURITY.md
916 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
codecov.yml
171 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
libhttplib2.tex
17.87 KB
02/02/2022 11:24:16 PM
rw-r--r--
📄
pyproject.toml
199 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📁
python2
-
02/02/2022 11:24:16 PM
rwxr-xr-x
📁
python3
-
02/02/2022 11:24:16 PM
rwxr-xr-x
📁
ref
-
02/02/2022 11:24:16 PM
rwxr-xr-x
📄
ref.tex
1.9 KB
02/02/2022 11:24:16 PM
rw-r--r--
📄
requirements-test.txt
358 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
requirements.txt
165 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📁
script
-
02/02/2022 11:24:16 PM
rwxr-xr-x
📄
setup.cfg
531 bytes
02/02/2022 11:24:16 PM
rw-r--r--
📄
setup.py
3.64 KB
02/02/2022 11:24:16 PM
rw-r--r--
Editing: setup.cfg
Close
# [bdist_wheel] # universal = 1 # FIXME universal wheels don't roll well with our 2/3 split code base # https://github.com/httplib2/httplib2/pull/29 [coverage:run] [flake8] exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/ ignore = E261,E731,W503 max-line-length = 121 [tool:pytest] minversion = 3.2 addopts = # --fulltrace # -n auto --cov-config=setup.cfg --cov=httplib2 --ignore=tests/_TODO_legacy/ --noconftest --showlocals --strict-markers --tb=short --timeout=17 --verbose -ra