PHP 8.2.30
Preview: __about__.py Size: 815 B
/proc/thread-self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/semver/__about__.py

"""
Metadata about semver.

Contains information about semver's version, the implemented version
of the semver specifictation, author, maintainers, and description.

.. autodata:: __author__

.. autodata:: __description__

.. autodata:: __maintainer__

.. autodata:: __version__

.. autodata:: SEMVER_SPEC_VERSION
"""

#: Semver version
__version__ = "3.0.1"

#: Original semver author
__author__ = "Kostiantyn Rybnikov"

#: Author's email address
__author_email__ = "k-bx@k-bx.com"

#: Current maintainer
__maintainer__ = ["Sebastien Celles", "Tom Schraitle"]

#: Maintainer's email address
__maintainer_email__ = "s.celles@gmail.com"

#: Short description about semver
__description__ = "Python helper for Semantic Versioning (https://semver.org)"

#: Supported semver specification
SEMVER_SPEC_VERSION = "2.0.0"

Directory Contents

Dirs: 1 × Files: 8

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
5.07 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
23.51 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
11.01 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
422 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
815 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.24 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
592 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).