__version__.py — requests Source File
Architecture documentation for __version__.py, a python file in the requests codebase. 0 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR 616c96e3_864c_f2bb_a2a3_856a02063a22["__version__.py"] 961d4893_d7e8_96e8_b607_9aeb34411448["__init__.py"] 961d4893_d7e8_96e8_b607_9aeb34411448 --> 616c96e3_864c_f2bb_a2a3_856a02063a22 2c39b9da_e317_5e6c_bbac_8362bac2110c["utils.py"] 2c39b9da_e317_5e6c_bbac_8362bac2110c --> 616c96e3_864c_f2bb_a2a3_856a02063a22 style 616c96e3_864c_f2bb_a2a3_856a02063a22 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# .-. .-. .-. . . .-. .-. .-. .-.
# |( |- |.| | | |- `-. | `-.
# ' ' `-' `-`.`-' `-' `-' ' `-'
__title__ = "requests"
__description__ = "Python HTTP for Humans."
__url__ = "https://requests.readthedocs.io"
__version__ = "2.32.5"
__build__ = 0x023205
__author__ = "Kenneth Reitz"
__author_email__ = "me@kennethreitz.org"
__license__ = "Apache-2.0"
__copyright__ = "Copyright Kenneth Reitz"
__cake__ = "\u2728 \U0001f370 \u2728"
Domain
Imported By
Source
Frequently Asked Questions
What does __version__.py do?
__version__.py is a source file in the requests codebase, written in python. It belongs to the CoreAPI domain.
What files import __version__.py?
__version__.py is imported by 2 file(s): __init__.py, utils.py.
Where is __version__.py in the architecture?
__version__.py is located at src/requests/__version__.py (domain: CoreAPI, directory: src/requests).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free