REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.24 KB
Close
//opt/cloudlinux/venv/lib/python3.11/site-packages/semver/__init__.py
Text
Base64
""" Semver package major release 3. A Python module for semantic versioning. Simplifies comparing versions. """ from ._deprecated import ( bump_build, bump_major, bump_minor, bump_patch, compare, bump_prerelease, finalize_version, format_version, match, max_ver, min_ver, parse, parse_version_info, replace, cmd_bump, cmd_compare, cmd_nextver, cmd_check, createparser, process, main, ) from .version import Version, VersionInfo from .__about__ import ( __version__, __author__, __maintainer__, __author_email__, __description__, __maintainer_email__, SEMVER_SPEC_VERSION, ) __all__ = [ "bump_build", "bump_major", "bump_minor", "bump_patch", "compare", "bump_prerelease", "finalize_version", "format_version", "match", "max_ver", "min_ver", "parse", "parse_version_info", "replace", "cmd_bump", "cmd_compare", "cmd_nextver", "cmd_check", "createparser", "process", "main", "Version", "VersionInfo", "__version__", "__author__", "__maintainer__", "__author_email__", "__description__", "__maintainer_email__", "SEMVER_SPEC_VERSION", ]
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2026-02-06 08:01:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cli.py
5.07 KB
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
py.typed
0 B
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
version.py
23.51 KB
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_deprecated.py
11.01 KB
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_types.py
422 B
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__about__.py
815 B
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
1.24 KB
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__main__.py
592 B
lrw-r--r--
2026-01-20 13:01:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).