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: pyproject.toml
Close
[build-system] requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [project] name = "pyparsing" authors = [{name = "Paul McGuire", email = "ptmcg.gm+pyparsing@gmail.com"}] readme = "README.rst" license = {file = "LICENSE"} dynamic = ["version", "description"] requires-python = ">=3.6.8" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Compilers", "Topic :: Text Processing", "Typing :: Typed", ] [project.optional-dependencies] diagrams = [ "railroad-diagrams", "jinja2", ] [project.urls] Homepage = "https://github.com/pyparsing/pyparsing/" [tool.flit.sdist] include = [ "CHANGES", "CODE_OF_CONDUCT.rst", "CONTRIBUTING.md", "LICENSE", "docs", "examples", "tests", "tox.ini", ] exclude = [ ".github", "docs/_build", "tests/__pycache__", "pyparsing_archive.py", "tests/.mypy_cache", "update_pyparsing_timestamp.py", ]