OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
pyparsing
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
120 bytes
08/25/2024 02:43:42 PM
rw-r--r--
📁
.github
-
08/25/2024 02:43:42 PM
rwxr-xr-x
📄
.gitignore
2.23 KB
08/25/2024 02:43:42 PM
rw-r--r--
📄
.pre-commit-config.yaml
126 bytes
08/25/2024 02:43:42 PM
rw-r--r--
📄
BUILDING.md
784 bytes
08/25/2024 02:43:42 PM
rw-r--r--
📄
CHANGES
174.69 KB
08/25/2024 02:43:42 PM
rw-r--r--
📄
CODE_OF_CONDUCT.rst
3.26 KB
08/25/2024 02:43:42 PM
rw-r--r--
📄
CONTRIBUTING.md
6.73 KB
08/25/2024 02:43:42 PM
rw-r--r--
📄
LICENSE
1023 bytes
08/25/2024 02:43:42 PM
rw-r--r--
📄
README.rst
3.54 KB
08/25/2024 02:43:42 PM
rw-r--r--
📁
docs
-
08/25/2024 02:43:42 PM
rwxr-xr-x
📁
examples
-
08/25/2024 02:43:42 PM
rwxr-xr-x
📁
pyparsing
-
02/11/2025 08:19:48 AM
rwxr-xr-x
📄
pyproject.toml
1.73 KB
08/25/2024 02:43:42 PM
rw-r--r--
📁
tests
-
08/25/2024 02:43:42 PM
rwxr-xr-x
📄
tox.ini
446 bytes
08/25/2024 02:43:42 PM
rw-r--r--
📄
update_pyparsing_timestamp.py
492 bytes
08/25/2024 02:43:42 PM
rw-r--r--
Editing: tox.ini
Close
[tox] skip_missing_interpreters=true envlist = py{37,38,39,310,311,312,313,py3},mypy-test isolated_build = True [testenv] deps=pytest extras=diagrams commands= pytest tests {posargs} allowlist_externals = pytest python [testenv:mypy-test] deps = mypy==0.960 # note: cd to tests/ to avoid mypy trying to check pyparsing (which fails) changedir = tests commands = mypy --show-error-codes --warn-unused-ignores mypy-ignore-cases/