@scrypted/arlo 0.11.26 → 0.11.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
- package/venv/bin/Activate.ps1 +0 -247
- package/venv/bin/activate +0 -69
- package/venv/bin/activate.csh +0 -26
- package/venv/bin/activate.fish +0 -69
- package/venv/bin/normalizer +0 -8
- package/venv/bin/pip +0 -8
- package/venv/bin/pip3 +0 -8
- package/venv/bin/pip3.10 +0 -8
- package/venv/lib/python3.10/site-packages/_cffi_backend.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py +0 -132
- package/venv/lib/python3.10/site-packages/_distutils_hack/override.py +0 -1
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/__init__.py +0 -13
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/_staggered.py +0 -202
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/impl.py +0 -210
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/types.py +0 -12
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs/utils.py +0 -97
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs-2.4.6.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs-2.4.6.dist-info/LICENSE +0 -279
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs-2.4.6.dist-info/METADATA +0 -123
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs-2.4.6.dist-info/RECORD +0 -16
- package/venv/lib/python3.10/site-packages/aiohappyeyeballs-2.4.6.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/aiohttp/.hash/_cparser.pxd.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/.hash/_find_header.pxd.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/.hash/_http_parser.pyx.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/.hash/_http_writer.pyx.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/.hash/hdrs.py.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/__init__.py +0 -264
- package/venv/lib/python3.10/site-packages/aiohttp/_cparser.pxd +0 -158
- package/venv/lib/python3.10/site-packages/aiohttp/_find_header.pxd +0 -2
- package/venv/lib/python3.10/site-packages/aiohttp/_headers.pxi +0 -83
- package/venv/lib/python3.10/site-packages/aiohttp/_http_parser.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/aiohttp/_http_parser.pyx +0 -837
- package/venv/lib/python3.10/site-packages/aiohttp/_http_writer.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/aiohttp/_http_writer.pyx +0 -162
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/.hash/mask.pxd.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/.hash/mask.pyx.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/.hash/reader_c.pxd.hash +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/__init__.py +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/helpers.py +0 -147
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/mask.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/mask.pxd +0 -3
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/mask.pyx +0 -48
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/models.py +0 -84
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/reader.py +0 -31
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/reader_c.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/reader_c.pxd +0 -102
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/reader_c.py +0 -468
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/reader_py.py +0 -468
- package/venv/lib/python3.10/site-packages/aiohttp/_websocket/writer.py +0 -177
- package/venv/lib/python3.10/site-packages/aiohttp/abc.py +0 -253
- package/venv/lib/python3.10/site-packages/aiohttp/base_protocol.py +0 -100
- package/venv/lib/python3.10/site-packages/aiohttp/client.py +0 -1550
- package/venv/lib/python3.10/site-packages/aiohttp/client_exceptions.py +0 -421
- package/venv/lib/python3.10/site-packages/aiohttp/client_proto.py +0 -307
- package/venv/lib/python3.10/site-packages/aiohttp/client_reqrep.py +0 -1315
- package/venv/lib/python3.10/site-packages/aiohttp/client_ws.py +0 -426
- package/venv/lib/python3.10/site-packages/aiohttp/compression_utils.py +0 -173
- package/venv/lib/python3.10/site-packages/aiohttp/connector.py +0 -1652
- package/venv/lib/python3.10/site-packages/aiohttp/cookiejar.py +0 -495
- package/venv/lib/python3.10/site-packages/aiohttp/formdata.py +0 -182
- package/venv/lib/python3.10/site-packages/aiohttp/hdrs.py +0 -121
- package/venv/lib/python3.10/site-packages/aiohttp/helpers.py +0 -944
- package/venv/lib/python3.10/site-packages/aiohttp/http.py +0 -72
- package/venv/lib/python3.10/site-packages/aiohttp/http_exceptions.py +0 -112
- package/venv/lib/python3.10/site-packages/aiohttp/http_parser.py +0 -1046
- package/venv/lib/python3.10/site-packages/aiohttp/http_websocket.py +0 -36
- package/venv/lib/python3.10/site-packages/aiohttp/http_writer.py +0 -249
- package/venv/lib/python3.10/site-packages/aiohttp/log.py +0 -8
- package/venv/lib/python3.10/site-packages/aiohttp/multipart.py +0 -1071
- package/venv/lib/python3.10/site-packages/aiohttp/payload.py +0 -519
- package/venv/lib/python3.10/site-packages/aiohttp/payload_streamer.py +0 -78
- package/venv/lib/python3.10/site-packages/aiohttp/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp/pytest_plugin.py +0 -436
- package/venv/lib/python3.10/site-packages/aiohttp/resolver.py +0 -187
- package/venv/lib/python3.10/site-packages/aiohttp/streams.py +0 -727
- package/venv/lib/python3.10/site-packages/aiohttp/tcp_helpers.py +0 -37
- package/venv/lib/python3.10/site-packages/aiohttp/test_utils.py +0 -770
- package/venv/lib/python3.10/site-packages/aiohttp/tracing.py +0 -470
- package/venv/lib/python3.10/site-packages/aiohttp/typedefs.py +0 -69
- package/venv/lib/python3.10/site-packages/aiohttp/web.py +0 -605
- package/venv/lib/python3.10/site-packages/aiohttp/web_app.py +0 -620
- package/venv/lib/python3.10/site-packages/aiohttp/web_exceptions.py +0 -452
- package/venv/lib/python3.10/site-packages/aiohttp/web_fileresponse.py +0 -418
- package/venv/lib/python3.10/site-packages/aiohttp/web_log.py +0 -216
- package/venv/lib/python3.10/site-packages/aiohttp/web_middlewares.py +0 -121
- package/venv/lib/python3.10/site-packages/aiohttp/web_protocol.py +0 -750
- package/venv/lib/python3.10/site-packages/aiohttp/web_request.py +0 -916
- package/venv/lib/python3.10/site-packages/aiohttp/web_response.py +0 -840
- package/venv/lib/python3.10/site-packages/aiohttp/web_routedef.py +0 -214
- package/venv/lib/python3.10/site-packages/aiohttp/web_runner.py +0 -399
- package/venv/lib/python3.10/site-packages/aiohttp/web_server.py +0 -84
- package/venv/lib/python3.10/site-packages/aiohttp/web_urldispatcher.py +0 -1301
- package/venv/lib/python3.10/site-packages/aiohttp/web_ws.py +0 -622
- package/venv/lib/python3.10/site-packages/aiohttp/worker.py +0 -252
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/LICENSE.txt +0 -13
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/METADATA +0 -250
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/RECORD +0 -132
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/aiohttp-3.11.12.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/aiosignal/__init__.py +0 -36
- package/venv/lib/python3.10/site-packages/aiosignal/__init__.pyi +0 -12
- package/venv/lib/python3.10/site-packages/aiosignal/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/LICENSE +0 -201
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/METADATA +0 -123
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/RECORD +0 -10
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/aiosignal-1.3.2.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/async_timeout/__init__.py +0 -276
- package/venv/lib/python3.10/site-packages/async_timeout/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/LICENSE +0 -13
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/METADATA +0 -163
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/RECORD +0 -11
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/async_timeout-5.0.1.dist-info/zip-safe +0 -1
- package/venv/lib/python3.10/site-packages/attr/__init__.py +0 -104
- package/venv/lib/python3.10/site-packages/attr/__init__.pyi +0 -389
- package/venv/lib/python3.10/site-packages/attr/_cmp.py +0 -160
- package/venv/lib/python3.10/site-packages/attr/_cmp.pyi +0 -13
- package/venv/lib/python3.10/site-packages/attr/_compat.py +0 -94
- package/venv/lib/python3.10/site-packages/attr/_config.py +0 -31
- package/venv/lib/python3.10/site-packages/attr/_funcs.py +0 -468
- package/venv/lib/python3.10/site-packages/attr/_make.py +0 -3055
- package/venv/lib/python3.10/site-packages/attr/_next_gen.py +0 -623
- package/venv/lib/python3.10/site-packages/attr/_typing_compat.pyi +0 -15
- package/venv/lib/python3.10/site-packages/attr/_version_info.py +0 -86
- package/venv/lib/python3.10/site-packages/attr/_version_info.pyi +0 -9
- package/venv/lib/python3.10/site-packages/attr/converters.py +0 -162
- package/venv/lib/python3.10/site-packages/attr/converters.pyi +0 -19
- package/venv/lib/python3.10/site-packages/attr/exceptions.py +0 -95
- package/venv/lib/python3.10/site-packages/attr/exceptions.pyi +0 -17
- package/venv/lib/python3.10/site-packages/attr/filters.py +0 -72
- package/venv/lib/python3.10/site-packages/attr/filters.pyi +0 -6
- package/venv/lib/python3.10/site-packages/attr/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/attr/setters.py +0 -79
- package/venv/lib/python3.10/site-packages/attr/setters.pyi +0 -20
- package/venv/lib/python3.10/site-packages/attr/validators.py +0 -710
- package/venv/lib/python3.10/site-packages/attr/validators.pyi +0 -86
- package/venv/lib/python3.10/site-packages/attrs/__init__.py +0 -69
- package/venv/lib/python3.10/site-packages/attrs/__init__.pyi +0 -263
- package/venv/lib/python3.10/site-packages/attrs/converters.py +0 -3
- package/venv/lib/python3.10/site-packages/attrs/exceptions.py +0 -3
- package/venv/lib/python3.10/site-packages/attrs/filters.py +0 -3
- package/venv/lib/python3.10/site-packages/attrs/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/attrs/setters.py +0 -3
- package/venv/lib/python3.10/site-packages/attrs/validators.py +0 -3
- package/venv/lib/python3.10/site-packages/attrs-25.1.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/attrs-25.1.0.dist-info/METADATA +0 -232
- package/venv/lib/python3.10/site-packages/attrs-25.1.0.dist-info/RECORD +0 -55
- package/venv/lib/python3.10/site-packages/attrs-25.1.0.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/attrs-25.1.0.dist-info/licenses/LICENSE +0 -21
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/METADATA +0 -123
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/RECORD +0 -90
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/licenses/AUTHORS +0 -49
- package/venv/lib/python3.10/site-packages/beautifulsoup4-4.13.3.dist-info/licenses/LICENSE +0 -31
- package/venv/lib/python3.10/site-packages/bs4/__init__.py +0 -1170
- package/venv/lib/python3.10/site-packages/bs4/_deprecation.py +0 -80
- package/venv/lib/python3.10/site-packages/bs4/_typing.py +0 -196
- package/venv/lib/python3.10/site-packages/bs4/_warnings.py +0 -98
- package/venv/lib/python3.10/site-packages/bs4/builder/__init__.py +0 -848
- package/venv/lib/python3.10/site-packages/bs4/builder/_html5lib.py +0 -594
- package/venv/lib/python3.10/site-packages/bs4/builder/_htmlparser.py +0 -474
- package/venv/lib/python3.10/site-packages/bs4/builder/_lxml.py +0 -490
- package/venv/lib/python3.10/site-packages/bs4/css.py +0 -338
- package/venv/lib/python3.10/site-packages/bs4/dammit.py +0 -1408
- package/venv/lib/python3.10/site-packages/bs4/diagnose.py +0 -268
- package/venv/lib/python3.10/site-packages/bs4/element.py +0 -2886
- package/venv/lib/python3.10/site-packages/bs4/exceptions.py +0 -28
- package/venv/lib/python3.10/site-packages/bs4/filter.py +0 -755
- package/venv/lib/python3.10/site-packages/bs4/formatter.py +0 -276
- package/venv/lib/python3.10/site-packages/bs4/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/__init__.py +0 -1305
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase +0 -2
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase +0 -1
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/fuzz/crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase +0 -0
- package/venv/lib/python3.10/site-packages/bs4/tests/test_builder.py +0 -28
- package/venv/lib/python3.10/site-packages/bs4/tests/test_builder_registry.py +0 -139
- package/venv/lib/python3.10/site-packages/bs4/tests/test_css.py +0 -536
- package/venv/lib/python3.10/site-packages/bs4/tests/test_dammit.py +0 -433
- package/venv/lib/python3.10/site-packages/bs4/tests/test_element.py +0 -138
- package/venv/lib/python3.10/site-packages/bs4/tests/test_filter.py +0 -674
- package/venv/lib/python3.10/site-packages/bs4/tests/test_formatter.py +0 -170
- package/venv/lib/python3.10/site-packages/bs4/tests/test_fuzz.py +0 -181
- package/venv/lib/python3.10/site-packages/bs4/tests/test_html5lib.py +0 -264
- package/venv/lib/python3.10/site-packages/bs4/tests/test_htmlparser.py +0 -161
- package/venv/lib/python3.10/site-packages/bs4/tests/test_lxml.py +0 -196
- package/venv/lib/python3.10/site-packages/bs4/tests/test_navigablestring.py +0 -144
- package/venv/lib/python3.10/site-packages/bs4/tests/test_pageelement.py +0 -437
- package/venv/lib/python3.10/site-packages/bs4/tests/test_soup.py +0 -602
- package/venv/lib/python3.10/site-packages/bs4/tests/test_tag.py +0 -241
- package/venv/lib/python3.10/site-packages/bs4/tests/test_tree.py +0 -1452
- package/venv/lib/python3.10/site-packages/cachetools/__init__.py +0 -859
- package/venv/lib/python3.10/site-packages/cachetools/func.py +0 -121
- package/venv/lib/python3.10/site-packages/cachetools/keys.py +0 -62
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/LICENSE +0 -20
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/METADATA +0 -151
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/RECORD +0 -13
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/cachetools-5.5.1.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/certifi/__init__.py +0 -4
- package/venv/lib/python3.10/site-packages/certifi/__main__.py +0 -12
- package/venv/lib/python3.10/site-packages/certifi/cacert.pem +0 -4897
- package/venv/lib/python3.10/site-packages/certifi/core.py +0 -114
- package/venv/lib/python3.10/site-packages/certifi/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/LICENSE +0 -20
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/METADATA +0 -77
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/RECORD +0 -14
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/certifi-2025.1.31.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/cffi/__init__.py +0 -14
- package/venv/lib/python3.10/site-packages/cffi/_cffi_errors.h +0 -149
- package/venv/lib/python3.10/site-packages/cffi/_cffi_include.h +0 -389
- package/venv/lib/python3.10/site-packages/cffi/_embedding.h +0 -550
- package/venv/lib/python3.10/site-packages/cffi/_imp_emulation.py +0 -83
- package/venv/lib/python3.10/site-packages/cffi/_shimmed_dist_utils.py +0 -45
- package/venv/lib/python3.10/site-packages/cffi/api.py +0 -967
- package/venv/lib/python3.10/site-packages/cffi/backend_ctypes.py +0 -1121
- package/venv/lib/python3.10/site-packages/cffi/cffi_opcode.py +0 -187
- package/venv/lib/python3.10/site-packages/cffi/commontypes.py +0 -82
- package/venv/lib/python3.10/site-packages/cffi/cparser.py +0 -1015
- package/venv/lib/python3.10/site-packages/cffi/error.py +0 -31
- package/venv/lib/python3.10/site-packages/cffi/ffiplatform.py +0 -113
- package/venv/lib/python3.10/site-packages/cffi/lock.py +0 -30
- package/venv/lib/python3.10/site-packages/cffi/model.py +0 -618
- package/venv/lib/python3.10/site-packages/cffi/parse_c_type.h +0 -181
- package/venv/lib/python3.10/site-packages/cffi/pkgconfig.py +0 -121
- package/venv/lib/python3.10/site-packages/cffi/recompiler.py +0 -1598
- package/venv/lib/python3.10/site-packages/cffi/setuptools_ext.py +0 -216
- package/venv/lib/python3.10/site-packages/cffi/vengine_cpy.py +0 -1084
- package/venv/lib/python3.10/site-packages/cffi/vengine_gen.py +0 -679
- package/venv/lib/python3.10/site-packages/cffi/verifier.py +0 -306
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/LICENSE +0 -26
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/METADATA +0 -40
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/RECORD +0 -48
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/entry_points.txt +0 -2
- package/venv/lib/python3.10/site-packages/cffi-1.17.1.dist-info/top_level.txt +0 -2
- package/venv/lib/python3.10/site-packages/charset_normalizer/__init__.py +0 -48
- package/venv/lib/python3.10/site-packages/charset_normalizer/__main__.py +0 -6
- package/venv/lib/python3.10/site-packages/charset_normalizer/api.py +0 -668
- package/venv/lib/python3.10/site-packages/charset_normalizer/cd.py +0 -395
- package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__init__.py +0 -8
- package/venv/lib/python3.10/site-packages/charset_normalizer/cli/__main__.py +0 -321
- package/venv/lib/python3.10/site-packages/charset_normalizer/constant.py +0 -1998
- package/venv/lib/python3.10/site-packages/charset_normalizer/legacy.py +0 -66
- package/venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/charset_normalizer/md.py +0 -630
- package/venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/charset_normalizer/models.py +0 -360
- package/venv/lib/python3.10/site-packages/charset_normalizer/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/charset_normalizer/utils.py +0 -408
- package/venv/lib/python3.10/site-packages/charset_normalizer/version.py +0 -8
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/LICENSE +0 -21
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/METADATA +0 -721
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/RECORD +0 -35
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/entry_points.txt +0 -2
- package/venv/lib/python3.10/site-packages/charset_normalizer-3.4.1.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/cloudscraper/__init__.py +0 -407
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/2captcha.py +0 -258
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/9kw.py +0 -214
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/__init__.py +0 -47
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/anticaptcha.py +0 -199
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/capmonster.py +0 -199
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/capsolver.py +0 -188
- package/venv/lib/python3.10/site-packages/cloudscraper/captcha/deathbycaptcha.py +0 -276
- package/venv/lib/python3.10/site-packages/cloudscraper/cloudflare.py +0 -490
- package/venv/lib/python3.10/site-packages/cloudscraper/exceptions.py +0 -111
- package/venv/lib/python3.10/site-packages/cloudscraper/help.py +0 -72
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/__init__.py +0 -56
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/chakracore.py +0 -103
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/encapsulated.py +0 -62
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/js2py.py +0 -44
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/jsunfuck.py +0 -97
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/native.py +0 -233
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/nodejs.py +0 -49
- package/venv/lib/python3.10/site-packages/cloudscraper/interpreters/v8.py +0 -33
- package/venv/lib/python3.10/site-packages/cloudscraper/user_agent/__init__.py +0 -124
- package/venv/lib/python3.10/site-packages/cloudscraper/user_agent/browsers.json +0 -7913
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/LICENSE +0 -22
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/METADATA +0 -674
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/RECORD +0 -48
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/cloudscraper-1.2.71.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/curl_cffi/__init__.py +0 -37
- package/venv/lib/python3.10/site-packages/curl_cffi/__version__.py +0 -8
- package/venv/lib/python3.10/site-packages/curl_cffi/_asyncio_selector.py +0 -344
- package/venv/lib/python3.10/site-packages/curl_cffi/_wrapper.abi3.so +0 -0
- package/venv/lib/python3.10/site-packages/curl_cffi/aio.py +0 -257
- package/venv/lib/python3.10/site-packages/curl_cffi/const.py +0 -581
- package/venv/lib/python3.10/site-packages/curl_cffi/curl.py +0 -548
- package/venv/lib/python3.10/site-packages/curl_cffi/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/__init__.py +0 -146
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/cookies.py +0 -355
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/errors.py +0 -7
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/exceptions.py +0 -219
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/headers.py +0 -348
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/impersonate.py +0 -360
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/models.py +0 -292
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/session.py +0 -1021
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/utils.py +0 -663
- package/venv/lib/python3.10/site-packages/curl_cffi/requests/websockets.py +0 -711
- package/venv/lib/python3.10/site-packages/curl_cffi/utils.py +0 -13
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/LICENSE +0 -21
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/METADATA +0 -333
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/RECORD +0 -43
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/curl_cffi-0.9.0.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/distutils-precedence.pth +0 -1
- package/venv/lib/python3.10/site-packages/frozenlist/__init__.py +0 -98
- package/venv/lib/python3.10/site-packages/frozenlist/__init__.pyi +0 -47
- package/venv/lib/python3.10/site-packages/frozenlist/_frozenlist.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/frozenlist/_frozenlist.pyx +0 -123
- package/venv/lib/python3.10/site-packages/frozenlist/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/LICENSE +0 -201
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/METADATA +0 -477
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/RECORD +0 -12
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/WHEEL +0 -8
- package/venv/lib/python3.10/site-packages/frozenlist-1.5.0.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/idna/__init__.py +0 -45
- package/venv/lib/python3.10/site-packages/idna/codec.py +0 -122
- package/venv/lib/python3.10/site-packages/idna/compat.py +0 -15
- package/venv/lib/python3.10/site-packages/idna/core.py +0 -437
- package/venv/lib/python3.10/site-packages/idna/idnadata.py +0 -4243
- package/venv/lib/python3.10/site-packages/idna/intranges.py +0 -57
- package/venv/lib/python3.10/site-packages/idna/package_data.py +0 -1
- package/venv/lib/python3.10/site-packages/idna/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/idna/uts46data.py +0 -8681
- package/venv/lib/python3.10/site-packages/idna-3.10.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/idna-3.10.dist-info/LICENSE.md +0 -31
- package/venv/lib/python3.10/site-packages/idna-3.10.dist-info/METADATA +0 -250
- package/venv/lib/python3.10/site-packages/idna-3.10.dist-info/RECORD +0 -22
- package/venv/lib/python3.10/site-packages/idna-3.10.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/multidict/__init__.py +0 -48
- package/venv/lib/python3.10/site-packages/multidict/__init__.pyi +0 -152
- package/venv/lib/python3.10/site-packages/multidict/_abc.py +0 -48
- package/venv/lib/python3.10/site-packages/multidict/_compat.py +0 -14
- package/venv/lib/python3.10/site-packages/multidict/_multidict.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/multidict/_multidict_base.py +0 -152
- package/venv/lib/python3.10/site-packages/multidict/_multidict_py.py +0 -527
- package/venv/lib/python3.10/site-packages/multidict/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/LICENSE +0 -13
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/METADATA +0 -140
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/RECORD +0 -19
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/multidict-6.1.0.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/paho/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/paho/mqtt/__init__.py +0 -5
- package/venv/lib/python3.10/site-packages/paho/mqtt/client.py +0 -5004
- package/venv/lib/python3.10/site-packages/paho/mqtt/enums.py +0 -113
- package/venv/lib/python3.10/site-packages/paho/mqtt/matcher.py +0 -78
- package/venv/lib/python3.10/site-packages/paho/mqtt/packettypes.py +0 -43
- package/venv/lib/python3.10/site-packages/paho/mqtt/properties.py +0 -421
- package/venv/lib/python3.10/site-packages/paho/mqtt/publish.py +0 -306
- package/venv/lib/python3.10/site-packages/paho/mqtt/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/paho/mqtt/reasoncodes.py +0 -223
- package/venv/lib/python3.10/site-packages/paho/mqtt/subscribe.py +0 -281
- package/venv/lib/python3.10/site-packages/paho/mqtt/subscribeoptions.py +0 -113
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/METADATA +0 -635
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/RECORD +0 -29
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt +0 -3
- package/venv/lib/python3.10/site-packages/pip/__init__.py +0 -13
- package/venv/lib/python3.10/site-packages/pip/__main__.py +0 -31
- package/venv/lib/python3.10/site-packages/pip/_internal/__init__.py +0 -19
- package/venv/lib/python3.10/site-packages/pip/_internal/build_env.py +0 -296
- package/venv/lib/python3.10/site-packages/pip/_internal/cache.py +0 -264
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py +0 -4
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py +0 -171
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py +0 -220
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py +0 -1018
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py +0 -27
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py +0 -70
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py +0 -87
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py +0 -292
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py +0 -321
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py +0 -506
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py +0 -157
- package/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py +0 -127
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py +0 -223
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py +0 -53
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py +0 -96
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py +0 -266
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py +0 -202
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py +0 -140
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py +0 -97
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py +0 -59
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py +0 -41
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py +0 -139
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py +0 -771
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py +0 -363
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py +0 -174
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py +0 -178
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py +0 -105
- package/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py +0 -178
- package/venv/lib/python3.10/site-packages/pip/_internal/configuration.py +0 -366
- package/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py +0 -21
- package/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py +0 -36
- package/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py +0 -20
- package/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py +0 -127
- package/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py +0 -31
- package/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py +0 -658
- package/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py +0 -648
- package/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py +0 -1004
- package/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py +0 -224
- package/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py +0 -520
- package/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py +0 -169
- package/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py +0 -219
- package/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py +0 -52
- package/venv/lib/python3.10/site-packages/pip/_internal/main.py +0 -12
- package/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py +0 -62
- package/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py +0 -546
- package/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py +0 -256
- package/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py +0 -34
- package/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py +0 -220
- package/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py +0 -80
- package/venv/lib/python3.10/site-packages/pip/_internal/models/index.py +0 -28
- package/venv/lib/python3.10/site-packages/pip/_internal/models/link.py +0 -288
- package/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py +0 -31
- package/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py +0 -129
- package/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py +0 -51
- package/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py +0 -110
- package/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py +0 -89
- package/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_internal/network/auth.py +0 -323
- package/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py +0 -69
- package/venv/lib/python3.10/site-packages/pip/_internal/network/download.py +0 -185
- package/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
- package/venv/lib/python3.10/site-packages/pip/_internal/network/session.py +0 -454
- package/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py +0 -96
- package/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py +0 -60
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py +0 -39
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py +0 -37
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py +0 -149
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py +0 -254
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py +0 -120
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py +0 -738
- package/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py +0 -642
- package/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py +0 -168
- package/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py +0 -94
- package/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py +0 -490
- package/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py +0 -536
- package/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py +0 -858
- package/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py +0 -189
- package/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py +0 -124
- package/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py +0 -633
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py +0 -20
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -467
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -141
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -547
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -739
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -155
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -248
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -68
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -166
- package/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -292
- package/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py +0 -189
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py +0 -38
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py +0 -52
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py +0 -63
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py +0 -165
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py +0 -11
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py +0 -120
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py +0 -42
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py +0 -75
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py +0 -36
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py +0 -27
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py +0 -182
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py +0 -27
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py +0 -88
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py +0 -144
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py +0 -35
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py +0 -343
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py +0 -653
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py +0 -39
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py +0 -57
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py +0 -195
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py +0 -260
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py +0 -246
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py +0 -258
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py +0 -62
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py +0 -104
- package/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py +0 -136
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py +0 -15
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py +0 -101
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py +0 -526
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py +0 -163
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py +0 -324
- package/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py +0 -705
- package/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py +0 -377
- package/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py +0 -111
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -18
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -61
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -137
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -150
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -37
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py +0 -32
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py +0 -415
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -111
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -139
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -186
- package/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -33
- package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py +0 -3
- package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py +0 -12
- package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem +0 -4362
- package/venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py +0 -76
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py +0 -83
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py +0 -386
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py +0 -47
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py +0 -233
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py +0 -107
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py +0 -145
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py +0 -1
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py +0 -84
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py +0 -88
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py +0 -36
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py +0 -49
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py +0 -76
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py +0 -101
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py +0 -246
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py +0 -92
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py +0 -195
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py +0 -47
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py +0 -387
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py +0 -46
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py +0 -283
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py +0 -46
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py +0 -292
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py +0 -325
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py +0 -233
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py +0 -4650
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py +0 -4398
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py +0 -4383
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py +0 -4650
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py +0 -5718
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py +0 -4383
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py +0 -4383
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py +0 -145
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py +0 -91
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py +0 -572
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py +0 -310
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py +0 -145
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py +0 -83
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py +0 -92
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py +0 -286
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py +0 -82
- package/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py +0 -9
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py +0 -102
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py +0 -258
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py +0 -80
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py +0 -152
- package/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py +0 -169
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py +0 -23
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py +0 -1116
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py +0 -1345
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py +0 -509
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py +0 -1300
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py +0 -393
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py +0 -152
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py +0 -1058
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py +0 -358
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py +0 -429
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py +0 -1932
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py +0 -739
- package/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py +0 -1053
- package/venv/lib/python3.10/site-packages/pip/_vendor/distro.py +0 -1386
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py +0 -35
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py +0 -289
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py +0 -918
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py +0 -1735
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py +0 -5
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py +0 -40
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py +0 -67
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py +0 -159
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py +0 -2946
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py +0 -29
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py +0 -12
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py +0 -73
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py +0 -93
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py +0 -207
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py +0 -916
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py +0 -38
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py +0 -2795
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py +0 -409
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py +0 -30
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py +0 -50
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py +0 -88
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py +0 -417
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py +0 -239
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py +0 -343
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py +0 -392
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py +0 -154
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py +0 -252
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py +0 -131
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py +0 -215
- package/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py +0 -69
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py +0 -44
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py +0 -112
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py +0 -13
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py +0 -397
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py +0 -2137
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py +0 -8512
- package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py +0 -1
- package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
- package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py +0 -193
- package/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py +0 -1012
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py +0 -26
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py +0 -25
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py +0 -301
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py +0 -136
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py +0 -61
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py +0 -304
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py +0 -146
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py +0 -802
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py +0 -487
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py +0 -136
- package/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py +0 -504
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/build.py +0 -127
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/check.py +0 -207
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py +0 -115
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py +0 -51
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py +0 -44
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py +0 -171
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py +0 -17
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py +0 -363
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py +0 -92
- package/venv/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py +0 -375
- package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3296
- package/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py +0 -23
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py +0 -331
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py +0 -46
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py +0 -119
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py +0 -156
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py +0 -64
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py +0 -181
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py +0 -4
- package/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py +0 -182
- package/venv/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py +0 -189
- package/venv/lib/python3.10/site-packages/pip/_vendor/progress/bar.py +0 -93
- package/venv/lib/python3.10/site-packages/pip/_vendor/progress/colors.py +0 -79
- package/venv/lib/python3.10/site-packages/pip/_vendor/progress/counter.py +0 -47
- package/venv/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py +0 -45
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py +0 -83
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py +0 -17
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py +0 -663
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py +0 -70
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py +0 -71
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -937
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py +0 -94
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -153
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -84
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -168
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py +0 -983
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py +0 -641
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -179
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -511
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py +0 -161
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -146
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -188
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py +0 -879
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -341
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -580
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1188
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py +0 -69
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py +0 -104
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py +0 -155
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py +0 -197
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -93
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py +0 -212
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py +0 -153
- package/venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py +0 -308
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py +0 -328
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py +0 -207
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py +0 -424
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py +0 -5789
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py +0 -593
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py +0 -267
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py +0 -1069
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py +0 -760
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py +0 -331
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py +0 -332
- package/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py +0 -235
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py +0 -154
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py +0 -14
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py +0 -42
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py +0 -538
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py +0 -159
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py +0 -305
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py +0 -18
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py +0 -77
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py +0 -549
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py +0 -133
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py +0 -132
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py +0 -34
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py +0 -973
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py +0 -16
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py +0 -771
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py +0 -123
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py +0 -105
- package/venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py +0 -1060
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -482
- package/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py +0 -165
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py +0 -172
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py +0 -280
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py +0 -451
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py +0 -10
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py +0 -210
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py +0 -94
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_lru_cache.py +0 -34
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py +0 -309
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py +0 -17
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py +0 -160
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py +0 -848
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py +0 -16
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py +0 -19
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py +0 -72
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py +0 -55
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py +0 -33
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py +0 -312
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py +0 -228
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py +0 -94
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py +0 -483
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py +0 -147
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py +0 -581
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py +0 -187
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py +0 -2211
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py +0 -37
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py +0 -167
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py +0 -175
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py +0 -183
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py +0 -96
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py +0 -34
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py +0 -89
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py +0 -147
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py +0 -140
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py +0 -92
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py +0 -444
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py +0 -365
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py +0 -113
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py +0 -268
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py +0 -244
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py +0 -149
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py +0 -141
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py +0 -34
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py +0 -100
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py +0 -250
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py +0 -903
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py +0 -1036
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py +0 -216
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py +0 -376
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py +0 -42
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py +0 -10
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py +0 -151
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py +0 -115
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py +0 -86
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py +0 -54
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py +0 -720
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py +0 -134
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py +0 -132
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py +0 -785
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py +0 -42
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py +0 -735
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py +0 -968
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/tabulate.py +0 -51
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py +0 -55
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py +0 -1282
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py +0 -112
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py +0 -5
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py +0 -678
- package/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py +0 -249
- package/venv/lib/python3.10/site-packages/pip/_vendor/six.py +0 -998
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py +0 -517
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py +0 -92
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py +0 -68
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py +0 -46
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py +0 -41
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py +0 -58
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py +0 -43
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py +0 -213
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py +0 -96
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py +0 -59
- package/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py +0 -191
- package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py +0 -6
- package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py +0 -703
- package/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py +0 -83
- package/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py +0 -2296
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py +0 -85
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py +0 -2
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py +0 -569
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1113
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -511
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -922
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py +0 -274
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1077
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -539
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py +0 -170
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py +0 -821
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py +0 -143
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -495
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -161
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -268
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py +0 -432
- package/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py +0 -153
- package/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt +0 -25
- package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py +0 -342
- package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py +0 -231
- package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py +0 -59
- package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py +0 -153
- package/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py +0 -325
- package/venv/lib/python3.10/site-packages/pip/py.typed +0 -4
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt +0 -20
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA +0 -92
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD +0 -1037
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt +0 -5
- package/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/pkg_resources/__init__.py +0 -3303
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py +0 -608
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py +0 -26
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py +0 -25
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py +0 -301
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py +0 -136
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py +0 -67
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py +0 -304
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py +0 -146
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py +0 -828
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py +0 -484
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py +0 -136
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py +0 -504
- package/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py +0 -5742
- package/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py +0 -73
- package/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +0 -6
- package/venv/lib/python3.10/site-packages/propcache/__init__.py +0 -32
- package/venv/lib/python3.10/site-packages/propcache/_helpers.py +0 -39
- package/venv/lib/python3.10/site-packages/propcache/_helpers_c.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/propcache/_helpers_c.pyx +0 -84
- package/venv/lib/python3.10/site-packages/propcache/_helpers_py.py +0 -56
- package/venv/lib/python3.10/site-packages/propcache/api.py +0 -8
- package/venv/lib/python3.10/site-packages/propcache/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/LICENSE +0 -202
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/METADATA +0 -275
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/NOTICE +0 -13
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/RECORD +0 -18
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/propcache-0.2.1.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/pycparser/__init__.py +0 -93
- package/venv/lib/python3.10/site-packages/pycparser/_ast_gen.py +0 -336
- package/venv/lib/python3.10/site-packages/pycparser/_build_tables.py +0 -40
- package/venv/lib/python3.10/site-packages/pycparser/_c_ast.cfg +0 -195
- package/venv/lib/python3.10/site-packages/pycparser/ast_transforms.py +0 -164
- package/venv/lib/python3.10/site-packages/pycparser/c_ast.py +0 -1125
- package/venv/lib/python3.10/site-packages/pycparser/c_generator.py +0 -502
- package/venv/lib/python3.10/site-packages/pycparser/c_lexer.py +0 -555
- package/venv/lib/python3.10/site-packages/pycparser/c_parser.py +0 -1950
- package/venv/lib/python3.10/site-packages/pycparser/lextab.py +0 -10
- package/venv/lib/python3.10/site-packages/pycparser/ply/__init__.py +0 -5
- package/venv/lib/python3.10/site-packages/pycparser/ply/cpp.py +0 -905
- package/venv/lib/python3.10/site-packages/pycparser/ply/ctokens.py +0 -133
- package/venv/lib/python3.10/site-packages/pycparser/ply/lex.py +0 -1099
- package/venv/lib/python3.10/site-packages/pycparser/ply/yacc.py +0 -3494
- package/venv/lib/python3.10/site-packages/pycparser/ply/ygen.py +0 -74
- package/venv/lib/python3.10/site-packages/pycparser/plyparser.py +0 -133
- package/venv/lib/python3.10/site-packages/pycparser/yacctab.py +0 -369
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/LICENSE +0 -27
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/METADATA +0 -28
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/RECORD +0 -41
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/pycparser-2.22.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/pyparsing/__init__.py +0 -326
- package/venv/lib/python3.10/site-packages/pyparsing/actions.py +0 -219
- package/venv/lib/python3.10/site-packages/pyparsing/common.py +0 -434
- package/venv/lib/python3.10/site-packages/pyparsing/core.py +0 -6226
- package/venv/lib/python3.10/site-packages/pyparsing/diagram/__init__.py +0 -744
- package/venv/lib/python3.10/site-packages/pyparsing/exceptions.py +0 -314
- package/venv/lib/python3.10/site-packages/pyparsing/helpers.py +0 -1102
- package/venv/lib/python3.10/site-packages/pyparsing/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/pyparsing/results.py +0 -816
- package/venv/lib/python3.10/site-packages/pyparsing/testing.py +0 -362
- package/venv/lib/python3.10/site-packages/pyparsing/unicode.py +0 -356
- package/venv/lib/python3.10/site-packages/pyparsing/util.py +0 -398
- package/venv/lib/python3.10/site-packages/pyparsing-3.2.1.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/pyparsing-3.2.1.dist-info/LICENSE +0 -18
- package/venv/lib/python3.10/site-packages/pyparsing-3.2.1.dist-info/METADATA +0 -124
- package/venv/lib/python3.10/site-packages/pyparsing-3.2.1.dist-info/RECORD +0 -28
- package/venv/lib/python3.10/site-packages/pyparsing-3.2.1.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/requests/__init__.py +0 -184
- package/venv/lib/python3.10/site-packages/requests/__version__.py +0 -14
- package/venv/lib/python3.10/site-packages/requests/_internal_utils.py +0 -50
- package/venv/lib/python3.10/site-packages/requests/adapters.py +0 -719
- package/venv/lib/python3.10/site-packages/requests/api.py +0 -157
- package/venv/lib/python3.10/site-packages/requests/auth.py +0 -314
- package/venv/lib/python3.10/site-packages/requests/certs.py +0 -17
- package/venv/lib/python3.10/site-packages/requests/compat.py +0 -94
- package/venv/lib/python3.10/site-packages/requests/cookies.py +0 -561
- package/venv/lib/python3.10/site-packages/requests/exceptions.py +0 -151
- package/venv/lib/python3.10/site-packages/requests/help.py +0 -134
- package/venv/lib/python3.10/site-packages/requests/hooks.py +0 -33
- package/venv/lib/python3.10/site-packages/requests/models.py +0 -1037
- package/venv/lib/python3.10/site-packages/requests/packages.py +0 -23
- package/venv/lib/python3.10/site-packages/requests/sessions.py +0 -831
- package/venv/lib/python3.10/site-packages/requests/status_codes.py +0 -128
- package/venv/lib/python3.10/site-packages/requests/structures.py +0 -99
- package/venv/lib/python3.10/site-packages/requests/utils.py +0 -1096
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/LICENSE +0 -175
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/METADATA +0 -119
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/RECORD +0 -43
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/requests-2.32.3.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/requests_toolbelt/__init__.py +0 -34
- package/venv/lib/python3.10/site-packages/requests_toolbelt/_compat.py +0 -302
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/__init__.py +0 -15
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/appengine.py +0 -206
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/fingerprint.py +0 -48
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/host_header_ssl.py +0 -43
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/socket_options.py +0 -129
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/source.py +0 -67
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/ssl.py +0 -66
- package/venv/lib/python3.10/site-packages/requests_toolbelt/adapters/x509.py +0 -196
- package/venv/lib/python3.10/site-packages/requests_toolbelt/auth/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/requests_toolbelt/auth/_digest_auth_compat.py +0 -29
- package/venv/lib/python3.10/site-packages/requests_toolbelt/auth/guess.py +0 -146
- package/venv/lib/python3.10/site-packages/requests_toolbelt/auth/handler.py +0 -142
- package/venv/lib/python3.10/site-packages/requests_toolbelt/auth/http_proxy_digest.py +0 -103
- package/venv/lib/python3.10/site-packages/requests_toolbelt/cookies/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/requests_toolbelt/cookies/forgetful.py +0 -7
- package/venv/lib/python3.10/site-packages/requests_toolbelt/downloadutils/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/requests_toolbelt/downloadutils/stream.py +0 -176
- package/venv/lib/python3.10/site-packages/requests_toolbelt/downloadutils/tee.py +0 -123
- package/venv/lib/python3.10/site-packages/requests_toolbelt/exceptions.py +0 -25
- package/venv/lib/python3.10/site-packages/requests_toolbelt/multipart/__init__.py +0 -31
- package/venv/lib/python3.10/site-packages/requests_toolbelt/multipart/decoder.py +0 -156
- package/venv/lib/python3.10/site-packages/requests_toolbelt/multipart/encoder.py +0 -655
- package/venv/lib/python3.10/site-packages/requests_toolbelt/sessions.py +0 -89
- package/venv/lib/python3.10/site-packages/requests_toolbelt/streaming_iterator.py +0 -116
- package/venv/lib/python3.10/site-packages/requests_toolbelt/threaded/__init__.py +0 -97
- package/venv/lib/python3.10/site-packages/requests_toolbelt/threaded/pool.py +0 -211
- package/venv/lib/python3.10/site-packages/requests_toolbelt/threaded/thread.py +0 -53
- package/venv/lib/python3.10/site-packages/requests_toolbelt/utils/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/requests_toolbelt/utils/deprecated.py +0 -91
- package/venv/lib/python3.10/site-packages/requests_toolbelt/utils/dump.py +0 -198
- package/venv/lib/python3.10/site-packages/requests_toolbelt/utils/formdata.py +0 -108
- package/venv/lib/python3.10/site-packages/requests_toolbelt/utils/user_agent.py +0 -143
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/AUTHORS.rst +0 -57
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/LICENSE +0 -13
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/METADATA +0 -521
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/RECORD +0 -75
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/requests_toolbelt-1.0.0.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/__init__.py +0 -1
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/_scrypted_arlo_go.cpython-310-x86_64-linux-gnu.h +0 -555
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/_scrypted_arlo_go.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/build.py +0 -344
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/go.py +0 -2215
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/scrypted_arlo_go.c +0 -6019
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/scrypted_arlo_go.go +0 -3612
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/scrypted_arlo_go.py +0 -1910
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go/scrypted_arlo_go_go.h +0 -555
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/METADATA +0 -11
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/RECORD +0 -19
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/WHEEL +0 -8
- package/venv/lib/python3.10/site-packages/scrypted_arlo_go-0.7.6.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/setuptools/__init__.py +0 -242
- package/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py +0 -7
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py +0 -24
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py +0 -561
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py +0 -256
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py +0 -393
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py +0 -1123
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py +0 -403
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py +0 -31
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py +0 -143
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py +0 -123
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py +0 -749
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py +0 -579
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py +0 -377
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py +0 -157
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py +0 -209
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py +0 -755
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py +0 -392
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py +0 -152
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py +0 -148
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py +0 -76
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py +0 -344
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py +0 -721
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py +0 -79
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py +0 -84
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py +0 -47
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py +0 -217
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py +0 -60
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py +0 -30
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py +0 -304
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py +0 -494
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py +0 -214
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/config.py +0 -130
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py +0 -249
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py +0 -425
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py +0 -5
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py +0 -92
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py +0 -210
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py +0 -1257
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py +0 -97
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py +0 -240
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py +0 -457
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py +0 -238
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py +0 -355
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/log.py +0 -77
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py +0 -788
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py +0 -643
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py +0 -19
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py +0 -7
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py +0 -106
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py +0 -601
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py +0 -286
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py +0 -325
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/util.py +0 -548
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/version.py +0 -363
- package/venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py +0 -169
- package/venv/lib/python3.10/site-packages/setuptools/_imp.py +0 -82
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py +0 -4
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py +0 -3825
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py +0 -620
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py +0 -488
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py +0 -26
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py +0 -25
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py +0 -301
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py +0 -136
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py +0 -67
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py +0 -304
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py +0 -146
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py +0 -828
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py +0 -484
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py +0 -136
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py +0 -504
- package/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py +0 -5742
- package/venv/lib/python3.10/site-packages/setuptools/archive_util.py +0 -205
- package/venv/lib/python3.10/site-packages/setuptools/build_meta.py +0 -290
- package/venv/lib/python3.10/site-packages/setuptools/cli-32.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/cli-64.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/cli.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/command/__init__.py +0 -8
- package/venv/lib/python3.10/site-packages/setuptools/command/alias.py +0 -78
- package/venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py +0 -456
- package/venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py +0 -40
- package/venv/lib/python3.10/site-packages/setuptools/command/build_clib.py +0 -101
- package/venv/lib/python3.10/site-packages/setuptools/command/build_ext.py +0 -328
- package/venv/lib/python3.10/site-packages/setuptools/command/build_py.py +0 -242
- package/venv/lib/python3.10/site-packages/setuptools/command/develop.py +0 -193
- package/venv/lib/python3.10/site-packages/setuptools/command/dist_info.py +0 -36
- package/venv/lib/python3.10/site-packages/setuptools/command/easy_install.py +0 -2354
- package/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py +0 -755
- package/venv/lib/python3.10/site-packages/setuptools/command/install.py +0 -132
- package/venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py +0 -82
- package/venv/lib/python3.10/site-packages/setuptools/command/install_lib.py +0 -148
- package/venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py +0 -69
- package/venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml +0 -15
- package/venv/lib/python3.10/site-packages/setuptools/command/py36compat.py +0 -134
- package/venv/lib/python3.10/site-packages/setuptools/command/register.py +0 -18
- package/venv/lib/python3.10/site-packages/setuptools/command/rotate.py +0 -64
- package/venv/lib/python3.10/site-packages/setuptools/command/saveopts.py +0 -22
- package/venv/lib/python3.10/site-packages/setuptools/command/sdist.py +0 -196
- package/venv/lib/python3.10/site-packages/setuptools/command/setopt.py +0 -149
- package/venv/lib/python3.10/site-packages/setuptools/command/test.py +0 -252
- package/venv/lib/python3.10/site-packages/setuptools/command/upload.py +0 -17
- package/venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py +0 -202
- package/venv/lib/python3.10/site-packages/setuptools/config.py +0 -751
- package/venv/lib/python3.10/site-packages/setuptools/dep_util.py +0 -25
- package/venv/lib/python3.10/site-packages/setuptools/depends.py +0 -176
- package/venv/lib/python3.10/site-packages/setuptools/dist.py +0 -1156
- package/venv/lib/python3.10/site-packages/setuptools/errors.py +0 -40
- package/venv/lib/python3.10/site-packages/setuptools/extension.py +0 -55
- package/venv/lib/python3.10/site-packages/setuptools/extern/__init__.py +0 -73
- package/venv/lib/python3.10/site-packages/setuptools/glob.py +0 -167
- package/venv/lib/python3.10/site-packages/setuptools/gui-32.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/gui-64.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/gui.exe +0 -0
- package/venv/lib/python3.10/site-packages/setuptools/installer.py +0 -104
- package/venv/lib/python3.10/site-packages/setuptools/launch.py +0 -36
- package/venv/lib/python3.10/site-packages/setuptools/monkey.py +0 -177
- package/venv/lib/python3.10/site-packages/setuptools/msvc.py +0 -1805
- package/venv/lib/python3.10/site-packages/setuptools/namespaces.py +0 -107
- package/venv/lib/python3.10/site-packages/setuptools/package_index.py +0 -1150
- package/venv/lib/python3.10/site-packages/setuptools/py34compat.py +0 -13
- package/venv/lib/python3.10/site-packages/setuptools/sandbox.py +0 -530
- package/venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl +0 -6
- package/venv/lib/python3.10/site-packages/setuptools/script.tmpl +0 -3
- package/venv/lib/python3.10/site-packages/setuptools/unicode_utils.py +0 -42
- package/venv/lib/python3.10/site-packages/setuptools/version.py +0 -6
- package/venv/lib/python3.10/site-packages/setuptools/wheel.py +0 -213
- package/venv/lib/python3.10/site-packages/setuptools/windows_support.py +0 -29
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/LICENSE +0 -19
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/METADATA +0 -125
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/RECORD +0 -298
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/WHEEL +0 -5
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/entry_points.txt +0 -56
- package/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/top_level.txt +0 -4
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/LICENSE +0 -18
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/METADATA +0 -43
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/RECORD +0 -8
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/six-1.17.0.dist-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/six.py +0 -1003
- package/venv/lib/python3.10/site-packages/soupsieve/__init__.py +0 -168
- package/venv/lib/python3.10/site-packages/soupsieve/__meta__.py +0 -197
- package/venv/lib/python3.10/site-packages/soupsieve/css_match.py +0 -1582
- package/venv/lib/python3.10/site-packages/soupsieve/css_parser.py +0 -1289
- package/venv/lib/python3.10/site-packages/soupsieve/css_types.py +0 -407
- package/venv/lib/python3.10/site-packages/soupsieve/pretty.py +0 -139
- package/venv/lib/python3.10/site-packages/soupsieve/py.typed +0 -0
- package/venv/lib/python3.10/site-packages/soupsieve/util.py +0 -117
- package/venv/lib/python3.10/site-packages/soupsieve-2.6.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/soupsieve-2.6.dist-info/METADATA +0 -114
- package/venv/lib/python3.10/site-packages/soupsieve-2.6.dist-info/RECORD +0 -20
- package/venv/lib/python3.10/site-packages/soupsieve-2.6.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/soupsieve-2.6.dist-info/licenses/LICENSE.md +0 -21
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/PKG-INFO +0 -98
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/SOURCES.txt +0 -12
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/dependency_links.txt +0 -1
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/installed-files.txt +0 -7
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/requires.txt +0 -2
- package/venv/lib/python3.10/site-packages/sseclient-0.0.22.egg-info/top_level.txt +0 -1
- package/venv/lib/python3.10/site-packages/sseclient.py +0 -165
- package/venv/lib/python3.10/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/typing_extensions-4.12.2.dist-info/LICENSE +0 -279
- package/venv/lib/python3.10/site-packages/typing_extensions-4.12.2.dist-info/METADATA +0 -67
- package/venv/lib/python3.10/site-packages/typing_extensions-4.12.2.dist-info/RECORD +0 -7
- package/venv/lib/python3.10/site-packages/typing_extensions-4.12.2.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/typing_extensions.py +0 -3641
- package/venv/lib/python3.10/site-packages/urllib3/__init__.py +0 -211
- package/venv/lib/python3.10/site-packages/urllib3/_base_connection.py +0 -165
- package/venv/lib/python3.10/site-packages/urllib3/_collections.py +0 -479
- package/venv/lib/python3.10/site-packages/urllib3/_request_methods.py +0 -278
- package/venv/lib/python3.10/site-packages/urllib3/_version.py +0 -16
- package/venv/lib/python3.10/site-packages/urllib3/connection.py +0 -1044
- package/venv/lib/python3.10/site-packages/urllib3/connectionpool.py +0 -1178
- package/venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py +0 -0
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__init__.py +0 -16
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/connection.py +0 -255
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js +0 -110
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/fetch.py +0 -708
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/request.py +0 -22
- package/venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/response.py +0 -285
- package/venv/lib/python3.10/site-packages/urllib3/contrib/pyopenssl.py +0 -554
- package/venv/lib/python3.10/site-packages/urllib3/contrib/socks.py +0 -228
- package/venv/lib/python3.10/site-packages/urllib3/exceptions.py +0 -327
- package/venv/lib/python3.10/site-packages/urllib3/fields.py +0 -341
- package/venv/lib/python3.10/site-packages/urllib3/filepost.py +0 -89
- package/venv/lib/python3.10/site-packages/urllib3/http2/__init__.py +0 -53
- package/venv/lib/python3.10/site-packages/urllib3/http2/connection.py +0 -356
- package/venv/lib/python3.10/site-packages/urllib3/http2/probe.py +0 -87
- package/venv/lib/python3.10/site-packages/urllib3/poolmanager.py +0 -637
- package/venv/lib/python3.10/site-packages/urllib3/py.typed +0 -2
- package/venv/lib/python3.10/site-packages/urllib3/response.py +0 -1278
- package/venv/lib/python3.10/site-packages/urllib3/util/__init__.py +0 -42
- package/venv/lib/python3.10/site-packages/urllib3/util/connection.py +0 -137
- package/venv/lib/python3.10/site-packages/urllib3/util/proxy.py +0 -43
- package/venv/lib/python3.10/site-packages/urllib3/util/request.py +0 -258
- package/venv/lib/python3.10/site-packages/urllib3/util/response.py +0 -101
- package/venv/lib/python3.10/site-packages/urllib3/util/retry.py +0 -533
- package/venv/lib/python3.10/site-packages/urllib3/util/ssl_.py +0 -504
- package/venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py +0 -159
- package/venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py +0 -271
- package/venv/lib/python3.10/site-packages/urllib3/util/timeout.py +0 -275
- package/venv/lib/python3.10/site-packages/urllib3/util/url.py +0 -469
- package/venv/lib/python3.10/site-packages/urllib3/util/util.py +0 -42
- package/venv/lib/python3.10/site-packages/urllib3/util/wait.py +0 -124
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/METADATA +0 -154
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/RECORD +0 -80
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/REQUESTED +0 -0
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/WHEEL +0 -4
- package/venv/lib/python3.10/site-packages/urllib3-2.3.0.dist-info/licenses/LICENSE.txt +0 -21
- package/venv/lib/python3.10/site-packages/yarl/__init__.py +0 -14
- package/venv/lib/python3.10/site-packages/yarl/_parse.py +0 -189
- package/venv/lib/python3.10/site-packages/yarl/_path.py +0 -41
- package/venv/lib/python3.10/site-packages/yarl/_query.py +0 -118
- package/venv/lib/python3.10/site-packages/yarl/_quoters.py +0 -32
- package/venv/lib/python3.10/site-packages/yarl/_quoting.py +0 -18
- package/venv/lib/python3.10/site-packages/yarl/_quoting_c.cpython-310-x86_64-linux-gnu.so +0 -0
- package/venv/lib/python3.10/site-packages/yarl/_quoting_c.pyi +0 -16
- package/venv/lib/python3.10/site-packages/yarl/_quoting_c.pyx +0 -423
- package/venv/lib/python3.10/site-packages/yarl/_quoting_py.py +0 -197
- package/venv/lib/python3.10/site-packages/yarl/_url.py +0 -1584
- package/venv/lib/python3.10/site-packages/yarl/py.typed +0 -1
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/INSTALLER +0 -1
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/LICENSE +0 -202
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/METADATA +0 -2279
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/NOTICE +0 -13
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/RECORD +0 -27
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/WHEEL +0 -6
- package/venv/lib/python3.10/site-packages/yarl-1.18.3.dist-info/top_level.txt +0 -1
- package/venv/pyvenv.cfg +0 -3
|
@@ -1,1910 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# python wrapper for package scrypted_arlo_go within overall package scrypted_arlo_go
|
|
3
|
-
# This is what you import to use the package.
|
|
4
|
-
# File is generated by gopy. Do not edit.
|
|
5
|
-
# gopy build -no-make -dynamic-link=True -symbols=False -output /project/scrypted_arlo_go/build/lib.linux-x86_64-cpython-310/scrypted_arlo_go -vm /opt/python/cp310-cp310/bin/python scrypted_arlo_go
|
|
6
|
-
|
|
7
|
-
# the following is required to enable dlopen to open the _go.so file
|
|
8
|
-
import os,sys,inspect,collections
|
|
9
|
-
try:
|
|
10
|
-
import collections.abc as _collections_abc
|
|
11
|
-
except ImportError:
|
|
12
|
-
_collections_abc = collections
|
|
13
|
-
|
|
14
|
-
cwd = os.getcwd()
|
|
15
|
-
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
|
16
|
-
os.chdir(currentdir)
|
|
17
|
-
from . import _scrypted_arlo_go
|
|
18
|
-
from . import go
|
|
19
|
-
|
|
20
|
-
os.chdir(cwd)
|
|
21
|
-
|
|
22
|
-
# to use this code in your end-user python file, import it as follows:
|
|
23
|
-
# from scrypted_arlo_go import scrypted_arlo_go
|
|
24
|
-
# and then refer to everything using scrypted_arlo_go. prefix
|
|
25
|
-
# packages imported by this package listed below:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# ---- Types ---
|
|
31
|
-
|
|
32
|
-
# Python type for slice []*sdp.MediaDescription
|
|
33
|
-
class Slice_Ptr_sdp_MediaDescription(go.GoClass):
|
|
34
|
-
""""""
|
|
35
|
-
def __init__(self, *args, **kwargs):
|
|
36
|
-
"""
|
|
37
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
38
|
-
otherwise parameter is a python list that we copy from
|
|
39
|
-
"""
|
|
40
|
-
self.index = 0
|
|
41
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
42
|
-
self.handle = kwargs['handle']
|
|
43
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
44
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
45
|
-
self.handle = args[0].handle
|
|
46
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
47
|
-
else:
|
|
48
|
-
self.handle = _scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_CTor()
|
|
49
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
50
|
-
if len(args) > 0:
|
|
51
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
52
|
-
raise TypeError('Slice_Ptr_sdp_MediaDescription.__init__ takes a sequence as argument')
|
|
53
|
-
for elt in args[0]:
|
|
54
|
-
self.append(elt)
|
|
55
|
-
def __del__(self):
|
|
56
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
57
|
-
def __str__(self):
|
|
58
|
-
s = 'scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
59
|
-
if len(self) < 120:
|
|
60
|
-
s += ', '.join(map(str, self)) + ']'
|
|
61
|
-
return s
|
|
62
|
-
def __repr__(self):
|
|
63
|
-
return 'scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription([' + ', '.join(map(str, self)) + '])'
|
|
64
|
-
def __len__(self):
|
|
65
|
-
return _scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_len(self.handle)
|
|
66
|
-
def __getitem__(self, key):
|
|
67
|
-
if isinstance(key, slice):
|
|
68
|
-
if key.step == None or key.step == 1:
|
|
69
|
-
st = key.start
|
|
70
|
-
ed = key.stop
|
|
71
|
-
if st == None:
|
|
72
|
-
st = 0
|
|
73
|
-
if ed == None:
|
|
74
|
-
ed = _scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_len(self.handle)
|
|
75
|
-
return Slice_Ptr_sdp_MediaDescription(handle=_scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_subslice(self.handle, st, ed))
|
|
76
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
77
|
-
elif isinstance(key, int):
|
|
78
|
-
if key < 0:
|
|
79
|
-
key += len(self)
|
|
80
|
-
if key < 0 or key >= len(self):
|
|
81
|
-
raise IndexError('slice index out of range')
|
|
82
|
-
return go.Ptr_sdp_MediaDescription(handle=_scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_elem(self.handle, key))
|
|
83
|
-
else:
|
|
84
|
-
raise TypeError('slice index invalid type')
|
|
85
|
-
def __setitem__(self, idx, value):
|
|
86
|
-
if idx < 0:
|
|
87
|
-
idx += len(self)
|
|
88
|
-
if idx < len(self):
|
|
89
|
-
_scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_set(self.handle, idx, value.handle)
|
|
90
|
-
return
|
|
91
|
-
raise IndexError('slice index out of range')
|
|
92
|
-
def __iadd__(self, value):
|
|
93
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
94
|
-
raise TypeError('Slice_Ptr_sdp_MediaDescription.__iadd__ takes a sequence as argument')
|
|
95
|
-
for elt in value:
|
|
96
|
-
self.append(elt)
|
|
97
|
-
return self
|
|
98
|
-
def __iter__(self):
|
|
99
|
-
self.index = 0
|
|
100
|
-
return self
|
|
101
|
-
def __next__(self):
|
|
102
|
-
if self.index < len(self):
|
|
103
|
-
rv = _scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_elem(self.handle, self.index)
|
|
104
|
-
self.index = self.index + 1
|
|
105
|
-
return rv
|
|
106
|
-
raise StopIteration
|
|
107
|
-
def append(self, value):
|
|
108
|
-
_scrypted_arlo_go.Slice_Ptr_sdp_MediaDescription_append(self.handle, value.handle)
|
|
109
|
-
def copy(self, src):
|
|
110
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
111
|
-
mx = min(len(self), len(src))
|
|
112
|
-
for i in range(mx):
|
|
113
|
-
self[i] = src[i]
|
|
114
|
-
|
|
115
|
-
# Python type for slice []any
|
|
116
|
-
class Slice_any(go.GoClass):
|
|
117
|
-
""""""
|
|
118
|
-
def __init__(self, *args, **kwargs):
|
|
119
|
-
"""
|
|
120
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
121
|
-
otherwise parameter is a python list that we copy from
|
|
122
|
-
"""
|
|
123
|
-
self.index = 0
|
|
124
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
125
|
-
self.handle = kwargs['handle']
|
|
126
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
127
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
128
|
-
self.handle = args[0].handle
|
|
129
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
130
|
-
else:
|
|
131
|
-
self.handle = _scrypted_arlo_go.Slice_any_CTor()
|
|
132
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
133
|
-
if len(args) > 0:
|
|
134
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
135
|
-
raise TypeError('Slice_any.__init__ takes a sequence as argument')
|
|
136
|
-
for elt in args[0]:
|
|
137
|
-
self.append(elt)
|
|
138
|
-
def __del__(self):
|
|
139
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
140
|
-
def __str__(self):
|
|
141
|
-
s = 'scrypted_arlo_go.Slice_any len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
142
|
-
if len(self) < 120:
|
|
143
|
-
s += ', '.join(map(str, self)) + ']'
|
|
144
|
-
return s
|
|
145
|
-
def __repr__(self):
|
|
146
|
-
return 'scrypted_arlo_go.Slice_any([' + ', '.join(map(str, self)) + '])'
|
|
147
|
-
def __len__(self):
|
|
148
|
-
return _scrypted_arlo_go.Slice_any_len(self.handle)
|
|
149
|
-
def __getitem__(self, key):
|
|
150
|
-
if isinstance(key, slice):
|
|
151
|
-
if key.step == None or key.step == 1:
|
|
152
|
-
st = key.start
|
|
153
|
-
ed = key.stop
|
|
154
|
-
if st == None:
|
|
155
|
-
st = 0
|
|
156
|
-
if ed == None:
|
|
157
|
-
ed = _scrypted_arlo_go.Slice_any_len(self.handle)
|
|
158
|
-
return Slice_any(handle=_scrypted_arlo_go.Slice_any_subslice(self.handle, st, ed))
|
|
159
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
160
|
-
elif isinstance(key, int):
|
|
161
|
-
if key < 0:
|
|
162
|
-
key += len(self)
|
|
163
|
-
if key < 0 or key >= len(self):
|
|
164
|
-
raise IndexError('slice index out of range')
|
|
165
|
-
return any(handle=_scrypted_arlo_go.Slice_any_elem(self.handle, key))
|
|
166
|
-
else:
|
|
167
|
-
raise TypeError('slice index invalid type')
|
|
168
|
-
def __setitem__(self, idx, value):
|
|
169
|
-
if idx < 0:
|
|
170
|
-
idx += len(self)
|
|
171
|
-
if idx < len(self):
|
|
172
|
-
_scrypted_arlo_go.Slice_any_set(self.handle, idx, value.handle)
|
|
173
|
-
return
|
|
174
|
-
raise IndexError('slice index out of range')
|
|
175
|
-
def __iadd__(self, value):
|
|
176
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
177
|
-
raise TypeError('Slice_any.__iadd__ takes a sequence as argument')
|
|
178
|
-
for elt in value:
|
|
179
|
-
self.append(elt)
|
|
180
|
-
return self
|
|
181
|
-
def __iter__(self):
|
|
182
|
-
self.index = 0
|
|
183
|
-
return self
|
|
184
|
-
def __next__(self):
|
|
185
|
-
if self.index < len(self):
|
|
186
|
-
rv = _scrypted_arlo_go.Slice_any_elem(self.handle, self.index)
|
|
187
|
-
self.index = self.index + 1
|
|
188
|
-
return rv
|
|
189
|
-
raise StopIteration
|
|
190
|
-
def append(self, value):
|
|
191
|
-
_scrypted_arlo_go.Slice_any_append(self.handle, value.handle)
|
|
192
|
-
def copy(self, src):
|
|
193
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
194
|
-
mx = min(len(self), len(src))
|
|
195
|
-
for i in range(mx):
|
|
196
|
-
self[i] = src[i]
|
|
197
|
-
|
|
198
|
-
# Python type for slice []sdp.Attribute
|
|
199
|
-
class Slice_sdp_Attribute(go.GoClass):
|
|
200
|
-
""""""
|
|
201
|
-
def __init__(self, *args, **kwargs):
|
|
202
|
-
"""
|
|
203
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
204
|
-
otherwise parameter is a python list that we copy from
|
|
205
|
-
"""
|
|
206
|
-
self.index = 0
|
|
207
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
208
|
-
self.handle = kwargs['handle']
|
|
209
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
210
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
211
|
-
self.handle = args[0].handle
|
|
212
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
213
|
-
else:
|
|
214
|
-
self.handle = _scrypted_arlo_go.Slice_sdp_Attribute_CTor()
|
|
215
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
216
|
-
if len(args) > 0:
|
|
217
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
218
|
-
raise TypeError('Slice_sdp_Attribute.__init__ takes a sequence as argument')
|
|
219
|
-
for elt in args[0]:
|
|
220
|
-
self.append(elt)
|
|
221
|
-
def __del__(self):
|
|
222
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
223
|
-
def __str__(self):
|
|
224
|
-
s = 'scrypted_arlo_go.Slice_sdp_Attribute len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
225
|
-
if len(self) < 120:
|
|
226
|
-
s += ', '.join(map(str, self)) + ']'
|
|
227
|
-
return s
|
|
228
|
-
def __repr__(self):
|
|
229
|
-
return 'scrypted_arlo_go.Slice_sdp_Attribute([' + ', '.join(map(str, self)) + '])'
|
|
230
|
-
def __len__(self):
|
|
231
|
-
return _scrypted_arlo_go.Slice_sdp_Attribute_len(self.handle)
|
|
232
|
-
def __getitem__(self, key):
|
|
233
|
-
if isinstance(key, slice):
|
|
234
|
-
if key.step == None or key.step == 1:
|
|
235
|
-
st = key.start
|
|
236
|
-
ed = key.stop
|
|
237
|
-
if st == None:
|
|
238
|
-
st = 0
|
|
239
|
-
if ed == None:
|
|
240
|
-
ed = _scrypted_arlo_go.Slice_sdp_Attribute_len(self.handle)
|
|
241
|
-
return Slice_sdp_Attribute(handle=_scrypted_arlo_go.Slice_sdp_Attribute_subslice(self.handle, st, ed))
|
|
242
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
243
|
-
elif isinstance(key, int):
|
|
244
|
-
if key < 0:
|
|
245
|
-
key += len(self)
|
|
246
|
-
if key < 0 or key >= len(self):
|
|
247
|
-
raise IndexError('slice index out of range')
|
|
248
|
-
return go.sdp_Attribute(handle=_scrypted_arlo_go.Slice_sdp_Attribute_elem(self.handle, key))
|
|
249
|
-
else:
|
|
250
|
-
raise TypeError('slice index invalid type')
|
|
251
|
-
def __setitem__(self, idx, value):
|
|
252
|
-
if idx < 0:
|
|
253
|
-
idx += len(self)
|
|
254
|
-
if idx < len(self):
|
|
255
|
-
_scrypted_arlo_go.Slice_sdp_Attribute_set(self.handle, idx, value.handle)
|
|
256
|
-
return
|
|
257
|
-
raise IndexError('slice index out of range')
|
|
258
|
-
def __iadd__(self, value):
|
|
259
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
260
|
-
raise TypeError('Slice_sdp_Attribute.__iadd__ takes a sequence as argument')
|
|
261
|
-
for elt in value:
|
|
262
|
-
self.append(elt)
|
|
263
|
-
return self
|
|
264
|
-
def __iter__(self):
|
|
265
|
-
self.index = 0
|
|
266
|
-
return self
|
|
267
|
-
def __next__(self):
|
|
268
|
-
if self.index < len(self):
|
|
269
|
-
rv = _scrypted_arlo_go.Slice_sdp_Attribute_elem(self.handle, self.index)
|
|
270
|
-
self.index = self.index + 1
|
|
271
|
-
return rv
|
|
272
|
-
raise StopIteration
|
|
273
|
-
def append(self, value):
|
|
274
|
-
_scrypted_arlo_go.Slice_sdp_Attribute_append(self.handle, value.handle)
|
|
275
|
-
def copy(self, src):
|
|
276
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
277
|
-
mx = min(len(self), len(src))
|
|
278
|
-
for i in range(mx):
|
|
279
|
-
self[i] = src[i]
|
|
280
|
-
|
|
281
|
-
# Python type for slice []sdp.Bandwidth
|
|
282
|
-
class Slice_sdp_Bandwidth(go.GoClass):
|
|
283
|
-
""""""
|
|
284
|
-
def __init__(self, *args, **kwargs):
|
|
285
|
-
"""
|
|
286
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
287
|
-
otherwise parameter is a python list that we copy from
|
|
288
|
-
"""
|
|
289
|
-
self.index = 0
|
|
290
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
291
|
-
self.handle = kwargs['handle']
|
|
292
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
293
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
294
|
-
self.handle = args[0].handle
|
|
295
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
296
|
-
else:
|
|
297
|
-
self.handle = _scrypted_arlo_go.Slice_sdp_Bandwidth_CTor()
|
|
298
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
299
|
-
if len(args) > 0:
|
|
300
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
301
|
-
raise TypeError('Slice_sdp_Bandwidth.__init__ takes a sequence as argument')
|
|
302
|
-
for elt in args[0]:
|
|
303
|
-
self.append(elt)
|
|
304
|
-
def __del__(self):
|
|
305
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
306
|
-
def __str__(self):
|
|
307
|
-
s = 'scrypted_arlo_go.Slice_sdp_Bandwidth len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
308
|
-
if len(self) < 120:
|
|
309
|
-
s += ', '.join(map(str, self)) + ']'
|
|
310
|
-
return s
|
|
311
|
-
def __repr__(self):
|
|
312
|
-
return 'scrypted_arlo_go.Slice_sdp_Bandwidth([' + ', '.join(map(str, self)) + '])'
|
|
313
|
-
def __len__(self):
|
|
314
|
-
return _scrypted_arlo_go.Slice_sdp_Bandwidth_len(self.handle)
|
|
315
|
-
def __getitem__(self, key):
|
|
316
|
-
if isinstance(key, slice):
|
|
317
|
-
if key.step == None or key.step == 1:
|
|
318
|
-
st = key.start
|
|
319
|
-
ed = key.stop
|
|
320
|
-
if st == None:
|
|
321
|
-
st = 0
|
|
322
|
-
if ed == None:
|
|
323
|
-
ed = _scrypted_arlo_go.Slice_sdp_Bandwidth_len(self.handle)
|
|
324
|
-
return Slice_sdp_Bandwidth(handle=_scrypted_arlo_go.Slice_sdp_Bandwidth_subslice(self.handle, st, ed))
|
|
325
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
326
|
-
elif isinstance(key, int):
|
|
327
|
-
if key < 0:
|
|
328
|
-
key += len(self)
|
|
329
|
-
if key < 0 or key >= len(self):
|
|
330
|
-
raise IndexError('slice index out of range')
|
|
331
|
-
return go.sdp_Bandwidth(handle=_scrypted_arlo_go.Slice_sdp_Bandwidth_elem(self.handle, key))
|
|
332
|
-
else:
|
|
333
|
-
raise TypeError('slice index invalid type')
|
|
334
|
-
def __setitem__(self, idx, value):
|
|
335
|
-
if idx < 0:
|
|
336
|
-
idx += len(self)
|
|
337
|
-
if idx < len(self):
|
|
338
|
-
_scrypted_arlo_go.Slice_sdp_Bandwidth_set(self.handle, idx, value.handle)
|
|
339
|
-
return
|
|
340
|
-
raise IndexError('slice index out of range')
|
|
341
|
-
def __iadd__(self, value):
|
|
342
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
343
|
-
raise TypeError('Slice_sdp_Bandwidth.__iadd__ takes a sequence as argument')
|
|
344
|
-
for elt in value:
|
|
345
|
-
self.append(elt)
|
|
346
|
-
return self
|
|
347
|
-
def __iter__(self):
|
|
348
|
-
self.index = 0
|
|
349
|
-
return self
|
|
350
|
-
def __next__(self):
|
|
351
|
-
if self.index < len(self):
|
|
352
|
-
rv = _scrypted_arlo_go.Slice_sdp_Bandwidth_elem(self.handle, self.index)
|
|
353
|
-
self.index = self.index + 1
|
|
354
|
-
return rv
|
|
355
|
-
raise StopIteration
|
|
356
|
-
def append(self, value):
|
|
357
|
-
_scrypted_arlo_go.Slice_sdp_Bandwidth_append(self.handle, value.handle)
|
|
358
|
-
def copy(self, src):
|
|
359
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
360
|
-
mx = min(len(self), len(src))
|
|
361
|
-
for i in range(mx):
|
|
362
|
-
self[i] = src[i]
|
|
363
|
-
|
|
364
|
-
# Python type for slice []sdp.RepeatTime
|
|
365
|
-
class Slice_sdp_RepeatTime(go.GoClass):
|
|
366
|
-
""""""
|
|
367
|
-
def __init__(self, *args, **kwargs):
|
|
368
|
-
"""
|
|
369
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
370
|
-
otherwise parameter is a python list that we copy from
|
|
371
|
-
"""
|
|
372
|
-
self.index = 0
|
|
373
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
374
|
-
self.handle = kwargs['handle']
|
|
375
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
376
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
377
|
-
self.handle = args[0].handle
|
|
378
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
379
|
-
else:
|
|
380
|
-
self.handle = _scrypted_arlo_go.Slice_sdp_RepeatTime_CTor()
|
|
381
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
382
|
-
if len(args) > 0:
|
|
383
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
384
|
-
raise TypeError('Slice_sdp_RepeatTime.__init__ takes a sequence as argument')
|
|
385
|
-
for elt in args[0]:
|
|
386
|
-
self.append(elt)
|
|
387
|
-
def __del__(self):
|
|
388
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
389
|
-
def __str__(self):
|
|
390
|
-
s = 'scrypted_arlo_go.Slice_sdp_RepeatTime len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
391
|
-
if len(self) < 120:
|
|
392
|
-
s += ', '.join(map(str, self)) + ']'
|
|
393
|
-
return s
|
|
394
|
-
def __repr__(self):
|
|
395
|
-
return 'scrypted_arlo_go.Slice_sdp_RepeatTime([' + ', '.join(map(str, self)) + '])'
|
|
396
|
-
def __len__(self):
|
|
397
|
-
return _scrypted_arlo_go.Slice_sdp_RepeatTime_len(self.handle)
|
|
398
|
-
def __getitem__(self, key):
|
|
399
|
-
if isinstance(key, slice):
|
|
400
|
-
if key.step == None or key.step == 1:
|
|
401
|
-
st = key.start
|
|
402
|
-
ed = key.stop
|
|
403
|
-
if st == None:
|
|
404
|
-
st = 0
|
|
405
|
-
if ed == None:
|
|
406
|
-
ed = _scrypted_arlo_go.Slice_sdp_RepeatTime_len(self.handle)
|
|
407
|
-
return Slice_sdp_RepeatTime(handle=_scrypted_arlo_go.Slice_sdp_RepeatTime_subslice(self.handle, st, ed))
|
|
408
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
409
|
-
elif isinstance(key, int):
|
|
410
|
-
if key < 0:
|
|
411
|
-
key += len(self)
|
|
412
|
-
if key < 0 or key >= len(self):
|
|
413
|
-
raise IndexError('slice index out of range')
|
|
414
|
-
return go.sdp_RepeatTime(handle=_scrypted_arlo_go.Slice_sdp_RepeatTime_elem(self.handle, key))
|
|
415
|
-
else:
|
|
416
|
-
raise TypeError('slice index invalid type')
|
|
417
|
-
def __setitem__(self, idx, value):
|
|
418
|
-
if idx < 0:
|
|
419
|
-
idx += len(self)
|
|
420
|
-
if idx < len(self):
|
|
421
|
-
_scrypted_arlo_go.Slice_sdp_RepeatTime_set(self.handle, idx, value.handle)
|
|
422
|
-
return
|
|
423
|
-
raise IndexError('slice index out of range')
|
|
424
|
-
def __iadd__(self, value):
|
|
425
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
426
|
-
raise TypeError('Slice_sdp_RepeatTime.__iadd__ takes a sequence as argument')
|
|
427
|
-
for elt in value:
|
|
428
|
-
self.append(elt)
|
|
429
|
-
return self
|
|
430
|
-
def __iter__(self):
|
|
431
|
-
self.index = 0
|
|
432
|
-
return self
|
|
433
|
-
def __next__(self):
|
|
434
|
-
if self.index < len(self):
|
|
435
|
-
rv = _scrypted_arlo_go.Slice_sdp_RepeatTime_elem(self.handle, self.index)
|
|
436
|
-
self.index = self.index + 1
|
|
437
|
-
return rv
|
|
438
|
-
raise StopIteration
|
|
439
|
-
def append(self, value):
|
|
440
|
-
_scrypted_arlo_go.Slice_sdp_RepeatTime_append(self.handle, value.handle)
|
|
441
|
-
def copy(self, src):
|
|
442
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
443
|
-
mx = min(len(self), len(src))
|
|
444
|
-
for i in range(mx):
|
|
445
|
-
self[i] = src[i]
|
|
446
|
-
|
|
447
|
-
# Python type for slice []sdp.TimeDescription
|
|
448
|
-
class Slice_sdp_TimeDescription(go.GoClass):
|
|
449
|
-
""""""
|
|
450
|
-
def __init__(self, *args, **kwargs):
|
|
451
|
-
"""
|
|
452
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
453
|
-
otherwise parameter is a python list that we copy from
|
|
454
|
-
"""
|
|
455
|
-
self.index = 0
|
|
456
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
457
|
-
self.handle = kwargs['handle']
|
|
458
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
459
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
460
|
-
self.handle = args[0].handle
|
|
461
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
462
|
-
else:
|
|
463
|
-
self.handle = _scrypted_arlo_go.Slice_sdp_TimeDescription_CTor()
|
|
464
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
465
|
-
if len(args) > 0:
|
|
466
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
467
|
-
raise TypeError('Slice_sdp_TimeDescription.__init__ takes a sequence as argument')
|
|
468
|
-
for elt in args[0]:
|
|
469
|
-
self.append(elt)
|
|
470
|
-
def __del__(self):
|
|
471
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
472
|
-
def __str__(self):
|
|
473
|
-
s = 'scrypted_arlo_go.Slice_sdp_TimeDescription len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
474
|
-
if len(self) < 120:
|
|
475
|
-
s += ', '.join(map(str, self)) + ']'
|
|
476
|
-
return s
|
|
477
|
-
def __repr__(self):
|
|
478
|
-
return 'scrypted_arlo_go.Slice_sdp_TimeDescription([' + ', '.join(map(str, self)) + '])'
|
|
479
|
-
def __len__(self):
|
|
480
|
-
return _scrypted_arlo_go.Slice_sdp_TimeDescription_len(self.handle)
|
|
481
|
-
def __getitem__(self, key):
|
|
482
|
-
if isinstance(key, slice):
|
|
483
|
-
if key.step == None or key.step == 1:
|
|
484
|
-
st = key.start
|
|
485
|
-
ed = key.stop
|
|
486
|
-
if st == None:
|
|
487
|
-
st = 0
|
|
488
|
-
if ed == None:
|
|
489
|
-
ed = _scrypted_arlo_go.Slice_sdp_TimeDescription_len(self.handle)
|
|
490
|
-
return Slice_sdp_TimeDescription(handle=_scrypted_arlo_go.Slice_sdp_TimeDescription_subslice(self.handle, st, ed))
|
|
491
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
492
|
-
elif isinstance(key, int):
|
|
493
|
-
if key < 0:
|
|
494
|
-
key += len(self)
|
|
495
|
-
if key < 0 or key >= len(self):
|
|
496
|
-
raise IndexError('slice index out of range')
|
|
497
|
-
return go.sdp_TimeDescription(handle=_scrypted_arlo_go.Slice_sdp_TimeDescription_elem(self.handle, key))
|
|
498
|
-
else:
|
|
499
|
-
raise TypeError('slice index invalid type')
|
|
500
|
-
def __setitem__(self, idx, value):
|
|
501
|
-
if idx < 0:
|
|
502
|
-
idx += len(self)
|
|
503
|
-
if idx < len(self):
|
|
504
|
-
_scrypted_arlo_go.Slice_sdp_TimeDescription_set(self.handle, idx, value.handle)
|
|
505
|
-
return
|
|
506
|
-
raise IndexError('slice index out of range')
|
|
507
|
-
def __iadd__(self, value):
|
|
508
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
509
|
-
raise TypeError('Slice_sdp_TimeDescription.__iadd__ takes a sequence as argument')
|
|
510
|
-
for elt in value:
|
|
511
|
-
self.append(elt)
|
|
512
|
-
return self
|
|
513
|
-
def __iter__(self):
|
|
514
|
-
self.index = 0
|
|
515
|
-
return self
|
|
516
|
-
def __next__(self):
|
|
517
|
-
if self.index < len(self):
|
|
518
|
-
rv = _scrypted_arlo_go.Slice_sdp_TimeDescription_elem(self.handle, self.index)
|
|
519
|
-
self.index = self.index + 1
|
|
520
|
-
return rv
|
|
521
|
-
raise StopIteration
|
|
522
|
-
def append(self, value):
|
|
523
|
-
_scrypted_arlo_go.Slice_sdp_TimeDescription_append(self.handle, value.handle)
|
|
524
|
-
def copy(self, src):
|
|
525
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
526
|
-
mx = min(len(self), len(src))
|
|
527
|
-
for i in range(mx):
|
|
528
|
-
self[i] = src[i]
|
|
529
|
-
|
|
530
|
-
# Python type for slice []sdp.TimeZone
|
|
531
|
-
class Slice_sdp_TimeZone(go.GoClass):
|
|
532
|
-
""""""
|
|
533
|
-
def __init__(self, *args, **kwargs):
|
|
534
|
-
"""
|
|
535
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
536
|
-
otherwise parameter is a python list that we copy from
|
|
537
|
-
"""
|
|
538
|
-
self.index = 0
|
|
539
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
540
|
-
self.handle = kwargs['handle']
|
|
541
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
542
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
543
|
-
self.handle = args[0].handle
|
|
544
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
545
|
-
else:
|
|
546
|
-
self.handle = _scrypted_arlo_go.Slice_sdp_TimeZone_CTor()
|
|
547
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
548
|
-
if len(args) > 0:
|
|
549
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
550
|
-
raise TypeError('Slice_sdp_TimeZone.__init__ takes a sequence as argument')
|
|
551
|
-
for elt in args[0]:
|
|
552
|
-
self.append(elt)
|
|
553
|
-
def __del__(self):
|
|
554
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
555
|
-
def __str__(self):
|
|
556
|
-
s = 'scrypted_arlo_go.Slice_sdp_TimeZone len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
557
|
-
if len(self) < 120:
|
|
558
|
-
s += ', '.join(map(str, self)) + ']'
|
|
559
|
-
return s
|
|
560
|
-
def __repr__(self):
|
|
561
|
-
return 'scrypted_arlo_go.Slice_sdp_TimeZone([' + ', '.join(map(str, self)) + '])'
|
|
562
|
-
def __len__(self):
|
|
563
|
-
return _scrypted_arlo_go.Slice_sdp_TimeZone_len(self.handle)
|
|
564
|
-
def __getitem__(self, key):
|
|
565
|
-
if isinstance(key, slice):
|
|
566
|
-
if key.step == None or key.step == 1:
|
|
567
|
-
st = key.start
|
|
568
|
-
ed = key.stop
|
|
569
|
-
if st == None:
|
|
570
|
-
st = 0
|
|
571
|
-
if ed == None:
|
|
572
|
-
ed = _scrypted_arlo_go.Slice_sdp_TimeZone_len(self.handle)
|
|
573
|
-
return Slice_sdp_TimeZone(handle=_scrypted_arlo_go.Slice_sdp_TimeZone_subslice(self.handle, st, ed))
|
|
574
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
575
|
-
elif isinstance(key, int):
|
|
576
|
-
if key < 0:
|
|
577
|
-
key += len(self)
|
|
578
|
-
if key < 0 or key >= len(self):
|
|
579
|
-
raise IndexError('slice index out of range')
|
|
580
|
-
return go.sdp_TimeZone(handle=_scrypted_arlo_go.Slice_sdp_TimeZone_elem(self.handle, key))
|
|
581
|
-
else:
|
|
582
|
-
raise TypeError('slice index invalid type')
|
|
583
|
-
def __setitem__(self, idx, value):
|
|
584
|
-
if idx < 0:
|
|
585
|
-
idx += len(self)
|
|
586
|
-
if idx < len(self):
|
|
587
|
-
_scrypted_arlo_go.Slice_sdp_TimeZone_set(self.handle, idx, value.handle)
|
|
588
|
-
return
|
|
589
|
-
raise IndexError('slice index out of range')
|
|
590
|
-
def __iadd__(self, value):
|
|
591
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
592
|
-
raise TypeError('Slice_sdp_TimeZone.__iadd__ takes a sequence as argument')
|
|
593
|
-
for elt in value:
|
|
594
|
-
self.append(elt)
|
|
595
|
-
return self
|
|
596
|
-
def __iter__(self):
|
|
597
|
-
self.index = 0
|
|
598
|
-
return self
|
|
599
|
-
def __next__(self):
|
|
600
|
-
if self.index < len(self):
|
|
601
|
-
rv = _scrypted_arlo_go.Slice_sdp_TimeZone_elem(self.handle, self.index)
|
|
602
|
-
self.index = self.index + 1
|
|
603
|
-
return rv
|
|
604
|
-
raise StopIteration
|
|
605
|
-
def append(self, value):
|
|
606
|
-
_scrypted_arlo_go.Slice_sdp_TimeZone_append(self.handle, value.handle)
|
|
607
|
-
def copy(self, src):
|
|
608
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
609
|
-
mx = min(len(self), len(src))
|
|
610
|
-
for i in range(mx):
|
|
611
|
-
self[i] = src[i]
|
|
612
|
-
|
|
613
|
-
# Python type for slice []webrtc.ICEServer
|
|
614
|
-
class Slice_webrtc_ICEServer(go.GoClass):
|
|
615
|
-
""""""
|
|
616
|
-
def __init__(self, *args, **kwargs):
|
|
617
|
-
"""
|
|
618
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
619
|
-
otherwise parameter is a python list that we copy from
|
|
620
|
-
"""
|
|
621
|
-
self.index = 0
|
|
622
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
623
|
-
self.handle = kwargs['handle']
|
|
624
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
625
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
626
|
-
self.handle = args[0].handle
|
|
627
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
628
|
-
else:
|
|
629
|
-
self.handle = _scrypted_arlo_go.Slice_webrtc_ICEServer_CTor()
|
|
630
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
631
|
-
if len(args) > 0:
|
|
632
|
-
if not isinstance(args[0], _collections_abc.Iterable):
|
|
633
|
-
raise TypeError('Slice_webrtc_ICEServer.__init__ takes a sequence as argument')
|
|
634
|
-
for elt in args[0]:
|
|
635
|
-
self.append(elt)
|
|
636
|
-
def __del__(self):
|
|
637
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
638
|
-
def __str__(self):
|
|
639
|
-
s = 'scrypted_arlo_go.Slice_webrtc_ICEServer len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' ['
|
|
640
|
-
if len(self) < 120:
|
|
641
|
-
s += ', '.join(map(str, self)) + ']'
|
|
642
|
-
return s
|
|
643
|
-
def __repr__(self):
|
|
644
|
-
return 'scrypted_arlo_go.Slice_webrtc_ICEServer([' + ', '.join(map(str, self)) + '])'
|
|
645
|
-
def __len__(self):
|
|
646
|
-
return _scrypted_arlo_go.Slice_webrtc_ICEServer_len(self.handle)
|
|
647
|
-
def __getitem__(self, key):
|
|
648
|
-
if isinstance(key, slice):
|
|
649
|
-
if key.step == None or key.step == 1:
|
|
650
|
-
st = key.start
|
|
651
|
-
ed = key.stop
|
|
652
|
-
if st == None:
|
|
653
|
-
st = 0
|
|
654
|
-
if ed == None:
|
|
655
|
-
ed = _scrypted_arlo_go.Slice_webrtc_ICEServer_len(self.handle)
|
|
656
|
-
return Slice_webrtc_ICEServer(handle=_scrypted_arlo_go.Slice_webrtc_ICEServer_subslice(self.handle, st, ed))
|
|
657
|
-
return [self[ii] for ii in range(*key.indices(len(self)))]
|
|
658
|
-
elif isinstance(key, int):
|
|
659
|
-
if key < 0:
|
|
660
|
-
key += len(self)
|
|
661
|
-
if key < 0 or key >= len(self):
|
|
662
|
-
raise IndexError('slice index out of range')
|
|
663
|
-
return go.webrtc_ICEServer(handle=_scrypted_arlo_go.Slice_webrtc_ICEServer_elem(self.handle, key))
|
|
664
|
-
else:
|
|
665
|
-
raise TypeError('slice index invalid type')
|
|
666
|
-
def __setitem__(self, idx, value):
|
|
667
|
-
if idx < 0:
|
|
668
|
-
idx += len(self)
|
|
669
|
-
if idx < len(self):
|
|
670
|
-
_scrypted_arlo_go.Slice_webrtc_ICEServer_set(self.handle, idx, value.handle)
|
|
671
|
-
return
|
|
672
|
-
raise IndexError('slice index out of range')
|
|
673
|
-
def __iadd__(self, value):
|
|
674
|
-
if not isinstance(value, _collections_abc.Iterable):
|
|
675
|
-
raise TypeError('Slice_webrtc_ICEServer.__iadd__ takes a sequence as argument')
|
|
676
|
-
for elt in value:
|
|
677
|
-
self.append(elt)
|
|
678
|
-
return self
|
|
679
|
-
def __iter__(self):
|
|
680
|
-
self.index = 0
|
|
681
|
-
return self
|
|
682
|
-
def __next__(self):
|
|
683
|
-
if self.index < len(self):
|
|
684
|
-
rv = _scrypted_arlo_go.Slice_webrtc_ICEServer_elem(self.handle, self.index)
|
|
685
|
-
self.index = self.index + 1
|
|
686
|
-
return rv
|
|
687
|
-
raise StopIteration
|
|
688
|
-
def append(self, value):
|
|
689
|
-
_scrypted_arlo_go.Slice_webrtc_ICEServer_append(self.handle, value.handle)
|
|
690
|
-
def copy(self, src):
|
|
691
|
-
""" copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list """
|
|
692
|
-
mx = min(len(self), len(src))
|
|
693
|
-
for i in range(mx):
|
|
694
|
-
self[i] = src[i]
|
|
695
|
-
|
|
696
|
-
# Python type for map map[string]string
|
|
697
|
-
class Map_string_string(go.GoClass):
|
|
698
|
-
""""""
|
|
699
|
-
def __init__(self, *args, **kwargs):
|
|
700
|
-
"""
|
|
701
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
702
|
-
otherwise parameter is a python list that we copy from
|
|
703
|
-
"""
|
|
704
|
-
self.index = 0
|
|
705
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
706
|
-
self.handle = kwargs['handle']
|
|
707
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
708
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
709
|
-
self.handle = args[0].handle
|
|
710
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
711
|
-
else:
|
|
712
|
-
self.handle = _scrypted_arlo_go.Map_string_string_CTor()
|
|
713
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
714
|
-
if len(args) > 0:
|
|
715
|
-
if not isinstance(args[0], _collections_abc.Mapping):
|
|
716
|
-
raise TypeError('Map_string_string.__init__ takes a mapping as argument')
|
|
717
|
-
for k, v in args[0].items():
|
|
718
|
-
_scrypted_arlo_go.Map_string_string_set(self.handle, k, v)
|
|
719
|
-
def __del__(self):
|
|
720
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
721
|
-
def __str__(self):
|
|
722
|
-
s = 'scrypted_arlo_go.Map_string_string len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' {'
|
|
723
|
-
if len(self) < 120:
|
|
724
|
-
for k, v in self.items():
|
|
725
|
-
s += str(k) + '=' + str(v) + ', '
|
|
726
|
-
return s + '}'
|
|
727
|
-
def __repr__(self):
|
|
728
|
-
s = 'scrypted_arlo_go.Map_string_string({'
|
|
729
|
-
for k, v in self.items():
|
|
730
|
-
s += str(k) + '=' + str(v) + ', '
|
|
731
|
-
return s + '})'
|
|
732
|
-
def __len__(self):
|
|
733
|
-
return _scrypted_arlo_go.Map_string_string_len(self.handle)
|
|
734
|
-
def __getitem__(self, key):
|
|
735
|
-
return _scrypted_arlo_go.Map_string_string_elem(self.handle, key)
|
|
736
|
-
def __setitem__(self, key, value):
|
|
737
|
-
_scrypted_arlo_go.Map_string_string_set(self.handle, key, value)
|
|
738
|
-
def __delitem__(self, key):
|
|
739
|
-
return _scrypted_arlo_go.Map_string_string_delete(self.handle, key)
|
|
740
|
-
def keys(self):
|
|
741
|
-
return go.Slice_string(handle=_scrypted_arlo_go.Map_string_string_keys(self.handle))
|
|
742
|
-
def values(self):
|
|
743
|
-
vls = []
|
|
744
|
-
kys = self.keys()
|
|
745
|
-
for k in kys:
|
|
746
|
-
vls.append(self[k])
|
|
747
|
-
return vls
|
|
748
|
-
def items(self):
|
|
749
|
-
vls = []
|
|
750
|
-
kys = self.keys()
|
|
751
|
-
for k in kys:
|
|
752
|
-
vls.append((k, self[k]))
|
|
753
|
-
return vls
|
|
754
|
-
def __iter__(self):
|
|
755
|
-
return iter(self.items())
|
|
756
|
-
def __contains__(self, key):
|
|
757
|
-
return _scrypted_arlo_go.Map_string_string_contains(self.handle, key)
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
#---- Enums from Go (collections of consts with same type) ---
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
#---- Constants from Go: Python can only ask that you please don't change these! ---
|
|
764
|
-
WebRTCMimeTypeH264 = "video/H264"
|
|
765
|
-
WebRTCMimeTypeOpus = "audio/opus"
|
|
766
|
-
WebRTCMimeTypePCMA = "audio/PCMA"
|
|
767
|
-
WebRTCMimeTypePCMU = "audio/PCMU"
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
# ---- Global Variables: can only use functions to access ---
|
|
771
|
-
def DEBUG():
|
|
772
|
-
"""
|
|
773
|
-
DEBUG Gets Go Variable: scrypted_arlo_go.DEBUG
|
|
774
|
-
|
|
775
|
-
"""
|
|
776
|
-
return _scrypted_arlo_go.scrypted_arlo_go_DEBUG()
|
|
777
|
-
|
|
778
|
-
def Set_DEBUG(value):
|
|
779
|
-
"""
|
|
780
|
-
Set_DEBUG Sets Go Variable: scrypted_arlo_go.DEBUG
|
|
781
|
-
|
|
782
|
-
"""
|
|
783
|
-
if isinstance(value, go.GoClass):
|
|
784
|
-
_scrypted_arlo_go.scrypted_arlo_go_Set_DEBUG(value.handle)
|
|
785
|
-
else:
|
|
786
|
-
_scrypted_arlo_go.scrypted_arlo_go_Set_DEBUG(value)
|
|
787
|
-
|
|
788
|
-
def UDP_PACKET_SIZE():
|
|
789
|
-
"""
|
|
790
|
-
UDP_PACKET_SIZE Gets Go Variable: scrypted_arlo_go.UDP_PACKET_SIZE
|
|
791
|
-
|
|
792
|
-
"""
|
|
793
|
-
return _scrypted_arlo_go.scrypted_arlo_go_UDP_PACKET_SIZE()
|
|
794
|
-
|
|
795
|
-
def Set_UDP_PACKET_SIZE(value):
|
|
796
|
-
"""
|
|
797
|
-
Set_UDP_PACKET_SIZE Sets Go Variable: scrypted_arlo_go.UDP_PACKET_SIZE
|
|
798
|
-
|
|
799
|
-
"""
|
|
800
|
-
if isinstance(value, go.GoClass):
|
|
801
|
-
_scrypted_arlo_go.scrypted_arlo_go_Set_UDP_PACKET_SIZE(value.handle)
|
|
802
|
-
else:
|
|
803
|
-
_scrypted_arlo_go.scrypted_arlo_go_Set_UDP_PACKET_SIZE(value)
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
# ---- Interfaces ---
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
# ---- Structs ---
|
|
811
|
-
|
|
812
|
-
# Python type for struct webrtc.ICECandidate
|
|
813
|
-
class WebRTCICECandidate(go.GoClass):
|
|
814
|
-
""""""
|
|
815
|
-
def __init__(self, *args, **kwargs):
|
|
816
|
-
"""
|
|
817
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
818
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
819
|
-
in which case a new Go object is constructed first
|
|
820
|
-
"""
|
|
821
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
822
|
-
self.handle = kwargs['handle']
|
|
823
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
824
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
825
|
-
self.handle = args[0].handle
|
|
826
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
827
|
-
else:
|
|
828
|
-
self.handle = _scrypted_arlo_go.webrtc_ICECandidate_CTor()
|
|
829
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
830
|
-
if 1 < len(args):
|
|
831
|
-
self.Foundation = args[1]
|
|
832
|
-
if "Foundation" in kwargs:
|
|
833
|
-
self.Foundation = kwargs["Foundation"]
|
|
834
|
-
if 2 < len(args):
|
|
835
|
-
self.Priority = args[2]
|
|
836
|
-
if "Priority" in kwargs:
|
|
837
|
-
self.Priority = kwargs["Priority"]
|
|
838
|
-
if 3 < len(args):
|
|
839
|
-
self.Address = args[3]
|
|
840
|
-
if "Address" in kwargs:
|
|
841
|
-
self.Address = kwargs["Address"]
|
|
842
|
-
if 4 < len(args):
|
|
843
|
-
self.Protocol = args[4]
|
|
844
|
-
if "Protocol" in kwargs:
|
|
845
|
-
self.Protocol = kwargs["Protocol"]
|
|
846
|
-
if 5 < len(args):
|
|
847
|
-
self.Port = args[5]
|
|
848
|
-
if "Port" in kwargs:
|
|
849
|
-
self.Port = kwargs["Port"]
|
|
850
|
-
if 6 < len(args):
|
|
851
|
-
self.Typ = args[6]
|
|
852
|
-
if "Typ" in kwargs:
|
|
853
|
-
self.Typ = kwargs["Typ"]
|
|
854
|
-
if 7 < len(args):
|
|
855
|
-
self.Component = args[7]
|
|
856
|
-
if "Component" in kwargs:
|
|
857
|
-
self.Component = kwargs["Component"]
|
|
858
|
-
if 8 < len(args):
|
|
859
|
-
self.RelatedAddress = args[8]
|
|
860
|
-
if "RelatedAddress" in kwargs:
|
|
861
|
-
self.RelatedAddress = kwargs["RelatedAddress"]
|
|
862
|
-
if 9 < len(args):
|
|
863
|
-
self.RelatedPort = args[9]
|
|
864
|
-
if "RelatedPort" in kwargs:
|
|
865
|
-
self.RelatedPort = kwargs["RelatedPort"]
|
|
866
|
-
if 10 < len(args):
|
|
867
|
-
self.TCPType = args[10]
|
|
868
|
-
if "TCPType" in kwargs:
|
|
869
|
-
self.TCPType = kwargs["TCPType"]
|
|
870
|
-
def __del__(self):
|
|
871
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
872
|
-
def __str__(self):
|
|
873
|
-
return self.String()
|
|
874
|
-
|
|
875
|
-
def __repr__(self):
|
|
876
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
877
|
-
sv = 'webrtc.ICECandidate ( '
|
|
878
|
-
for v in pr:
|
|
879
|
-
if not callable(v[1]):
|
|
880
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
881
|
-
return sv + ')'
|
|
882
|
-
@property
|
|
883
|
-
def Foundation(self):
|
|
884
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Foundation_Get(self.handle)
|
|
885
|
-
@Foundation.setter
|
|
886
|
-
def Foundation(self, value):
|
|
887
|
-
if isinstance(value, go.GoClass):
|
|
888
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Foundation_Set(self.handle, value.handle)
|
|
889
|
-
else:
|
|
890
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Foundation_Set(self.handle, value)
|
|
891
|
-
@property
|
|
892
|
-
def Priority(self):
|
|
893
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Priority_Get(self.handle)
|
|
894
|
-
@Priority.setter
|
|
895
|
-
def Priority(self, value):
|
|
896
|
-
if isinstance(value, go.GoClass):
|
|
897
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Priority_Set(self.handle, value.handle)
|
|
898
|
-
else:
|
|
899
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Priority_Set(self.handle, value)
|
|
900
|
-
@property
|
|
901
|
-
def Address(self):
|
|
902
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Address_Get(self.handle)
|
|
903
|
-
@Address.setter
|
|
904
|
-
def Address(self, value):
|
|
905
|
-
if isinstance(value, go.GoClass):
|
|
906
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Address_Set(self.handle, value.handle)
|
|
907
|
-
else:
|
|
908
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Address_Set(self.handle, value)
|
|
909
|
-
@property
|
|
910
|
-
def Protocol(self):
|
|
911
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Protocol_Get(self.handle)
|
|
912
|
-
@Protocol.setter
|
|
913
|
-
def Protocol(self, value):
|
|
914
|
-
if isinstance(value, go.GoClass):
|
|
915
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Protocol_Set(self.handle, value.handle)
|
|
916
|
-
else:
|
|
917
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Protocol_Set(self.handle, value)
|
|
918
|
-
@property
|
|
919
|
-
def Port(self):
|
|
920
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Port_Get(self.handle)
|
|
921
|
-
@Port.setter
|
|
922
|
-
def Port(self, value):
|
|
923
|
-
if isinstance(value, go.GoClass):
|
|
924
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Port_Set(self.handle, value.handle)
|
|
925
|
-
else:
|
|
926
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Port_Set(self.handle, value)
|
|
927
|
-
@property
|
|
928
|
-
def Typ(self):
|
|
929
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Typ_Get(self.handle)
|
|
930
|
-
@Typ.setter
|
|
931
|
-
def Typ(self, value):
|
|
932
|
-
if isinstance(value, go.GoClass):
|
|
933
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Typ_Set(self.handle, value.handle)
|
|
934
|
-
else:
|
|
935
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Typ_Set(self.handle, value)
|
|
936
|
-
@property
|
|
937
|
-
def Component(self):
|
|
938
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_Component_Get(self.handle)
|
|
939
|
-
@Component.setter
|
|
940
|
-
def Component(self, value):
|
|
941
|
-
if isinstance(value, go.GoClass):
|
|
942
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Component_Set(self.handle, value.handle)
|
|
943
|
-
else:
|
|
944
|
-
_scrypted_arlo_go.webrtc_ICECandidate_Component_Set(self.handle, value)
|
|
945
|
-
@property
|
|
946
|
-
def RelatedAddress(self):
|
|
947
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_RelatedAddress_Get(self.handle)
|
|
948
|
-
@RelatedAddress.setter
|
|
949
|
-
def RelatedAddress(self, value):
|
|
950
|
-
if isinstance(value, go.GoClass):
|
|
951
|
-
_scrypted_arlo_go.webrtc_ICECandidate_RelatedAddress_Set(self.handle, value.handle)
|
|
952
|
-
else:
|
|
953
|
-
_scrypted_arlo_go.webrtc_ICECandidate_RelatedAddress_Set(self.handle, value)
|
|
954
|
-
@property
|
|
955
|
-
def RelatedPort(self):
|
|
956
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_RelatedPort_Get(self.handle)
|
|
957
|
-
@RelatedPort.setter
|
|
958
|
-
def RelatedPort(self, value):
|
|
959
|
-
if isinstance(value, go.GoClass):
|
|
960
|
-
_scrypted_arlo_go.webrtc_ICECandidate_RelatedPort_Set(self.handle, value.handle)
|
|
961
|
-
else:
|
|
962
|
-
_scrypted_arlo_go.webrtc_ICECandidate_RelatedPort_Set(self.handle, value)
|
|
963
|
-
@property
|
|
964
|
-
def TCPType(self):
|
|
965
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_TCPType_Get(self.handle)
|
|
966
|
-
@TCPType.setter
|
|
967
|
-
def TCPType(self, value):
|
|
968
|
-
if isinstance(value, go.GoClass):
|
|
969
|
-
_scrypted_arlo_go.webrtc_ICECandidate_TCPType_Set(self.handle, value.handle)
|
|
970
|
-
else:
|
|
971
|
-
_scrypted_arlo_go.webrtc_ICECandidate_TCPType_Set(self.handle, value)
|
|
972
|
-
def String(self):
|
|
973
|
-
"""String() str"""
|
|
974
|
-
return _scrypted_arlo_go.webrtc_ICECandidate_String(self.handle)
|
|
975
|
-
def ToJSON(self):
|
|
976
|
-
"""ToJSON() object"""
|
|
977
|
-
return go.webrtc_ICECandidateInit(handle=_scrypted_arlo_go.webrtc_ICECandidate_ToJSON(self.handle))
|
|
978
|
-
|
|
979
|
-
# Python type for struct webrtc.ICEServer
|
|
980
|
-
class WebRTCICEServer(go.GoClass):
|
|
981
|
-
"""type aliases for gopy to detect these structs\n"""
|
|
982
|
-
def __init__(self, *args, **kwargs):
|
|
983
|
-
"""
|
|
984
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
985
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
986
|
-
in which case a new Go object is constructed first
|
|
987
|
-
"""
|
|
988
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
989
|
-
self.handle = kwargs['handle']
|
|
990
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
991
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
992
|
-
self.handle = args[0].handle
|
|
993
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
994
|
-
else:
|
|
995
|
-
self.handle = _scrypted_arlo_go.webrtc_ICEServer_CTor()
|
|
996
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
997
|
-
if 0 < len(args):
|
|
998
|
-
self.URLs = args[0]
|
|
999
|
-
if "URLs" in kwargs:
|
|
1000
|
-
self.URLs = kwargs["URLs"]
|
|
1001
|
-
if 1 < len(args):
|
|
1002
|
-
self.Username = args[1]
|
|
1003
|
-
if "Username" in kwargs:
|
|
1004
|
-
self.Username = kwargs["Username"]
|
|
1005
|
-
if 3 < len(args):
|
|
1006
|
-
self.CredentialType = args[3]
|
|
1007
|
-
if "CredentialType" in kwargs:
|
|
1008
|
-
self.CredentialType = kwargs["CredentialType"]
|
|
1009
|
-
def __del__(self):
|
|
1010
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1011
|
-
def __str__(self):
|
|
1012
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1013
|
-
sv = 'webrtc.ICEServer{'
|
|
1014
|
-
first = True
|
|
1015
|
-
for v in pr:
|
|
1016
|
-
if callable(v[1]):
|
|
1017
|
-
continue
|
|
1018
|
-
if first:
|
|
1019
|
-
first = False
|
|
1020
|
-
else:
|
|
1021
|
-
sv += ', '
|
|
1022
|
-
sv += v[0] + '=' + str(v[1])
|
|
1023
|
-
return sv + '}'
|
|
1024
|
-
def __repr__(self):
|
|
1025
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1026
|
-
sv = 'webrtc.ICEServer ( '
|
|
1027
|
-
for v in pr:
|
|
1028
|
-
if not callable(v[1]):
|
|
1029
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1030
|
-
return sv + ')'
|
|
1031
|
-
@property
|
|
1032
|
-
def URLs(self):
|
|
1033
|
-
return go.Slice_string(handle=_scrypted_arlo_go.webrtc_ICEServer_URLs_Get(self.handle))
|
|
1034
|
-
@URLs.setter
|
|
1035
|
-
def URLs(self, value):
|
|
1036
|
-
if isinstance(value, go.GoClass):
|
|
1037
|
-
_scrypted_arlo_go.webrtc_ICEServer_URLs_Set(self.handle, value.handle)
|
|
1038
|
-
else:
|
|
1039
|
-
raise TypeError("supplied argument type {t} is not a go.GoClass".format(t=type(value)))
|
|
1040
|
-
@property
|
|
1041
|
-
def Username(self):
|
|
1042
|
-
return _scrypted_arlo_go.webrtc_ICEServer_Username_Get(self.handle)
|
|
1043
|
-
@Username.setter
|
|
1044
|
-
def Username(self, value):
|
|
1045
|
-
if isinstance(value, go.GoClass):
|
|
1046
|
-
_scrypted_arlo_go.webrtc_ICEServer_Username_Set(self.handle, value.handle)
|
|
1047
|
-
else:
|
|
1048
|
-
_scrypted_arlo_go.webrtc_ICEServer_Username_Set(self.handle, value)
|
|
1049
|
-
@property
|
|
1050
|
-
def CredentialType(self):
|
|
1051
|
-
return _scrypted_arlo_go.webrtc_ICEServer_CredentialType_Get(self.handle)
|
|
1052
|
-
@CredentialType.setter
|
|
1053
|
-
def CredentialType(self, value):
|
|
1054
|
-
if isinstance(value, go.GoClass):
|
|
1055
|
-
_scrypted_arlo_go.webrtc_ICEServer_CredentialType_Set(self.handle, value.handle)
|
|
1056
|
-
else:
|
|
1057
|
-
_scrypted_arlo_go.webrtc_ICEServer_CredentialType_Set(self.handle, value)
|
|
1058
|
-
def UnmarshalJSON(self, b):
|
|
1059
|
-
"""UnmarshalJSON([]int b) str"""
|
|
1060
|
-
return _scrypted_arlo_go.webrtc_ICEServer_UnmarshalJSON(self.handle, b.handle)
|
|
1061
|
-
def MarshalJSON(self):
|
|
1062
|
-
"""MarshalJSON() []int, str"""
|
|
1063
|
-
return go.Slice_byte(handle=_scrypted_arlo_go.webrtc_ICEServer_MarshalJSON(self.handle))
|
|
1064
|
-
|
|
1065
|
-
# Python type for struct webrtc.SessionDescription
|
|
1066
|
-
class WebRTCSessionDescription(go.GoClass):
|
|
1067
|
-
""""""
|
|
1068
|
-
def __init__(self, *args, **kwargs):
|
|
1069
|
-
"""
|
|
1070
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1071
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1072
|
-
in which case a new Go object is constructed first
|
|
1073
|
-
"""
|
|
1074
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1075
|
-
self.handle = kwargs['handle']
|
|
1076
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1077
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1078
|
-
self.handle = args[0].handle
|
|
1079
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1080
|
-
else:
|
|
1081
|
-
self.handle = _scrypted_arlo_go.webrtc_SessionDescription_CTor()
|
|
1082
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1083
|
-
if 0 < len(args):
|
|
1084
|
-
self.Type = args[0]
|
|
1085
|
-
if "Type" in kwargs:
|
|
1086
|
-
self.Type = kwargs["Type"]
|
|
1087
|
-
if 1 < len(args):
|
|
1088
|
-
self.SDP = args[1]
|
|
1089
|
-
if "SDP" in kwargs:
|
|
1090
|
-
self.SDP = kwargs["SDP"]
|
|
1091
|
-
def __del__(self):
|
|
1092
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1093
|
-
def __str__(self):
|
|
1094
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1095
|
-
sv = 'webrtc.SessionDescription{'
|
|
1096
|
-
first = True
|
|
1097
|
-
for v in pr:
|
|
1098
|
-
if callable(v[1]):
|
|
1099
|
-
continue
|
|
1100
|
-
if first:
|
|
1101
|
-
first = False
|
|
1102
|
-
else:
|
|
1103
|
-
sv += ', '
|
|
1104
|
-
sv += v[0] + '=' + str(v[1])
|
|
1105
|
-
return sv + '}'
|
|
1106
|
-
def __repr__(self):
|
|
1107
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1108
|
-
sv = 'webrtc.SessionDescription ( '
|
|
1109
|
-
for v in pr:
|
|
1110
|
-
if not callable(v[1]):
|
|
1111
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1112
|
-
return sv + ')'
|
|
1113
|
-
@property
|
|
1114
|
-
def Type(self):
|
|
1115
|
-
return _scrypted_arlo_go.webrtc_SessionDescription_Type_Get(self.handle)
|
|
1116
|
-
@Type.setter
|
|
1117
|
-
def Type(self, value):
|
|
1118
|
-
if isinstance(value, go.GoClass):
|
|
1119
|
-
_scrypted_arlo_go.webrtc_SessionDescription_Type_Set(self.handle, value.handle)
|
|
1120
|
-
else:
|
|
1121
|
-
_scrypted_arlo_go.webrtc_SessionDescription_Type_Set(self.handle, value)
|
|
1122
|
-
@property
|
|
1123
|
-
def SDP(self):
|
|
1124
|
-
return _scrypted_arlo_go.webrtc_SessionDescription_SDP_Get(self.handle)
|
|
1125
|
-
@SDP.setter
|
|
1126
|
-
def SDP(self, value):
|
|
1127
|
-
if isinstance(value, go.GoClass):
|
|
1128
|
-
_scrypted_arlo_go.webrtc_SessionDescription_SDP_Set(self.handle, value.handle)
|
|
1129
|
-
else:
|
|
1130
|
-
_scrypted_arlo_go.webrtc_SessionDescription_SDP_Set(self.handle, value)
|
|
1131
|
-
def Unmarshal(self):
|
|
1132
|
-
"""Unmarshal() object, str"""
|
|
1133
|
-
return go.Ptr_sdp_SessionDescription(handle=_scrypted_arlo_go.webrtc_SessionDescription_Unmarshal(self.handle))
|
|
1134
|
-
|
|
1135
|
-
# Python type for struct scrypted_arlo_go.AuthHeader
|
|
1136
|
-
class AuthHeader(go.GoClass):
|
|
1137
|
-
""""""
|
|
1138
|
-
def __init__(self, *args, **kwargs):
|
|
1139
|
-
"""
|
|
1140
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1141
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1142
|
-
in which case a new Go object is constructed first
|
|
1143
|
-
"""
|
|
1144
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1145
|
-
self.handle = kwargs['handle']
|
|
1146
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1147
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1148
|
-
self.handle = args[0].handle
|
|
1149
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1150
|
-
else:
|
|
1151
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_AuthHeader_CTor()
|
|
1152
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1153
|
-
if 0 < len(args):
|
|
1154
|
-
self.Mode = args[0]
|
|
1155
|
-
if "Mode" in kwargs:
|
|
1156
|
-
self.Mode = kwargs["Mode"]
|
|
1157
|
-
if 1 < len(args):
|
|
1158
|
-
self.Params = args[1]
|
|
1159
|
-
if "Params" in kwargs:
|
|
1160
|
-
self.Params = kwargs["Params"]
|
|
1161
|
-
def __del__(self):
|
|
1162
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1163
|
-
def __str__(self):
|
|
1164
|
-
return self.String()
|
|
1165
|
-
|
|
1166
|
-
def __repr__(self):
|
|
1167
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1168
|
-
sv = 'scrypted_arlo_go.AuthHeader ( '
|
|
1169
|
-
for v in pr:
|
|
1170
|
-
if not callable(v[1]):
|
|
1171
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1172
|
-
return sv + ')'
|
|
1173
|
-
@property
|
|
1174
|
-
def Mode(self):
|
|
1175
|
-
return _scrypted_arlo_go.scrypted_arlo_go_AuthHeader_Mode_Get(self.handle)
|
|
1176
|
-
@Mode.setter
|
|
1177
|
-
def Mode(self, value):
|
|
1178
|
-
if isinstance(value, go.GoClass):
|
|
1179
|
-
_scrypted_arlo_go.scrypted_arlo_go_AuthHeader_Mode_Set(self.handle, value.handle)
|
|
1180
|
-
else:
|
|
1181
|
-
_scrypted_arlo_go.scrypted_arlo_go_AuthHeader_Mode_Set(self.handle, value)
|
|
1182
|
-
@property
|
|
1183
|
-
def Params(self):
|
|
1184
|
-
return Map_string_string(handle=_scrypted_arlo_go.scrypted_arlo_go_AuthHeader_Params_Get(self.handle))
|
|
1185
|
-
@Params.setter
|
|
1186
|
-
def Params(self, value):
|
|
1187
|
-
if isinstance(value, go.GoClass):
|
|
1188
|
-
_scrypted_arlo_go.scrypted_arlo_go_AuthHeader_Params_Set(self.handle, value.handle)
|
|
1189
|
-
else:
|
|
1190
|
-
raise TypeError("supplied argument type {t} is not a go.GoClass".format(t=type(value)))
|
|
1191
|
-
def UpdateResponseDigest(self, method, password):
|
|
1192
|
-
"""UpdateResponseDigest(str method, str password) str
|
|
1193
|
-
|
|
1194
|
-
This function assumes Digest with MD5
|
|
1195
|
-
"""
|
|
1196
|
-
return _scrypted_arlo_go.scrypted_arlo_go_AuthHeader_UpdateResponseDigest(self.handle, method, password)
|
|
1197
|
-
def String(self):
|
|
1198
|
-
"""String() str"""
|
|
1199
|
-
return _scrypted_arlo_go.scrypted_arlo_go_AuthHeader_String(self.handle)
|
|
1200
|
-
|
|
1201
|
-
# Python type for struct scrypted_arlo_go.SIPInfo
|
|
1202
|
-
class SIPInfo(go.GoClass):
|
|
1203
|
-
""""""
|
|
1204
|
-
def __init__(self, *args, **kwargs):
|
|
1205
|
-
"""
|
|
1206
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1207
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1208
|
-
in which case a new Go object is constructed first
|
|
1209
|
-
"""
|
|
1210
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1211
|
-
self.handle = kwargs['handle']
|
|
1212
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1213
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1214
|
-
self.handle = args[0].handle
|
|
1215
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1216
|
-
else:
|
|
1217
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CTor()
|
|
1218
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1219
|
-
if 0 < len(args):
|
|
1220
|
-
self.DeviceID = args[0]
|
|
1221
|
-
if "DeviceID" in kwargs:
|
|
1222
|
-
self.DeviceID = kwargs["DeviceID"]
|
|
1223
|
-
if 1 < len(args):
|
|
1224
|
-
self.CallerURI = args[1]
|
|
1225
|
-
if "CallerURI" in kwargs:
|
|
1226
|
-
self.CallerURI = kwargs["CallerURI"]
|
|
1227
|
-
if 2 < len(args):
|
|
1228
|
-
self.CalleeURI = args[2]
|
|
1229
|
-
if "CalleeURI" in kwargs:
|
|
1230
|
-
self.CalleeURI = kwargs["CalleeURI"]
|
|
1231
|
-
if 3 < len(args):
|
|
1232
|
-
self.Password = args[3]
|
|
1233
|
-
if "Password" in kwargs:
|
|
1234
|
-
self.Password = kwargs["Password"]
|
|
1235
|
-
if 4 < len(args):
|
|
1236
|
-
self.UserAgent = args[4]
|
|
1237
|
-
if "UserAgent" in kwargs:
|
|
1238
|
-
self.UserAgent = kwargs["UserAgent"]
|
|
1239
|
-
if 7 < len(args):
|
|
1240
|
-
self.WebsocketURI = args[7]
|
|
1241
|
-
if "WebsocketURI" in kwargs:
|
|
1242
|
-
self.WebsocketURI = kwargs["WebsocketURI"]
|
|
1243
|
-
if 8 < len(args):
|
|
1244
|
-
self.WebsocketHeaders = args[8]
|
|
1245
|
-
if "WebsocketHeaders" in kwargs:
|
|
1246
|
-
self.WebsocketHeaders = kwargs["WebsocketHeaders"]
|
|
1247
|
-
if 9 < len(args):
|
|
1248
|
-
self.WebsocketOrigin = args[9]
|
|
1249
|
-
if "WebsocketOrigin" in kwargs:
|
|
1250
|
-
self.WebsocketOrigin = kwargs["WebsocketOrigin"]
|
|
1251
|
-
if 10 < len(args):
|
|
1252
|
-
self.SDP = args[10]
|
|
1253
|
-
if "SDP" in kwargs:
|
|
1254
|
-
self.SDP = kwargs["SDP"]
|
|
1255
|
-
def __del__(self):
|
|
1256
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1257
|
-
def __str__(self):
|
|
1258
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1259
|
-
sv = 'scrypted_arlo_go.SIPInfo{'
|
|
1260
|
-
first = True
|
|
1261
|
-
for v in pr:
|
|
1262
|
-
if callable(v[1]):
|
|
1263
|
-
continue
|
|
1264
|
-
if first:
|
|
1265
|
-
first = False
|
|
1266
|
-
else:
|
|
1267
|
-
sv += ', '
|
|
1268
|
-
sv += v[0] + '=' + str(v[1])
|
|
1269
|
-
return sv + '}'
|
|
1270
|
-
def __repr__(self):
|
|
1271
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1272
|
-
sv = 'scrypted_arlo_go.SIPInfo ( '
|
|
1273
|
-
for v in pr:
|
|
1274
|
-
if not callable(v[1]):
|
|
1275
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1276
|
-
return sv + ')'
|
|
1277
|
-
@property
|
|
1278
|
-
def DeviceID(self):
|
|
1279
|
-
"""arlo device id to call
|
|
1280
|
-
"""
|
|
1281
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_DeviceID_Get(self.handle)
|
|
1282
|
-
@DeviceID.setter
|
|
1283
|
-
def DeviceID(self, value):
|
|
1284
|
-
if isinstance(value, go.GoClass):
|
|
1285
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_DeviceID_Set(self.handle, value.handle)
|
|
1286
|
-
else:
|
|
1287
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_DeviceID_Set(self.handle, value)
|
|
1288
|
-
@property
|
|
1289
|
-
def CallerURI(self):
|
|
1290
|
-
"""sip call information
|
|
1291
|
-
"""
|
|
1292
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CallerURI_Get(self.handle)
|
|
1293
|
-
@CallerURI.setter
|
|
1294
|
-
def CallerURI(self, value):
|
|
1295
|
-
if isinstance(value, go.GoClass):
|
|
1296
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CallerURI_Set(self.handle, value.handle)
|
|
1297
|
-
else:
|
|
1298
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CallerURI_Set(self.handle, value)
|
|
1299
|
-
@property
|
|
1300
|
-
def CalleeURI(self):
|
|
1301
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CalleeURI_Get(self.handle)
|
|
1302
|
-
@CalleeURI.setter
|
|
1303
|
-
def CalleeURI(self, value):
|
|
1304
|
-
if isinstance(value, go.GoClass):
|
|
1305
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CalleeURI_Set(self.handle, value.handle)
|
|
1306
|
-
else:
|
|
1307
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_CalleeURI_Set(self.handle, value)
|
|
1308
|
-
@property
|
|
1309
|
-
def Password(self):
|
|
1310
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_Password_Get(self.handle)
|
|
1311
|
-
@Password.setter
|
|
1312
|
-
def Password(self, value):
|
|
1313
|
-
if isinstance(value, go.GoClass):
|
|
1314
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_Password_Set(self.handle, value.handle)
|
|
1315
|
-
else:
|
|
1316
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_Password_Set(self.handle, value)
|
|
1317
|
-
@property
|
|
1318
|
-
def UserAgent(self):
|
|
1319
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_UserAgent_Get(self.handle)
|
|
1320
|
-
@UserAgent.setter
|
|
1321
|
-
def UserAgent(self, value):
|
|
1322
|
-
if isinstance(value, go.GoClass):
|
|
1323
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_UserAgent_Set(self.handle, value.handle)
|
|
1324
|
-
else:
|
|
1325
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_UserAgent_Set(self.handle, value)
|
|
1326
|
-
@property
|
|
1327
|
-
def WebsocketURI(self):
|
|
1328
|
-
"""websocket information
|
|
1329
|
-
"""
|
|
1330
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketURI_Get(self.handle)
|
|
1331
|
-
@WebsocketURI.setter
|
|
1332
|
-
def WebsocketURI(self, value):
|
|
1333
|
-
if isinstance(value, go.GoClass):
|
|
1334
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketURI_Set(self.handle, value.handle)
|
|
1335
|
-
else:
|
|
1336
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketURI_Set(self.handle, value)
|
|
1337
|
-
@property
|
|
1338
|
-
def WebsocketHeaders(self):
|
|
1339
|
-
return arlo_go_HeadersMap(handle=_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketHeaders_Get(self.handle))
|
|
1340
|
-
@WebsocketHeaders.setter
|
|
1341
|
-
def WebsocketHeaders(self, value):
|
|
1342
|
-
if isinstance(value, go.GoClass):
|
|
1343
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketHeaders_Set(self.handle, value.handle)
|
|
1344
|
-
else:
|
|
1345
|
-
raise TypeError("supplied argument type {t} is not a go.GoClass".format(t=type(value)))
|
|
1346
|
-
@property
|
|
1347
|
-
def WebsocketOrigin(self):
|
|
1348
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketOrigin_Get(self.handle)
|
|
1349
|
-
@WebsocketOrigin.setter
|
|
1350
|
-
def WebsocketOrigin(self, value):
|
|
1351
|
-
if isinstance(value, go.GoClass):
|
|
1352
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketOrigin_Set(self.handle, value.handle)
|
|
1353
|
-
else:
|
|
1354
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_WebsocketOrigin_Set(self.handle, value)
|
|
1355
|
-
@property
|
|
1356
|
-
def SDP(self):
|
|
1357
|
-
"""optional SDP from the caller
|
|
1358
|
-
NOTE: if an SDP is provided, it is assumed that the caller
|
|
1359
|
-
will manage the media traffic, and this SIP client is only
|
|
1360
|
-
used to manage signaling
|
|
1361
|
-
"""
|
|
1362
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPInfo_SDP_Get(self.handle)
|
|
1363
|
-
@SDP.setter
|
|
1364
|
-
def SDP(self, value):
|
|
1365
|
-
if isinstance(value, go.GoClass):
|
|
1366
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_SDP_Set(self.handle, value.handle)
|
|
1367
|
-
else:
|
|
1368
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPInfo_SDP_Set(self.handle, value)
|
|
1369
|
-
|
|
1370
|
-
# Python type for struct scrypted_arlo_go.SSEClient
|
|
1371
|
-
class SSEClient(go.GoClass):
|
|
1372
|
-
""""""
|
|
1373
|
-
def __init__(self, *args, **kwargs):
|
|
1374
|
-
"""
|
|
1375
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1376
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1377
|
-
in which case a new Go object is constructed first
|
|
1378
|
-
"""
|
|
1379
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1380
|
-
self.handle = kwargs['handle']
|
|
1381
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1382
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1383
|
-
self.handle = args[0].handle
|
|
1384
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1385
|
-
else:
|
|
1386
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_SSEClient_CTor()
|
|
1387
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1388
|
-
if 0 < len(args):
|
|
1389
|
-
self.UUID = args[0]
|
|
1390
|
-
if "UUID" in kwargs:
|
|
1391
|
-
self.UUID = kwargs["UUID"]
|
|
1392
|
-
def __del__(self):
|
|
1393
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1394
|
-
def __str__(self):
|
|
1395
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1396
|
-
sv = 'scrypted_arlo_go.SSEClient{'
|
|
1397
|
-
first = True
|
|
1398
|
-
for v in pr:
|
|
1399
|
-
if callable(v[1]):
|
|
1400
|
-
continue
|
|
1401
|
-
if first:
|
|
1402
|
-
first = False
|
|
1403
|
-
else:
|
|
1404
|
-
sv += ', '
|
|
1405
|
-
sv += v[0] + '=' + str(v[1])
|
|
1406
|
-
return sv + '}'
|
|
1407
|
-
def __repr__(self):
|
|
1408
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1409
|
-
sv = 'scrypted_arlo_go.SSEClient ( '
|
|
1410
|
-
for v in pr:
|
|
1411
|
-
if not callable(v[1]):
|
|
1412
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1413
|
-
return sv + ')'
|
|
1414
|
-
@property
|
|
1415
|
-
def UUID(self):
|
|
1416
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SSEClient_UUID_Get(self.handle)
|
|
1417
|
-
@UUID.setter
|
|
1418
|
-
def UUID(self, value):
|
|
1419
|
-
if isinstance(value, go.GoClass):
|
|
1420
|
-
_scrypted_arlo_go.scrypted_arlo_go_SSEClient_UUID_Set(self.handle, value.handle)
|
|
1421
|
-
else:
|
|
1422
|
-
_scrypted_arlo_go.scrypted_arlo_go_SSEClient_UUID_Set(self.handle, value)
|
|
1423
|
-
def Start(self, goRun=False):
|
|
1424
|
-
"""Start() """
|
|
1425
|
-
_scrypted_arlo_go.scrypted_arlo_go_SSEClient_Start(self.handle, goRun)
|
|
1426
|
-
def Next(self):
|
|
1427
|
-
"""Next() str, str"""
|
|
1428
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SSEClient_Next(self.handle)
|
|
1429
|
-
def Close(self, goRun=False):
|
|
1430
|
-
"""Close() """
|
|
1431
|
-
_scrypted_arlo_go.scrypted_arlo_go_SSEClient_Close(self.handle, goRun)
|
|
1432
|
-
|
|
1433
|
-
# Python type for struct scrypted_arlo_go.TCPLogger
|
|
1434
|
-
class TCPLogger(go.GoClass):
|
|
1435
|
-
""""""
|
|
1436
|
-
def __init__(self, *args, **kwargs):
|
|
1437
|
-
"""
|
|
1438
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1439
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1440
|
-
in which case a new Go object is constructed first
|
|
1441
|
-
"""
|
|
1442
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1443
|
-
self.handle = kwargs['handle']
|
|
1444
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1445
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1446
|
-
self.handle = args[0].handle
|
|
1447
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1448
|
-
else:
|
|
1449
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_TCPLogger_CTor()
|
|
1450
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1451
|
-
def __del__(self):
|
|
1452
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1453
|
-
def __str__(self):
|
|
1454
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1455
|
-
sv = 'scrypted_arlo_go.TCPLogger{'
|
|
1456
|
-
first = True
|
|
1457
|
-
for v in pr:
|
|
1458
|
-
if callable(v[1]):
|
|
1459
|
-
continue
|
|
1460
|
-
if first:
|
|
1461
|
-
first = False
|
|
1462
|
-
else:
|
|
1463
|
-
sv += ', '
|
|
1464
|
-
sv += v[0] + '=' + str(v[1])
|
|
1465
|
-
return sv + '}'
|
|
1466
|
-
def __repr__(self):
|
|
1467
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1468
|
-
sv = 'scrypted_arlo_go.TCPLogger ( '
|
|
1469
|
-
for v in pr:
|
|
1470
|
-
if not callable(v[1]):
|
|
1471
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1472
|
-
return sv + ')'
|
|
1473
|
-
def Send(self, s, goRun=False):
|
|
1474
|
-
"""Send(str s) """
|
|
1475
|
-
_scrypted_arlo_go.scrypted_arlo_go_TCPLogger_Send(self.handle, s, goRun)
|
|
1476
|
-
def Write(self, p):
|
|
1477
|
-
"""Write([]int p) int n, str err"""
|
|
1478
|
-
return _scrypted_arlo_go.scrypted_arlo_go_TCPLogger_Write(self.handle, p.handle)
|
|
1479
|
-
def Close(self, goRun=False):
|
|
1480
|
-
"""Close() """
|
|
1481
|
-
_scrypted_arlo_go.scrypted_arlo_go_TCPLogger_Close(self.handle, goRun)
|
|
1482
|
-
|
|
1483
|
-
# Python type for struct scrypted_arlo_go.WebRTCManager
|
|
1484
|
-
class WebRTCManager(go.GoClass):
|
|
1485
|
-
""""""
|
|
1486
|
-
def __init__(self, *args, **kwargs):
|
|
1487
|
-
"""
|
|
1488
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1489
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1490
|
-
in which case a new Go object is constructed first
|
|
1491
|
-
"""
|
|
1492
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1493
|
-
self.handle = kwargs['handle']
|
|
1494
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1495
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1496
|
-
self.handle = args[0].handle
|
|
1497
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1498
|
-
else:
|
|
1499
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_CTor()
|
|
1500
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1501
|
-
def __del__(self):
|
|
1502
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1503
|
-
def __str__(self):
|
|
1504
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1505
|
-
sv = 'scrypted_arlo_go.WebRTCManager{'
|
|
1506
|
-
first = True
|
|
1507
|
-
for v in pr:
|
|
1508
|
-
if callable(v[1]):
|
|
1509
|
-
continue
|
|
1510
|
-
if first:
|
|
1511
|
-
first = False
|
|
1512
|
-
else:
|
|
1513
|
-
sv += ', '
|
|
1514
|
-
sv += v[0] + '=' + str(v[1])
|
|
1515
|
-
return sv + '}'
|
|
1516
|
-
def __repr__(self):
|
|
1517
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1518
|
-
sv = 'scrypted_arlo_go.WebRTCManager ( '
|
|
1519
|
-
for v in pr:
|
|
1520
|
-
if not callable(v[1]):
|
|
1521
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1522
|
-
return sv + ')'
|
|
1523
|
-
def Info(self, msg, goRun=False, *args):
|
|
1524
|
-
"""Info(str msg, []object args) """
|
|
1525
|
-
args = Slice_any(args)
|
|
1526
|
-
_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_Info(self.handle, msg, args.handle, goRun)
|
|
1527
|
-
def Debug(self, msg, goRun=False, *args):
|
|
1528
|
-
"""Debug(str msg, []object args) """
|
|
1529
|
-
args = Slice_any(args)
|
|
1530
|
-
_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_Debug(self.handle, msg, args.handle, goRun)
|
|
1531
|
-
def PrintTimeSinceCreation(self, goRun=False):
|
|
1532
|
-
"""PrintTimeSinceCreation() """
|
|
1533
|
-
_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_PrintTimeSinceCreation(self.handle, goRun)
|
|
1534
|
-
def InitializeAudioRTPListener(self, codecMimeType):
|
|
1535
|
-
"""InitializeAudioRTPListener(str codecMimeType) int port, str err"""
|
|
1536
|
-
return _scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_InitializeAudioRTPListener(self.handle, codecMimeType)
|
|
1537
|
-
def CreateOffer(self):
|
|
1538
|
-
"""CreateOffer() object, str"""
|
|
1539
|
-
return go.webrtc_SessionDescription(handle=_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_CreateOffer(self.handle))
|
|
1540
|
-
def CreateAnswer(self):
|
|
1541
|
-
"""CreateAnswer() object, str"""
|
|
1542
|
-
return go.webrtc_SessionDescription(handle=_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_CreateAnswer(self.handle))
|
|
1543
|
-
def SetLocalDescription(self, desc):
|
|
1544
|
-
"""SetLocalDescription(object desc) str"""
|
|
1545
|
-
return _scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_SetLocalDescription(self.handle, desc.handle)
|
|
1546
|
-
def SetRemoteDescription(self, desc):
|
|
1547
|
-
"""SetRemoteDescription(object desc) str"""
|
|
1548
|
-
return _scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_SetRemoteDescription(self.handle, desc.handle)
|
|
1549
|
-
def AddICECandidate(self, c):
|
|
1550
|
-
"""AddICECandidate(object c) str"""
|
|
1551
|
-
return _scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_AddICECandidate(self.handle, c.handle)
|
|
1552
|
-
def WaitForICEComplete(self, goRun=False):
|
|
1553
|
-
"""WaitForICEComplete() """
|
|
1554
|
-
_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_WaitForICEComplete(self.handle, goRun)
|
|
1555
|
-
def GetNextICECandidate(self):
|
|
1556
|
-
"""GetNextICECandidate() object, str"""
|
|
1557
|
-
return go.webrtc_ICECandidate(handle=_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_GetNextICECandidate(self.handle))
|
|
1558
|
-
def Close(self, goRun=False):
|
|
1559
|
-
"""Close() """
|
|
1560
|
-
_scrypted_arlo_go.scrypted_arlo_go_WebRTCManager_Close(self.handle, goRun)
|
|
1561
|
-
|
|
1562
|
-
# Python type for struct scrypted_arlo_go.KeysOutput
|
|
1563
|
-
class KeysOutput(go.GoClass):
|
|
1564
|
-
""""""
|
|
1565
|
-
def __init__(self, *args, **kwargs):
|
|
1566
|
-
"""
|
|
1567
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1568
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1569
|
-
in which case a new Go object is constructed first
|
|
1570
|
-
"""
|
|
1571
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1572
|
-
self.handle = kwargs['handle']
|
|
1573
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1574
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1575
|
-
self.handle = args[0].handle
|
|
1576
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1577
|
-
else:
|
|
1578
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_KeysOutput_CTor()
|
|
1579
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1580
|
-
if 0 < len(args):
|
|
1581
|
-
self.PublicPEM = args[0]
|
|
1582
|
-
if "PublicPEM" in kwargs:
|
|
1583
|
-
self.PublicPEM = kwargs["PublicPEM"]
|
|
1584
|
-
if 1 < len(args):
|
|
1585
|
-
self.PrivatePEM = args[1]
|
|
1586
|
-
if "PrivatePEM" in kwargs:
|
|
1587
|
-
self.PrivatePEM = kwargs["PrivatePEM"]
|
|
1588
|
-
def __del__(self):
|
|
1589
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1590
|
-
def __str__(self):
|
|
1591
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1592
|
-
sv = 'scrypted_arlo_go.KeysOutput{'
|
|
1593
|
-
first = True
|
|
1594
|
-
for v in pr:
|
|
1595
|
-
if callable(v[1]):
|
|
1596
|
-
continue
|
|
1597
|
-
if first:
|
|
1598
|
-
first = False
|
|
1599
|
-
else:
|
|
1600
|
-
sv += ', '
|
|
1601
|
-
sv += v[0] + '=' + str(v[1])
|
|
1602
|
-
return sv + '}'
|
|
1603
|
-
def __repr__(self):
|
|
1604
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1605
|
-
sv = 'scrypted_arlo_go.KeysOutput ( '
|
|
1606
|
-
for v in pr:
|
|
1607
|
-
if not callable(v[1]):
|
|
1608
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1609
|
-
return sv + ')'
|
|
1610
|
-
@property
|
|
1611
|
-
def PublicPEM(self):
|
|
1612
|
-
return _scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PublicPEM_Get(self.handle)
|
|
1613
|
-
@PublicPEM.setter
|
|
1614
|
-
def PublicPEM(self, value):
|
|
1615
|
-
if isinstance(value, go.GoClass):
|
|
1616
|
-
_scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PublicPEM_Set(self.handle, value.handle)
|
|
1617
|
-
else:
|
|
1618
|
-
_scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PublicPEM_Set(self.handle, value)
|
|
1619
|
-
@property
|
|
1620
|
-
def PrivatePEM(self):
|
|
1621
|
-
return _scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PrivatePEM_Get(self.handle)
|
|
1622
|
-
@PrivatePEM.setter
|
|
1623
|
-
def PrivatePEM(self, value):
|
|
1624
|
-
if isinstance(value, go.GoClass):
|
|
1625
|
-
_scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PrivatePEM_Set(self.handle, value.handle)
|
|
1626
|
-
else:
|
|
1627
|
-
_scrypted_arlo_go.scrypted_arlo_go_KeysOutput_PrivatePEM_Set(self.handle, value)
|
|
1628
|
-
|
|
1629
|
-
# Python type for struct scrypted_arlo_go.LocalStreamProxy
|
|
1630
|
-
class LocalStreamProxy(go.GoClass):
|
|
1631
|
-
""""""
|
|
1632
|
-
def __init__(self, *args, **kwargs):
|
|
1633
|
-
"""
|
|
1634
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1635
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1636
|
-
in which case a new Go object is constructed first
|
|
1637
|
-
"""
|
|
1638
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1639
|
-
self.handle = kwargs['handle']
|
|
1640
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1641
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1642
|
-
self.handle = args[0].handle
|
|
1643
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1644
|
-
else:
|
|
1645
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_LocalStreamProxy_CTor()
|
|
1646
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1647
|
-
def __del__(self):
|
|
1648
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1649
|
-
def __str__(self):
|
|
1650
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1651
|
-
sv = 'scrypted_arlo_go.LocalStreamProxy{'
|
|
1652
|
-
first = True
|
|
1653
|
-
for v in pr:
|
|
1654
|
-
if callable(v[1]):
|
|
1655
|
-
continue
|
|
1656
|
-
if first:
|
|
1657
|
-
first = False
|
|
1658
|
-
else:
|
|
1659
|
-
sv += ', '
|
|
1660
|
-
sv += v[0] + '=' + str(v[1])
|
|
1661
|
-
return sv + '}'
|
|
1662
|
-
def __repr__(self):
|
|
1663
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1664
|
-
sv = 'scrypted_arlo_go.LocalStreamProxy ( '
|
|
1665
|
-
for v in pr:
|
|
1666
|
-
if not callable(v[1]):
|
|
1667
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1668
|
-
return sv + ')'
|
|
1669
|
-
def Info(self, msg, goRun=False, *args):
|
|
1670
|
-
"""Info(str msg, []object args) """
|
|
1671
|
-
args = Slice_any(args)
|
|
1672
|
-
_scrypted_arlo_go.scrypted_arlo_go_LocalStreamProxy_Info(self.handle, msg, args.handle, goRun)
|
|
1673
|
-
def Debug(self, msg, goRun=False, *args):
|
|
1674
|
-
"""Debug(str msg, []object args) """
|
|
1675
|
-
args = Slice_any(args)
|
|
1676
|
-
_scrypted_arlo_go.scrypted_arlo_go_LocalStreamProxy_Debug(self.handle, msg, args.handle, goRun)
|
|
1677
|
-
def Start(self):
|
|
1678
|
-
"""Start() int port, str err"""
|
|
1679
|
-
return _scrypted_arlo_go.scrypted_arlo_go_LocalStreamProxy_Start(self.handle)
|
|
1680
|
-
def Close(self, goRun=False):
|
|
1681
|
-
"""Close() """
|
|
1682
|
-
_scrypted_arlo_go.scrypted_arlo_go_LocalStreamProxy_Close(self.handle, goRun)
|
|
1683
|
-
|
|
1684
|
-
# Python type for struct scrypted_arlo_go.SIPWebRTCManager
|
|
1685
|
-
class SIPWebRTCManager(go.GoClass):
|
|
1686
|
-
""""""
|
|
1687
|
-
def __init__(self, *args, **kwargs):
|
|
1688
|
-
"""
|
|
1689
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1690
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1691
|
-
in which case a new Go object is constructed first
|
|
1692
|
-
"""
|
|
1693
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1694
|
-
self.handle = kwargs['handle']
|
|
1695
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1696
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1697
|
-
self.handle = args[0].handle
|
|
1698
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1699
|
-
else:
|
|
1700
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_CTor()
|
|
1701
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1702
|
-
def __del__(self):
|
|
1703
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1704
|
-
def __str__(self):
|
|
1705
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1706
|
-
sv = 'scrypted_arlo_go.SIPWebRTCManager{'
|
|
1707
|
-
first = True
|
|
1708
|
-
for v in pr:
|
|
1709
|
-
if callable(v[1]):
|
|
1710
|
-
continue
|
|
1711
|
-
if first:
|
|
1712
|
-
first = False
|
|
1713
|
-
else:
|
|
1714
|
-
sv += ', '
|
|
1715
|
-
sv += v[0] + '=' + str(v[1])
|
|
1716
|
-
return sv + '}'
|
|
1717
|
-
def __repr__(self):
|
|
1718
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1719
|
-
sv = 'scrypted_arlo_go.SIPWebRTCManager ( '
|
|
1720
|
-
for v in pr:
|
|
1721
|
-
if not callable(v[1]):
|
|
1722
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1723
|
-
return sv + ')'
|
|
1724
|
-
def Info(self, msg, goRun=False, *args):
|
|
1725
|
-
"""Info(str msg, []object args) """
|
|
1726
|
-
args = Slice_any(args)
|
|
1727
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_Info(self.handle, msg, args.handle, goRun)
|
|
1728
|
-
def Debug(self, msg, goRun=False, *args):
|
|
1729
|
-
"""Debug(str msg, []object args) """
|
|
1730
|
-
args = Slice_any(args)
|
|
1731
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_Debug(self.handle, msg, args.handle, goRun)
|
|
1732
|
-
def InitializeAudioRTPListener(self, codecMimeType):
|
|
1733
|
-
"""InitializeAudioRTPListener(str codecMimeType) int port, str err"""
|
|
1734
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_InitializeAudioRTPListener(self.handle, codecMimeType)
|
|
1735
|
-
def Start(self):
|
|
1736
|
-
"""Start() str remoteSDP, str err"""
|
|
1737
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_Start(self.handle)
|
|
1738
|
-
def StartTalk(self):
|
|
1739
|
-
"""StartTalk() str"""
|
|
1740
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_StartTalk(self.handle)
|
|
1741
|
-
def StopTalk(self):
|
|
1742
|
-
"""StopTalk() str"""
|
|
1743
|
-
return _scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_StopTalk(self.handle)
|
|
1744
|
-
def Close(self, goRun=False):
|
|
1745
|
-
"""Close() """
|
|
1746
|
-
_scrypted_arlo_go.scrypted_arlo_go_SIPWebRTCManager_Close(self.handle, goRun)
|
|
1747
|
-
|
|
1748
|
-
# Python type for struct webrtc.ICECandidateInit
|
|
1749
|
-
class WebRTCICECandidateInit(go.GoClass):
|
|
1750
|
-
""""""
|
|
1751
|
-
def __init__(self, *args, **kwargs):
|
|
1752
|
-
"""
|
|
1753
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1754
|
-
otherwise parameters can be unnamed in order of field names or named fields
|
|
1755
|
-
in which case a new Go object is constructed first
|
|
1756
|
-
"""
|
|
1757
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1758
|
-
self.handle = kwargs['handle']
|
|
1759
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1760
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1761
|
-
self.handle = args[0].handle
|
|
1762
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1763
|
-
else:
|
|
1764
|
-
self.handle = _scrypted_arlo_go.webrtc_ICECandidateInit_CTor()
|
|
1765
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1766
|
-
if 0 < len(args):
|
|
1767
|
-
self.Candidate = args[0]
|
|
1768
|
-
if "Candidate" in kwargs:
|
|
1769
|
-
self.Candidate = kwargs["Candidate"]
|
|
1770
|
-
def __del__(self):
|
|
1771
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1772
|
-
def __str__(self):
|
|
1773
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1774
|
-
sv = 'webrtc.ICECandidateInit{'
|
|
1775
|
-
first = True
|
|
1776
|
-
for v in pr:
|
|
1777
|
-
if callable(v[1]):
|
|
1778
|
-
continue
|
|
1779
|
-
if first:
|
|
1780
|
-
first = False
|
|
1781
|
-
else:
|
|
1782
|
-
sv += ', '
|
|
1783
|
-
sv += v[0] + '=' + str(v[1])
|
|
1784
|
-
return sv + '}'
|
|
1785
|
-
def __repr__(self):
|
|
1786
|
-
pr = [(p, getattr(self, p)) for p in dir(self) if not p.startswith('__')]
|
|
1787
|
-
sv = 'webrtc.ICECandidateInit ( '
|
|
1788
|
-
for v in pr:
|
|
1789
|
-
if not callable(v[1]):
|
|
1790
|
-
sv += v[0] + '=' + str(v[1]) + ', '
|
|
1791
|
-
return sv + ')'
|
|
1792
|
-
@property
|
|
1793
|
-
def Candidate(self):
|
|
1794
|
-
return _scrypted_arlo_go.webrtc_ICECandidateInit_Candidate_Get(self.handle)
|
|
1795
|
-
@Candidate.setter
|
|
1796
|
-
def Candidate(self, value):
|
|
1797
|
-
if isinstance(value, go.GoClass):
|
|
1798
|
-
_scrypted_arlo_go.webrtc_ICECandidateInit_Candidate_Set(self.handle, value.handle)
|
|
1799
|
-
else:
|
|
1800
|
-
_scrypted_arlo_go.webrtc_ICECandidateInit_Candidate_Set(self.handle, value)
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
# ---- Slices ---
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
# ---- Maps ---
|
|
1807
|
-
|
|
1808
|
-
# Python type for map scrypted_arlo_go.HeadersMap
|
|
1809
|
-
class HeadersMap(go.GoClass):
|
|
1810
|
-
""""""
|
|
1811
|
-
def __init__(self, *args, **kwargs):
|
|
1812
|
-
"""
|
|
1813
|
-
handle=A Go-side object is always initialized with an explicit handle=arg
|
|
1814
|
-
otherwise parameter is a python list that we copy from
|
|
1815
|
-
"""
|
|
1816
|
-
self.index = 0
|
|
1817
|
-
if len(kwargs) == 1 and 'handle' in kwargs:
|
|
1818
|
-
self.handle = kwargs['handle']
|
|
1819
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1820
|
-
elif len(args) == 1 and isinstance(args[0], go.GoClass):
|
|
1821
|
-
self.handle = args[0].handle
|
|
1822
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1823
|
-
else:
|
|
1824
|
-
self.handle = _scrypted_arlo_go.scrypted_arlo_go_HeadersMap_CTor()
|
|
1825
|
-
_scrypted_arlo_go.IncRef(self.handle)
|
|
1826
|
-
if len(args) > 0:
|
|
1827
|
-
if not isinstance(args[0], _collections_abc.Mapping):
|
|
1828
|
-
raise TypeError('scrypted_arlo_go_HeadersMap.__init__ takes a mapping as argument')
|
|
1829
|
-
for k, v in args[0].items():
|
|
1830
|
-
_scrypted_arlo_go.scrypted_arlo_go_HeadersMap_set(self.handle, k, v)
|
|
1831
|
-
def __del__(self):
|
|
1832
|
-
_scrypted_arlo_go.DecRef(self.handle)
|
|
1833
|
-
def __str__(self):
|
|
1834
|
-
s = 'scrypted_arlo_go.scrypted_arlo_go_HeadersMap len: ' + str(len(self)) + ' handle: ' + str(self.handle) + ' {'
|
|
1835
|
-
if len(self) < 120:
|
|
1836
|
-
for k, v in self.items():
|
|
1837
|
-
s += str(k) + '=' + str(v) + ', '
|
|
1838
|
-
return s + '}'
|
|
1839
|
-
def __repr__(self):
|
|
1840
|
-
s = 'scrypted_arlo_go.scrypted_arlo_go_HeadersMap({'
|
|
1841
|
-
for k, v in self.items():
|
|
1842
|
-
s += str(k) + '=' + str(v) + ', '
|
|
1843
|
-
return s + '})'
|
|
1844
|
-
def __len__(self):
|
|
1845
|
-
return _scrypted_arlo_go.scrypted_arlo_go_HeadersMap_len(self.handle)
|
|
1846
|
-
def __getitem__(self, key):
|
|
1847
|
-
return _scrypted_arlo_go.scrypted_arlo_go_HeadersMap_elem(self.handle, key)
|
|
1848
|
-
def __setitem__(self, key, value):
|
|
1849
|
-
_scrypted_arlo_go.scrypted_arlo_go_HeadersMap_set(self.handle, key, value)
|
|
1850
|
-
def __delitem__(self, key):
|
|
1851
|
-
return _scrypted_arlo_go.scrypted_arlo_go_HeadersMap_delete(self.handle, key)
|
|
1852
|
-
def keys(self):
|
|
1853
|
-
return go.Slice_string(handle=_scrypted_arlo_go.scrypted_arlo_go_HeadersMap_keys(self.handle))
|
|
1854
|
-
def values(self):
|
|
1855
|
-
vls = []
|
|
1856
|
-
kys = self.keys()
|
|
1857
|
-
for k in kys:
|
|
1858
|
-
vls.append(self[k])
|
|
1859
|
-
return vls
|
|
1860
|
-
def items(self):
|
|
1861
|
-
vls = []
|
|
1862
|
-
kys = self.keys()
|
|
1863
|
-
for k in kys:
|
|
1864
|
-
vls.append((k, self[k]))
|
|
1865
|
-
return vls
|
|
1866
|
-
def __iter__(self):
|
|
1867
|
-
return iter(self.items())
|
|
1868
|
-
def __contains__(self, key):
|
|
1869
|
-
return _scrypted_arlo_go.scrypted_arlo_go_HeadersMap_contains(self.handle, key)
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
# ---- Constructors ---
|
|
1873
|
-
def NewWebRTCICEServer(urls, username, credential):
|
|
1874
|
-
"""NewWebRTCICEServer([]str urls, str username, str credential) object"""
|
|
1875
|
-
return go.webrtc_ICEServer(handle=_scrypted_arlo_go.scrypted_arlo_go_NewWebRTCICEServer(urls.handle, username, credential))
|
|
1876
|
-
def ParseAuthHeader(header):
|
|
1877
|
-
"""ParseAuthHeader(str header) object, str"""
|
|
1878
|
-
return arlo_go_AuthHeader(handle=_scrypted_arlo_go.scrypted_arlo_go_ParseAuthHeader(header))
|
|
1879
|
-
def NewSSEClient(url, headers):
|
|
1880
|
-
"""NewSSEClient(str url, object headers) object, str"""
|
|
1881
|
-
return SSEClient(handle=_scrypted_arlo_go.scrypted_arlo_go_NewSSEClient(url, headers.handle))
|
|
1882
|
-
def NewTCPLogger(loggerPort, name):
|
|
1883
|
-
"""NewTCPLogger(int loggerPort, str name) object, str"""
|
|
1884
|
-
return TCPLogger(handle=_scrypted_arlo_go.scrypted_arlo_go_NewTCPLogger(loggerPort, name))
|
|
1885
|
-
def NewWebRTCManager(infoLoggerPort, debugLoggerPort, iceServers):
|
|
1886
|
-
"""NewWebRTCManager(int infoLoggerPort, int debugLoggerPort, []object iceServers) object, str"""
|
|
1887
|
-
return WebRTCManager(handle=_scrypted_arlo_go.scrypted_arlo_go_NewWebRTCManager(infoLoggerPort, debugLoggerPort, iceServers.handle))
|
|
1888
|
-
def GenerateRSAKeys(bitsize):
|
|
1889
|
-
"""GenerateRSAKeys(int bitsize) object, str"""
|
|
1890
|
-
return arlo_go_KeysOutput(handle=_scrypted_arlo_go.scrypted_arlo_go_GenerateRSAKeys(bitsize))
|
|
1891
|
-
def NewLocalStreamProxy(infoLoggerPort, debugLoggerPort, basestationHostname, basestationIP, certPEM, keyPEM):
|
|
1892
|
-
"""NewLocalStreamProxy(int infoLoggerPort, int debugLoggerPort, str basestationHostname, str basestationIP, str certPEM, str keyPEM) object, str"""
|
|
1893
|
-
return LocalStreamProxy(handle=_scrypted_arlo_go.scrypted_arlo_go_NewLocalStreamProxy(infoLoggerPort, debugLoggerPort, basestationHostname, basestationIP, certPEM, keyPEM))
|
|
1894
|
-
def NewSIPWebRTCManager(infoLoggerPort, debugLoggerPort, iceServers, sipInfo):
|
|
1895
|
-
"""NewSIPWebRTCManager(int infoLoggerPort, int debugLoggerPort, []object iceServers, object sipInfo) object, str"""
|
|
1896
|
-
return SIPWebRTCManager(handle=_scrypted_arlo_go.scrypted_arlo_go_NewSIPWebRTCManager(infoLoggerPort, debugLoggerPort, iceServers.handle, sipInfo.handle))
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
# ---- Functions ---
|
|
1900
|
-
def VerifyCertHostname(cert, hostname):
|
|
1901
|
-
"""VerifyCertHostname(str cert, str hostname) str"""
|
|
1902
|
-
return _scrypted_arlo_go.scrypted_arlo_go_VerifyCertHostname(cert, hostname)
|
|
1903
|
-
def WebRTCSessionDescriptionSDP(s):
|
|
1904
|
-
"""WebRTCSessionDescriptionSDP(object s) str"""
|
|
1905
|
-
return _scrypted_arlo_go.scrypted_arlo_go_WebRTCSessionDescriptionSDP(s.handle)
|
|
1906
|
-
def NewWebRTCSDPType(sdpType):
|
|
1907
|
-
"""NewWebRTCSDPType(str sdpType) int"""
|
|
1908
|
-
return _scrypted_arlo_go.scrypted_arlo_go_NewWebRTCSDPType(sdpType)
|
|
1909
|
-
|
|
1910
|
-
|