Jellyfin(8096), OrbStack(8097) 포트 충돌으로 변경. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
535 B
Python
20 lines
535 B
Python
# .-. .-. .-. . . .-. .-. .-. .-.
|
|
# |( |- |.| | | |- `-. | `-.
|
|
# ' ' `-' `-`.`-' `-' `-' ' `-'
|
|
|
|
from __future__ import annotations
|
|
|
|
__title__: str = "niquests"
|
|
__description__: str = "Python HTTP for Humans."
|
|
__url__: str = "https://niquests.readthedocs.io"
|
|
|
|
__version__: str
|
|
__version__ = "3.18.2"
|
|
|
|
__build__: int = 0x031802
|
|
__author__: str = "Kenneth Reitz"
|
|
__author_email__: str = "me@kennethreitz.org"
|
|
__license__: str = "Apache-2.0"
|
|
__copyright__: str = "Copyright Kenneth Reitz"
|
|
__cake__: str = "\u2728 \U0001f370 \u2728"
|