bolorjinbat commited on
Commit
3cfe2fe
·
verified ·
1 Parent(s): f75535c

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER +1 -0
  2. bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/METADATA +159 -0
  3. bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/RECORD +18 -0
  4. bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL +4 -0
  5. bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE +73 -0
  6. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/INSTALLER +1 -0
  7. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/METADATA +79 -0
  8. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/RECORD +133 -0
  9. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/WHEEL +5 -0
  10. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/licenses/LICENSE +202 -0
  11. bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/top_level.txt +1 -0
  12. bertvenv/lib/python3.10/site-packages/idna/__init__.py +45 -0
  13. bertvenv/lib/python3.10/site-packages/idna/__pycache__/__init__.cpython-310.pyc +0 -0
  14. bertvenv/lib/python3.10/site-packages/idna/__pycache__/codec.cpython-310.pyc +0 -0
  15. bertvenv/lib/python3.10/site-packages/idna/__pycache__/compat.cpython-310.pyc +0 -0
  16. bertvenv/lib/python3.10/site-packages/idna/__pycache__/core.cpython-310.pyc +0 -0
  17. bertvenv/lib/python3.10/site-packages/idna/__pycache__/intranges.cpython-310.pyc +0 -0
  18. bertvenv/lib/python3.10/site-packages/idna/__pycache__/package_data.cpython-310.pyc +0 -0
  19. bertvenv/lib/python3.10/site-packages/idna/codec.py +122 -0
  20. bertvenv/lib/python3.10/site-packages/idna/compat.py +15 -0
  21. bertvenv/lib/python3.10/site-packages/idna/core.py +437 -0
  22. bertvenv/lib/python3.10/site-packages/idna/idnadata.py +4309 -0
  23. bertvenv/lib/python3.10/site-packages/idna/intranges.py +57 -0
  24. bertvenv/lib/python3.10/site-packages/idna/package_data.py +1 -0
  25. bertvenv/lib/python3.10/site-packages/idna/py.typed +0 -0
  26. bertvenv/lib/python3.10/site-packages/idna/uts46data.py +0 -0
  27. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/INSTALLER +1 -0
  28. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/License.txt +1568 -0
  29. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/METADATA +44 -0
  30. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/RECORD +16 -0
  31. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/WHEEL +6 -0
  32. bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/top_level.txt +1 -0
  33. bertvenv/lib/python3.10/site-packages/pip/__init__.py +13 -0
  34. bertvenv/lib/python3.10/site-packages/pip/__main__.py +31 -0
  35. bertvenv/lib/python3.10/site-packages/pip/_internal/__init__.py +19 -0
  36. bertvenv/lib/python3.10/site-packages/pip/_internal/build_env.py +296 -0
  37. bertvenv/lib/python3.10/site-packages/pip/_internal/cache.py +264 -0
  38. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py +4 -0
  39. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc +0 -0
  40. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc +0 -0
  41. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc +0 -0
  42. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc +0 -0
  43. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc +0 -0
  44. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc +0 -0
  45. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc +0 -0
  46. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc +0 -0
  47. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc +0 -0
  48. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc +0 -0
  49. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc +0 -0
  50. bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc +0 -0
bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/METADATA ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: exceptiongroup
3
+ Version: 1.3.0
4
+ Summary: Backport of PEP 654 (exception groups)
5
+ Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/x-rst
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Typing :: Typed
14
+ License-File: LICENSE
15
+ Requires-Dist: typing-extensions >= 4.6.0; python_version < '3.13'
16
+ Requires-Dist: pytest >= 6 ; extra == "test"
17
+ Project-URL: Changelog, https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst
18
+ Project-URL: Issue Tracker, https://github.com/agronholm/exceptiongroup/issues
19
+ Project-URL: Source code, https://github.com/agronholm/exceptiongroup
20
+ Provides-Extra: test
21
+
22
+ .. image:: https://github.com/agronholm/exceptiongroup/actions/workflows/test.yml/badge.svg
23
+ :target: https://github.com/agronholm/exceptiongroup/actions/workflows/test.yml
24
+ :alt: Build Status
25
+ .. image:: https://coveralls.io/repos/github/agronholm/exceptiongroup/badge.svg?branch=main
26
+ :target: https://coveralls.io/github/agronholm/exceptiongroup?branch=main
27
+ :alt: Code Coverage
28
+
29
+ This is a backport of the ``BaseExceptionGroup`` and ``ExceptionGroup`` classes from
30
+ Python 3.11.
31
+
32
+ It contains the following:
33
+
34
+ * The ``exceptiongroup.BaseExceptionGroup`` and ``exceptiongroup.ExceptionGroup``
35
+ classes
36
+ * A utility function (``exceptiongroup.catch()``) for catching exceptions possibly
37
+ nested in an exception group
38
+ * Patches to the ``TracebackException`` class that properly formats exception groups
39
+ (installed on import)
40
+ * An exception hook that handles formatting of exception groups through
41
+ ``TracebackException`` (installed on import)
42
+ * Special versions of some of the functions from the ``traceback`` module, modified to
43
+ correctly handle exception groups even when monkey patching is disabled, or blocked by
44
+ another custom exception hook:
45
+
46
+ * ``traceback.format_exception()``
47
+ * ``traceback.format_exception_only()``
48
+ * ``traceback.print_exception()``
49
+ * ``traceback.print_exc()``
50
+ * A backported version of ``contextlib.suppress()`` from Python 3.12.1 which also
51
+ handles suppressing exceptions inside exception groups
52
+
53
+ If this package is imported on Python 3.11 or later, the built-in implementations of the
54
+ exception group classes are used instead, ``TracebackException`` is not monkey patched
55
+ and the exception hook won't be installed.
56
+
57
+ See the `standard library documentation`_ for more information on exception groups.
58
+
59
+ .. _standard library documentation: https://docs.python.org/3/library/exceptions.html
60
+
61
+ Catching exceptions
62
+ ===================
63
+
64
+ Due to the lack of the ``except*`` syntax introduced by `PEP 654`_ in earlier Python
65
+ versions, you need to use ``exceptiongroup.catch()`` to catch exceptions that are
66
+ potentially nested inside an exception group. This function returns a context manager
67
+ that calls the given handler for any exceptions matching the sole argument.
68
+
69
+ The argument to ``catch()`` must be a dict (or any ``Mapping``) where each key is either
70
+ an exception class or an iterable of exception classes. Each value must be a callable
71
+ that takes a single positional argument. The handler will be called at most once, with
72
+ an exception group as an argument which will contain all the exceptions that are any
73
+ of the given types, or their subclasses. The exception group may contain nested groups
74
+ containing more matching exceptions.
75
+
76
+ Thus, the following Python 3.11+ code:
77
+
78
+ .. code-block:: python
79
+
80
+ try:
81
+ ...
82
+ except* (ValueError, KeyError) as excgroup:
83
+ for exc in excgroup.exceptions:
84
+ print('Caught exception:', type(exc))
85
+ except* RuntimeError:
86
+ print('Caught runtime error')
87
+
88
+ would be written with this backport like this:
89
+
90
+ .. code-block:: python
91
+
92
+ from exceptiongroup import BaseExceptionGroup, catch
93
+
94
+ def value_key_err_handler(excgroup: BaseExceptionGroup) -> None:
95
+ for exc in excgroup.exceptions:
96
+ print('Caught exception:', type(exc))
97
+
98
+ def runtime_err_handler(exc: BaseExceptionGroup) -> None:
99
+ print('Caught runtime error')
100
+
101
+ with catch({
102
+ (ValueError, KeyError): value_key_err_handler,
103
+ RuntimeError: runtime_err_handler
104
+ }):
105
+ ...
106
+
107
+ **NOTE**: Just like with ``except*``, you cannot handle ``BaseExceptionGroup`` or
108
+ ``ExceptionGroup`` with ``catch()``.
109
+
110
+ Suppressing exceptions
111
+ ======================
112
+
113
+ This library contains a backport of the ``contextlib.suppress()`` context manager from
114
+ Python 3.12.1. It allows you to selectively ignore certain exceptions, even when they're
115
+ inside exception groups:
116
+
117
+ .. code-block:: python
118
+
119
+ from exceptiongroup import suppress
120
+
121
+ with suppress(RuntimeError):
122
+ raise ExceptionGroup("", [RuntimeError("boo")])
123
+
124
+ Notes on monkey patching
125
+ ========================
126
+
127
+ To make exception groups render properly when an unhandled exception group is being
128
+ printed out, this package does two things when it is imported on any Python version
129
+ earlier than 3.11:
130
+
131
+ #. The ``traceback.TracebackException`` class is monkey patched to store extra
132
+ information about exception groups (in ``__init__()``) and properly format them (in
133
+ ``format()``)
134
+ #. An exception hook is installed at ``sys.excepthook``, provided that no other hook is
135
+ already present. This hook causes the exception to be formatted using
136
+ ``traceback.TracebackException`` rather than the built-in rendered.
137
+
138
+ If ``sys.exceptionhook`` is found to be set to something else than the default when
139
+ ``exceptiongroup`` is imported, no monkeypatching is done at all.
140
+
141
+ To prevent the exception hook and patches from being installed, set the environment
142
+ variable ``EXCEPTIONGROUP_NO_PATCH`` to ``1``.
143
+
144
+ Formatting exception groups
145
+ ---------------------------
146
+
147
+ Normally, the monkey patching applied by this library on import will cause exception
148
+ groups to be printed properly in tracebacks. But in cases when the monkey patching is
149
+ blocked by a third party exception hook, or monkey patching is explicitly disabled,
150
+ you can still manually format exceptions using the special versions of the ``traceback``
151
+ functions, like ``format_exception()``, listed at the top of this page. They work just
152
+ like their counterparts in the ``traceback`` module, except that they use a separately
153
+ patched subclass of ``TracebackException`` to perform the rendering.
154
+
155
+ Particularly in cases where a library installs its own exception hook, it is recommended
156
+ to use these special versions to do the actual formatting of exceptions/tracebacks.
157
+
158
+ .. _PEP 654: https://www.python.org/dev/peps/pep-0654/
159
+
bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/RECORD ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ exceptiongroup-1.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
+ exceptiongroup-1.3.0.dist-info/METADATA,sha256=oiAq-llXqOaV0B3dJN316SjtCpthQvuQjmVuVObbaeQ,6725
3
+ exceptiongroup-1.3.0.dist-info/RECORD,,
4
+ exceptiongroup-1.3.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
5
+ exceptiongroup-1.3.0.dist-info/licenses/LICENSE,sha256=blBw12UDHgrUA6HL-Qrm0ZoCKPgC4yC3rP9GCqcu1Hw,3704
6
+ exceptiongroup/__init__.py,sha256=7DHS0hDk-RIs3IQc3SbZVB0-1MhiSCJ9XgvEyEloL7M,1049
7
+ exceptiongroup/__pycache__/__init__.cpython-310.pyc,,
8
+ exceptiongroup/__pycache__/_catch.cpython-310.pyc,,
9
+ exceptiongroup/__pycache__/_exceptions.cpython-310.pyc,,
10
+ exceptiongroup/__pycache__/_formatting.cpython-310.pyc,,
11
+ exceptiongroup/__pycache__/_suppress.cpython-310.pyc,,
12
+ exceptiongroup/__pycache__/_version.cpython-310.pyc,,
13
+ exceptiongroup/_catch.py,sha256=CaJez3E-Jkr-7B7RT3fzusdLWnuyeekooSFn7KyWt9s,4680
14
+ exceptiongroup/_exceptions.py,sha256=wPwPsZ64SXEptuwb4XrTIa1Mc78uqF5vmCrXTdllLn4,11463
15
+ exceptiongroup/_formatting.py,sha256=4UC6bUN3K-FxEX96_ozzgeX05fCyprl6qCVR-efBmQ0,21032
16
+ exceptiongroup/_suppress.py,sha256=LX11PRNpchwfNWwEMY92nYN1F_5qFenQcS8EjIONXKE,1772
17
+ exceptiongroup/_version.py,sha256=qDtcPZdKzxLpd8vVl6fpIFIMkWt2HK_cO9gLDwaHEdk,511
18
+ exceptiongroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: flit 3.12.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
bertvenv/lib/python3.10/site-packages/exceptiongroup-1.3.0.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Alex Grönholm
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
22
+
23
+ This project contains code copied from the Python standard library.
24
+ The following is the required license notice for those parts.
25
+
26
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
27
+ --------------------------------------------
28
+
29
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
30
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
31
+ otherwise using this software ("Python") in source or binary form and
32
+ its associated documentation.
33
+
34
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
35
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
36
+ analyze, test, perform and/or display publicly, prepare derivative works,
37
+ distribute, and otherwise use Python alone or in any derivative version,
38
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
39
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
40
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
41
+ All Rights Reserved" are retained in Python alone or in any derivative version
42
+ prepared by Licensee.
43
+
44
+ 3. In the event Licensee prepares a derivative work that is based on
45
+ or incorporates Python or any part thereof, and wants to make
46
+ the derivative work available to others as provided herein, then
47
+ Licensee hereby agrees to include in any such work a brief summary of
48
+ the changes made to Python.
49
+
50
+ 4. PSF is making Python available to Licensee on an "AS IS"
51
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
52
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
53
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
54
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
55
+ INFRINGE ANY THIRD PARTY RIGHTS.
56
+
57
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
58
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
59
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
60
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
61
+
62
+ 6. This License Agreement will automatically terminate upon a material
63
+ breach of its terms and conditions.
64
+
65
+ 7. Nothing in this License Agreement shall be deemed to create any
66
+ relationship of agency, partnership, or joint venture between PSF and
67
+ Licensee. This License Agreement does not grant permission to use PSF
68
+ trademarks or trade name in a trademark sense to endorse or promote
69
+ products or services of Licensee, or any third party.
70
+
71
+ 8. By copying, installing or otherwise using Python, Licensee
72
+ agrees to be bound by the terms and conditions of this License
73
+ Agreement.
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/METADATA ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: google-api-core
3
+ Version: 2.28.1
4
+ Summary: Google API client core library
5
+ Author-email: Google LLC <googleapis-packages@google.com>
6
+ License: Apache 2.0
7
+ Project-URL: Documentation, https://googleapis.dev/python/google-api-core/latest/
8
+ Project-URL: Repository, https://github.com/googleapis/python-api-core
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.7
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Operating System :: OS Independent
23
+ Classifier: Topic :: Internet
24
+ Requires-Python: >=3.7
25
+ Description-Content-Type: text/x-rst
26
+ License-File: LICENSE
27
+ Requires-Dist: googleapis-common-protos<2.0.0,>=1.56.2
28
+ Requires-Dist: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.19.5
29
+ Requires-Dist: proto-plus<2.0.0,>=1.22.3
30
+ Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
31
+ Requires-Dist: google-auth<3.0.0,>=2.14.1
32
+ Requires-Dist: requests<3.0.0,>=2.18.0
33
+ Requires-Dist: importlib_metadata>=1.4; python_version < "3.8"
34
+ Provides-Extra: async-rest
35
+ Requires-Dist: google-auth[aiohttp]<3.0.0,>=2.35.0; extra == "async-rest"
36
+ Provides-Extra: grpc
37
+ Requires-Dist: grpcio<2.0.0,>=1.33.2; extra == "grpc"
38
+ Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
39
+ Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
40
+ Requires-Dist: grpcio-status<2.0.0,>=1.33.2; extra == "grpc"
41
+ Requires-Dist: grpcio-status<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
42
+ Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
43
+ Provides-Extra: grpcgcp
44
+ Requires-Dist: grpcio-gcp<1.0.0,>=0.2.2; extra == "grpcgcp"
45
+ Provides-Extra: grpcio-gcp
46
+ Requires-Dist: grpcio-gcp<1.0.0,>=0.2.2; extra == "grpcio-gcp"
47
+ Dynamic: license-file
48
+
49
+ Core Library for Google Client Libraries
50
+ ========================================
51
+
52
+ |pypi| |versions|
53
+
54
+ This library is not meant to stand-alone. Instead it defines
55
+ common helpers used by all Google API clients. For more information, see the
56
+ `documentation`_.
57
+
58
+ .. |pypi| image:: https://img.shields.io/pypi/v/google-api_core.svg
59
+ :target: https://pypi.org/project/google-api_core/
60
+ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
61
+ :target: https://pypi.org/project/google-api_core/
62
+ .. _documentation: https://googleapis.dev/python/google-api-core/latest
63
+
64
+
65
+ Supported Python Versions
66
+ -------------------------
67
+ Python >= 3.7
68
+
69
+
70
+ Unsupported Python Versions
71
+ ---------------------------
72
+
73
+ Python == 2.7, Python == 3.5, Python == 3.6.
74
+
75
+ The last version of this library compatible with Python 2.7 and 3.5 is
76
+ `google-api-core==1.31.1`.
77
+
78
+ The last version of this library compatible with Python 3.6 is
79
+ `google-api-core==2.8.2`.
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/RECORD ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ google/api_core/__init__.py,sha256=8kw-9mfyTDdciWgj4S1c1C1B0c7bi9qbwbRH-92mxxQ,1584
2
+ google/api_core/__pycache__/__init__.cpython-310.pyc,,
3
+ google/api_core/__pycache__/_python_package_support.cpython-310.pyc,,
4
+ google/api_core/__pycache__/_python_version_support.cpython-310.pyc,,
5
+ google/api_core/__pycache__/_rest_streaming_base.cpython-310.pyc,,
6
+ google/api_core/__pycache__/bidi.cpython-310.pyc,,
7
+ google/api_core/__pycache__/bidi_async.cpython-310.pyc,,
8
+ google/api_core/__pycache__/bidi_base.cpython-310.pyc,,
9
+ google/api_core/__pycache__/client_info.cpython-310.pyc,,
10
+ google/api_core/__pycache__/client_logging.cpython-310.pyc,,
11
+ google/api_core/__pycache__/client_options.cpython-310.pyc,,
12
+ google/api_core/__pycache__/datetime_helpers.cpython-310.pyc,,
13
+ google/api_core/__pycache__/exceptions.cpython-310.pyc,,
14
+ google/api_core/__pycache__/extended_operation.cpython-310.pyc,,
15
+ google/api_core/__pycache__/general_helpers.cpython-310.pyc,,
16
+ google/api_core/__pycache__/grpc_helpers.cpython-310.pyc,,
17
+ google/api_core/__pycache__/grpc_helpers_async.cpython-310.pyc,,
18
+ google/api_core/__pycache__/iam.cpython-310.pyc,,
19
+ google/api_core/__pycache__/operation.cpython-310.pyc,,
20
+ google/api_core/__pycache__/operation_async.cpython-310.pyc,,
21
+ google/api_core/__pycache__/page_iterator.cpython-310.pyc,,
22
+ google/api_core/__pycache__/page_iterator_async.cpython-310.pyc,,
23
+ google/api_core/__pycache__/path_template.cpython-310.pyc,,
24
+ google/api_core/__pycache__/protobuf_helpers.cpython-310.pyc,,
25
+ google/api_core/__pycache__/rest_helpers.cpython-310.pyc,,
26
+ google/api_core/__pycache__/rest_streaming.cpython-310.pyc,,
27
+ google/api_core/__pycache__/rest_streaming_async.cpython-310.pyc,,
28
+ google/api_core/__pycache__/retry_async.cpython-310.pyc,,
29
+ google/api_core/__pycache__/timeout.cpython-310.pyc,,
30
+ google/api_core/__pycache__/universe.cpython-310.pyc,,
31
+ google/api_core/__pycache__/version.cpython-310.pyc,,
32
+ google/api_core/__pycache__/version_header.cpython-310.pyc,,
33
+ google/api_core/_python_package_support.py,sha256=xGZrkQNQ8K8d2uFgpyAqZDHGLTf4Oq5m9exspS1-Yg8,9464
34
+ google/api_core/_python_version_support.py,sha256=FJExn_xVkXtkvjLQzumlAyP1FpNQvsYlM5aNIFfZE8E,10336
35
+ google/api_core/_rest_streaming_base.py,sha256=AlkPe71v0kRUeWP5yn6N1KbxCxKhr-vfQOCgoF6x8ZE,4351
36
+ google/api_core/bidi.py,sha256=LV6Y3Tn76GbtWtOjfjlb4Oi6ltYD-j2QAAuPMQsH2zM,27630
37
+ google/api_core/bidi_async.py,sha256=vbtpT6P_Q815Fn39uaXdiVQgnwtVB3LQTDNMM9dKcFo,8726
38
+ google/api_core/bidi_base.py,sha256=C5WSthnI3vK5K-Ltr6_YavyGYi1MAijTw-ZYni5VIlU,3495
39
+ google/api_core/client_info.py,sha256=A1yzixILdp55Rk8Hu1m7QGlnOh6CGMWhKLNi9TUotRU,4092
40
+ google/api_core/client_logging.py,sha256=o7VrcpJ5yqIfdpBDGKTIIVaqIfl5Ppr_AxiOfyKIGTk,5023
41
+ google/api_core/client_options.py,sha256=12EgRX-6pqBg7asxknA9eIs3CjCNmvoxhGvKt3zGeNk,6860
42
+ google/api_core/datetime_helpers.py,sha256=5gFi7n0r-xVImQdj6rQKNwk58m2LcMF9WliXGHbBsDA,9034
43
+ google/api_core/exceptions.py,sha256=5VXhbkcGCrfjo6tzP4hCVh6vakqGM7kZSewVj6pCS8M,21150
44
+ google/api_core/extended_operation.py,sha256=r9xSOblNF35lwn2hrrjUQ-f3JDoo0a4Z8xwOy_VkvL0,8632
45
+ google/api_core/future/__init__.py,sha256=7sToxNNu9c_xqcpmO8dbrcSLOOxplnYOOSXjOX9QIXw,702
46
+ google/api_core/future/__pycache__/__init__.cpython-310.pyc,,
47
+ google/api_core/future/__pycache__/_helpers.cpython-310.pyc,,
48
+ google/api_core/future/__pycache__/async_future.cpython-310.pyc,,
49
+ google/api_core/future/__pycache__/base.cpython-310.pyc,,
50
+ google/api_core/future/__pycache__/polling.cpython-310.pyc,,
51
+ google/api_core/future/_helpers.py,sha256=jA6m2L1aqlOJA-9NdC1BDosPksZQ7FmLLYWDOrsQOPc,1248
52
+ google/api_core/future/async_future.py,sha256=7rOK0tzud8MCoUwO9AjF-3OQDtELwhtp2ONltSB3GEI,5355
53
+ google/api_core/future/base.py,sha256=SHyudamSWR7EyUsYaQ-XrGGkLeYClSfXfsHIHSqDIYI,1763
54
+ google/api_core/future/polling.py,sha256=0HUw1bp7ZLgEqMtwsvxIXNMHQbHgsP6TpmpVrMbjJ2I,14349
55
+ google/api_core/gapic_v1/__init__.py,sha256=r6kCwKznSXPTYRdz4C384fscefaw_rXP2bzJdnzEVnw,988
56
+ google/api_core/gapic_v1/__pycache__/__init__.cpython-310.pyc,,
57
+ google/api_core/gapic_v1/__pycache__/client_info.cpython-310.pyc,,
58
+ google/api_core/gapic_v1/__pycache__/config.cpython-310.pyc,,
59
+ google/api_core/gapic_v1/__pycache__/config_async.cpython-310.pyc,,
60
+ google/api_core/gapic_v1/__pycache__/method.cpython-310.pyc,,
61
+ google/api_core/gapic_v1/__pycache__/method_async.cpython-310.pyc,,
62
+ google/api_core/gapic_v1/__pycache__/routing_header.cpython-310.pyc,,
63
+ google/api_core/gapic_v1/client_info.py,sha256=FhmeHuSgFIxCCXaFPb4QdpoBzR4FVTy2997fkXorXbM,2421
64
+ google/api_core/gapic_v1/config.py,sha256=5isOOYPSZCXpDcJDJiwmTxGTUo0RjxJJvW2yjqBR4BI,6300
65
+ google/api_core/gapic_v1/config_async.py,sha256=_jrB5Yv6rxxSU6KwzOxWQ-G_x5mXilpSFAgnQ_6ktrU,1728
66
+ google/api_core/gapic_v1/method.py,sha256=SnMqRoKKCRph9xpnQvQ29SGjCd9WVpHEPK60X-uPyWM,9494
67
+ google/api_core/gapic_v1/method_async.py,sha256=L8BHV3SkvKTDqVSonDuUY1OIRMPEqfsOsTitYRQ_UwQ,2090
68
+ google/api_core/gapic_v1/routing_header.py,sha256=kJKOYpNS2mgSZa4Qt8Ib2Q5ONfNwpJwbNloVJ8e2wMs,3093
69
+ google/api_core/general_helpers.py,sha256=GGgwvdYMLIiRvUqojd3uKBMOPILpK78ZU5we-VRHtwE,2284
70
+ google/api_core/grpc_helpers.py,sha256=cC2ssIUQisK81AkKqUGjYhXEA7nE9kLqksHk9WifjoY,25028
71
+ google/api_core/grpc_helpers_async.py,sha256=DGiy9z9Y5vcRoeWco7aTJsQZemOpmULBOnVS1Ncxzm8,13224
72
+ google/api_core/iam.py,sha256=BGz63HtOP5_5oH9Zs93RP0Y6Qshty2eOhFEYj_CoE64,13213
73
+ google/api_core/operation.py,sha256=mHWay2vrNbEliv5YWFzyXBywbQdy_VPW98BALh514PA,13198
74
+ google/api_core/operation_async.py,sha256=XdunwVY6aKA-K0OK-5_dYbqjbvF1DLTYUUL4IOztld4,8046
75
+ google/api_core/operations_v1/__init__.py,sha256=ncvxAGOrunbMNRoQ9n1Io1p1nRN_LV5DutV52UidV8k,1638
76
+ google/api_core/operations_v1/__pycache__/__init__.cpython-310.pyc,,
77
+ google/api_core/operations_v1/__pycache__/abstract_operations_base_client.cpython-310.pyc,,
78
+ google/api_core/operations_v1/__pycache__/abstract_operations_client.cpython-310.pyc,,
79
+ google/api_core/operations_v1/__pycache__/operations_async_client.cpython-310.pyc,,
80
+ google/api_core/operations_v1/__pycache__/operations_client.cpython-310.pyc,,
81
+ google/api_core/operations_v1/__pycache__/operations_client_config.cpython-310.pyc,,
82
+ google/api_core/operations_v1/__pycache__/operations_rest_client_async.cpython-310.pyc,,
83
+ google/api_core/operations_v1/__pycache__/pagers.cpython-310.pyc,,
84
+ google/api_core/operations_v1/__pycache__/pagers_async.cpython-310.pyc,,
85
+ google/api_core/operations_v1/__pycache__/pagers_base.cpython-310.pyc,,
86
+ google/api_core/operations_v1/abstract_operations_base_client.py,sha256=JoAlWWxuj_TpbAv9GCBt6_BMhflvIoR-rg9TPSOJ3is,14861
87
+ google/api_core/operations_v1/abstract_operations_client.py,sha256=j_ulCLJpyqGh1SY8z5kss9iYBfOwE_XXCTqwQAKpyeI,16073
88
+ google/api_core/operations_v1/operations_async_client.py,sha256=1BENex2y2ovlCHlXR4v5Cfiqk2o36DBWEzPyCCCudbU,14794
89
+ google/api_core/operations_v1/operations_client.py,sha256=-fmbRv_2L_5cJv70WfybRw9EUyLlHB-wTbC-n0Iq4Fg,15274
90
+ google/api_core/operations_v1/operations_client_config.py,sha256=v7B0FiVc5p9HhnpPY1_3FIomFdA-J-4lilomeoC9SkQ,2285
91
+ google/api_core/operations_v1/operations_rest_client_async.py,sha256=qMYVo08Y0jfSU53dmHSDvO7_UL3x8DzJgpvnwAaTyyE,14616
92
+ google/api_core/operations_v1/pagers.py,sha256=WYXqIGNIMbQX-2OUbiqz3ZXScvI_iOxKjxkN6bTP1YQ,2463
93
+ google/api_core/operations_v1/pagers_async.py,sha256=SdFB-eXtOjZCHWICgViao6txHJqgs7vhsso6HT_npOo,2624
94
+ google/api_core/operations_v1/pagers_base.py,sha256=qlizIpOdU-JVeQIMaPRIBmkcsghDX2FQYz5VH3-l9s0,2652
95
+ google/api_core/operations_v1/transports/__init__.py,sha256=Ng5VDMks97QNfbkhFSRKmvNwUv3_IQmLUszCGTeJYvE,1457
96
+ google/api_core/operations_v1/transports/__pycache__/__init__.cpython-310.pyc,,
97
+ google/api_core/operations_v1/transports/__pycache__/base.cpython-310.pyc,,
98
+ google/api_core/operations_v1/transports/__pycache__/rest.cpython-310.pyc,,
99
+ google/api_core/operations_v1/transports/__pycache__/rest_asyncio.cpython-310.pyc,,
100
+ google/api_core/operations_v1/transports/base.py,sha256=Di-mwlz3LnK3rNZf2k7rO2ceXxDRsZZCbiYelA0UXhc,11716
101
+ google/api_core/operations_v1/transports/rest.py,sha256=135nfJhi_7wLRDil0v3WU2u2jHlc2_BsEzyDdHtN5-Q,20911
102
+ google/api_core/operations_v1/transports/rest_asyncio.py,sha256=sBr6K5f6PYtV-vLdUM3_BjepK1vQSIJdD0iCLA1-eOU,26130
103
+ google/api_core/page_iterator.py,sha256=FXMfqbhlVYAEVjpojytYAiUluVNYAVSC41MdfAhHAX4,20330
104
+ google/api_core/page_iterator_async.py,sha256=TbuXorRhP1wcQTD3raBJhWgSJP1JwJO_nCKJphCbVdw,10294
105
+ google/api_core/path_template.py,sha256=Lyqqw8OECuw5O7y9x1BJvfNbYEbmx4lnTGqc6opSyHk,11685
106
+ google/api_core/protobuf_helpers.py,sha256=ct_P2z6iYNvum0FZ5Uj-96qf83Q_99TP1qcGwvlO_9c,12448
107
+ google/api_core/py.typed,sha256=q8dgH9l1moUXiufHBVjqI0MuJy4Be9a3rNH8Zl_sICA,78
108
+ google/api_core/rest_helpers.py,sha256=2DsInZiHv0sLd9dfLIbEL2vDJQIybWgxlkxnNFahPnI,3529
109
+ google/api_core/rest_streaming.py,sha256=AwduJ7tYa0_iBhFEqCY696NVmNGWWCm6g4wnTqoVjS4,2209
110
+ google/api_core/rest_streaming_async.py,sha256=5GuzrfYFHfR22d9guOtXvZ1E-VHCCusJyWKVRxOcFuE,3340
111
+ google/api_core/retry/__init__.py,sha256=WhgtLBQO2oK-AehH_AHbGbfWo1IdG5ahUGrs3aFGw0o,2088
112
+ google/api_core/retry/__pycache__/__init__.cpython-310.pyc,,
113
+ google/api_core/retry/__pycache__/retry_base.cpython-310.pyc,,
114
+ google/api_core/retry/__pycache__/retry_streaming.cpython-310.pyc,,
115
+ google/api_core/retry/__pycache__/retry_streaming_async.cpython-310.pyc,,
116
+ google/api_core/retry/__pycache__/retry_unary.cpython-310.pyc,,
117
+ google/api_core/retry/__pycache__/retry_unary_async.cpython-310.pyc,,
118
+ google/api_core/retry/retry_base.py,sha256=e1Asrsjp8Joj__GS9n0tiMeseYN5HWocHK2cbThyPHU,12890
119
+ google/api_core/retry/retry_streaming.py,sha256=sw6Bx7w9G1lK8KCAYn2pw0hZ12sPQAD9h4otC2BXIuQ,11032
120
+ google/api_core/retry/retry_streaming_async.py,sha256=gYs5KWzQ9RHb05ciPuoptOm5VWCOS7fliNG006Ndveg,14517
121
+ google/api_core/retry/retry_unary.py,sha256=X8wIBzhKMpf3PlOmMgotIgg21Hvv16hUb3f8d20hnDc,13517
122
+ google/api_core/retry/retry_unary_async.py,sha256=7PANk3jx6dBKKUZKd3yb2TFPBYO9l7uXg4QmBxmwhQQ,9594
123
+ google/api_core/retry_async.py,sha256=_r0ROYeQqdATtRMx-q_6o4bPmqFzPyjr_oV3lfloDSM,1514
124
+ google/api_core/timeout.py,sha256=heil0E6scuyFkMvymbR2bA33ZmJSavH_SmRNK9kpqcM,10279
125
+ google/api_core/universe.py,sha256=k_K5J0I3kKQiM2yEHvxeqAWxXEQZKJ2SfDlMAH-rQ08,2952
126
+ google/api_core/version.py,sha256=H9cAAcRNv1E282SjaBl40ii7p3NAKCGmksWt5wCMn9M,598
127
+ google/api_core/version_header.py,sha256=uEFXosCp8UH7XhznG5GQseTYtWNoJHXRPA557DWsUxA,1046
128
+ google_api_core-2.28.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
129
+ google_api_core-2.28.1.dist-info/METADATA,sha256=Qj9OzzPTijEEVTRoL2v1lanEkexQ0vbAE5Q8vUrJ57Q,3296
130
+ google_api_core-2.28.1.dist-info/RECORD,,
131
+ google_api_core-2.28.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
132
+ google_api_core-2.28.1.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
133
+ google_api_core-2.28.1.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
bertvenv/lib/python3.10/site-packages/google_api_core-2.28.1.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ google
bertvenv/lib/python3.10/site-packages/idna/__init__.py ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from .core import (
2
+ IDNABidiError,
3
+ IDNAError,
4
+ InvalidCodepoint,
5
+ InvalidCodepointContext,
6
+ alabel,
7
+ check_bidi,
8
+ check_hyphen_ok,
9
+ check_initial_combiner,
10
+ check_label,
11
+ check_nfc,
12
+ decode,
13
+ encode,
14
+ ulabel,
15
+ uts46_remap,
16
+ valid_contextj,
17
+ valid_contexto,
18
+ valid_label_length,
19
+ valid_string_length,
20
+ )
21
+ from .intranges import intranges_contain
22
+ from .package_data import __version__
23
+
24
+ __all__ = [
25
+ "__version__",
26
+ "IDNABidiError",
27
+ "IDNAError",
28
+ "InvalidCodepoint",
29
+ "InvalidCodepointContext",
30
+ "alabel",
31
+ "check_bidi",
32
+ "check_hyphen_ok",
33
+ "check_initial_combiner",
34
+ "check_label",
35
+ "check_nfc",
36
+ "decode",
37
+ "encode",
38
+ "intranges_contain",
39
+ "ulabel",
40
+ "uts46_remap",
41
+ "valid_contextj",
42
+ "valid_contexto",
43
+ "valid_label_length",
44
+ "valid_string_length",
45
+ ]
bertvenv/lib/python3.10/site-packages/idna/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (865 Bytes). View file
 
bertvenv/lib/python3.10/site-packages/idna/__pycache__/codec.cpython-310.pyc ADDED
Binary file (3.29 kB). View file
 
bertvenv/lib/python3.10/site-packages/idna/__pycache__/compat.cpython-310.pyc ADDED
Binary file (768 Bytes). View file
 
bertvenv/lib/python3.10/site-packages/idna/__pycache__/core.cpython-310.pyc ADDED
Binary file (9.69 kB). View file
 
bertvenv/lib/python3.10/site-packages/idna/__pycache__/intranges.cpython-310.pyc ADDED
Binary file (2 kB). View file
 
bertvenv/lib/python3.10/site-packages/idna/__pycache__/package_data.cpython-310.pyc ADDED
Binary file (225 Bytes). View file
 
bertvenv/lib/python3.10/site-packages/idna/codec.py ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import codecs
2
+ import re
3
+ from typing import Any, Optional, Tuple
4
+
5
+ from .core import IDNAError, alabel, decode, encode, ulabel
6
+
7
+ _unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]")
8
+
9
+
10
+ class Codec(codecs.Codec):
11
+ def encode(self, data: str, errors: str = "strict") -> Tuple[bytes, int]:
12
+ if errors != "strict":
13
+ raise IDNAError('Unsupported error handling "{}"'.format(errors))
14
+
15
+ if not data:
16
+ return b"", 0
17
+
18
+ return encode(data), len(data)
19
+
20
+ def decode(self, data: bytes, errors: str = "strict") -> Tuple[str, int]:
21
+ if errors != "strict":
22
+ raise IDNAError('Unsupported error handling "{}"'.format(errors))
23
+
24
+ if not data:
25
+ return "", 0
26
+
27
+ return decode(data), len(data)
28
+
29
+
30
+ class IncrementalEncoder(codecs.BufferedIncrementalEncoder):
31
+ def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]:
32
+ if errors != "strict":
33
+ raise IDNAError('Unsupported error handling "{}"'.format(errors))
34
+
35
+ if not data:
36
+ return b"", 0
37
+
38
+ labels = _unicode_dots_re.split(data)
39
+ trailing_dot = b""
40
+ if labels:
41
+ if not labels[-1]:
42
+ trailing_dot = b"."
43
+ del labels[-1]
44
+ elif not final:
45
+ # Keep potentially unfinished label until the next call
46
+ del labels[-1]
47
+ if labels:
48
+ trailing_dot = b"."
49
+
50
+ result = []
51
+ size = 0
52
+ for label in labels:
53
+ result.append(alabel(label))
54
+ if size:
55
+ size += 1
56
+ size += len(label)
57
+
58
+ # Join with U+002E
59
+ result_bytes = b".".join(result) + trailing_dot
60
+ size += len(trailing_dot)
61
+ return result_bytes, size
62
+
63
+
64
+ class IncrementalDecoder(codecs.BufferedIncrementalDecoder):
65
+ def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]:
66
+ if errors != "strict":
67
+ raise IDNAError('Unsupported error handling "{}"'.format(errors))
68
+
69
+ if not data:
70
+ return ("", 0)
71
+
72
+ if not isinstance(data, str):
73
+ data = str(data, "ascii")
74
+
75
+ labels = _unicode_dots_re.split(data)
76
+ trailing_dot = ""
77
+ if labels:
78
+ if not labels[-1]:
79
+ trailing_dot = "."
80
+ del labels[-1]
81
+ elif not final:
82
+ # Keep potentially unfinished label until the next call
83
+ del labels[-1]
84
+ if labels:
85
+ trailing_dot = "."
86
+
87
+ result = []
88
+ size = 0
89
+ for label in labels:
90
+ result.append(ulabel(label))
91
+ if size:
92
+ size += 1
93
+ size += len(label)
94
+
95
+ result_str = ".".join(result) + trailing_dot
96
+ size += len(trailing_dot)
97
+ return (result_str, size)
98
+
99
+
100
+ class StreamWriter(Codec, codecs.StreamWriter):
101
+ pass
102
+
103
+
104
+ class StreamReader(Codec, codecs.StreamReader):
105
+ pass
106
+
107
+
108
+ def search_function(name: str) -> Optional[codecs.CodecInfo]:
109
+ if name != "idna2008":
110
+ return None
111
+ return codecs.CodecInfo(
112
+ name=name,
113
+ encode=Codec().encode,
114
+ decode=Codec().decode, # type: ignore
115
+ incrementalencoder=IncrementalEncoder,
116
+ incrementaldecoder=IncrementalDecoder,
117
+ streamwriter=StreamWriter,
118
+ streamreader=StreamReader,
119
+ )
120
+
121
+
122
+ codecs.register(search_function)
bertvenv/lib/python3.10/site-packages/idna/compat.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Any, Union
2
+
3
+ from .core import decode, encode
4
+
5
+
6
+ def ToASCII(label: str) -> bytes:
7
+ return encode(label)
8
+
9
+
10
+ def ToUnicode(label: Union[bytes, bytearray]) -> str:
11
+ return decode(label)
12
+
13
+
14
+ def nameprep(s: Any) -> None:
15
+ raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")
bertvenv/lib/python3.10/site-packages/idna/core.py ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import bisect
2
+ import re
3
+ import unicodedata
4
+ from typing import Optional, Union
5
+
6
+ from . import idnadata
7
+ from .intranges import intranges_contain
8
+
9
+ _virama_combining_class = 9
10
+ _alabel_prefix = b"xn--"
11
+ _unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]")
12
+
13
+
14
+ class IDNAError(UnicodeError):
15
+ """Base exception for all IDNA-encoding related problems"""
16
+
17
+ pass
18
+
19
+
20
+ class IDNABidiError(IDNAError):
21
+ """Exception when bidirectional requirements are not satisfied"""
22
+
23
+ pass
24
+
25
+
26
+ class InvalidCodepoint(IDNAError):
27
+ """Exception when a disallowed or unallocated codepoint is used"""
28
+
29
+ pass
30
+
31
+
32
+ class InvalidCodepointContext(IDNAError):
33
+ """Exception when the codepoint is not valid in the context it is used"""
34
+
35
+ pass
36
+
37
+
38
+ def _combining_class(cp: int) -> int:
39
+ v = unicodedata.combining(chr(cp))
40
+ if v == 0:
41
+ if not unicodedata.name(chr(cp)):
42
+ raise ValueError("Unknown character in unicodedata")
43
+ return v
44
+
45
+
46
+ def _is_script(cp: str, script: str) -> bool:
47
+ return intranges_contain(ord(cp), idnadata.scripts[script])
48
+
49
+
50
+ def _punycode(s: str) -> bytes:
51
+ return s.encode("punycode")
52
+
53
+
54
+ def _unot(s: int) -> str:
55
+ return "U+{:04X}".format(s)
56
+
57
+
58
+ def valid_label_length(label: Union[bytes, str]) -> bool:
59
+ if len(label) > 63:
60
+ return False
61
+ return True
62
+
63
+
64
+ def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool:
65
+ if len(label) > (254 if trailing_dot else 253):
66
+ return False
67
+ return True
68
+
69
+
70
+ def check_bidi(label: str, check_ltr: bool = False) -> bool:
71
+ # Bidi rules should only be applied if string contains RTL characters
72
+ bidi_label = False
73
+ for idx, cp in enumerate(label, 1):
74
+ direction = unicodedata.bidirectional(cp)
75
+ if direction == "":
76
+ # String likely comes from a newer version of Unicode
77
+ raise IDNABidiError("Unknown directionality in label {} at position {}".format(repr(label), idx))
78
+ if direction in ["R", "AL", "AN"]:
79
+ bidi_label = True
80
+ if not bidi_label and not check_ltr:
81
+ return True
82
+
83
+ # Bidi rule 1
84
+ direction = unicodedata.bidirectional(label[0])
85
+ if direction in ["R", "AL"]:
86
+ rtl = True
87
+ elif direction == "L":
88
+ rtl = False
89
+ else:
90
+ raise IDNABidiError("First codepoint in label {} must be directionality L, R or AL".format(repr(label)))
91
+
92
+ valid_ending = False
93
+ number_type: Optional[str] = None
94
+ for idx, cp in enumerate(label, 1):
95
+ direction = unicodedata.bidirectional(cp)
96
+
97
+ if rtl:
98
+ # Bidi rule 2
99
+ if direction not in [
100
+ "R",
101
+ "AL",
102
+ "AN",
103
+ "EN",
104
+ "ES",
105
+ "CS",
106
+ "ET",
107
+ "ON",
108
+ "BN",
109
+ "NSM",
110
+ ]:
111
+ raise IDNABidiError("Invalid direction for codepoint at position {} in a right-to-left label".format(idx))
112
+ # Bidi rule 3
113
+ if direction in ["R", "AL", "EN", "AN"]:
114
+ valid_ending = True
115
+ elif direction != "NSM":
116
+ valid_ending = False
117
+ # Bidi rule 4
118
+ if direction in ["AN", "EN"]:
119
+ if not number_type:
120
+ number_type = direction
121
+ else:
122
+ if number_type != direction:
123
+ raise IDNABidiError("Can not mix numeral types in a right-to-left label")
124
+ else:
125
+ # Bidi rule 5
126
+ if direction not in ["L", "EN", "ES", "CS", "ET", "ON", "BN", "NSM"]:
127
+ raise IDNABidiError("Invalid direction for codepoint at position {} in a left-to-right label".format(idx))
128
+ # Bidi rule 6
129
+ if direction in ["L", "EN"]:
130
+ valid_ending = True
131
+ elif direction != "NSM":
132
+ valid_ending = False
133
+
134
+ if not valid_ending:
135
+ raise IDNABidiError("Label ends with illegal codepoint directionality")
136
+
137
+ return True
138
+
139
+
140
+ def check_initial_combiner(label: str) -> bool:
141
+ if unicodedata.category(label[0])[0] == "M":
142
+ raise IDNAError("Label begins with an illegal combining character")
143
+ return True
144
+
145
+
146
+ def check_hyphen_ok(label: str) -> bool:
147
+ if label[2:4] == "--":
148
+ raise IDNAError("Label has disallowed hyphens in 3rd and 4th position")
149
+ if label[0] == "-" or label[-1] == "-":
150
+ raise IDNAError("Label must not start or end with a hyphen")
151
+ return True
152
+
153
+
154
+ def check_nfc(label: str) -> None:
155
+ if unicodedata.normalize("NFC", label) != label:
156
+ raise IDNAError("Label must be in Normalization Form C")
157
+
158
+
159
+ def valid_contextj(label: str, pos: int) -> bool:
160
+ cp_value = ord(label[pos])
161
+
162
+ if cp_value == 0x200C:
163
+ if pos > 0:
164
+ if _combining_class(ord(label[pos - 1])) == _virama_combining_class:
165
+ return True
166
+
167
+ ok = False
168
+ for i in range(pos - 1, -1, -1):
169
+ joining_type = idnadata.joining_types.get(ord(label[i]))
170
+ if joining_type == ord("T"):
171
+ continue
172
+ elif joining_type in [ord("L"), ord("D")]:
173
+ ok = True
174
+ break
175
+ else:
176
+ break
177
+
178
+ if not ok:
179
+ return False
180
+
181
+ ok = False
182
+ for i in range(pos + 1, len(label)):
183
+ joining_type = idnadata.joining_types.get(ord(label[i]))
184
+ if joining_type == ord("T"):
185
+ continue
186
+ elif joining_type in [ord("R"), ord("D")]:
187
+ ok = True
188
+ break
189
+ else:
190
+ break
191
+ return ok
192
+
193
+ if cp_value == 0x200D:
194
+ if pos > 0:
195
+ if _combining_class(ord(label[pos - 1])) == _virama_combining_class:
196
+ return True
197
+ return False
198
+
199
+ else:
200
+ return False
201
+
202
+
203
+ def valid_contexto(label: str, pos: int, exception: bool = False) -> bool:
204
+ cp_value = ord(label[pos])
205
+
206
+ if cp_value == 0x00B7:
207
+ if 0 < pos < len(label) - 1:
208
+ if ord(label[pos - 1]) == 0x006C and ord(label[pos + 1]) == 0x006C:
209
+ return True
210
+ return False
211
+
212
+ elif cp_value == 0x0375:
213
+ if pos < len(label) - 1 and len(label) > 1:
214
+ return _is_script(label[pos + 1], "Greek")
215
+ return False
216
+
217
+ elif cp_value == 0x05F3 or cp_value == 0x05F4:
218
+ if pos > 0:
219
+ return _is_script(label[pos - 1], "Hebrew")
220
+ return False
221
+
222
+ elif cp_value == 0x30FB:
223
+ for cp in label:
224
+ if cp == "\u30fb":
225
+ continue
226
+ if _is_script(cp, "Hiragana") or _is_script(cp, "Katakana") or _is_script(cp, "Han"):
227
+ return True
228
+ return False
229
+
230
+ elif 0x660 <= cp_value <= 0x669:
231
+ for cp in label:
232
+ if 0x6F0 <= ord(cp) <= 0x06F9:
233
+ return False
234
+ return True
235
+
236
+ elif 0x6F0 <= cp_value <= 0x6F9:
237
+ for cp in label:
238
+ if 0x660 <= ord(cp) <= 0x0669:
239
+ return False
240
+ return True
241
+
242
+ return False
243
+
244
+
245
+ def check_label(label: Union[str, bytes, bytearray]) -> None:
246
+ if isinstance(label, (bytes, bytearray)):
247
+ label = label.decode("utf-8")
248
+ if len(label) == 0:
249
+ raise IDNAError("Empty Label")
250
+
251
+ check_nfc(label)
252
+ check_hyphen_ok(label)
253
+ check_initial_combiner(label)
254
+
255
+ for pos, cp in enumerate(label):
256
+ cp_value = ord(cp)
257
+ if intranges_contain(cp_value, idnadata.codepoint_classes["PVALID"]):
258
+ continue
259
+ elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTJ"]):
260
+ try:
261
+ if not valid_contextj(label, pos):
262
+ raise InvalidCodepointContext(
263
+ "Joiner {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label))
264
+ )
265
+ except ValueError:
266
+ raise IDNAError(
267
+ "Unknown codepoint adjacent to joiner {} at position {} in {}".format(
268
+ _unot(cp_value), pos + 1, repr(label)
269
+ )
270
+ )
271
+ elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTO"]):
272
+ if not valid_contexto(label, pos):
273
+ raise InvalidCodepointContext(
274
+ "Codepoint {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label))
275
+ )
276
+ else:
277
+ raise InvalidCodepoint(
278
+ "Codepoint {} at position {} of {} not allowed".format(_unot(cp_value), pos + 1, repr(label))
279
+ )
280
+
281
+ check_bidi(label)
282
+
283
+
284
+ def alabel(label: str) -> bytes:
285
+ try:
286
+ label_bytes = label.encode("ascii")
287
+ ulabel(label_bytes)
288
+ if not valid_label_length(label_bytes):
289
+ raise IDNAError("Label too long")
290
+ return label_bytes
291
+ except UnicodeEncodeError:
292
+ pass
293
+
294
+ check_label(label)
295
+ label_bytes = _alabel_prefix + _punycode(label)
296
+
297
+ if not valid_label_length(label_bytes):
298
+ raise IDNAError("Label too long")
299
+
300
+ return label_bytes
301
+
302
+
303
+ def ulabel(label: Union[str, bytes, bytearray]) -> str:
304
+ if not isinstance(label, (bytes, bytearray)):
305
+ try:
306
+ label_bytes = label.encode("ascii")
307
+ except UnicodeEncodeError:
308
+ check_label(label)
309
+ return label
310
+ else:
311
+ label_bytes = bytes(label)
312
+
313
+ label_bytes = label_bytes.lower()
314
+ if label_bytes.startswith(_alabel_prefix):
315
+ label_bytes = label_bytes[len(_alabel_prefix) :]
316
+ if not label_bytes:
317
+ raise IDNAError("Malformed A-label, no Punycode eligible content found")
318
+ if label_bytes.decode("ascii")[-1] == "-":
319
+ raise IDNAError("A-label must not end with a hyphen")
320
+ else:
321
+ check_label(label_bytes)
322
+ return label_bytes.decode("ascii")
323
+
324
+ try:
325
+ label = label_bytes.decode("punycode")
326
+ except UnicodeError:
327
+ raise IDNAError("Invalid A-label")
328
+ check_label(label)
329
+ return label
330
+
331
+
332
+ def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str:
333
+ """Re-map the characters in the string according to UTS46 processing."""
334
+ from .uts46data import uts46data
335
+
336
+ output = ""
337
+
338
+ for pos, char in enumerate(domain):
339
+ code_point = ord(char)
340
+ try:
341
+ uts46row = uts46data[code_point if code_point < 256 else bisect.bisect_left(uts46data, (code_point, "Z")) - 1]
342
+ status = uts46row[1]
343
+ replacement: Optional[str] = None
344
+ if len(uts46row) == 3:
345
+ replacement = uts46row[2]
346
+ if (
347
+ status == "V"
348
+ or (status == "D" and not transitional)
349
+ or (status == "3" and not std3_rules and replacement is None)
350
+ ):
351
+ output += char
352
+ elif replacement is not None and (
353
+ status == "M" or (status == "3" and not std3_rules) or (status == "D" and transitional)
354
+ ):
355
+ output += replacement
356
+ elif status != "I":
357
+ raise IndexError()
358
+ except IndexError:
359
+ raise InvalidCodepoint(
360
+ "Codepoint {} not allowed at position {} in {}".format(_unot(code_point), pos + 1, repr(domain))
361
+ )
362
+
363
+ return unicodedata.normalize("NFC", output)
364
+
365
+
366
+ def encode(
367
+ s: Union[str, bytes, bytearray],
368
+ strict: bool = False,
369
+ uts46: bool = False,
370
+ std3_rules: bool = False,
371
+ transitional: bool = False,
372
+ ) -> bytes:
373
+ if not isinstance(s, str):
374
+ try:
375
+ s = str(s, "ascii")
376
+ except UnicodeDecodeError:
377
+ raise IDNAError("should pass a unicode string to the function rather than a byte string.")
378
+ if uts46:
379
+ s = uts46_remap(s, std3_rules, transitional)
380
+ trailing_dot = False
381
+ result = []
382
+ if strict:
383
+ labels = s.split(".")
384
+ else:
385
+ labels = _unicode_dots_re.split(s)
386
+ if not labels or labels == [""]:
387
+ raise IDNAError("Empty domain")
388
+ if labels[-1] == "":
389
+ del labels[-1]
390
+ trailing_dot = True
391
+ for label in labels:
392
+ s = alabel(label)
393
+ if s:
394
+ result.append(s)
395
+ else:
396
+ raise IDNAError("Empty label")
397
+ if trailing_dot:
398
+ result.append(b"")
399
+ s = b".".join(result)
400
+ if not valid_string_length(s, trailing_dot):
401
+ raise IDNAError("Domain too long")
402
+ return s
403
+
404
+
405
+ def decode(
406
+ s: Union[str, bytes, bytearray],
407
+ strict: bool = False,
408
+ uts46: bool = False,
409
+ std3_rules: bool = False,
410
+ ) -> str:
411
+ try:
412
+ if not isinstance(s, str):
413
+ s = str(s, "ascii")
414
+ except UnicodeDecodeError:
415
+ raise IDNAError("Invalid ASCII in A-label")
416
+ if uts46:
417
+ s = uts46_remap(s, std3_rules, False)
418
+ trailing_dot = False
419
+ result = []
420
+ if not strict:
421
+ labels = _unicode_dots_re.split(s)
422
+ else:
423
+ labels = s.split(".")
424
+ if not labels or labels == [""]:
425
+ raise IDNAError("Empty domain")
426
+ if not labels[-1]:
427
+ del labels[-1]
428
+ trailing_dot = True
429
+ for label in labels:
430
+ s = ulabel(label)
431
+ if s:
432
+ result.append(s)
433
+ else:
434
+ raise IDNAError("Empty label")
435
+ if trailing_dot:
436
+ result.append("")
437
+ return ".".join(result)
bertvenv/lib/python3.10/site-packages/idna/idnadata.py ADDED
@@ -0,0 +1,4309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is automatically generated by tools/idna-data
2
+
3
+ __version__ = "16.0.0"
4
+
5
+ scripts = {
6
+ "Greek": (
7
+ 0x37000000374,
8
+ 0x37500000378,
9
+ 0x37A0000037E,
10
+ 0x37F00000380,
11
+ 0x38400000385,
12
+ 0x38600000387,
13
+ 0x3880000038B,
14
+ 0x38C0000038D,
15
+ 0x38E000003A2,
16
+ 0x3A3000003E2,
17
+ 0x3F000000400,
18
+ 0x1D2600001D2B,
19
+ 0x1D5D00001D62,
20
+ 0x1D6600001D6B,
21
+ 0x1DBF00001DC0,
22
+ 0x1F0000001F16,
23
+ 0x1F1800001F1E,
24
+ 0x1F2000001F46,
25
+ 0x1F4800001F4E,
26
+ 0x1F5000001F58,
27
+ 0x1F5900001F5A,
28
+ 0x1F5B00001F5C,
29
+ 0x1F5D00001F5E,
30
+ 0x1F5F00001F7E,
31
+ 0x1F8000001FB5,
32
+ 0x1FB600001FC5,
33
+ 0x1FC600001FD4,
34
+ 0x1FD600001FDC,
35
+ 0x1FDD00001FF0,
36
+ 0x1FF200001FF5,
37
+ 0x1FF600001FFF,
38
+ 0x212600002127,
39
+ 0xAB650000AB66,
40
+ 0x101400001018F,
41
+ 0x101A0000101A1,
42
+ 0x1D2000001D246,
43
+ ),
44
+ "Han": (
45
+ 0x2E8000002E9A,
46
+ 0x2E9B00002EF4,
47
+ 0x2F0000002FD6,
48
+ 0x300500003006,
49
+ 0x300700003008,
50
+ 0x30210000302A,
51
+ 0x30380000303C,
52
+ 0x340000004DC0,
53
+ 0x4E000000A000,
54
+ 0xF9000000FA6E,
55
+ 0xFA700000FADA,
56
+ 0x16FE200016FE4,
57
+ 0x16FF000016FF2,
58
+ 0x200000002A6E0,
59
+ 0x2A7000002B73A,
60
+ 0x2B7400002B81E,
61
+ 0x2B8200002CEA2,
62
+ 0x2CEB00002EBE1,
63
+ 0x2EBF00002EE5E,
64
+ 0x2F8000002FA1E,
65
+ 0x300000003134B,
66
+ 0x31350000323B0,
67
+ ),
68
+ "Hebrew": (
69
+ 0x591000005C8,
70
+ 0x5D0000005EB,
71
+ 0x5EF000005F5,
72
+ 0xFB1D0000FB37,
73
+ 0xFB380000FB3D,
74
+ 0xFB3E0000FB3F,
75
+ 0xFB400000FB42,
76
+ 0xFB430000FB45,
77
+ 0xFB460000FB50,
78
+ ),
79
+ "Hiragana": (
80
+ 0x304100003097,
81
+ 0x309D000030A0,
82
+ 0x1B0010001B120,
83
+ 0x1B1320001B133,
84
+ 0x1B1500001B153,
85
+ 0x1F2000001F201,
86
+ ),
87
+ "Katakana": (
88
+ 0x30A1000030FB,
89
+ 0x30FD00003100,
90
+ 0x31F000003200,
91
+ 0x32D0000032FF,
92
+ 0x330000003358,
93
+ 0xFF660000FF70,
94
+ 0xFF710000FF9E,
95
+ 0x1AFF00001AFF4,
96
+ 0x1AFF50001AFFC,
97
+ 0x1AFFD0001AFFF,
98
+ 0x1B0000001B001,
99
+ 0x1B1200001B123,
100
+ 0x1B1550001B156,
101
+ 0x1B1640001B168,
102
+ ),
103
+ }
104
+ joining_types = {
105
+ 0xAD: 84,
106
+ 0x300: 84,
107
+ 0x301: 84,
108
+ 0x302: 84,
109
+ 0x303: 84,
110
+ 0x304: 84,
111
+ 0x305: 84,
112
+ 0x306: 84,
113
+ 0x307: 84,
114
+ 0x308: 84,
115
+ 0x309: 84,
116
+ 0x30A: 84,
117
+ 0x30B: 84,
118
+ 0x30C: 84,
119
+ 0x30D: 84,
120
+ 0x30E: 84,
121
+ 0x30F: 84,
122
+ 0x310: 84,
123
+ 0x311: 84,
124
+ 0x312: 84,
125
+ 0x313: 84,
126
+ 0x314: 84,
127
+ 0x315: 84,
128
+ 0x316: 84,
129
+ 0x317: 84,
130
+ 0x318: 84,
131
+ 0x319: 84,
132
+ 0x31A: 84,
133
+ 0x31B: 84,
134
+ 0x31C: 84,
135
+ 0x31D: 84,
136
+ 0x31E: 84,
137
+ 0x31F: 84,
138
+ 0x320: 84,
139
+ 0x321: 84,
140
+ 0x322: 84,
141
+ 0x323: 84,
142
+ 0x324: 84,
143
+ 0x325: 84,
144
+ 0x326: 84,
145
+ 0x327: 84,
146
+ 0x328: 84,
147
+ 0x329: 84,
148
+ 0x32A: 84,
149
+ 0x32B: 84,
150
+ 0x32C: 84,
151
+ 0x32D: 84,
152
+ 0x32E: 84,
153
+ 0x32F: 84,
154
+ 0x330: 84,
155
+ 0x331: 84,
156
+ 0x332: 84,
157
+ 0x333: 84,
158
+ 0x334: 84,
159
+ 0x335: 84,
160
+ 0x336: 84,
161
+ 0x337: 84,
162
+ 0x338: 84,
163
+ 0x339: 84,
164
+ 0x33A: 84,
165
+ 0x33B: 84,
166
+ 0x33C: 84,
167
+ 0x33D: 84,
168
+ 0x33E: 84,
169
+ 0x33F: 84,
170
+ 0x340: 84,
171
+ 0x341: 84,
172
+ 0x342: 84,
173
+ 0x343: 84,
174
+ 0x344: 84,
175
+ 0x345: 84,
176
+ 0x346: 84,
177
+ 0x347: 84,
178
+ 0x348: 84,
179
+ 0x349: 84,
180
+ 0x34A: 84,
181
+ 0x34B: 84,
182
+ 0x34C: 84,
183
+ 0x34D: 84,
184
+ 0x34E: 84,
185
+ 0x34F: 84,
186
+ 0x350: 84,
187
+ 0x351: 84,
188
+ 0x352: 84,
189
+ 0x353: 84,
190
+ 0x354: 84,
191
+ 0x355: 84,
192
+ 0x356: 84,
193
+ 0x357: 84,
194
+ 0x358: 84,
195
+ 0x359: 84,
196
+ 0x35A: 84,
197
+ 0x35B: 84,
198
+ 0x35C: 84,
199
+ 0x35D: 84,
200
+ 0x35E: 84,
201
+ 0x35F: 84,
202
+ 0x360: 84,
203
+ 0x361: 84,
204
+ 0x362: 84,
205
+ 0x363: 84,
206
+ 0x364: 84,
207
+ 0x365: 84,
208
+ 0x366: 84,
209
+ 0x367: 84,
210
+ 0x368: 84,
211
+ 0x369: 84,
212
+ 0x36A: 84,
213
+ 0x36B: 84,
214
+ 0x36C: 84,
215
+ 0x36D: 84,
216
+ 0x36E: 84,
217
+ 0x36F: 84,
218
+ 0x483: 84,
219
+ 0x484: 84,
220
+ 0x485: 84,
221
+ 0x486: 84,
222
+ 0x487: 84,
223
+ 0x488: 84,
224
+ 0x489: 84,
225
+ 0x591: 84,
226
+ 0x592: 84,
227
+ 0x593: 84,
228
+ 0x594: 84,
229
+ 0x595: 84,
230
+ 0x596: 84,
231
+ 0x597: 84,
232
+ 0x598: 84,
233
+ 0x599: 84,
234
+ 0x59A: 84,
235
+ 0x59B: 84,
236
+ 0x59C: 84,
237
+ 0x59D: 84,
238
+ 0x59E: 84,
239
+ 0x59F: 84,
240
+ 0x5A0: 84,
241
+ 0x5A1: 84,
242
+ 0x5A2: 84,
243
+ 0x5A3: 84,
244
+ 0x5A4: 84,
245
+ 0x5A5: 84,
246
+ 0x5A6: 84,
247
+ 0x5A7: 84,
248
+ 0x5A8: 84,
249
+ 0x5A9: 84,
250
+ 0x5AA: 84,
251
+ 0x5AB: 84,
252
+ 0x5AC: 84,
253
+ 0x5AD: 84,
254
+ 0x5AE: 84,
255
+ 0x5AF: 84,
256
+ 0x5B0: 84,
257
+ 0x5B1: 84,
258
+ 0x5B2: 84,
259
+ 0x5B3: 84,
260
+ 0x5B4: 84,
261
+ 0x5B5: 84,
262
+ 0x5B6: 84,
263
+ 0x5B7: 84,
264
+ 0x5B8: 84,
265
+ 0x5B9: 84,
266
+ 0x5BA: 84,
267
+ 0x5BB: 84,
268
+ 0x5BC: 84,
269
+ 0x5BD: 84,
270
+ 0x5BF: 84,
271
+ 0x5C1: 84,
272
+ 0x5C2: 84,
273
+ 0x5C4: 84,
274
+ 0x5C5: 84,
275
+ 0x5C7: 84,
276
+ 0x610: 84,
277
+ 0x611: 84,
278
+ 0x612: 84,
279
+ 0x613: 84,
280
+ 0x614: 84,
281
+ 0x615: 84,
282
+ 0x616: 84,
283
+ 0x617: 84,
284
+ 0x618: 84,
285
+ 0x619: 84,
286
+ 0x61A: 84,
287
+ 0x61C: 84,
288
+ 0x620: 68,
289
+ 0x622: 82,
290
+ 0x623: 82,
291
+ 0x624: 82,
292
+ 0x625: 82,
293
+ 0x626: 68,
294
+ 0x627: 82,
295
+ 0x628: 68,
296
+ 0x629: 82,
297
+ 0x62A: 68,
298
+ 0x62B: 68,
299
+ 0x62C: 68,
300
+ 0x62D: 68,
301
+ 0x62E: 68,
302
+ 0x62F: 82,
303
+ 0x630: 82,
304
+ 0x631: 82,
305
+ 0x632: 82,
306
+ 0x633: 68,
307
+ 0x634: 68,
308
+ 0x635: 68,
309
+ 0x636: 68,
310
+ 0x637: 68,
311
+ 0x638: 68,
312
+ 0x639: 68,
313
+ 0x63A: 68,
314
+ 0x63B: 68,
315
+ 0x63C: 68,
316
+ 0x63D: 68,
317
+ 0x63E: 68,
318
+ 0x63F: 68,
319
+ 0x640: 67,
320
+ 0x641: 68,
321
+ 0x642: 68,
322
+ 0x643: 68,
323
+ 0x644: 68,
324
+ 0x645: 68,
325
+ 0x646: 68,
326
+ 0x647: 68,
327
+ 0x648: 82,
328
+ 0x649: 68,
329
+ 0x64A: 68,
330
+ 0x64B: 84,
331
+ 0x64C: 84,
332
+ 0x64D: 84,
333
+ 0x64E: 84,
334
+ 0x64F: 84,
335
+ 0x650: 84,
336
+ 0x651: 84,
337
+ 0x652: 84,
338
+ 0x653: 84,
339
+ 0x654: 84,
340
+ 0x655: 84,
341
+ 0x656: 84,
342
+ 0x657: 84,
343
+ 0x658: 84,
344
+ 0x659: 84,
345
+ 0x65A: 84,
346
+ 0x65B: 84,
347
+ 0x65C: 84,
348
+ 0x65D: 84,
349
+ 0x65E: 84,
350
+ 0x65F: 84,
351
+ 0x66E: 68,
352
+ 0x66F: 68,
353
+ 0x670: 84,
354
+ 0x671: 82,
355
+ 0x672: 82,
356
+ 0x673: 82,
357
+ 0x675: 82,
358
+ 0x676: 82,
359
+ 0x677: 82,
360
+ 0x678: 68,
361
+ 0x679: 68,
362
+ 0x67A: 68,
363
+ 0x67B: 68,
364
+ 0x67C: 68,
365
+ 0x67D: 68,
366
+ 0x67E: 68,
367
+ 0x67F: 68,
368
+ 0x680: 68,
369
+ 0x681: 68,
370
+ 0x682: 68,
371
+ 0x683: 68,
372
+ 0x684: 68,
373
+ 0x685: 68,
374
+ 0x686: 68,
375
+ 0x687: 68,
376
+ 0x688: 82,
377
+ 0x689: 82,
378
+ 0x68A: 82,
379
+ 0x68B: 82,
380
+ 0x68C: 82,
381
+ 0x68D: 82,
382
+ 0x68E: 82,
383
+ 0x68F: 82,
384
+ 0x690: 82,
385
+ 0x691: 82,
386
+ 0x692: 82,
387
+ 0x693: 82,
388
+ 0x694: 82,
389
+ 0x695: 82,
390
+ 0x696: 82,
391
+ 0x697: 82,
392
+ 0x698: 82,
393
+ 0x699: 82,
394
+ 0x69A: 68,
395
+ 0x69B: 68,
396
+ 0x69C: 68,
397
+ 0x69D: 68,
398
+ 0x69E: 68,
399
+ 0x69F: 68,
400
+ 0x6A0: 68,
401
+ 0x6A1: 68,
402
+ 0x6A2: 68,
403
+ 0x6A3: 68,
404
+ 0x6A4: 68,
405
+ 0x6A5: 68,
406
+ 0x6A6: 68,
407
+ 0x6A7: 68,
408
+ 0x6A8: 68,
409
+ 0x6A9: 68,
410
+ 0x6AA: 68,
411
+ 0x6AB: 68,
412
+ 0x6AC: 68,
413
+ 0x6AD: 68,
414
+ 0x6AE: 68,
415
+ 0x6AF: 68,
416
+ 0x6B0: 68,
417
+ 0x6B1: 68,
418
+ 0x6B2: 68,
419
+ 0x6B3: 68,
420
+ 0x6B4: 68,
421
+ 0x6B5: 68,
422
+ 0x6B6: 68,
423
+ 0x6B7: 68,
424
+ 0x6B8: 68,
425
+ 0x6B9: 68,
426
+ 0x6BA: 68,
427
+ 0x6BB: 68,
428
+ 0x6BC: 68,
429
+ 0x6BD: 68,
430
+ 0x6BE: 68,
431
+ 0x6BF: 68,
432
+ 0x6C0: 82,
433
+ 0x6C1: 68,
434
+ 0x6C2: 68,
435
+ 0x6C3: 82,
436
+ 0x6C4: 82,
437
+ 0x6C5: 82,
438
+ 0x6C6: 82,
439
+ 0x6C7: 82,
440
+ 0x6C8: 82,
441
+ 0x6C9: 82,
442
+ 0x6CA: 82,
443
+ 0x6CB: 82,
444
+ 0x6CC: 68,
445
+ 0x6CD: 82,
446
+ 0x6CE: 68,
447
+ 0x6CF: 82,
448
+ 0x6D0: 68,
449
+ 0x6D1: 68,
450
+ 0x6D2: 82,
451
+ 0x6D3: 82,
452
+ 0x6D5: 82,
453
+ 0x6D6: 84,
454
+ 0x6D7: 84,
455
+ 0x6D8: 84,
456
+ 0x6D9: 84,
457
+ 0x6DA: 84,
458
+ 0x6DB: 84,
459
+ 0x6DC: 84,
460
+ 0x6DF: 84,
461
+ 0x6E0: 84,
462
+ 0x6E1: 84,
463
+ 0x6E2: 84,
464
+ 0x6E3: 84,
465
+ 0x6E4: 84,
466
+ 0x6E7: 84,
467
+ 0x6E8: 84,
468
+ 0x6EA: 84,
469
+ 0x6EB: 84,
470
+ 0x6EC: 84,
471
+ 0x6ED: 84,
472
+ 0x6EE: 82,
473
+ 0x6EF: 82,
474
+ 0x6FA: 68,
475
+ 0x6FB: 68,
476
+ 0x6FC: 68,
477
+ 0x6FF: 68,
478
+ 0x70F: 84,
479
+ 0x710: 82,
480
+ 0x711: 84,
481
+ 0x712: 68,
482
+ 0x713: 68,
483
+ 0x714: 68,
484
+ 0x715: 82,
485
+ 0x716: 82,
486
+ 0x717: 82,
487
+ 0x718: 82,
488
+ 0x719: 82,
489
+ 0x71A: 68,
490
+ 0x71B: 68,
491
+ 0x71C: 68,
492
+ 0x71D: 68,
493
+ 0x71E: 82,
494
+ 0x71F: 68,
495
+ 0x720: 68,
496
+ 0x721: 68,
497
+ 0x722: 68,
498
+ 0x723: 68,
499
+ 0x724: 68,
500
+ 0x725: 68,
501
+ 0x726: 68,
502
+ 0x727: 68,
503
+ 0x728: 82,
504
+ 0x729: 68,
505
+ 0x72A: 82,
506
+ 0x72B: 68,
507
+ 0x72C: 82,
508
+ 0x72D: 68,
509
+ 0x72E: 68,
510
+ 0x72F: 82,
511
+ 0x730: 84,
512
+ 0x731: 84,
513
+ 0x732: 84,
514
+ 0x733: 84,
515
+ 0x734: 84,
516
+ 0x735: 84,
517
+ 0x736: 84,
518
+ 0x737: 84,
519
+ 0x738: 84,
520
+ 0x739: 84,
521
+ 0x73A: 84,
522
+ 0x73B: 84,
523
+ 0x73C: 84,
524
+ 0x73D: 84,
525
+ 0x73E: 84,
526
+ 0x73F: 84,
527
+ 0x740: 84,
528
+ 0x741: 84,
529
+ 0x742: 84,
530
+ 0x743: 84,
531
+ 0x744: 84,
532
+ 0x745: 84,
533
+ 0x746: 84,
534
+ 0x747: 84,
535
+ 0x748: 84,
536
+ 0x749: 84,
537
+ 0x74A: 84,
538
+ 0x74D: 82,
539
+ 0x74E: 68,
540
+ 0x74F: 68,
541
+ 0x750: 68,
542
+ 0x751: 68,
543
+ 0x752: 68,
544
+ 0x753: 68,
545
+ 0x754: 68,
546
+ 0x755: 68,
547
+ 0x756: 68,
548
+ 0x757: 68,
549
+ 0x758: 68,
550
+ 0x759: 82,
551
+ 0x75A: 82,
552
+ 0x75B: 82,
553
+ 0x75C: 68,
554
+ 0x75D: 68,
555
+ 0x75E: 68,
556
+ 0x75F: 68,
557
+ 0x760: 68,
558
+ 0x761: 68,
559
+ 0x762: 68,
560
+ 0x763: 68,
561
+ 0x764: 68,
562
+ 0x765: 68,
563
+ 0x766: 68,
564
+ 0x767: 68,
565
+ 0x768: 68,
566
+ 0x769: 68,
567
+ 0x76A: 68,
568
+ 0x76B: 82,
569
+ 0x76C: 82,
570
+ 0x76D: 68,
571
+ 0x76E: 68,
572
+ 0x76F: 68,
573
+ 0x770: 68,
574
+ 0x771: 82,
575
+ 0x772: 68,
576
+ 0x773: 82,
577
+ 0x774: 82,
578
+ 0x775: 68,
579
+ 0x776: 68,
580
+ 0x777: 68,
581
+ 0x778: 82,
582
+ 0x779: 82,
583
+ 0x77A: 68,
584
+ 0x77B: 68,
585
+ 0x77C: 68,
586
+ 0x77D: 68,
587
+ 0x77E: 68,
588
+ 0x77F: 68,
589
+ 0x7A6: 84,
590
+ 0x7A7: 84,
591
+ 0x7A8: 84,
592
+ 0x7A9: 84,
593
+ 0x7AA: 84,
594
+ 0x7AB: 84,
595
+ 0x7AC: 84,
596
+ 0x7AD: 84,
597
+ 0x7AE: 84,
598
+ 0x7AF: 84,
599
+ 0x7B0: 84,
600
+ 0x7CA: 68,
601
+ 0x7CB: 68,
602
+ 0x7CC: 68,
603
+ 0x7CD: 68,
604
+ 0x7CE: 68,
605
+ 0x7CF: 68,
606
+ 0x7D0: 68,
607
+ 0x7D1: 68,
608
+ 0x7D2: 68,
609
+ 0x7D3: 68,
610
+ 0x7D4: 68,
611
+ 0x7D5: 68,
612
+ 0x7D6: 68,
613
+ 0x7D7: 68,
614
+ 0x7D8: 68,
615
+ 0x7D9: 68,
616
+ 0x7DA: 68,
617
+ 0x7DB: 68,
618
+ 0x7DC: 68,
619
+ 0x7DD: 68,
620
+ 0x7DE: 68,
621
+ 0x7DF: 68,
622
+ 0x7E0: 68,
623
+ 0x7E1: 68,
624
+ 0x7E2: 68,
625
+ 0x7E3: 68,
626
+ 0x7E4: 68,
627
+ 0x7E5: 68,
628
+ 0x7E6: 68,
629
+ 0x7E7: 68,
630
+ 0x7E8: 68,
631
+ 0x7E9: 68,
632
+ 0x7EA: 68,
633
+ 0x7EB: 84,
634
+ 0x7EC: 84,
635
+ 0x7ED: 84,
636
+ 0x7EE: 84,
637
+ 0x7EF: 84,
638
+ 0x7F0: 84,
639
+ 0x7F1: 84,
640
+ 0x7F2: 84,
641
+ 0x7F3: 84,
642
+ 0x7FA: 67,
643
+ 0x7FD: 84,
644
+ 0x816: 84,
645
+ 0x817: 84,
646
+ 0x818: 84,
647
+ 0x819: 84,
648
+ 0x81B: 84,
649
+ 0x81C: 84,
650
+ 0x81D: 84,
651
+ 0x81E: 84,
652
+ 0x81F: 84,
653
+ 0x820: 84,
654
+ 0x821: 84,
655
+ 0x822: 84,
656
+ 0x823: 84,
657
+ 0x825: 84,
658
+ 0x826: 84,
659
+ 0x827: 84,
660
+ 0x829: 84,
661
+ 0x82A: 84,
662
+ 0x82B: 84,
663
+ 0x82C: 84,
664
+ 0x82D: 84,
665
+ 0x840: 82,
666
+ 0x841: 68,
667
+ 0x842: 68,
668
+ 0x843: 68,
669
+ 0x844: 68,
670
+ 0x845: 68,
671
+ 0x846: 82,
672
+ 0x847: 82,
673
+ 0x848: 68,
674
+ 0x849: 82,
675
+ 0x84A: 68,
676
+ 0x84B: 68,
677
+ 0x84C: 68,
678
+ 0x84D: 68,
679
+ 0x84E: 68,
680
+ 0x84F: 68,
681
+ 0x850: 68,
682
+ 0x851: 68,
683
+ 0x852: 68,
684
+ 0x853: 68,
685
+ 0x854: 82,
686
+ 0x855: 68,
687
+ 0x856: 82,
688
+ 0x857: 82,
689
+ 0x858: 82,
690
+ 0x859: 84,
691
+ 0x85A: 84,
692
+ 0x85B: 84,
693
+ 0x860: 68,
694
+ 0x862: 68,
695
+ 0x863: 68,
696
+ 0x864: 68,
697
+ 0x865: 68,
698
+ 0x867: 82,
699
+ 0x868: 68,
700
+ 0x869: 82,
701
+ 0x86A: 82,
702
+ 0x870: 82,
703
+ 0x871: 82,
704
+ 0x872: 82,
705
+ 0x873: 82,
706
+ 0x874: 82,
707
+ 0x875: 82,
708
+ 0x876: 82,
709
+ 0x877: 82,
710
+ 0x878: 82,
711
+ 0x879: 82,
712
+ 0x87A: 82,
713
+ 0x87B: 82,
714
+ 0x87C: 82,
715
+ 0x87D: 82,
716
+ 0x87E: 82,
717
+ 0x87F: 82,
718
+ 0x880: 82,
719
+ 0x881: 82,
720
+ 0x882: 82,
721
+ 0x883: 67,
722
+ 0x884: 67,
723
+ 0x885: 67,
724
+ 0x886: 68,
725
+ 0x889: 68,
726
+ 0x88A: 68,
727
+ 0x88B: 68,
728
+ 0x88C: 68,
729
+ 0x88D: 68,
730
+ 0x88E: 82,
731
+ 0x897: 84,
732
+ 0x898: 84,
733
+ 0x899: 84,
734
+ 0x89A: 84,
735
+ 0x89B: 84,
736
+ 0x89C: 84,
737
+ 0x89D: 84,
738
+ 0x89E: 84,
739
+ 0x89F: 84,
740
+ 0x8A0: 68,
741
+ 0x8A1: 68,
742
+ 0x8A2: 68,
743
+ 0x8A3: 68,
744
+ 0x8A4: 68,
745
+ 0x8A5: 68,
746
+ 0x8A6: 68,
747
+ 0x8A7: 68,
748
+ 0x8A8: 68,
749
+ 0x8A9: 68,
750
+ 0x8AA: 82,
751
+ 0x8AB: 82,
752
+ 0x8AC: 82,
753
+ 0x8AE: 82,
754
+ 0x8AF: 68,
755
+ 0x8B0: 68,
756
+ 0x8B1: 82,
757
+ 0x8B2: 82,
758
+ 0x8B3: 68,
759
+ 0x8B4: 68,
760
+ 0x8B5: 68,
761
+ 0x8B6: 68,
762
+ 0x8B7: 68,
763
+ 0x8B8: 68,
764
+ 0x8B9: 82,
765
+ 0x8BA: 68,
766
+ 0x8BB: 68,
767
+ 0x8BC: 68,
768
+ 0x8BD: 68,
769
+ 0x8BE: 68,
770
+ 0x8BF: 68,
771
+ 0x8C0: 68,
772
+ 0x8C1: 68,
773
+ 0x8C2: 68,
774
+ 0x8C3: 68,
775
+ 0x8C4: 68,
776
+ 0x8C5: 68,
777
+ 0x8C6: 68,
778
+ 0x8C7: 68,
779
+ 0x8C8: 68,
780
+ 0x8CA: 84,
781
+ 0x8CB: 84,
782
+ 0x8CC: 84,
783
+ 0x8CD: 84,
784
+ 0x8CE: 84,
785
+ 0x8CF: 84,
786
+ 0x8D0: 84,
787
+ 0x8D1: 84,
788
+ 0x8D2: 84,
789
+ 0x8D3: 84,
790
+ 0x8D4: 84,
791
+ 0x8D5: 84,
792
+ 0x8D6: 84,
793
+ 0x8D7: 84,
794
+ 0x8D8: 84,
795
+ 0x8D9: 84,
796
+ 0x8DA: 84,
797
+ 0x8DB: 84,
798
+ 0x8DC: 84,
799
+ 0x8DD: 84,
800
+ 0x8DE: 84,
801
+ 0x8DF: 84,
802
+ 0x8E0: 84,
803
+ 0x8E1: 84,
804
+ 0x8E3: 84,
805
+ 0x8E4: 84,
806
+ 0x8E5: 84,
807
+ 0x8E6: 84,
808
+ 0x8E7: 84,
809
+ 0x8E8: 84,
810
+ 0x8E9: 84,
811
+ 0x8EA: 84,
812
+ 0x8EB: 84,
813
+ 0x8EC: 84,
814
+ 0x8ED: 84,
815
+ 0x8EE: 84,
816
+ 0x8EF: 84,
817
+ 0x8F0: 84,
818
+ 0x8F1: 84,
819
+ 0x8F2: 84,
820
+ 0x8F3: 84,
821
+ 0x8F4: 84,
822
+ 0x8F5: 84,
823
+ 0x8F6: 84,
824
+ 0x8F7: 84,
825
+ 0x8F8: 84,
826
+ 0x8F9: 84,
827
+ 0x8FA: 84,
828
+ 0x8FB: 84,
829
+ 0x8FC: 84,
830
+ 0x8FD: 84,
831
+ 0x8FE: 84,
832
+ 0x8FF: 84,
833
+ 0x900: 84,
834
+ 0x901: 84,
835
+ 0x902: 84,
836
+ 0x93A: 84,
837
+ 0x93C: 84,
838
+ 0x941: 84,
839
+ 0x942: 84,
840
+ 0x943: 84,
841
+ 0x944: 84,
842
+ 0x945: 84,
843
+ 0x946: 84,
844
+ 0x947: 84,
845
+ 0x948: 84,
846
+ 0x94D: 84,
847
+ 0x951: 84,
848
+ 0x952: 84,
849
+ 0x953: 84,
850
+ 0x954: 84,
851
+ 0x955: 84,
852
+ 0x956: 84,
853
+ 0x957: 84,
854
+ 0x962: 84,
855
+ 0x963: 84,
856
+ 0x981: 84,
857
+ 0x9BC: 84,
858
+ 0x9C1: 84,
859
+ 0x9C2: 84,
860
+ 0x9C3: 84,
861
+ 0x9C4: 84,
862
+ 0x9CD: 84,
863
+ 0x9E2: 84,
864
+ 0x9E3: 84,
865
+ 0x9FE: 84,
866
+ 0xA01: 84,
867
+ 0xA02: 84,
868
+ 0xA3C: 84,
869
+ 0xA41: 84,
870
+ 0xA42: 84,
871
+ 0xA47: 84,
872
+ 0xA48: 84,
873
+ 0xA4B: 84,
874
+ 0xA4C: 84,
875
+ 0xA4D: 84,
876
+ 0xA51: 84,
877
+ 0xA70: 84,
878
+ 0xA71: 84,
879
+ 0xA75: 84,
880
+ 0xA81: 84,
881
+ 0xA82: 84,
882
+ 0xABC: 84,
883
+ 0xAC1: 84,
884
+ 0xAC2: 84,
885
+ 0xAC3: 84,
886
+ 0xAC4: 84,
887
+ 0xAC5: 84,
888
+ 0xAC7: 84,
889
+ 0xAC8: 84,
890
+ 0xACD: 84,
891
+ 0xAE2: 84,
892
+ 0xAE3: 84,
893
+ 0xAFA: 84,
894
+ 0xAFB: 84,
895
+ 0xAFC: 84,
896
+ 0xAFD: 84,
897
+ 0xAFE: 84,
898
+ 0xAFF: 84,
899
+ 0xB01: 84,
900
+ 0xB3C: 84,
901
+ 0xB3F: 84,
902
+ 0xB41: 84,
903
+ 0xB42: 84,
904
+ 0xB43: 84,
905
+ 0xB44: 84,
906
+ 0xB4D: 84,
907
+ 0xB55: 84,
908
+ 0xB56: 84,
909
+ 0xB62: 84,
910
+ 0xB63: 84,
911
+ 0xB82: 84,
912
+ 0xBC0: 84,
913
+ 0xBCD: 84,
914
+ 0xC00: 84,
915
+ 0xC04: 84,
916
+ 0xC3C: 84,
917
+ 0xC3E: 84,
918
+ 0xC3F: 84,
919
+ 0xC40: 84,
920
+ 0xC46: 84,
921
+ 0xC47: 84,
922
+ 0xC48: 84,
923
+ 0xC4A: 84,
924
+ 0xC4B: 84,
925
+ 0xC4C: 84,
926
+ 0xC4D: 84,
927
+ 0xC55: 84,
928
+ 0xC56: 84,
929
+ 0xC62: 84,
930
+ 0xC63: 84,
931
+ 0xC81: 84,
932
+ 0xCBC: 84,
933
+ 0xCBF: 84,
934
+ 0xCC6: 84,
935
+ 0xCCC: 84,
936
+ 0xCCD: 84,
937
+ 0xCE2: 84,
938
+ 0xCE3: 84,
939
+ 0xD00: 84,
940
+ 0xD01: 84,
941
+ 0xD3B: 84,
942
+ 0xD3C: 84,
943
+ 0xD41: 84,
944
+ 0xD42: 84,
945
+ 0xD43: 84,
946
+ 0xD44: 84,
947
+ 0xD4D: 84,
948
+ 0xD62: 84,
949
+ 0xD63: 84,
950
+ 0xD81: 84,
951
+ 0xDCA: 84,
952
+ 0xDD2: 84,
953
+ 0xDD3: 84,
954
+ 0xDD4: 84,
955
+ 0xDD6: 84,
956
+ 0xE31: 84,
957
+ 0xE34: 84,
958
+ 0xE35: 84,
959
+ 0xE36: 84,
960
+ 0xE37: 84,
961
+ 0xE38: 84,
962
+ 0xE39: 84,
963
+ 0xE3A: 84,
964
+ 0xE47: 84,
965
+ 0xE48: 84,
966
+ 0xE49: 84,
967
+ 0xE4A: 84,
968
+ 0xE4B: 84,
969
+ 0xE4C: 84,
970
+ 0xE4D: 84,
971
+ 0xE4E: 84,
972
+ 0xEB1: 84,
973
+ 0xEB4: 84,
974
+ 0xEB5: 84,
975
+ 0xEB6: 84,
976
+ 0xEB7: 84,
977
+ 0xEB8: 84,
978
+ 0xEB9: 84,
979
+ 0xEBA: 84,
980
+ 0xEBB: 84,
981
+ 0xEBC: 84,
982
+ 0xEC8: 84,
983
+ 0xEC9: 84,
984
+ 0xECA: 84,
985
+ 0xECB: 84,
986
+ 0xECC: 84,
987
+ 0xECD: 84,
988
+ 0xECE: 84,
989
+ 0xF18: 84,
990
+ 0xF19: 84,
991
+ 0xF35: 84,
992
+ 0xF37: 84,
993
+ 0xF39: 84,
994
+ 0xF71: 84,
995
+ 0xF72: 84,
996
+ 0xF73: 84,
997
+ 0xF74: 84,
998
+ 0xF75: 84,
999
+ 0xF76: 84,
1000
+ 0xF77: 84,
1001
+ 0xF78: 84,
1002
+ 0xF79: 84,
1003
+ 0xF7A: 84,
1004
+ 0xF7B: 84,
1005
+ 0xF7C: 84,
1006
+ 0xF7D: 84,
1007
+ 0xF7E: 84,
1008
+ 0xF80: 84,
1009
+ 0xF81: 84,
1010
+ 0xF82: 84,
1011
+ 0xF83: 84,
1012
+ 0xF84: 84,
1013
+ 0xF86: 84,
1014
+ 0xF87: 84,
1015
+ 0xF8D: 84,
1016
+ 0xF8E: 84,
1017
+ 0xF8F: 84,
1018
+ 0xF90: 84,
1019
+ 0xF91: 84,
1020
+ 0xF92: 84,
1021
+ 0xF93: 84,
1022
+ 0xF94: 84,
1023
+ 0xF95: 84,
1024
+ 0xF96: 84,
1025
+ 0xF97: 84,
1026
+ 0xF99: 84,
1027
+ 0xF9A: 84,
1028
+ 0xF9B: 84,
1029
+ 0xF9C: 84,
1030
+ 0xF9D: 84,
1031
+ 0xF9E: 84,
1032
+ 0xF9F: 84,
1033
+ 0xFA0: 84,
1034
+ 0xFA1: 84,
1035
+ 0xFA2: 84,
1036
+ 0xFA3: 84,
1037
+ 0xFA4: 84,
1038
+ 0xFA5: 84,
1039
+ 0xFA6: 84,
1040
+ 0xFA7: 84,
1041
+ 0xFA8: 84,
1042
+ 0xFA9: 84,
1043
+ 0xFAA: 84,
1044
+ 0xFAB: 84,
1045
+ 0xFAC: 84,
1046
+ 0xFAD: 84,
1047
+ 0xFAE: 84,
1048
+ 0xFAF: 84,
1049
+ 0xFB0: 84,
1050
+ 0xFB1: 84,
1051
+ 0xFB2: 84,
1052
+ 0xFB3: 84,
1053
+ 0xFB4: 84,
1054
+ 0xFB5: 84,
1055
+ 0xFB6: 84,
1056
+ 0xFB7: 84,
1057
+ 0xFB8: 84,
1058
+ 0xFB9: 84,
1059
+ 0xFBA: 84,
1060
+ 0xFBB: 84,
1061
+ 0xFBC: 84,
1062
+ 0xFC6: 84,
1063
+ 0x102D: 84,
1064
+ 0x102E: 84,
1065
+ 0x102F: 84,
1066
+ 0x1030: 84,
1067
+ 0x1032: 84,
1068
+ 0x1033: 84,
1069
+ 0x1034: 84,
1070
+ 0x1035: 84,
1071
+ 0x1036: 84,
1072
+ 0x1037: 84,
1073
+ 0x1039: 84,
1074
+ 0x103A: 84,
1075
+ 0x103D: 84,
1076
+ 0x103E: 84,
1077
+ 0x1058: 84,
1078
+ 0x1059: 84,
1079
+ 0x105E: 84,
1080
+ 0x105F: 84,
1081
+ 0x1060: 84,
1082
+ 0x1071: 84,
1083
+ 0x1072: 84,
1084
+ 0x1073: 84,
1085
+ 0x1074: 84,
1086
+ 0x1082: 84,
1087
+ 0x1085: 84,
1088
+ 0x1086: 84,
1089
+ 0x108D: 84,
1090
+ 0x109D: 84,
1091
+ 0x135D: 84,
1092
+ 0x135E: 84,
1093
+ 0x135F: 84,
1094
+ 0x1712: 84,
1095
+ 0x1713: 84,
1096
+ 0x1714: 84,
1097
+ 0x1732: 84,
1098
+ 0x1733: 84,
1099
+ 0x1752: 84,
1100
+ 0x1753: 84,
1101
+ 0x1772: 84,
1102
+ 0x1773: 84,
1103
+ 0x17B4: 84,
1104
+ 0x17B5: 84,
1105
+ 0x17B7: 84,
1106
+ 0x17B8: 84,
1107
+ 0x17B9: 84,
1108
+ 0x17BA: 84,
1109
+ 0x17BB: 84,
1110
+ 0x17BC: 84,
1111
+ 0x17BD: 84,
1112
+ 0x17C6: 84,
1113
+ 0x17C9: 84,
1114
+ 0x17CA: 84,
1115
+ 0x17CB: 84,
1116
+ 0x17CC: 84,
1117
+ 0x17CD: 84,
1118
+ 0x17CE: 84,
1119
+ 0x17CF: 84,
1120
+ 0x17D0: 84,
1121
+ 0x17D1: 84,
1122
+ 0x17D2: 84,
1123
+ 0x17D3: 84,
1124
+ 0x17DD: 84,
1125
+ 0x1807: 68,
1126
+ 0x180A: 67,
1127
+ 0x180B: 84,
1128
+ 0x180C: 84,
1129
+ 0x180D: 84,
1130
+ 0x180F: 84,
1131
+ 0x1820: 68,
1132
+ 0x1821: 68,
1133
+ 0x1822: 68,
1134
+ 0x1823: 68,
1135
+ 0x1824: 68,
1136
+ 0x1825: 68,
1137
+ 0x1826: 68,
1138
+ 0x1827: 68,
1139
+ 0x1828: 68,
1140
+ 0x1829: 68,
1141
+ 0x182A: 68,
1142
+ 0x182B: 68,
1143
+ 0x182C: 68,
1144
+ 0x182D: 68,
1145
+ 0x182E: 68,
1146
+ 0x182F: 68,
1147
+ 0x1830: 68,
1148
+ 0x1831: 68,
1149
+ 0x1832: 68,
1150
+ 0x1833: 68,
1151
+ 0x1834: 68,
1152
+ 0x1835: 68,
1153
+ 0x1836: 68,
1154
+ 0x1837: 68,
1155
+ 0x1838: 68,
1156
+ 0x1839: 68,
1157
+ 0x183A: 68,
1158
+ 0x183B: 68,
1159
+ 0x183C: 68,
1160
+ 0x183D: 68,
1161
+ 0x183E: 68,
1162
+ 0x183F: 68,
1163
+ 0x1840: 68,
1164
+ 0x1841: 68,
1165
+ 0x1842: 68,
1166
+ 0x1843: 68,
1167
+ 0x1844: 68,
1168
+ 0x1845: 68,
1169
+ 0x1846: 68,
1170
+ 0x1847: 68,
1171
+ 0x1848: 68,
1172
+ 0x1849: 68,
1173
+ 0x184A: 68,
1174
+ 0x184B: 68,
1175
+ 0x184C: 68,
1176
+ 0x184D: 68,
1177
+ 0x184E: 68,
1178
+ 0x184F: 68,
1179
+ 0x1850: 68,
1180
+ 0x1851: 68,
1181
+ 0x1852: 68,
1182
+ 0x1853: 68,
1183
+ 0x1854: 68,
1184
+ 0x1855: 68,
1185
+ 0x1856: 68,
1186
+ 0x1857: 68,
1187
+ 0x1858: 68,
1188
+ 0x1859: 68,
1189
+ 0x185A: 68,
1190
+ 0x185B: 68,
1191
+ 0x185C: 68,
1192
+ 0x185D: 68,
1193
+ 0x185E: 68,
1194
+ 0x185F: 68,
1195
+ 0x1860: 68,
1196
+ 0x1861: 68,
1197
+ 0x1862: 68,
1198
+ 0x1863: 68,
1199
+ 0x1864: 68,
1200
+ 0x1865: 68,
1201
+ 0x1866: 68,
1202
+ 0x1867: 68,
1203
+ 0x1868: 68,
1204
+ 0x1869: 68,
1205
+ 0x186A: 68,
1206
+ 0x186B: 68,
1207
+ 0x186C: 68,
1208
+ 0x186D: 68,
1209
+ 0x186E: 68,
1210
+ 0x186F: 68,
1211
+ 0x1870: 68,
1212
+ 0x1871: 68,
1213
+ 0x1872: 68,
1214
+ 0x1873: 68,
1215
+ 0x1874: 68,
1216
+ 0x1875: 68,
1217
+ 0x1876: 68,
1218
+ 0x1877: 68,
1219
+ 0x1878: 68,
1220
+ 0x1885: 84,
1221
+ 0x1886: 84,
1222
+ 0x1887: 68,
1223
+ 0x1888: 68,
1224
+ 0x1889: 68,
1225
+ 0x188A: 68,
1226
+ 0x188B: 68,
1227
+ 0x188C: 68,
1228
+ 0x188D: 68,
1229
+ 0x188E: 68,
1230
+ 0x188F: 68,
1231
+ 0x1890: 68,
1232
+ 0x1891: 68,
1233
+ 0x1892: 68,
1234
+ 0x1893: 68,
1235
+ 0x1894: 68,
1236
+ 0x1895: 68,
1237
+ 0x1896: 68,
1238
+ 0x1897: 68,
1239
+ 0x1898: 68,
1240
+ 0x1899: 68,
1241
+ 0x189A: 68,
1242
+ 0x189B: 68,
1243
+ 0x189C: 68,
1244
+ 0x189D: 68,
1245
+ 0x189E: 68,
1246
+ 0x189F: 68,
1247
+ 0x18A0: 68,
1248
+ 0x18A1: 68,
1249
+ 0x18A2: 68,
1250
+ 0x18A3: 68,
1251
+ 0x18A4: 68,
1252
+ 0x18A5: 68,
1253
+ 0x18A6: 68,
1254
+ 0x18A7: 68,
1255
+ 0x18A8: 68,
1256
+ 0x18A9: 84,
1257
+ 0x18AA: 68,
1258
+ 0x1920: 84,
1259
+ 0x1921: 84,
1260
+ 0x1922: 84,
1261
+ 0x1927: 84,
1262
+ 0x1928: 84,
1263
+ 0x1932: 84,
1264
+ 0x1939: 84,
1265
+ 0x193A: 84,
1266
+ 0x193B: 84,
1267
+ 0x1A17: 84,
1268
+ 0x1A18: 84,
1269
+ 0x1A1B: 84,
1270
+ 0x1A56: 84,
1271
+ 0x1A58: 84,
1272
+ 0x1A59: 84,
1273
+ 0x1A5A: 84,
1274
+ 0x1A5B: 84,
1275
+ 0x1A5C: 84,
1276
+ 0x1A5D: 84,
1277
+ 0x1A5E: 84,
1278
+ 0x1A60: 84,
1279
+ 0x1A62: 84,
1280
+ 0x1A65: 84,
1281
+ 0x1A66: 84,
1282
+ 0x1A67: 84,
1283
+ 0x1A68: 84,
1284
+ 0x1A69: 84,
1285
+ 0x1A6A: 84,
1286
+ 0x1A6B: 84,
1287
+ 0x1A6C: 84,
1288
+ 0x1A73: 84,
1289
+ 0x1A74: 84,
1290
+ 0x1A75: 84,
1291
+ 0x1A76: 84,
1292
+ 0x1A77: 84,
1293
+ 0x1A78: 84,
1294
+ 0x1A79: 84,
1295
+ 0x1A7A: 84,
1296
+ 0x1A7B: 84,
1297
+ 0x1A7C: 84,
1298
+ 0x1A7F: 84,
1299
+ 0x1AB0: 84,
1300
+ 0x1AB1: 84,
1301
+ 0x1AB2: 84,
1302
+ 0x1AB3: 84,
1303
+ 0x1AB4: 84,
1304
+ 0x1AB5: 84,
1305
+ 0x1AB6: 84,
1306
+ 0x1AB7: 84,
1307
+ 0x1AB8: 84,
1308
+ 0x1AB9: 84,
1309
+ 0x1ABA: 84,
1310
+ 0x1ABB: 84,
1311
+ 0x1ABC: 84,
1312
+ 0x1ABD: 84,
1313
+ 0x1ABE: 84,
1314
+ 0x1ABF: 84,
1315
+ 0x1AC0: 84,
1316
+ 0x1AC1: 84,
1317
+ 0x1AC2: 84,
1318
+ 0x1AC3: 84,
1319
+ 0x1AC4: 84,
1320
+ 0x1AC5: 84,
1321
+ 0x1AC6: 84,
1322
+ 0x1AC7: 84,
1323
+ 0x1AC8: 84,
1324
+ 0x1AC9: 84,
1325
+ 0x1ACA: 84,
1326
+ 0x1ACB: 84,
1327
+ 0x1ACC: 84,
1328
+ 0x1ACD: 84,
1329
+ 0x1ACE: 84,
1330
+ 0x1B00: 84,
1331
+ 0x1B01: 84,
1332
+ 0x1B02: 84,
1333
+ 0x1B03: 84,
1334
+ 0x1B34: 84,
1335
+ 0x1B36: 84,
1336
+ 0x1B37: 84,
1337
+ 0x1B38: 84,
1338
+ 0x1B39: 84,
1339
+ 0x1B3A: 84,
1340
+ 0x1B3C: 84,
1341
+ 0x1B42: 84,
1342
+ 0x1B6B: 84,
1343
+ 0x1B6C: 84,
1344
+ 0x1B6D: 84,
1345
+ 0x1B6E: 84,
1346
+ 0x1B6F: 84,
1347
+ 0x1B70: 84,
1348
+ 0x1B71: 84,
1349
+ 0x1B72: 84,
1350
+ 0x1B73: 84,
1351
+ 0x1B80: 84,
1352
+ 0x1B81: 84,
1353
+ 0x1BA2: 84,
1354
+ 0x1BA3: 84,
1355
+ 0x1BA4: 84,
1356
+ 0x1BA5: 84,
1357
+ 0x1BA8: 84,
1358
+ 0x1BA9: 84,
1359
+ 0x1BAB: 84,
1360
+ 0x1BAC: 84,
1361
+ 0x1BAD: 84,
1362
+ 0x1BE6: 84,
1363
+ 0x1BE8: 84,
1364
+ 0x1BE9: 84,
1365
+ 0x1BED: 84,
1366
+ 0x1BEF: 84,
1367
+ 0x1BF0: 84,
1368
+ 0x1BF1: 84,
1369
+ 0x1C2C: 84,
1370
+ 0x1C2D: 84,
1371
+ 0x1C2E: 84,
1372
+ 0x1C2F: 84,
1373
+ 0x1C30: 84,
1374
+ 0x1C31: 84,
1375
+ 0x1C32: 84,
1376
+ 0x1C33: 84,
1377
+ 0x1C36: 84,
1378
+ 0x1C37: 84,
1379
+ 0x1CD0: 84,
1380
+ 0x1CD1: 84,
1381
+ 0x1CD2: 84,
1382
+ 0x1CD4: 84,
1383
+ 0x1CD5: 84,
1384
+ 0x1CD6: 84,
1385
+ 0x1CD7: 84,
1386
+ 0x1CD8: 84,
1387
+ 0x1CD9: 84,
1388
+ 0x1CDA: 84,
1389
+ 0x1CDB: 84,
1390
+ 0x1CDC: 84,
1391
+ 0x1CDD: 84,
1392
+ 0x1CDE: 84,
1393
+ 0x1CDF: 84,
1394
+ 0x1CE0: 84,
1395
+ 0x1CE2: 84,
1396
+ 0x1CE3: 84,
1397
+ 0x1CE4: 84,
1398
+ 0x1CE5: 84,
1399
+ 0x1CE6: 84,
1400
+ 0x1CE7: 84,
1401
+ 0x1CE8: 84,
1402
+ 0x1CED: 84,
1403
+ 0x1CF4: 84,
1404
+ 0x1CF8: 84,
1405
+ 0x1CF9: 84,
1406
+ 0x1DC0: 84,
1407
+ 0x1DC1: 84,
1408
+ 0x1DC2: 84,
1409
+ 0x1DC3: 84,
1410
+ 0x1DC4: 84,
1411
+ 0x1DC5: 84,
1412
+ 0x1DC6: 84,
1413
+ 0x1DC7: 84,
1414
+ 0x1DC8: 84,
1415
+ 0x1DC9: 84,
1416
+ 0x1DCA: 84,
1417
+ 0x1DCB: 84,
1418
+ 0x1DCC: 84,
1419
+ 0x1DCD: 84,
1420
+ 0x1DCE: 84,
1421
+ 0x1DCF: 84,
1422
+ 0x1DD0: 84,
1423
+ 0x1DD1: 84,
1424
+ 0x1DD2: 84,
1425
+ 0x1DD3: 84,
1426
+ 0x1DD4: 84,
1427
+ 0x1DD5: 84,
1428
+ 0x1DD6: 84,
1429
+ 0x1DD7: 84,
1430
+ 0x1DD8: 84,
1431
+ 0x1DD9: 84,
1432
+ 0x1DDA: 84,
1433
+ 0x1DDB: 84,
1434
+ 0x1DDC: 84,
1435
+ 0x1DDD: 84,
1436
+ 0x1DDE: 84,
1437
+ 0x1DDF: 84,
1438
+ 0x1DE0: 84,
1439
+ 0x1DE1: 84,
1440
+ 0x1DE2: 84,
1441
+ 0x1DE3: 84,
1442
+ 0x1DE4: 84,
1443
+ 0x1DE5: 84,
1444
+ 0x1DE6: 84,
1445
+ 0x1DE7: 84,
1446
+ 0x1DE8: 84,
1447
+ 0x1DE9: 84,
1448
+ 0x1DEA: 84,
1449
+ 0x1DEB: 84,
1450
+ 0x1DEC: 84,
1451
+ 0x1DED: 84,
1452
+ 0x1DEE: 84,
1453
+ 0x1DEF: 84,
1454
+ 0x1DF0: 84,
1455
+ 0x1DF1: 84,
1456
+ 0x1DF2: 84,
1457
+ 0x1DF3: 84,
1458
+ 0x1DF4: 84,
1459
+ 0x1DF5: 84,
1460
+ 0x1DF6: 84,
1461
+ 0x1DF7: 84,
1462
+ 0x1DF8: 84,
1463
+ 0x1DF9: 84,
1464
+ 0x1DFA: 84,
1465
+ 0x1DFB: 84,
1466
+ 0x1DFC: 84,
1467
+ 0x1DFD: 84,
1468
+ 0x1DFE: 84,
1469
+ 0x1DFF: 84,
1470
+ 0x200B: 84,
1471
+ 0x200D: 67,
1472
+ 0x200E: 84,
1473
+ 0x200F: 84,
1474
+ 0x202A: 84,
1475
+ 0x202B: 84,
1476
+ 0x202C: 84,
1477
+ 0x202D: 84,
1478
+ 0x202E: 84,
1479
+ 0x2060: 84,
1480
+ 0x2061: 84,
1481
+ 0x2062: 84,
1482
+ 0x2063: 84,
1483
+ 0x2064: 84,
1484
+ 0x206A: 84,
1485
+ 0x206B: 84,
1486
+ 0x206C: 84,
1487
+ 0x206D: 84,
1488
+ 0x206E: 84,
1489
+ 0x206F: 84,
1490
+ 0x20D0: 84,
1491
+ 0x20D1: 84,
1492
+ 0x20D2: 84,
1493
+ 0x20D3: 84,
1494
+ 0x20D4: 84,
1495
+ 0x20D5: 84,
1496
+ 0x20D6: 84,
1497
+ 0x20D7: 84,
1498
+ 0x20D8: 84,
1499
+ 0x20D9: 84,
1500
+ 0x20DA: 84,
1501
+ 0x20DB: 84,
1502
+ 0x20DC: 84,
1503
+ 0x20DD: 84,
1504
+ 0x20DE: 84,
1505
+ 0x20DF: 84,
1506
+ 0x20E0: 84,
1507
+ 0x20E1: 84,
1508
+ 0x20E2: 84,
1509
+ 0x20E3: 84,
1510
+ 0x20E4: 84,
1511
+ 0x20E5: 84,
1512
+ 0x20E6: 84,
1513
+ 0x20E7: 84,
1514
+ 0x20E8: 84,
1515
+ 0x20E9: 84,
1516
+ 0x20EA: 84,
1517
+ 0x20EB: 84,
1518
+ 0x20EC: 84,
1519
+ 0x20ED: 84,
1520
+ 0x20EE: 84,
1521
+ 0x20EF: 84,
1522
+ 0x20F0: 84,
1523
+ 0x2CEF: 84,
1524
+ 0x2CF0: 84,
1525
+ 0x2CF1: 84,
1526
+ 0x2D7F: 84,
1527
+ 0x2DE0: 84,
1528
+ 0x2DE1: 84,
1529
+ 0x2DE2: 84,
1530
+ 0x2DE3: 84,
1531
+ 0x2DE4: 84,
1532
+ 0x2DE5: 84,
1533
+ 0x2DE6: 84,
1534
+ 0x2DE7: 84,
1535
+ 0x2DE8: 84,
1536
+ 0x2DE9: 84,
1537
+ 0x2DEA: 84,
1538
+ 0x2DEB: 84,
1539
+ 0x2DEC: 84,
1540
+ 0x2DED: 84,
1541
+ 0x2DEE: 84,
1542
+ 0x2DEF: 84,
1543
+ 0x2DF0: 84,
1544
+ 0x2DF1: 84,
1545
+ 0x2DF2: 84,
1546
+ 0x2DF3: 84,
1547
+ 0x2DF4: 84,
1548
+ 0x2DF5: 84,
1549
+ 0x2DF6: 84,
1550
+ 0x2DF7: 84,
1551
+ 0x2DF8: 84,
1552
+ 0x2DF9: 84,
1553
+ 0x2DFA: 84,
1554
+ 0x2DFB: 84,
1555
+ 0x2DFC: 84,
1556
+ 0x2DFD: 84,
1557
+ 0x2DFE: 84,
1558
+ 0x2DFF: 84,
1559
+ 0x302A: 84,
1560
+ 0x302B: 84,
1561
+ 0x302C: 84,
1562
+ 0x302D: 84,
1563
+ 0x3099: 84,
1564
+ 0x309A: 84,
1565
+ 0xA66F: 84,
1566
+ 0xA670: 84,
1567
+ 0xA671: 84,
1568
+ 0xA672: 84,
1569
+ 0xA674: 84,
1570
+ 0xA675: 84,
1571
+ 0xA676: 84,
1572
+ 0xA677: 84,
1573
+ 0xA678: 84,
1574
+ 0xA679: 84,
1575
+ 0xA67A: 84,
1576
+ 0xA67B: 84,
1577
+ 0xA67C: 84,
1578
+ 0xA67D: 84,
1579
+ 0xA69E: 84,
1580
+ 0xA69F: 84,
1581
+ 0xA6F0: 84,
1582
+ 0xA6F1: 84,
1583
+ 0xA802: 84,
1584
+ 0xA806: 84,
1585
+ 0xA80B: 84,
1586
+ 0xA825: 84,
1587
+ 0xA826: 84,
1588
+ 0xA82C: 84,
1589
+ 0xA840: 68,
1590
+ 0xA841: 68,
1591
+ 0xA842: 68,
1592
+ 0xA843: 68,
1593
+ 0xA844: 68,
1594
+ 0xA845: 68,
1595
+ 0xA846: 68,
1596
+ 0xA847: 68,
1597
+ 0xA848: 68,
1598
+ 0xA849: 68,
1599
+ 0xA84A: 68,
1600
+ 0xA84B: 68,
1601
+ 0xA84C: 68,
1602
+ 0xA84D: 68,
1603
+ 0xA84E: 68,
1604
+ 0xA84F: 68,
1605
+ 0xA850: 68,
1606
+ 0xA851: 68,
1607
+ 0xA852: 68,
1608
+ 0xA853: 68,
1609
+ 0xA854: 68,
1610
+ 0xA855: 68,
1611
+ 0xA856: 68,
1612
+ 0xA857: 68,
1613
+ 0xA858: 68,
1614
+ 0xA859: 68,
1615
+ 0xA85A: 68,
1616
+ 0xA85B: 68,
1617
+ 0xA85C: 68,
1618
+ 0xA85D: 68,
1619
+ 0xA85E: 68,
1620
+ 0xA85F: 68,
1621
+ 0xA860: 68,
1622
+ 0xA861: 68,
1623
+ 0xA862: 68,
1624
+ 0xA863: 68,
1625
+ 0xA864: 68,
1626
+ 0xA865: 68,
1627
+ 0xA866: 68,
1628
+ 0xA867: 68,
1629
+ 0xA868: 68,
1630
+ 0xA869: 68,
1631
+ 0xA86A: 68,
1632
+ 0xA86B: 68,
1633
+ 0xA86C: 68,
1634
+ 0xA86D: 68,
1635
+ 0xA86E: 68,
1636
+ 0xA86F: 68,
1637
+ 0xA870: 68,
1638
+ 0xA871: 68,
1639
+ 0xA872: 76,
1640
+ 0xA8C4: 84,
1641
+ 0xA8C5: 84,
1642
+ 0xA8E0: 84,
1643
+ 0xA8E1: 84,
1644
+ 0xA8E2: 84,
1645
+ 0xA8E3: 84,
1646
+ 0xA8E4: 84,
1647
+ 0xA8E5: 84,
1648
+ 0xA8E6: 84,
1649
+ 0xA8E7: 84,
1650
+ 0xA8E8: 84,
1651
+ 0xA8E9: 84,
1652
+ 0xA8EA: 84,
1653
+ 0xA8EB: 84,
1654
+ 0xA8EC: 84,
1655
+ 0xA8ED: 84,
1656
+ 0xA8EE: 84,
1657
+ 0xA8EF: 84,
1658
+ 0xA8F0: 84,
1659
+ 0xA8F1: 84,
1660
+ 0xA8FF: 84,
1661
+ 0xA926: 84,
1662
+ 0xA927: 84,
1663
+ 0xA928: 84,
1664
+ 0xA929: 84,
1665
+ 0xA92A: 84,
1666
+ 0xA92B: 84,
1667
+ 0xA92C: 84,
1668
+ 0xA92D: 84,
1669
+ 0xA947: 84,
1670
+ 0xA948: 84,
1671
+ 0xA949: 84,
1672
+ 0xA94A: 84,
1673
+ 0xA94B: 84,
1674
+ 0xA94C: 84,
1675
+ 0xA94D: 84,
1676
+ 0xA94E: 84,
1677
+ 0xA94F: 84,
1678
+ 0xA950: 84,
1679
+ 0xA951: 84,
1680
+ 0xA980: 84,
1681
+ 0xA981: 84,
1682
+ 0xA982: 84,
1683
+ 0xA9B3: 84,
1684
+ 0xA9B6: 84,
1685
+ 0xA9B7: 84,
1686
+ 0xA9B8: 84,
1687
+ 0xA9B9: 84,
1688
+ 0xA9BC: 84,
1689
+ 0xA9BD: 84,
1690
+ 0xA9E5: 84,
1691
+ 0xAA29: 84,
1692
+ 0xAA2A: 84,
1693
+ 0xAA2B: 84,
1694
+ 0xAA2C: 84,
1695
+ 0xAA2D: 84,
1696
+ 0xAA2E: 84,
1697
+ 0xAA31: 84,
1698
+ 0xAA32: 84,
1699
+ 0xAA35: 84,
1700
+ 0xAA36: 84,
1701
+ 0xAA43: 84,
1702
+ 0xAA4C: 84,
1703
+ 0xAA7C: 84,
1704
+ 0xAAB0: 84,
1705
+ 0xAAB2: 84,
1706
+ 0xAAB3: 84,
1707
+ 0xAAB4: 84,
1708
+ 0xAAB7: 84,
1709
+ 0xAAB8: 84,
1710
+ 0xAABE: 84,
1711
+ 0xAABF: 84,
1712
+ 0xAAC1: 84,
1713
+ 0xAAEC: 84,
1714
+ 0xAAED: 84,
1715
+ 0xAAF6: 84,
1716
+ 0xABE5: 84,
1717
+ 0xABE8: 84,
1718
+ 0xABED: 84,
1719
+ 0xFB1E: 84,
1720
+ 0xFE00: 84,
1721
+ 0xFE01: 84,
1722
+ 0xFE02: 84,
1723
+ 0xFE03: 84,
1724
+ 0xFE04: 84,
1725
+ 0xFE05: 84,
1726
+ 0xFE06: 84,
1727
+ 0xFE07: 84,
1728
+ 0xFE08: 84,
1729
+ 0xFE09: 84,
1730
+ 0xFE0A: 84,
1731
+ 0xFE0B: 84,
1732
+ 0xFE0C: 84,
1733
+ 0xFE0D: 84,
1734
+ 0xFE0E: 84,
1735
+ 0xFE0F: 84,
1736
+ 0xFE20: 84,
1737
+ 0xFE21: 84,
1738
+ 0xFE22: 84,
1739
+ 0xFE23: 84,
1740
+ 0xFE24: 84,
1741
+ 0xFE25: 84,
1742
+ 0xFE26: 84,
1743
+ 0xFE27: 84,
1744
+ 0xFE28: 84,
1745
+ 0xFE29: 84,
1746
+ 0xFE2A: 84,
1747
+ 0xFE2B: 84,
1748
+ 0xFE2C: 84,
1749
+ 0xFE2D: 84,
1750
+ 0xFE2E: 84,
1751
+ 0xFE2F: 84,
1752
+ 0xFEFF: 84,
1753
+ 0xFFF9: 84,
1754
+ 0xFFFA: 84,
1755
+ 0xFFFB: 84,
1756
+ 0x101FD: 84,
1757
+ 0x102E0: 84,
1758
+ 0x10376: 84,
1759
+ 0x10377: 84,
1760
+ 0x10378: 84,
1761
+ 0x10379: 84,
1762
+ 0x1037A: 84,
1763
+ 0x10A01: 84,
1764
+ 0x10A02: 84,
1765
+ 0x10A03: 84,
1766
+ 0x10A05: 84,
1767
+ 0x10A06: 84,
1768
+ 0x10A0C: 84,
1769
+ 0x10A0D: 84,
1770
+ 0x10A0E: 84,
1771
+ 0x10A0F: 84,
1772
+ 0x10A38: 84,
1773
+ 0x10A39: 84,
1774
+ 0x10A3A: 84,
1775
+ 0x10A3F: 84,
1776
+ 0x10AC0: 68,
1777
+ 0x10AC1: 68,
1778
+ 0x10AC2: 68,
1779
+ 0x10AC3: 68,
1780
+ 0x10AC4: 68,
1781
+ 0x10AC5: 82,
1782
+ 0x10AC7: 82,
1783
+ 0x10AC9: 82,
1784
+ 0x10ACA: 82,
1785
+ 0x10ACD: 76,
1786
+ 0x10ACE: 82,
1787
+ 0x10ACF: 82,
1788
+ 0x10AD0: 82,
1789
+ 0x10AD1: 82,
1790
+ 0x10AD2: 82,
1791
+ 0x10AD3: 68,
1792
+ 0x10AD4: 68,
1793
+ 0x10AD5: 68,
1794
+ 0x10AD6: 68,
1795
+ 0x10AD7: 76,
1796
+ 0x10AD8: 68,
1797
+ 0x10AD9: 68,
1798
+ 0x10ADA: 68,
1799
+ 0x10ADB: 68,
1800
+ 0x10ADC: 68,
1801
+ 0x10ADD: 82,
1802
+ 0x10ADE: 68,
1803
+ 0x10ADF: 68,
1804
+ 0x10AE0: 68,
1805
+ 0x10AE1: 82,
1806
+ 0x10AE4: 82,
1807
+ 0x10AE5: 84,
1808
+ 0x10AE6: 84,
1809
+ 0x10AEB: 68,
1810
+ 0x10AEC: 68,
1811
+ 0x10AED: 68,
1812
+ 0x10AEE: 68,
1813
+ 0x10AEF: 82,
1814
+ 0x10B80: 68,
1815
+ 0x10B81: 82,
1816
+ 0x10B82: 68,
1817
+ 0x10B83: 82,
1818
+ 0x10B84: 82,
1819
+ 0x10B85: 82,
1820
+ 0x10B86: 68,
1821
+ 0x10B87: 68,
1822
+ 0x10B88: 68,
1823
+ 0x10B89: 82,
1824
+ 0x10B8A: 68,
1825
+ 0x10B8B: 68,
1826
+ 0x10B8C: 82,
1827
+ 0x10B8D: 68,
1828
+ 0x10B8E: 82,
1829
+ 0x10B8F: 82,
1830
+ 0x10B90: 68,
1831
+ 0x10B91: 82,
1832
+ 0x10BA9: 82,
1833
+ 0x10BAA: 82,
1834
+ 0x10BAB: 82,
1835
+ 0x10BAC: 82,
1836
+ 0x10BAD: 68,
1837
+ 0x10BAE: 68,
1838
+ 0x10D00: 76,
1839
+ 0x10D01: 68,
1840
+ 0x10D02: 68,
1841
+ 0x10D03: 68,
1842
+ 0x10D04: 68,
1843
+ 0x10D05: 68,
1844
+ 0x10D06: 68,
1845
+ 0x10D07: 68,
1846
+ 0x10D08: 68,
1847
+ 0x10D09: 68,
1848
+ 0x10D0A: 68,
1849
+ 0x10D0B: 68,
1850
+ 0x10D0C: 68,
1851
+ 0x10D0D: 68,
1852
+ 0x10D0E: 68,
1853
+ 0x10D0F: 68,
1854
+ 0x10D10: 68,
1855
+ 0x10D11: 68,
1856
+ 0x10D12: 68,
1857
+ 0x10D13: 68,
1858
+ 0x10D14: 68,
1859
+ 0x10D15: 68,
1860
+ 0x10D16: 68,
1861
+ 0x10D17: 68,
1862
+ 0x10D18: 68,
1863
+ 0x10D19: 68,
1864
+ 0x10D1A: 68,
1865
+ 0x10D1B: 68,
1866
+ 0x10D1C: 68,
1867
+ 0x10D1D: 68,
1868
+ 0x10D1E: 68,
1869
+ 0x10D1F: 68,
1870
+ 0x10D20: 68,
1871
+ 0x10D21: 68,
1872
+ 0x10D22: 82,
1873
+ 0x10D23: 68,
1874
+ 0x10D24: 84,
1875
+ 0x10D25: 84,
1876
+ 0x10D26: 84,
1877
+ 0x10D27: 84,
1878
+ 0x10D69: 84,
1879
+ 0x10D6A: 84,
1880
+ 0x10D6B: 84,
1881
+ 0x10D6C: 84,
1882
+ 0x10D6D: 84,
1883
+ 0x10EAB: 84,
1884
+ 0x10EAC: 84,
1885
+ 0x10EC2: 82,
1886
+ 0x10EC3: 68,
1887
+ 0x10EC4: 68,
1888
+ 0x10EFC: 84,
1889
+ 0x10EFD: 84,
1890
+ 0x10EFE: 84,
1891
+ 0x10EFF: 84,
1892
+ 0x10F30: 68,
1893
+ 0x10F31: 68,
1894
+ 0x10F32: 68,
1895
+ 0x10F33: 82,
1896
+ 0x10F34: 68,
1897
+ 0x10F35: 68,
1898
+ 0x10F36: 68,
1899
+ 0x10F37: 68,
1900
+ 0x10F38: 68,
1901
+ 0x10F39: 68,
1902
+ 0x10F3A: 68,
1903
+ 0x10F3B: 68,
1904
+ 0x10F3C: 68,
1905
+ 0x10F3D: 68,
1906
+ 0x10F3E: 68,
1907
+ 0x10F3F: 68,
1908
+ 0x10F40: 68,
1909
+ 0x10F41: 68,
1910
+ 0x10F42: 68,
1911
+ 0x10F43: 68,
1912
+ 0x10F44: 68,
1913
+ 0x10F46: 84,
1914
+ 0x10F47: 84,
1915
+ 0x10F48: 84,
1916
+ 0x10F49: 84,
1917
+ 0x10F4A: 84,
1918
+ 0x10F4B: 84,
1919
+ 0x10F4C: 84,
1920
+ 0x10F4D: 84,
1921
+ 0x10F4E: 84,
1922
+ 0x10F4F: 84,
1923
+ 0x10F50: 84,
1924
+ 0x10F51: 68,
1925
+ 0x10F52: 68,
1926
+ 0x10F53: 68,
1927
+ 0x10F54: 82,
1928
+ 0x10F70: 68,
1929
+ 0x10F71: 68,
1930
+ 0x10F72: 68,
1931
+ 0x10F73: 68,
1932
+ 0x10F74: 82,
1933
+ 0x10F75: 82,
1934
+ 0x10F76: 68,
1935
+ 0x10F77: 68,
1936
+ 0x10F78: 68,
1937
+ 0x10F79: 68,
1938
+ 0x10F7A: 68,
1939
+ 0x10F7B: 68,
1940
+ 0x10F7C: 68,
1941
+ 0x10F7D: 68,
1942
+ 0x10F7E: 68,
1943
+ 0x10F7F: 68,
1944
+ 0x10F80: 68,
1945
+ 0x10F81: 68,
1946
+ 0x10F82: 84,
1947
+ 0x10F83: 84,
1948
+ 0x10F84: 84,
1949
+ 0x10F85: 84,
1950
+ 0x10FB0: 68,
1951
+ 0x10FB2: 68,
1952
+ 0x10FB3: 68,
1953
+ 0x10FB4: 82,
1954
+ 0x10FB5: 82,
1955
+ 0x10FB6: 82,
1956
+ 0x10FB8: 68,
1957
+ 0x10FB9: 82,
1958
+ 0x10FBA: 82,
1959
+ 0x10FBB: 68,
1960
+ 0x10FBC: 68,
1961
+ 0x10FBD: 82,
1962
+ 0x10FBE: 68,
1963
+ 0x10FBF: 68,
1964
+ 0x10FC1: 68,
1965
+ 0x10FC2: 82,
1966
+ 0x10FC3: 82,
1967
+ 0x10FC4: 68,
1968
+ 0x10FC9: 82,
1969
+ 0x10FCA: 68,
1970
+ 0x10FCB: 76,
1971
+ 0x11001: 84,
1972
+ 0x11038: 84,
1973
+ 0x11039: 84,
1974
+ 0x1103A: 84,
1975
+ 0x1103B: 84,
1976
+ 0x1103C: 84,
1977
+ 0x1103D: 84,
1978
+ 0x1103E: 84,
1979
+ 0x1103F: 84,
1980
+ 0x11040: 84,
1981
+ 0x11041: 84,
1982
+ 0x11042: 84,
1983
+ 0x11043: 84,
1984
+ 0x11044: 84,
1985
+ 0x11045: 84,
1986
+ 0x11046: 84,
1987
+ 0x11070: 84,
1988
+ 0x11073: 84,
1989
+ 0x11074: 84,
1990
+ 0x1107F: 84,
1991
+ 0x11080: 84,
1992
+ 0x11081: 84,
1993
+ 0x110B3: 84,
1994
+ 0x110B4: 84,
1995
+ 0x110B5: 84,
1996
+ 0x110B6: 84,
1997
+ 0x110B9: 84,
1998
+ 0x110BA: 84,
1999
+ 0x110C2: 84,
2000
+ 0x11100: 84,
2001
+ 0x11101: 84,
2002
+ 0x11102: 84,
2003
+ 0x11127: 84,
2004
+ 0x11128: 84,
2005
+ 0x11129: 84,
2006
+ 0x1112A: 84,
2007
+ 0x1112B: 84,
2008
+ 0x1112D: 84,
2009
+ 0x1112E: 84,
2010
+ 0x1112F: 84,
2011
+ 0x11130: 84,
2012
+ 0x11131: 84,
2013
+ 0x11132: 84,
2014
+ 0x11133: 84,
2015
+ 0x11134: 84,
2016
+ 0x11173: 84,
2017
+ 0x11180: 84,
2018
+ 0x11181: 84,
2019
+ 0x111B6: 84,
2020
+ 0x111B7: 84,
2021
+ 0x111B8: 84,
2022
+ 0x111B9: 84,
2023
+ 0x111BA: 84,
2024
+ 0x111BB: 84,
2025
+ 0x111BC: 84,
2026
+ 0x111BD: 84,
2027
+ 0x111BE: 84,
2028
+ 0x111C9: 84,
2029
+ 0x111CA: 84,
2030
+ 0x111CB: 84,
2031
+ 0x111CC: 84,
2032
+ 0x111CF: 84,
2033
+ 0x1122F: 84,
2034
+ 0x11230: 84,
2035
+ 0x11231: 84,
2036
+ 0x11234: 84,
2037
+ 0x11236: 84,
2038
+ 0x11237: 84,
2039
+ 0x1123E: 84,
2040
+ 0x11241: 84,
2041
+ 0x112DF: 84,
2042
+ 0x112E3: 84,
2043
+ 0x112E4: 84,
2044
+ 0x112E5: 84,
2045
+ 0x112E6: 84,
2046
+ 0x112E7: 84,
2047
+ 0x112E8: 84,
2048
+ 0x112E9: 84,
2049
+ 0x112EA: 84,
2050
+ 0x11300: 84,
2051
+ 0x11301: 84,
2052
+ 0x1133B: 84,
2053
+ 0x1133C: 84,
2054
+ 0x11340: 84,
2055
+ 0x11366: 84,
2056
+ 0x11367: 84,
2057
+ 0x11368: 84,
2058
+ 0x11369: 84,
2059
+ 0x1136A: 84,
2060
+ 0x1136B: 84,
2061
+ 0x1136C: 84,
2062
+ 0x11370: 84,
2063
+ 0x11371: 84,
2064
+ 0x11372: 84,
2065
+ 0x11373: 84,
2066
+ 0x11374: 84,
2067
+ 0x113BB: 84,
2068
+ 0x113BC: 84,
2069
+ 0x113BD: 84,
2070
+ 0x113BE: 84,
2071
+ 0x113BF: 84,
2072
+ 0x113C0: 84,
2073
+ 0x113CE: 84,
2074
+ 0x113D0: 84,
2075
+ 0x113D2: 84,
2076
+ 0x113E1: 84,
2077
+ 0x113E2: 84,
2078
+ 0x11438: 84,
2079
+ 0x11439: 84,
2080
+ 0x1143A: 84,
2081
+ 0x1143B: 84,
2082
+ 0x1143C: 84,
2083
+ 0x1143D: 84,
2084
+ 0x1143E: 84,
2085
+ 0x1143F: 84,
2086
+ 0x11442: 84,
2087
+ 0x11443: 84,
2088
+ 0x11444: 84,
2089
+ 0x11446: 84,
2090
+ 0x1145E: 84,
2091
+ 0x114B3: 84,
2092
+ 0x114B4: 84,
2093
+ 0x114B5: 84,
2094
+ 0x114B6: 84,
2095
+ 0x114B7: 84,
2096
+ 0x114B8: 84,
2097
+ 0x114BA: 84,
2098
+ 0x114BF: 84,
2099
+ 0x114C0: 84,
2100
+ 0x114C2: 84,
2101
+ 0x114C3: 84,
2102
+ 0x115B2: 84,
2103
+ 0x115B3: 84,
2104
+ 0x115B4: 84,
2105
+ 0x115B5: 84,
2106
+ 0x115BC: 84,
2107
+ 0x115BD: 84,
2108
+ 0x115BF: 84,
2109
+ 0x115C0: 84,
2110
+ 0x115DC: 84,
2111
+ 0x115DD: 84,
2112
+ 0x11633: 84,
2113
+ 0x11634: 84,
2114
+ 0x11635: 84,
2115
+ 0x11636: 84,
2116
+ 0x11637: 84,
2117
+ 0x11638: 84,
2118
+ 0x11639: 84,
2119
+ 0x1163A: 84,
2120
+ 0x1163D: 84,
2121
+ 0x1163F: 84,
2122
+ 0x11640: 84,
2123
+ 0x116AB: 84,
2124
+ 0x116AD: 84,
2125
+ 0x116B0: 84,
2126
+ 0x116B1: 84,
2127
+ 0x116B2: 84,
2128
+ 0x116B3: 84,
2129
+ 0x116B4: 84,
2130
+ 0x116B5: 84,
2131
+ 0x116B7: 84,
2132
+ 0x1171D: 84,
2133
+ 0x1171F: 84,
2134
+ 0x11722: 84,
2135
+ 0x11723: 84,
2136
+ 0x11724: 84,
2137
+ 0x11725: 84,
2138
+ 0x11727: 84,
2139
+ 0x11728: 84,
2140
+ 0x11729: 84,
2141
+ 0x1172A: 84,
2142
+ 0x1172B: 84,
2143
+ 0x1182F: 84,
2144
+ 0x11830: 84,
2145
+ 0x11831: 84,
2146
+ 0x11832: 84,
2147
+ 0x11833: 84,
2148
+ 0x11834: 84,
2149
+ 0x11835: 84,
2150
+ 0x11836: 84,
2151
+ 0x11837: 84,
2152
+ 0x11839: 84,
2153
+ 0x1183A: 84,
2154
+ 0x1193B: 84,
2155
+ 0x1193C: 84,
2156
+ 0x1193E: 84,
2157
+ 0x11943: 84,
2158
+ 0x119D4: 84,
2159
+ 0x119D5: 84,
2160
+ 0x119D6: 84,
2161
+ 0x119D7: 84,
2162
+ 0x119DA: 84,
2163
+ 0x119DB: 84,
2164
+ 0x119E0: 84,
2165
+ 0x11A01: 84,
2166
+ 0x11A02: 84,
2167
+ 0x11A03: 84,
2168
+ 0x11A04: 84,
2169
+ 0x11A05: 84,
2170
+ 0x11A06: 84,
2171
+ 0x11A07: 84,
2172
+ 0x11A08: 84,
2173
+ 0x11A09: 84,
2174
+ 0x11A0A: 84,
2175
+ 0x11A33: 84,
2176
+ 0x11A34: 84,
2177
+ 0x11A35: 84,
2178
+ 0x11A36: 84,
2179
+ 0x11A37: 84,
2180
+ 0x11A38: 84,
2181
+ 0x11A3B: 84,
2182
+ 0x11A3C: 84,
2183
+ 0x11A3D: 84,
2184
+ 0x11A3E: 84,
2185
+ 0x11A47: 84,
2186
+ 0x11A51: 84,
2187
+ 0x11A52: 84,
2188
+ 0x11A53: 84,
2189
+ 0x11A54: 84,
2190
+ 0x11A55: 84,
2191
+ 0x11A56: 84,
2192
+ 0x11A59: 84,
2193
+ 0x11A5A: 84,
2194
+ 0x11A5B: 84,
2195
+ 0x11A8A: 84,
2196
+ 0x11A8B: 84,
2197
+ 0x11A8C: 84,
2198
+ 0x11A8D: 84,
2199
+ 0x11A8E: 84,
2200
+ 0x11A8F: 84,
2201
+ 0x11A90: 84,
2202
+ 0x11A91: 84,
2203
+ 0x11A92: 84,
2204
+ 0x11A93: 84,
2205
+ 0x11A94: 84,
2206
+ 0x11A95: 84,
2207
+ 0x11A96: 84,
2208
+ 0x11A98: 84,
2209
+ 0x11A99: 84,
2210
+ 0x11C30: 84,
2211
+ 0x11C31: 84,
2212
+ 0x11C32: 84,
2213
+ 0x11C33: 84,
2214
+ 0x11C34: 84,
2215
+ 0x11C35: 84,
2216
+ 0x11C36: 84,
2217
+ 0x11C38: 84,
2218
+ 0x11C39: 84,
2219
+ 0x11C3A: 84,
2220
+ 0x11C3B: 84,
2221
+ 0x11C3C: 84,
2222
+ 0x11C3D: 84,
2223
+ 0x11C3F: 84,
2224
+ 0x11C92: 84,
2225
+ 0x11C93: 84,
2226
+ 0x11C94: 84,
2227
+ 0x11C95: 84,
2228
+ 0x11C96: 84,
2229
+ 0x11C97: 84,
2230
+ 0x11C98: 84,
2231
+ 0x11C99: 84,
2232
+ 0x11C9A: 84,
2233
+ 0x11C9B: 84,
2234
+ 0x11C9C: 84,
2235
+ 0x11C9D: 84,
2236
+ 0x11C9E: 84,
2237
+ 0x11C9F: 84,
2238
+ 0x11CA0: 84,
2239
+ 0x11CA1: 84,
2240
+ 0x11CA2: 84,
2241
+ 0x11CA3: 84,
2242
+ 0x11CA4: 84,
2243
+ 0x11CA5: 84,
2244
+ 0x11CA6: 84,
2245
+ 0x11CA7: 84,
2246
+ 0x11CAA: 84,
2247
+ 0x11CAB: 84,
2248
+ 0x11CAC: 84,
2249
+ 0x11CAD: 84,
2250
+ 0x11CAE: 84,
2251
+ 0x11CAF: 84,
2252
+ 0x11CB0: 84,
2253
+ 0x11CB2: 84,
2254
+ 0x11CB3: 84,
2255
+ 0x11CB5: 84,
2256
+ 0x11CB6: 84,
2257
+ 0x11D31: 84,
2258
+ 0x11D32: 84,
2259
+ 0x11D33: 84,
2260
+ 0x11D34: 84,
2261
+ 0x11D35: 84,
2262
+ 0x11D36: 84,
2263
+ 0x11D3A: 84,
2264
+ 0x11D3C: 84,
2265
+ 0x11D3D: 84,
2266
+ 0x11D3F: 84,
2267
+ 0x11D40: 84,
2268
+ 0x11D41: 84,
2269
+ 0x11D42: 84,
2270
+ 0x11D43: 84,
2271
+ 0x11D44: 84,
2272
+ 0x11D45: 84,
2273
+ 0x11D47: 84,
2274
+ 0x11D90: 84,
2275
+ 0x11D91: 84,
2276
+ 0x11D95: 84,
2277
+ 0x11D97: 84,
2278
+ 0x11EF3: 84,
2279
+ 0x11EF4: 84,
2280
+ 0x11F00: 84,
2281
+ 0x11F01: 84,
2282
+ 0x11F36: 84,
2283
+ 0x11F37: 84,
2284
+ 0x11F38: 84,
2285
+ 0x11F39: 84,
2286
+ 0x11F3A: 84,
2287
+ 0x11F40: 84,
2288
+ 0x11F42: 84,
2289
+ 0x11F5A: 84,
2290
+ 0x13430: 84,
2291
+ 0x13431: 84,
2292
+ 0x13432: 84,
2293
+ 0x13433: 84,
2294
+ 0x13434: 84,
2295
+ 0x13435: 84,
2296
+ 0x13436: 84,
2297
+ 0x13437: 84,
2298
+ 0x13438: 84,
2299
+ 0x13439: 84,
2300
+ 0x1343A: 84,
2301
+ 0x1343B: 84,
2302
+ 0x1343C: 84,
2303
+ 0x1343D: 84,
2304
+ 0x1343E: 84,
2305
+ 0x1343F: 84,
2306
+ 0x13440: 84,
2307
+ 0x13447: 84,
2308
+ 0x13448: 84,
2309
+ 0x13449: 84,
2310
+ 0x1344A: 84,
2311
+ 0x1344B: 84,
2312
+ 0x1344C: 84,
2313
+ 0x1344D: 84,
2314
+ 0x1344E: 84,
2315
+ 0x1344F: 84,
2316
+ 0x13450: 84,
2317
+ 0x13451: 84,
2318
+ 0x13452: 84,
2319
+ 0x13453: 84,
2320
+ 0x13454: 84,
2321
+ 0x13455: 84,
2322
+ 0x1611E: 84,
2323
+ 0x1611F: 84,
2324
+ 0x16120: 84,
2325
+ 0x16121: 84,
2326
+ 0x16122: 84,
2327
+ 0x16123: 84,
2328
+ 0x16124: 84,
2329
+ 0x16125: 84,
2330
+ 0x16126: 84,
2331
+ 0x16127: 84,
2332
+ 0x16128: 84,
2333
+ 0x16129: 84,
2334
+ 0x1612D: 84,
2335
+ 0x1612E: 84,
2336
+ 0x1612F: 84,
2337
+ 0x16AF0: 84,
2338
+ 0x16AF1: 84,
2339
+ 0x16AF2: 84,
2340
+ 0x16AF3: 84,
2341
+ 0x16AF4: 84,
2342
+ 0x16B30: 84,
2343
+ 0x16B31: 84,
2344
+ 0x16B32: 84,
2345
+ 0x16B33: 84,
2346
+ 0x16B34: 84,
2347
+ 0x16B35: 84,
2348
+ 0x16B36: 84,
2349
+ 0x16F4F: 84,
2350
+ 0x16F8F: 84,
2351
+ 0x16F90: 84,
2352
+ 0x16F91: 84,
2353
+ 0x16F92: 84,
2354
+ 0x16FE4: 84,
2355
+ 0x1BC9D: 84,
2356
+ 0x1BC9E: 84,
2357
+ 0x1BCA0: 84,
2358
+ 0x1BCA1: 84,
2359
+ 0x1BCA2: 84,
2360
+ 0x1BCA3: 84,
2361
+ 0x1CF00: 84,
2362
+ 0x1CF01: 84,
2363
+ 0x1CF02: 84,
2364
+ 0x1CF03: 84,
2365
+ 0x1CF04: 84,
2366
+ 0x1CF05: 84,
2367
+ 0x1CF06: 84,
2368
+ 0x1CF07: 84,
2369
+ 0x1CF08: 84,
2370
+ 0x1CF09: 84,
2371
+ 0x1CF0A: 84,
2372
+ 0x1CF0B: 84,
2373
+ 0x1CF0C: 84,
2374
+ 0x1CF0D: 84,
2375
+ 0x1CF0E: 84,
2376
+ 0x1CF0F: 84,
2377
+ 0x1CF10: 84,
2378
+ 0x1CF11: 84,
2379
+ 0x1CF12: 84,
2380
+ 0x1CF13: 84,
2381
+ 0x1CF14: 84,
2382
+ 0x1CF15: 84,
2383
+ 0x1CF16: 84,
2384
+ 0x1CF17: 84,
2385
+ 0x1CF18: 84,
2386
+ 0x1CF19: 84,
2387
+ 0x1CF1A: 84,
2388
+ 0x1CF1B: 84,
2389
+ 0x1CF1C: 84,
2390
+ 0x1CF1D: 84,
2391
+ 0x1CF1E: 84,
2392
+ 0x1CF1F: 84,
2393
+ 0x1CF20: 84,
2394
+ 0x1CF21: 84,
2395
+ 0x1CF22: 84,
2396
+ 0x1CF23: 84,
2397
+ 0x1CF24: 84,
2398
+ 0x1CF25: 84,
2399
+ 0x1CF26: 84,
2400
+ 0x1CF27: 84,
2401
+ 0x1CF28: 84,
2402
+ 0x1CF29: 84,
2403
+ 0x1CF2A: 84,
2404
+ 0x1CF2B: 84,
2405
+ 0x1CF2C: 84,
2406
+ 0x1CF2D: 84,
2407
+ 0x1CF30: 84,
2408
+ 0x1CF31: 84,
2409
+ 0x1CF32: 84,
2410
+ 0x1CF33: 84,
2411
+ 0x1CF34: 84,
2412
+ 0x1CF35: 84,
2413
+ 0x1CF36: 84,
2414
+ 0x1CF37: 84,
2415
+ 0x1CF38: 84,
2416
+ 0x1CF39: 84,
2417
+ 0x1CF3A: 84,
2418
+ 0x1CF3B: 84,
2419
+ 0x1CF3C: 84,
2420
+ 0x1CF3D: 84,
2421
+ 0x1CF3E: 84,
2422
+ 0x1CF3F: 84,
2423
+ 0x1CF40: 84,
2424
+ 0x1CF41: 84,
2425
+ 0x1CF42: 84,
2426
+ 0x1CF43: 84,
2427
+ 0x1CF44: 84,
2428
+ 0x1CF45: 84,
2429
+ 0x1CF46: 84,
2430
+ 0x1D167: 84,
2431
+ 0x1D168: 84,
2432
+ 0x1D169: 84,
2433
+ 0x1D173: 84,
2434
+ 0x1D174: 84,
2435
+ 0x1D175: 84,
2436
+ 0x1D176: 84,
2437
+ 0x1D177: 84,
2438
+ 0x1D178: 84,
2439
+ 0x1D179: 84,
2440
+ 0x1D17A: 84,
2441
+ 0x1D17B: 84,
2442
+ 0x1D17C: 84,
2443
+ 0x1D17D: 84,
2444
+ 0x1D17E: 84,
2445
+ 0x1D17F: 84,
2446
+ 0x1D180: 84,
2447
+ 0x1D181: 84,
2448
+ 0x1D182: 84,
2449
+ 0x1D185: 84,
2450
+ 0x1D186: 84,
2451
+ 0x1D187: 84,
2452
+ 0x1D188: 84,
2453
+ 0x1D189: 84,
2454
+ 0x1D18A: 84,
2455
+ 0x1D18B: 84,
2456
+ 0x1D1AA: 84,
2457
+ 0x1D1AB: 84,
2458
+ 0x1D1AC: 84,
2459
+ 0x1D1AD: 84,
2460
+ 0x1D242: 84,
2461
+ 0x1D243: 84,
2462
+ 0x1D244: 84,
2463
+ 0x1DA00: 84,
2464
+ 0x1DA01: 84,
2465
+ 0x1DA02: 84,
2466
+ 0x1DA03: 84,
2467
+ 0x1DA04: 84,
2468
+ 0x1DA05: 84,
2469
+ 0x1DA06: 84,
2470
+ 0x1DA07: 84,
2471
+ 0x1DA08: 84,
2472
+ 0x1DA09: 84,
2473
+ 0x1DA0A: 84,
2474
+ 0x1DA0B: 84,
2475
+ 0x1DA0C: 84,
2476
+ 0x1DA0D: 84,
2477
+ 0x1DA0E: 84,
2478
+ 0x1DA0F: 84,
2479
+ 0x1DA10: 84,
2480
+ 0x1DA11: 84,
2481
+ 0x1DA12: 84,
2482
+ 0x1DA13: 84,
2483
+ 0x1DA14: 84,
2484
+ 0x1DA15: 84,
2485
+ 0x1DA16: 84,
2486
+ 0x1DA17: 84,
2487
+ 0x1DA18: 84,
2488
+ 0x1DA19: 84,
2489
+ 0x1DA1A: 84,
2490
+ 0x1DA1B: 84,
2491
+ 0x1DA1C: 84,
2492
+ 0x1DA1D: 84,
2493
+ 0x1DA1E: 84,
2494
+ 0x1DA1F: 84,
2495
+ 0x1DA20: 84,
2496
+ 0x1DA21: 84,
2497
+ 0x1DA22: 84,
2498
+ 0x1DA23: 84,
2499
+ 0x1DA24: 84,
2500
+ 0x1DA25: 84,
2501
+ 0x1DA26: 84,
2502
+ 0x1DA27: 84,
2503
+ 0x1DA28: 84,
2504
+ 0x1DA29: 84,
2505
+ 0x1DA2A: 84,
2506
+ 0x1DA2B: 84,
2507
+ 0x1DA2C: 84,
2508
+ 0x1DA2D: 84,
2509
+ 0x1DA2E: 84,
2510
+ 0x1DA2F: 84,
2511
+ 0x1DA30: 84,
2512
+ 0x1DA31: 84,
2513
+ 0x1DA32: 84,
2514
+ 0x1DA33: 84,
2515
+ 0x1DA34: 84,
2516
+ 0x1DA35: 84,
2517
+ 0x1DA36: 84,
2518
+ 0x1DA3B: 84,
2519
+ 0x1DA3C: 84,
2520
+ 0x1DA3D: 84,
2521
+ 0x1DA3E: 84,
2522
+ 0x1DA3F: 84,
2523
+ 0x1DA40: 84,
2524
+ 0x1DA41: 84,
2525
+ 0x1DA42: 84,
2526
+ 0x1DA43: 84,
2527
+ 0x1DA44: 84,
2528
+ 0x1DA45: 84,
2529
+ 0x1DA46: 84,
2530
+ 0x1DA47: 84,
2531
+ 0x1DA48: 84,
2532
+ 0x1DA49: 84,
2533
+ 0x1DA4A: 84,
2534
+ 0x1DA4B: 84,
2535
+ 0x1DA4C: 84,
2536
+ 0x1DA4D: 84,
2537
+ 0x1DA4E: 84,
2538
+ 0x1DA4F: 84,
2539
+ 0x1DA50: 84,
2540
+ 0x1DA51: 84,
2541
+ 0x1DA52: 84,
2542
+ 0x1DA53: 84,
2543
+ 0x1DA54: 84,
2544
+ 0x1DA55: 84,
2545
+ 0x1DA56: 84,
2546
+ 0x1DA57: 84,
2547
+ 0x1DA58: 84,
2548
+ 0x1DA59: 84,
2549
+ 0x1DA5A: 84,
2550
+ 0x1DA5B: 84,
2551
+ 0x1DA5C: 84,
2552
+ 0x1DA5D: 84,
2553
+ 0x1DA5E: 84,
2554
+ 0x1DA5F: 84,
2555
+ 0x1DA60: 84,
2556
+ 0x1DA61: 84,
2557
+ 0x1DA62: 84,
2558
+ 0x1DA63: 84,
2559
+ 0x1DA64: 84,
2560
+ 0x1DA65: 84,
2561
+ 0x1DA66: 84,
2562
+ 0x1DA67: 84,
2563
+ 0x1DA68: 84,
2564
+ 0x1DA69: 84,
2565
+ 0x1DA6A: 84,
2566
+ 0x1DA6B: 84,
2567
+ 0x1DA6C: 84,
2568
+ 0x1DA75: 84,
2569
+ 0x1DA84: 84,
2570
+ 0x1DA9B: 84,
2571
+ 0x1DA9C: 84,
2572
+ 0x1DA9D: 84,
2573
+ 0x1DA9E: 84,
2574
+ 0x1DA9F: 84,
2575
+ 0x1DAA1: 84,
2576
+ 0x1DAA2: 84,
2577
+ 0x1DAA3: 84,
2578
+ 0x1DAA4: 84,
2579
+ 0x1DAA5: 84,
2580
+ 0x1DAA6: 84,
2581
+ 0x1DAA7: 84,
2582
+ 0x1DAA8: 84,
2583
+ 0x1DAA9: 84,
2584
+ 0x1DAAA: 84,
2585
+ 0x1DAAB: 84,
2586
+ 0x1DAAC: 84,
2587
+ 0x1DAAD: 84,
2588
+ 0x1DAAE: 84,
2589
+ 0x1DAAF: 84,
2590
+ 0x1E000: 84,
2591
+ 0x1E001: 84,
2592
+ 0x1E002: 84,
2593
+ 0x1E003: 84,
2594
+ 0x1E004: 84,
2595
+ 0x1E005: 84,
2596
+ 0x1E006: 84,
2597
+ 0x1E008: 84,
2598
+ 0x1E009: 84,
2599
+ 0x1E00A: 84,
2600
+ 0x1E00B: 84,
2601
+ 0x1E00C: 84,
2602
+ 0x1E00D: 84,
2603
+ 0x1E00E: 84,
2604
+ 0x1E00F: 84,
2605
+ 0x1E010: 84,
2606
+ 0x1E011: 84,
2607
+ 0x1E012: 84,
2608
+ 0x1E013: 84,
2609
+ 0x1E014: 84,
2610
+ 0x1E015: 84,
2611
+ 0x1E016: 84,
2612
+ 0x1E017: 84,
2613
+ 0x1E018: 84,
2614
+ 0x1E01B: 84,
2615
+ 0x1E01C: 84,
2616
+ 0x1E01D: 84,
2617
+ 0x1E01E: 84,
2618
+ 0x1E01F: 84,
2619
+ 0x1E020: 84,
2620
+ 0x1E021: 84,
2621
+ 0x1E023: 84,
2622
+ 0x1E024: 84,
2623
+ 0x1E026: 84,
2624
+ 0x1E027: 84,
2625
+ 0x1E028: 84,
2626
+ 0x1E029: 84,
2627
+ 0x1E02A: 84,
2628
+ 0x1E08F: 84,
2629
+ 0x1E130: 84,
2630
+ 0x1E131: 84,
2631
+ 0x1E132: 84,
2632
+ 0x1E133: 84,
2633
+ 0x1E134: 84,
2634
+ 0x1E135: 84,
2635
+ 0x1E136: 84,
2636
+ 0x1E2AE: 84,
2637
+ 0x1E2EC: 84,
2638
+ 0x1E2ED: 84,
2639
+ 0x1E2EE: 84,
2640
+ 0x1E2EF: 84,
2641
+ 0x1E4EC: 84,
2642
+ 0x1E4ED: 84,
2643
+ 0x1E4EE: 84,
2644
+ 0x1E4EF: 84,
2645
+ 0x1E5EE: 84,
2646
+ 0x1E5EF: 84,
2647
+ 0x1E8D0: 84,
2648
+ 0x1E8D1: 84,
2649
+ 0x1E8D2: 84,
2650
+ 0x1E8D3: 84,
2651
+ 0x1E8D4: 84,
2652
+ 0x1E8D5: 84,
2653
+ 0x1E8D6: 84,
2654
+ 0x1E900: 68,
2655
+ 0x1E901: 68,
2656
+ 0x1E902: 68,
2657
+ 0x1E903: 68,
2658
+ 0x1E904: 68,
2659
+ 0x1E905: 68,
2660
+ 0x1E906: 68,
2661
+ 0x1E907: 68,
2662
+ 0x1E908: 68,
2663
+ 0x1E909: 68,
2664
+ 0x1E90A: 68,
2665
+ 0x1E90B: 68,
2666
+ 0x1E90C: 68,
2667
+ 0x1E90D: 68,
2668
+ 0x1E90E: 68,
2669
+ 0x1E90F: 68,
2670
+ 0x1E910: 68,
2671
+ 0x1E911: 68,
2672
+ 0x1E912: 68,
2673
+ 0x1E913: 68,
2674
+ 0x1E914: 68,
2675
+ 0x1E915: 68,
2676
+ 0x1E916: 68,
2677
+ 0x1E917: 68,
2678
+ 0x1E918: 68,
2679
+ 0x1E919: 68,
2680
+ 0x1E91A: 68,
2681
+ 0x1E91B: 68,
2682
+ 0x1E91C: 68,
2683
+ 0x1E91D: 68,
2684
+ 0x1E91E: 68,
2685
+ 0x1E91F: 68,
2686
+ 0x1E920: 68,
2687
+ 0x1E921: 68,
2688
+ 0x1E922: 68,
2689
+ 0x1E923: 68,
2690
+ 0x1E924: 68,
2691
+ 0x1E925: 68,
2692
+ 0x1E926: 68,
2693
+ 0x1E927: 68,
2694
+ 0x1E928: 68,
2695
+ 0x1E929: 68,
2696
+ 0x1E92A: 68,
2697
+ 0x1E92B: 68,
2698
+ 0x1E92C: 68,
2699
+ 0x1E92D: 68,
2700
+ 0x1E92E: 68,
2701
+ 0x1E92F: 68,
2702
+ 0x1E930: 68,
2703
+ 0x1E931: 68,
2704
+ 0x1E932: 68,
2705
+ 0x1E933: 68,
2706
+ 0x1E934: 68,
2707
+ 0x1E935: 68,
2708
+ 0x1E936: 68,
2709
+ 0x1E937: 68,
2710
+ 0x1E938: 68,
2711
+ 0x1E939: 68,
2712
+ 0x1E93A: 68,
2713
+ 0x1E93B: 68,
2714
+ 0x1E93C: 68,
2715
+ 0x1E93D: 68,
2716
+ 0x1E93E: 68,
2717
+ 0x1E93F: 68,
2718
+ 0x1E940: 68,
2719
+ 0x1E941: 68,
2720
+ 0x1E942: 68,
2721
+ 0x1E943: 68,
2722
+ 0x1E944: 84,
2723
+ 0x1E945: 84,
2724
+ 0x1E946: 84,
2725
+ 0x1E947: 84,
2726
+ 0x1E948: 84,
2727
+ 0x1E949: 84,
2728
+ 0x1E94A: 84,
2729
+ 0x1E94B: 84,
2730
+ 0xE0001: 84,
2731
+ 0xE0020: 84,
2732
+ 0xE0021: 84,
2733
+ 0xE0022: 84,
2734
+ 0xE0023: 84,
2735
+ 0xE0024: 84,
2736
+ 0xE0025: 84,
2737
+ 0xE0026: 84,
2738
+ 0xE0027: 84,
2739
+ 0xE0028: 84,
2740
+ 0xE0029: 84,
2741
+ 0xE002A: 84,
2742
+ 0xE002B: 84,
2743
+ 0xE002C: 84,
2744
+ 0xE002D: 84,
2745
+ 0xE002E: 84,
2746
+ 0xE002F: 84,
2747
+ 0xE0030: 84,
2748
+ 0xE0031: 84,
2749
+ 0xE0032: 84,
2750
+ 0xE0033: 84,
2751
+ 0xE0034: 84,
2752
+ 0xE0035: 84,
2753
+ 0xE0036: 84,
2754
+ 0xE0037: 84,
2755
+ 0xE0038: 84,
2756
+ 0xE0039: 84,
2757
+ 0xE003A: 84,
2758
+ 0xE003B: 84,
2759
+ 0xE003C: 84,
2760
+ 0xE003D: 84,
2761
+ 0xE003E: 84,
2762
+ 0xE003F: 84,
2763
+ 0xE0040: 84,
2764
+ 0xE0041: 84,
2765
+ 0xE0042: 84,
2766
+ 0xE0043: 84,
2767
+ 0xE0044: 84,
2768
+ 0xE0045: 84,
2769
+ 0xE0046: 84,
2770
+ 0xE0047: 84,
2771
+ 0xE0048: 84,
2772
+ 0xE0049: 84,
2773
+ 0xE004A: 84,
2774
+ 0xE004B: 84,
2775
+ 0xE004C: 84,
2776
+ 0xE004D: 84,
2777
+ 0xE004E: 84,
2778
+ 0xE004F: 84,
2779
+ 0xE0050: 84,
2780
+ 0xE0051: 84,
2781
+ 0xE0052: 84,
2782
+ 0xE0053: 84,
2783
+ 0xE0054: 84,
2784
+ 0xE0055: 84,
2785
+ 0xE0056: 84,
2786
+ 0xE0057: 84,
2787
+ 0xE0058: 84,
2788
+ 0xE0059: 84,
2789
+ 0xE005A: 84,
2790
+ 0xE005B: 84,
2791
+ 0xE005C: 84,
2792
+ 0xE005D: 84,
2793
+ 0xE005E: 84,
2794
+ 0xE005F: 84,
2795
+ 0xE0060: 84,
2796
+ 0xE0061: 84,
2797
+ 0xE0062: 84,
2798
+ 0xE0063: 84,
2799
+ 0xE0064: 84,
2800
+ 0xE0065: 84,
2801
+ 0xE0066: 84,
2802
+ 0xE0067: 84,
2803
+ 0xE0068: 84,
2804
+ 0xE0069: 84,
2805
+ 0xE006A: 84,
2806
+ 0xE006B: 84,
2807
+ 0xE006C: 84,
2808
+ 0xE006D: 84,
2809
+ 0xE006E: 84,
2810
+ 0xE006F: 84,
2811
+ 0xE0070: 84,
2812
+ 0xE0071: 84,
2813
+ 0xE0072: 84,
2814
+ 0xE0073: 84,
2815
+ 0xE0074: 84,
2816
+ 0xE0075: 84,
2817
+ 0xE0076: 84,
2818
+ 0xE0077: 84,
2819
+ 0xE0078: 84,
2820
+ 0xE0079: 84,
2821
+ 0xE007A: 84,
2822
+ 0xE007B: 84,
2823
+ 0xE007C: 84,
2824
+ 0xE007D: 84,
2825
+ 0xE007E: 84,
2826
+ 0xE007F: 84,
2827
+ 0xE0100: 84,
2828
+ 0xE0101: 84,
2829
+ 0xE0102: 84,
2830
+ 0xE0103: 84,
2831
+ 0xE0104: 84,
2832
+ 0xE0105: 84,
2833
+ 0xE0106: 84,
2834
+ 0xE0107: 84,
2835
+ 0xE0108: 84,
2836
+ 0xE0109: 84,
2837
+ 0xE010A: 84,
2838
+ 0xE010B: 84,
2839
+ 0xE010C: 84,
2840
+ 0xE010D: 84,
2841
+ 0xE010E: 84,
2842
+ 0xE010F: 84,
2843
+ 0xE0110: 84,
2844
+ 0xE0111: 84,
2845
+ 0xE0112: 84,
2846
+ 0xE0113: 84,
2847
+ 0xE0114: 84,
2848
+ 0xE0115: 84,
2849
+ 0xE0116: 84,
2850
+ 0xE0117: 84,
2851
+ 0xE0118: 84,
2852
+ 0xE0119: 84,
2853
+ 0xE011A: 84,
2854
+ 0xE011B: 84,
2855
+ 0xE011C: 84,
2856
+ 0xE011D: 84,
2857
+ 0xE011E: 84,
2858
+ 0xE011F: 84,
2859
+ 0xE0120: 84,
2860
+ 0xE0121: 84,
2861
+ 0xE0122: 84,
2862
+ 0xE0123: 84,
2863
+ 0xE0124: 84,
2864
+ 0xE0125: 84,
2865
+ 0xE0126: 84,
2866
+ 0xE0127: 84,
2867
+ 0xE0128: 84,
2868
+ 0xE0129: 84,
2869
+ 0xE012A: 84,
2870
+ 0xE012B: 84,
2871
+ 0xE012C: 84,
2872
+ 0xE012D: 84,
2873
+ 0xE012E: 84,
2874
+ 0xE012F: 84,
2875
+ 0xE0130: 84,
2876
+ 0xE0131: 84,
2877
+ 0xE0132: 84,
2878
+ 0xE0133: 84,
2879
+ 0xE0134: 84,
2880
+ 0xE0135: 84,
2881
+ 0xE0136: 84,
2882
+ 0xE0137: 84,
2883
+ 0xE0138: 84,
2884
+ 0xE0139: 84,
2885
+ 0xE013A: 84,
2886
+ 0xE013B: 84,
2887
+ 0xE013C: 84,
2888
+ 0xE013D: 84,
2889
+ 0xE013E: 84,
2890
+ 0xE013F: 84,
2891
+ 0xE0140: 84,
2892
+ 0xE0141: 84,
2893
+ 0xE0142: 84,
2894
+ 0xE0143: 84,
2895
+ 0xE0144: 84,
2896
+ 0xE0145: 84,
2897
+ 0xE0146: 84,
2898
+ 0xE0147: 84,
2899
+ 0xE0148: 84,
2900
+ 0xE0149: 84,
2901
+ 0xE014A: 84,
2902
+ 0xE014B: 84,
2903
+ 0xE014C: 84,
2904
+ 0xE014D: 84,
2905
+ 0xE014E: 84,
2906
+ 0xE014F: 84,
2907
+ 0xE0150: 84,
2908
+ 0xE0151: 84,
2909
+ 0xE0152: 84,
2910
+ 0xE0153: 84,
2911
+ 0xE0154: 84,
2912
+ 0xE0155: 84,
2913
+ 0xE0156: 84,
2914
+ 0xE0157: 84,
2915
+ 0xE0158: 84,
2916
+ 0xE0159: 84,
2917
+ 0xE015A: 84,
2918
+ 0xE015B: 84,
2919
+ 0xE015C: 84,
2920
+ 0xE015D: 84,
2921
+ 0xE015E: 84,
2922
+ 0xE015F: 84,
2923
+ 0xE0160: 84,
2924
+ 0xE0161: 84,
2925
+ 0xE0162: 84,
2926
+ 0xE0163: 84,
2927
+ 0xE0164: 84,
2928
+ 0xE0165: 84,
2929
+ 0xE0166: 84,
2930
+ 0xE0167: 84,
2931
+ 0xE0168: 84,
2932
+ 0xE0169: 84,
2933
+ 0xE016A: 84,
2934
+ 0xE016B: 84,
2935
+ 0xE016C: 84,
2936
+ 0xE016D: 84,
2937
+ 0xE016E: 84,
2938
+ 0xE016F: 84,
2939
+ 0xE0170: 84,
2940
+ 0xE0171: 84,
2941
+ 0xE0172: 84,
2942
+ 0xE0173: 84,
2943
+ 0xE0174: 84,
2944
+ 0xE0175: 84,
2945
+ 0xE0176: 84,
2946
+ 0xE0177: 84,
2947
+ 0xE0178: 84,
2948
+ 0xE0179: 84,
2949
+ 0xE017A: 84,
2950
+ 0xE017B: 84,
2951
+ 0xE017C: 84,
2952
+ 0xE017D: 84,
2953
+ 0xE017E: 84,
2954
+ 0xE017F: 84,
2955
+ 0xE0180: 84,
2956
+ 0xE0181: 84,
2957
+ 0xE0182: 84,
2958
+ 0xE0183: 84,
2959
+ 0xE0184: 84,
2960
+ 0xE0185: 84,
2961
+ 0xE0186: 84,
2962
+ 0xE0187: 84,
2963
+ 0xE0188: 84,
2964
+ 0xE0189: 84,
2965
+ 0xE018A: 84,
2966
+ 0xE018B: 84,
2967
+ 0xE018C: 84,
2968
+ 0xE018D: 84,
2969
+ 0xE018E: 84,
2970
+ 0xE018F: 84,
2971
+ 0xE0190: 84,
2972
+ 0xE0191: 84,
2973
+ 0xE0192: 84,
2974
+ 0xE0193: 84,
2975
+ 0xE0194: 84,
2976
+ 0xE0195: 84,
2977
+ 0xE0196: 84,
2978
+ 0xE0197: 84,
2979
+ 0xE0198: 84,
2980
+ 0xE0199: 84,
2981
+ 0xE019A: 84,
2982
+ 0xE019B: 84,
2983
+ 0xE019C: 84,
2984
+ 0xE019D: 84,
2985
+ 0xE019E: 84,
2986
+ 0xE019F: 84,
2987
+ 0xE01A0: 84,
2988
+ 0xE01A1: 84,
2989
+ 0xE01A2: 84,
2990
+ 0xE01A3: 84,
2991
+ 0xE01A4: 84,
2992
+ 0xE01A5: 84,
2993
+ 0xE01A6: 84,
2994
+ 0xE01A7: 84,
2995
+ 0xE01A8: 84,
2996
+ 0xE01A9: 84,
2997
+ 0xE01AA: 84,
2998
+ 0xE01AB: 84,
2999
+ 0xE01AC: 84,
3000
+ 0xE01AD: 84,
3001
+ 0xE01AE: 84,
3002
+ 0xE01AF: 84,
3003
+ 0xE01B0: 84,
3004
+ 0xE01B1: 84,
3005
+ 0xE01B2: 84,
3006
+ 0xE01B3: 84,
3007
+ 0xE01B4: 84,
3008
+ 0xE01B5: 84,
3009
+ 0xE01B6: 84,
3010
+ 0xE01B7: 84,
3011
+ 0xE01B8: 84,
3012
+ 0xE01B9: 84,
3013
+ 0xE01BA: 84,
3014
+ 0xE01BB: 84,
3015
+ 0xE01BC: 84,
3016
+ 0xE01BD: 84,
3017
+ 0xE01BE: 84,
3018
+ 0xE01BF: 84,
3019
+ 0xE01C0: 84,
3020
+ 0xE01C1: 84,
3021
+ 0xE01C2: 84,
3022
+ 0xE01C3: 84,
3023
+ 0xE01C4: 84,
3024
+ 0xE01C5: 84,
3025
+ 0xE01C6: 84,
3026
+ 0xE01C7: 84,
3027
+ 0xE01C8: 84,
3028
+ 0xE01C9: 84,
3029
+ 0xE01CA: 84,
3030
+ 0xE01CB: 84,
3031
+ 0xE01CC: 84,
3032
+ 0xE01CD: 84,
3033
+ 0xE01CE: 84,
3034
+ 0xE01CF: 84,
3035
+ 0xE01D0: 84,
3036
+ 0xE01D1: 84,
3037
+ 0xE01D2: 84,
3038
+ 0xE01D3: 84,
3039
+ 0xE01D4: 84,
3040
+ 0xE01D5: 84,
3041
+ 0xE01D6: 84,
3042
+ 0xE01D7: 84,
3043
+ 0xE01D8: 84,
3044
+ 0xE01D9: 84,
3045
+ 0xE01DA: 84,
3046
+ 0xE01DB: 84,
3047
+ 0xE01DC: 84,
3048
+ 0xE01DD: 84,
3049
+ 0xE01DE: 84,
3050
+ 0xE01DF: 84,
3051
+ 0xE01E0: 84,
3052
+ 0xE01E1: 84,
3053
+ 0xE01E2: 84,
3054
+ 0xE01E3: 84,
3055
+ 0xE01E4: 84,
3056
+ 0xE01E5: 84,
3057
+ 0xE01E6: 84,
3058
+ 0xE01E7: 84,
3059
+ 0xE01E8: 84,
3060
+ 0xE01E9: 84,
3061
+ 0xE01EA: 84,
3062
+ 0xE01EB: 84,
3063
+ 0xE01EC: 84,
3064
+ 0xE01ED: 84,
3065
+ 0xE01EE: 84,
3066
+ 0xE01EF: 84,
3067
+ }
3068
+ codepoint_classes = {
3069
+ "PVALID": (
3070
+ 0x2D0000002E,
3071
+ 0x300000003A,
3072
+ 0x610000007B,
3073
+ 0xDF000000F7,
3074
+ 0xF800000100,
3075
+ 0x10100000102,
3076
+ 0x10300000104,
3077
+ 0x10500000106,
3078
+ 0x10700000108,
3079
+ 0x1090000010A,
3080
+ 0x10B0000010C,
3081
+ 0x10D0000010E,
3082
+ 0x10F00000110,
3083
+ 0x11100000112,
3084
+ 0x11300000114,
3085
+ 0x11500000116,
3086
+ 0x11700000118,
3087
+ 0x1190000011A,
3088
+ 0x11B0000011C,
3089
+ 0x11D0000011E,
3090
+ 0x11F00000120,
3091
+ 0x12100000122,
3092
+ 0x12300000124,
3093
+ 0x12500000126,
3094
+ 0x12700000128,
3095
+ 0x1290000012A,
3096
+ 0x12B0000012C,
3097
+ 0x12D0000012E,
3098
+ 0x12F00000130,
3099
+ 0x13100000132,
3100
+ 0x13500000136,
3101
+ 0x13700000139,
3102
+ 0x13A0000013B,
3103
+ 0x13C0000013D,
3104
+ 0x13E0000013F,
3105
+ 0x14200000143,
3106
+ 0x14400000145,
3107
+ 0x14600000147,
3108
+ 0x14800000149,
3109
+ 0x14B0000014C,
3110
+ 0x14D0000014E,
3111
+ 0x14F00000150,
3112
+ 0x15100000152,
3113
+ 0x15300000154,
3114
+ 0x15500000156,
3115
+ 0x15700000158,
3116
+ 0x1590000015A,
3117
+ 0x15B0000015C,
3118
+ 0x15D0000015E,
3119
+ 0x15F00000160,
3120
+ 0x16100000162,
3121
+ 0x16300000164,
3122
+ 0x16500000166,
3123
+ 0x16700000168,
3124
+ 0x1690000016A,
3125
+ 0x16B0000016C,
3126
+ 0x16D0000016E,
3127
+ 0x16F00000170,
3128
+ 0x17100000172,
3129
+ 0x17300000174,
3130
+ 0x17500000176,
3131
+ 0x17700000178,
3132
+ 0x17A0000017B,
3133
+ 0x17C0000017D,
3134
+ 0x17E0000017F,
3135
+ 0x18000000181,
3136
+ 0x18300000184,
3137
+ 0x18500000186,
3138
+ 0x18800000189,
3139
+ 0x18C0000018E,
3140
+ 0x19200000193,
3141
+ 0x19500000196,
3142
+ 0x1990000019C,
3143
+ 0x19E0000019F,
3144
+ 0x1A1000001A2,
3145
+ 0x1A3000001A4,
3146
+ 0x1A5000001A6,
3147
+ 0x1A8000001A9,
3148
+ 0x1AA000001AC,
3149
+ 0x1AD000001AE,
3150
+ 0x1B0000001B1,
3151
+ 0x1B4000001B5,
3152
+ 0x1B6000001B7,
3153
+ 0x1B9000001BC,
3154
+ 0x1BD000001C4,
3155
+ 0x1CE000001CF,
3156
+ 0x1D0000001D1,
3157
+ 0x1D2000001D3,
3158
+ 0x1D4000001D5,
3159
+ 0x1D6000001D7,
3160
+ 0x1D8000001D9,
3161
+ 0x1DA000001DB,
3162
+ 0x1DC000001DE,
3163
+ 0x1DF000001E0,
3164
+ 0x1E1000001E2,
3165
+ 0x1E3000001E4,
3166
+ 0x1E5000001E6,
3167
+ 0x1E7000001E8,
3168
+ 0x1E9000001EA,
3169
+ 0x1EB000001EC,
3170
+ 0x1ED000001EE,
3171
+ 0x1EF000001F1,
3172
+ 0x1F5000001F6,
3173
+ 0x1F9000001FA,
3174
+ 0x1FB000001FC,
3175
+ 0x1FD000001FE,
3176
+ 0x1FF00000200,
3177
+ 0x20100000202,
3178
+ 0x20300000204,
3179
+ 0x20500000206,
3180
+ 0x20700000208,
3181
+ 0x2090000020A,
3182
+ 0x20B0000020C,
3183
+ 0x20D0000020E,
3184
+ 0x20F00000210,
3185
+ 0x21100000212,
3186
+ 0x21300000214,
3187
+ 0x21500000216,
3188
+ 0x21700000218,
3189
+ 0x2190000021A,
3190
+ 0x21B0000021C,
3191
+ 0x21D0000021E,
3192
+ 0x21F00000220,
3193
+ 0x22100000222,
3194
+ 0x22300000224,
3195
+ 0x22500000226,
3196
+ 0x22700000228,
3197
+ 0x2290000022A,
3198
+ 0x22B0000022C,
3199
+ 0x22D0000022E,
3200
+ 0x22F00000230,
3201
+ 0x23100000232,
3202
+ 0x2330000023A,
3203
+ 0x23C0000023D,
3204
+ 0x23F00000241,
3205
+ 0x24200000243,
3206
+ 0x24700000248,
3207
+ 0x2490000024A,
3208
+ 0x24B0000024C,
3209
+ 0x24D0000024E,
3210
+ 0x24F000002B0,
3211
+ 0x2B9000002C2,
3212
+ 0x2C6000002D2,
3213
+ 0x2EC000002ED,
3214
+ 0x2EE000002EF,
3215
+ 0x30000000340,
3216
+ 0x34200000343,
3217
+ 0x3460000034F,
3218
+ 0x35000000370,
3219
+ 0x37100000372,
3220
+ 0x37300000374,
3221
+ 0x37700000378,
3222
+ 0x37B0000037E,
3223
+ 0x39000000391,
3224
+ 0x3AC000003CF,
3225
+ 0x3D7000003D8,
3226
+ 0x3D9000003DA,
3227
+ 0x3DB000003DC,
3228
+ 0x3DD000003DE,
3229
+ 0x3DF000003E0,
3230
+ 0x3E1000003E2,
3231
+ 0x3E3000003E4,
3232
+ 0x3E5000003E6,
3233
+ 0x3E7000003E8,
3234
+ 0x3E9000003EA,
3235
+ 0x3EB000003EC,
3236
+ 0x3ED000003EE,
3237
+ 0x3EF000003F0,
3238
+ 0x3F3000003F4,
3239
+ 0x3F8000003F9,
3240
+ 0x3FB000003FD,
3241
+ 0x43000000460,
3242
+ 0x46100000462,
3243
+ 0x46300000464,
3244
+ 0x46500000466,
3245
+ 0x46700000468,
3246
+ 0x4690000046A,
3247
+ 0x46B0000046C,
3248
+ 0x46D0000046E,
3249
+ 0x46F00000470,
3250
+ 0x47100000472,
3251
+ 0x47300000474,
3252
+ 0x47500000476,
3253
+ 0x47700000478,
3254
+ 0x4790000047A,
3255
+ 0x47B0000047C,
3256
+ 0x47D0000047E,
3257
+ 0x47F00000480,
3258
+ 0x48100000482,
3259
+ 0x48300000488,
3260
+ 0x48B0000048C,
3261
+ 0x48D0000048E,
3262
+ 0x48F00000490,
3263
+ 0x49100000492,
3264
+ 0x49300000494,
3265
+ 0x49500000496,
3266
+ 0x49700000498,
3267
+ 0x4990000049A,
3268
+ 0x49B0000049C,
3269
+ 0x49D0000049E,
3270
+ 0x49F000004A0,
3271
+ 0x4A1000004A2,
3272
+ 0x4A3000004A4,
3273
+ 0x4A5000004A6,
3274
+ 0x4A7000004A8,
3275
+ 0x4A9000004AA,
3276
+ 0x4AB000004AC,
3277
+ 0x4AD000004AE,
3278
+ 0x4AF000004B0,
3279
+ 0x4B1000004B2,
3280
+ 0x4B3000004B4,
3281
+ 0x4B5000004B6,
3282
+ 0x4B7000004B8,
3283
+ 0x4B9000004BA,
3284
+ 0x4BB000004BC,
3285
+ 0x4BD000004BE,
3286
+ 0x4BF000004C0,
3287
+ 0x4C2000004C3,
3288
+ 0x4C4000004C5,
3289
+ 0x4C6000004C7,
3290
+ 0x4C8000004C9,
3291
+ 0x4CA000004CB,
3292
+ 0x4CC000004CD,
3293
+ 0x4CE000004D0,
3294
+ 0x4D1000004D2,
3295
+ 0x4D3000004D4,
3296
+ 0x4D5000004D6,
3297
+ 0x4D7000004D8,
3298
+ 0x4D9000004DA,
3299
+ 0x4DB000004DC,
3300
+ 0x4DD000004DE,
3301
+ 0x4DF000004E0,
3302
+ 0x4E1000004E2,
3303
+ 0x4E3000004E4,
3304
+ 0x4E5000004E6,
3305
+ 0x4E7000004E8,
3306
+ 0x4E9000004EA,
3307
+ 0x4EB000004EC,
3308
+ 0x4ED000004EE,
3309
+ 0x4EF000004F0,
3310
+ 0x4F1000004F2,
3311
+ 0x4F3000004F4,
3312
+ 0x4F5000004F6,
3313
+ 0x4F7000004F8,
3314
+ 0x4F9000004FA,
3315
+ 0x4FB000004FC,
3316
+ 0x4FD000004FE,
3317
+ 0x4FF00000500,
3318
+ 0x50100000502,
3319
+ 0x50300000504,
3320
+ 0x50500000506,
3321
+ 0x50700000508,
3322
+ 0x5090000050A,
3323
+ 0x50B0000050C,
3324
+ 0x50D0000050E,
3325
+ 0x50F00000510,
3326
+ 0x51100000512,
3327
+ 0x51300000514,
3328
+ 0x51500000516,
3329
+ 0x51700000518,
3330
+ 0x5190000051A,
3331
+ 0x51B0000051C,
3332
+ 0x51D0000051E,
3333
+ 0x51F00000520,
3334
+ 0x52100000522,
3335
+ 0x52300000524,
3336
+ 0x52500000526,
3337
+ 0x52700000528,
3338
+ 0x5290000052A,
3339
+ 0x52B0000052C,
3340
+ 0x52D0000052E,
3341
+ 0x52F00000530,
3342
+ 0x5590000055A,
3343
+ 0x56000000587,
3344
+ 0x58800000589,
3345
+ 0x591000005BE,
3346
+ 0x5BF000005C0,
3347
+ 0x5C1000005C3,
3348
+ 0x5C4000005C6,
3349
+ 0x5C7000005C8,
3350
+ 0x5D0000005EB,
3351
+ 0x5EF000005F3,
3352
+ 0x6100000061B,
3353
+ 0x62000000640,
3354
+ 0x64100000660,
3355
+ 0x66E00000675,
3356
+ 0x679000006D4,
3357
+ 0x6D5000006DD,
3358
+ 0x6DF000006E9,
3359
+ 0x6EA000006F0,
3360
+ 0x6FA00000700,
3361
+ 0x7100000074B,
3362
+ 0x74D000007B2,
3363
+ 0x7C0000007F6,
3364
+ 0x7FD000007FE,
3365
+ 0x8000000082E,
3366
+ 0x8400000085C,
3367
+ 0x8600000086B,
3368
+ 0x87000000888,
3369
+ 0x8890000088F,
3370
+ 0x897000008E2,
3371
+ 0x8E300000958,
3372
+ 0x96000000964,
3373
+ 0x96600000970,
3374
+ 0x97100000984,
3375
+ 0x9850000098D,
3376
+ 0x98F00000991,
3377
+ 0x993000009A9,
3378
+ 0x9AA000009B1,
3379
+ 0x9B2000009B3,
3380
+ 0x9B6000009BA,
3381
+ 0x9BC000009C5,
3382
+ 0x9C7000009C9,
3383
+ 0x9CB000009CF,
3384
+ 0x9D7000009D8,
3385
+ 0x9E0000009E4,
3386
+ 0x9E6000009F2,
3387
+ 0x9FC000009FD,
3388
+ 0x9FE000009FF,
3389
+ 0xA0100000A04,
3390
+ 0xA0500000A0B,
3391
+ 0xA0F00000A11,
3392
+ 0xA1300000A29,
3393
+ 0xA2A00000A31,
3394
+ 0xA3200000A33,
3395
+ 0xA3500000A36,
3396
+ 0xA3800000A3A,
3397
+ 0xA3C00000A3D,
3398
+ 0xA3E00000A43,
3399
+ 0xA4700000A49,
3400
+ 0xA4B00000A4E,
3401
+ 0xA5100000A52,
3402
+ 0xA5C00000A5D,
3403
+ 0xA6600000A76,
3404
+ 0xA8100000A84,
3405
+ 0xA8500000A8E,
3406
+ 0xA8F00000A92,
3407
+ 0xA9300000AA9,
3408
+ 0xAAA00000AB1,
3409
+ 0xAB200000AB4,
3410
+ 0xAB500000ABA,
3411
+ 0xABC00000AC6,
3412
+ 0xAC700000ACA,
3413
+ 0xACB00000ACE,
3414
+ 0xAD000000AD1,
3415
+ 0xAE000000AE4,
3416
+ 0xAE600000AF0,
3417
+ 0xAF900000B00,
3418
+ 0xB0100000B04,
3419
+ 0xB0500000B0D,
3420
+ 0xB0F00000B11,
3421
+ 0xB1300000B29,
3422
+ 0xB2A00000B31,
3423
+ 0xB3200000B34,
3424
+ 0xB3500000B3A,
3425
+ 0xB3C00000B45,
3426
+ 0xB4700000B49,
3427
+ 0xB4B00000B4E,
3428
+ 0xB5500000B58,
3429
+ 0xB5F00000B64,
3430
+ 0xB6600000B70,
3431
+ 0xB7100000B72,
3432
+ 0xB8200000B84,
3433
+ 0xB8500000B8B,
3434
+ 0xB8E00000B91,
3435
+ 0xB9200000B96,
3436
+ 0xB9900000B9B,
3437
+ 0xB9C00000B9D,
3438
+ 0xB9E00000BA0,
3439
+ 0xBA300000BA5,
3440
+ 0xBA800000BAB,
3441
+ 0xBAE00000BBA,
3442
+ 0xBBE00000BC3,
3443
+ 0xBC600000BC9,
3444
+ 0xBCA00000BCE,
3445
+ 0xBD000000BD1,
3446
+ 0xBD700000BD8,
3447
+ 0xBE600000BF0,
3448
+ 0xC0000000C0D,
3449
+ 0xC0E00000C11,
3450
+ 0xC1200000C29,
3451
+ 0xC2A00000C3A,
3452
+ 0xC3C00000C45,
3453
+ 0xC4600000C49,
3454
+ 0xC4A00000C4E,
3455
+ 0xC5500000C57,
3456
+ 0xC5800000C5B,
3457
+ 0xC5D00000C5E,
3458
+ 0xC6000000C64,
3459
+ 0xC6600000C70,
3460
+ 0xC8000000C84,
3461
+ 0xC8500000C8D,
3462
+ 0xC8E00000C91,
3463
+ 0xC9200000CA9,
3464
+ 0xCAA00000CB4,
3465
+ 0xCB500000CBA,
3466
+ 0xCBC00000CC5,
3467
+ 0xCC600000CC9,
3468
+ 0xCCA00000CCE,
3469
+ 0xCD500000CD7,
3470
+ 0xCDD00000CDF,
3471
+ 0xCE000000CE4,
3472
+ 0xCE600000CF0,
3473
+ 0xCF100000CF4,
3474
+ 0xD0000000D0D,
3475
+ 0xD0E00000D11,
3476
+ 0xD1200000D45,
3477
+ 0xD4600000D49,
3478
+ 0xD4A00000D4F,
3479
+ 0xD5400000D58,
3480
+ 0xD5F00000D64,
3481
+ 0xD6600000D70,
3482
+ 0xD7A00000D80,
3483
+ 0xD8100000D84,
3484
+ 0xD8500000D97,
3485
+ 0xD9A00000DB2,
3486
+ 0xDB300000DBC,
3487
+ 0xDBD00000DBE,
3488
+ 0xDC000000DC7,
3489
+ 0xDCA00000DCB,
3490
+ 0xDCF00000DD5,
3491
+ 0xDD600000DD7,
3492
+ 0xDD800000DE0,
3493
+ 0xDE600000DF0,
3494
+ 0xDF200000DF4,
3495
+ 0xE0100000E33,
3496
+ 0xE3400000E3B,
3497
+ 0xE4000000E4F,
3498
+ 0xE5000000E5A,
3499
+ 0xE8100000E83,
3500
+ 0xE8400000E85,
3501
+ 0xE8600000E8B,
3502
+ 0xE8C00000EA4,
3503
+ 0xEA500000EA6,
3504
+ 0xEA700000EB3,
3505
+ 0xEB400000EBE,
3506
+ 0xEC000000EC5,
3507
+ 0xEC600000EC7,
3508
+ 0xEC800000ECF,
3509
+ 0xED000000EDA,
3510
+ 0xEDE00000EE0,
3511
+ 0xF0000000F01,
3512
+ 0xF0B00000F0C,
3513
+ 0xF1800000F1A,
3514
+ 0xF2000000F2A,
3515
+ 0xF3500000F36,
3516
+ 0xF3700000F38,
3517
+ 0xF3900000F3A,
3518
+ 0xF3E00000F43,
3519
+ 0xF4400000F48,
3520
+ 0xF4900000F4D,
3521
+ 0xF4E00000F52,
3522
+ 0xF5300000F57,
3523
+ 0xF5800000F5C,
3524
+ 0xF5D00000F69,
3525
+ 0xF6A00000F6D,
3526
+ 0xF7100000F73,
3527
+ 0xF7400000F75,
3528
+ 0xF7A00000F81,
3529
+ 0xF8200000F85,
3530
+ 0xF8600000F93,
3531
+ 0xF9400000F98,
3532
+ 0xF9900000F9D,
3533
+ 0xF9E00000FA2,
3534
+ 0xFA300000FA7,
3535
+ 0xFA800000FAC,
3536
+ 0xFAD00000FB9,
3537
+ 0xFBA00000FBD,
3538
+ 0xFC600000FC7,
3539
+ 0x10000000104A,
3540
+ 0x10500000109E,
3541
+ 0x10D0000010FB,
3542
+ 0x10FD00001100,
3543
+ 0x120000001249,
3544
+ 0x124A0000124E,
3545
+ 0x125000001257,
3546
+ 0x125800001259,
3547
+ 0x125A0000125E,
3548
+ 0x126000001289,
3549
+ 0x128A0000128E,
3550
+ 0x1290000012B1,
3551
+ 0x12B2000012B6,
3552
+ 0x12B8000012BF,
3553
+ 0x12C0000012C1,
3554
+ 0x12C2000012C6,
3555
+ 0x12C8000012D7,
3556
+ 0x12D800001311,
3557
+ 0x131200001316,
3558
+ 0x13180000135B,
3559
+ 0x135D00001360,
3560
+ 0x138000001390,
3561
+ 0x13A0000013F6,
3562
+ 0x14010000166D,
3563
+ 0x166F00001680,
3564
+ 0x16810000169B,
3565
+ 0x16A0000016EB,
3566
+ 0x16F1000016F9,
3567
+ 0x170000001716,
3568
+ 0x171F00001735,
3569
+ 0x174000001754,
3570
+ 0x17600000176D,
3571
+ 0x176E00001771,
3572
+ 0x177200001774,
3573
+ 0x1780000017B4,
3574
+ 0x17B6000017D4,
3575
+ 0x17D7000017D8,
3576
+ 0x17DC000017DE,
3577
+ 0x17E0000017EA,
3578
+ 0x18100000181A,
3579
+ 0x182000001879,
3580
+ 0x1880000018AB,
3581
+ 0x18B0000018F6,
3582
+ 0x19000000191F,
3583
+ 0x19200000192C,
3584
+ 0x19300000193C,
3585
+ 0x19460000196E,
3586
+ 0x197000001975,
3587
+ 0x1980000019AC,
3588
+ 0x19B0000019CA,
3589
+ 0x19D0000019DA,
3590
+ 0x1A0000001A1C,
3591
+ 0x1A2000001A5F,
3592
+ 0x1A6000001A7D,
3593
+ 0x1A7F00001A8A,
3594
+ 0x1A9000001A9A,
3595
+ 0x1AA700001AA8,
3596
+ 0x1AB000001ABE,
3597
+ 0x1ABF00001ACF,
3598
+ 0x1B0000001B4D,
3599
+ 0x1B5000001B5A,
3600
+ 0x1B6B00001B74,
3601
+ 0x1B8000001BF4,
3602
+ 0x1C0000001C38,
3603
+ 0x1C4000001C4A,
3604
+ 0x1C4D00001C7E,
3605
+ 0x1C8A00001C8B,
3606
+ 0x1CD000001CD3,
3607
+ 0x1CD400001CFB,
3608
+ 0x1D0000001D2C,
3609
+ 0x1D2F00001D30,
3610
+ 0x1D3B00001D3C,
3611
+ 0x1D4E00001D4F,
3612
+ 0x1D6B00001D78,
3613
+ 0x1D7900001D9B,
3614
+ 0x1DC000001E00,
3615
+ 0x1E0100001E02,
3616
+ 0x1E0300001E04,
3617
+ 0x1E0500001E06,
3618
+ 0x1E0700001E08,
3619
+ 0x1E0900001E0A,
3620
+ 0x1E0B00001E0C,
3621
+ 0x1E0D00001E0E,
3622
+ 0x1E0F00001E10,
3623
+ 0x1E1100001E12,
3624
+ 0x1E1300001E14,
3625
+ 0x1E1500001E16,
3626
+ 0x1E1700001E18,
3627
+ 0x1E1900001E1A,
3628
+ 0x1E1B00001E1C,
3629
+ 0x1E1D00001E1E,
3630
+ 0x1E1F00001E20,
3631
+ 0x1E2100001E22,
3632
+ 0x1E2300001E24,
3633
+ 0x1E2500001E26,
3634
+ 0x1E2700001E28,
3635
+ 0x1E2900001E2A,
3636
+ 0x1E2B00001E2C,
3637
+ 0x1E2D00001E2E,
3638
+ 0x1E2F00001E30,
3639
+ 0x1E3100001E32,
3640
+ 0x1E3300001E34,
3641
+ 0x1E3500001E36,
3642
+ 0x1E3700001E38,
3643
+ 0x1E3900001E3A,
3644
+ 0x1E3B00001E3C,
3645
+ 0x1E3D00001E3E,
3646
+ 0x1E3F00001E40,
3647
+ 0x1E4100001E42,
3648
+ 0x1E4300001E44,
3649
+ 0x1E4500001E46,
3650
+ 0x1E4700001E48,
3651
+ 0x1E4900001E4A,
3652
+ 0x1E4B00001E4C,
3653
+ 0x1E4D00001E4E,
3654
+ 0x1E4F00001E50,
3655
+ 0x1E5100001E52,
3656
+ 0x1E5300001E54,
3657
+ 0x1E5500001E56,
3658
+ 0x1E5700001E58,
3659
+ 0x1E5900001E5A,
3660
+ 0x1E5B00001E5C,
3661
+ 0x1E5D00001E5E,
3662
+ 0x1E5F00001E60,
3663
+ 0x1E6100001E62,
3664
+ 0x1E6300001E64,
3665
+ 0x1E6500001E66,
3666
+ 0x1E6700001E68,
3667
+ 0x1E6900001E6A,
3668
+ 0x1E6B00001E6C,
3669
+ 0x1E6D00001E6E,
3670
+ 0x1E6F00001E70,
3671
+ 0x1E7100001E72,
3672
+ 0x1E7300001E74,
3673
+ 0x1E7500001E76,
3674
+ 0x1E7700001E78,
3675
+ 0x1E7900001E7A,
3676
+ 0x1E7B00001E7C,
3677
+ 0x1E7D00001E7E,
3678
+ 0x1E7F00001E80,
3679
+ 0x1E8100001E82,
3680
+ 0x1E8300001E84,
3681
+ 0x1E8500001E86,
3682
+ 0x1E8700001E88,
3683
+ 0x1E8900001E8A,
3684
+ 0x1E8B00001E8C,
3685
+ 0x1E8D00001E8E,
3686
+ 0x1E8F00001E90,
3687
+ 0x1E9100001E92,
3688
+ 0x1E9300001E94,
3689
+ 0x1E9500001E9A,
3690
+ 0x1E9C00001E9E,
3691
+ 0x1E9F00001EA0,
3692
+ 0x1EA100001EA2,
3693
+ 0x1EA300001EA4,
3694
+ 0x1EA500001EA6,
3695
+ 0x1EA700001EA8,
3696
+ 0x1EA900001EAA,
3697
+ 0x1EAB00001EAC,
3698
+ 0x1EAD00001EAE,
3699
+ 0x1EAF00001EB0,
3700
+ 0x1EB100001EB2,
3701
+ 0x1EB300001EB4,
3702
+ 0x1EB500001EB6,
3703
+ 0x1EB700001EB8,
3704
+ 0x1EB900001EBA,
3705
+ 0x1EBB00001EBC,
3706
+ 0x1EBD00001EBE,
3707
+ 0x1EBF00001EC0,
3708
+ 0x1EC100001EC2,
3709
+ 0x1EC300001EC4,
3710
+ 0x1EC500001EC6,
3711
+ 0x1EC700001EC8,
3712
+ 0x1EC900001ECA,
3713
+ 0x1ECB00001ECC,
3714
+ 0x1ECD00001ECE,
3715
+ 0x1ECF00001ED0,
3716
+ 0x1ED100001ED2,
3717
+ 0x1ED300001ED4,
3718
+ 0x1ED500001ED6,
3719
+ 0x1ED700001ED8,
3720
+ 0x1ED900001EDA,
3721
+ 0x1EDB00001EDC,
3722
+ 0x1EDD00001EDE,
3723
+ 0x1EDF00001EE0,
3724
+ 0x1EE100001EE2,
3725
+ 0x1EE300001EE4,
3726
+ 0x1EE500001EE6,
3727
+ 0x1EE700001EE8,
3728
+ 0x1EE900001EEA,
3729
+ 0x1EEB00001EEC,
3730
+ 0x1EED00001EEE,
3731
+ 0x1EEF00001EF0,
3732
+ 0x1EF100001EF2,
3733
+ 0x1EF300001EF4,
3734
+ 0x1EF500001EF6,
3735
+ 0x1EF700001EF8,
3736
+ 0x1EF900001EFA,
3737
+ 0x1EFB00001EFC,
3738
+ 0x1EFD00001EFE,
3739
+ 0x1EFF00001F08,
3740
+ 0x1F1000001F16,
3741
+ 0x1F2000001F28,
3742
+ 0x1F3000001F38,
3743
+ 0x1F4000001F46,
3744
+ 0x1F5000001F58,
3745
+ 0x1F6000001F68,
3746
+ 0x1F7000001F71,
3747
+ 0x1F7200001F73,
3748
+ 0x1F7400001F75,
3749
+ 0x1F7600001F77,
3750
+ 0x1F7800001F79,
3751
+ 0x1F7A00001F7B,
3752
+ 0x1F7C00001F7D,
3753
+ 0x1FB000001FB2,
3754
+ 0x1FB600001FB7,
3755
+ 0x1FC600001FC7,
3756
+ 0x1FD000001FD3,
3757
+ 0x1FD600001FD8,
3758
+ 0x1FE000001FE3,
3759
+ 0x1FE400001FE8,
3760
+ 0x1FF600001FF7,
3761
+ 0x214E0000214F,
3762
+ 0x218400002185,
3763
+ 0x2C3000002C60,
3764
+ 0x2C6100002C62,
3765
+ 0x2C6500002C67,
3766
+ 0x2C6800002C69,
3767
+ 0x2C6A00002C6B,
3768
+ 0x2C6C00002C6D,
3769
+ 0x2C7100002C72,
3770
+ 0x2C7300002C75,
3771
+ 0x2C7600002C7C,
3772
+ 0x2C8100002C82,
3773
+ 0x2C8300002C84,
3774
+ 0x2C8500002C86,
3775
+ 0x2C8700002C88,
3776
+ 0x2C8900002C8A,
3777
+ 0x2C8B00002C8C,
3778
+ 0x2C8D00002C8E,
3779
+ 0x2C8F00002C90,
3780
+ 0x2C9100002C92,
3781
+ 0x2C9300002C94,
3782
+ 0x2C9500002C96,
3783
+ 0x2C9700002C98,
3784
+ 0x2C9900002C9A,
3785
+ 0x2C9B00002C9C,
3786
+ 0x2C9D00002C9E,
3787
+ 0x2C9F00002CA0,
3788
+ 0x2CA100002CA2,
3789
+ 0x2CA300002CA4,
3790
+ 0x2CA500002CA6,
3791
+ 0x2CA700002CA8,
3792
+ 0x2CA900002CAA,
3793
+ 0x2CAB00002CAC,
3794
+ 0x2CAD00002CAE,
3795
+ 0x2CAF00002CB0,
3796
+ 0x2CB100002CB2,
3797
+ 0x2CB300002CB4,
3798
+ 0x2CB500002CB6,
3799
+ 0x2CB700002CB8,
3800
+ 0x2CB900002CBA,
3801
+ 0x2CBB00002CBC,
3802
+ 0x2CBD00002CBE,
3803
+ 0x2CBF00002CC0,
3804
+ 0x2CC100002CC2,
3805
+ 0x2CC300002CC4,
3806
+ 0x2CC500002CC6,
3807
+ 0x2CC700002CC8,
3808
+ 0x2CC900002CCA,
3809
+ 0x2CCB00002CCC,
3810
+ 0x2CCD00002CCE,
3811
+ 0x2CCF00002CD0,
3812
+ 0x2CD100002CD2,
3813
+ 0x2CD300002CD4,
3814
+ 0x2CD500002CD6,
3815
+ 0x2CD700002CD8,
3816
+ 0x2CD900002CDA,
3817
+ 0x2CDB00002CDC,
3818
+ 0x2CDD00002CDE,
3819
+ 0x2CDF00002CE0,
3820
+ 0x2CE100002CE2,
3821
+ 0x2CE300002CE5,
3822
+ 0x2CEC00002CED,
3823
+ 0x2CEE00002CF2,
3824
+ 0x2CF300002CF4,
3825
+ 0x2D0000002D26,
3826
+ 0x2D2700002D28,
3827
+ 0x2D2D00002D2E,
3828
+ 0x2D3000002D68,
3829
+ 0x2D7F00002D97,
3830
+ 0x2DA000002DA7,
3831
+ 0x2DA800002DAF,
3832
+ 0x2DB000002DB7,
3833
+ 0x2DB800002DBF,
3834
+ 0x2DC000002DC7,
3835
+ 0x2DC800002DCF,
3836
+ 0x2DD000002DD7,
3837
+ 0x2DD800002DDF,
3838
+ 0x2DE000002E00,
3839
+ 0x2E2F00002E30,
3840
+ 0x300500003008,
3841
+ 0x302A0000302E,
3842
+ 0x303C0000303D,
3843
+ 0x304100003097,
3844
+ 0x30990000309B,
3845
+ 0x309D0000309F,
3846
+ 0x30A1000030FB,
3847
+ 0x30FC000030FF,
3848
+ 0x310500003130,
3849
+ 0x31A0000031C0,
3850
+ 0x31F000003200,
3851
+ 0x340000004DC0,
3852
+ 0x4E000000A48D,
3853
+ 0xA4D00000A4FE,
3854
+ 0xA5000000A60D,
3855
+ 0xA6100000A62C,
3856
+ 0xA6410000A642,
3857
+ 0xA6430000A644,
3858
+ 0xA6450000A646,
3859
+ 0xA6470000A648,
3860
+ 0xA6490000A64A,
3861
+ 0xA64B0000A64C,
3862
+ 0xA64D0000A64E,
3863
+ 0xA64F0000A650,
3864
+ 0xA6510000A652,
3865
+ 0xA6530000A654,
3866
+ 0xA6550000A656,
3867
+ 0xA6570000A658,
3868
+ 0xA6590000A65A,
3869
+ 0xA65B0000A65C,
3870
+ 0xA65D0000A65E,
3871
+ 0xA65F0000A660,
3872
+ 0xA6610000A662,
3873
+ 0xA6630000A664,
3874
+ 0xA6650000A666,
3875
+ 0xA6670000A668,
3876
+ 0xA6690000A66A,
3877
+ 0xA66B0000A66C,
3878
+ 0xA66D0000A670,
3879
+ 0xA6740000A67E,
3880
+ 0xA67F0000A680,
3881
+ 0xA6810000A682,
3882
+ 0xA6830000A684,
3883
+ 0xA6850000A686,
3884
+ 0xA6870000A688,
3885
+ 0xA6890000A68A,
3886
+ 0xA68B0000A68C,
3887
+ 0xA68D0000A68E,
3888
+ 0xA68F0000A690,
3889
+ 0xA6910000A692,
3890
+ 0xA6930000A694,
3891
+ 0xA6950000A696,
3892
+ 0xA6970000A698,
3893
+ 0xA6990000A69A,
3894
+ 0xA69B0000A69C,
3895
+ 0xA69E0000A6E6,
3896
+ 0xA6F00000A6F2,
3897
+ 0xA7170000A720,
3898
+ 0xA7230000A724,
3899
+ 0xA7250000A726,
3900
+ 0xA7270000A728,
3901
+ 0xA7290000A72A,
3902
+ 0xA72B0000A72C,
3903
+ 0xA72D0000A72E,
3904
+ 0xA72F0000A732,
3905
+ 0xA7330000A734,
3906
+ 0xA7350000A736,
3907
+ 0xA7370000A738,
3908
+ 0xA7390000A73A,
3909
+ 0xA73B0000A73C,
3910
+ 0xA73D0000A73E,
3911
+ 0xA73F0000A740,
3912
+ 0xA7410000A742,
3913
+ 0xA7430000A744,
3914
+ 0xA7450000A746,
3915
+ 0xA7470000A748,
3916
+ 0xA7490000A74A,
3917
+ 0xA74B0000A74C,
3918
+ 0xA74D0000A74E,
3919
+ 0xA74F0000A750,
3920
+ 0xA7510000A752,
3921
+ 0xA7530000A754,
3922
+ 0xA7550000A756,
3923
+ 0xA7570000A758,
3924
+ 0xA7590000A75A,
3925
+ 0xA75B0000A75C,
3926
+ 0xA75D0000A75E,
3927
+ 0xA75F0000A760,
3928
+ 0xA7610000A762,
3929
+ 0xA7630000A764,
3930
+ 0xA7650000A766,
3931
+ 0xA7670000A768,
3932
+ 0xA7690000A76A,
3933
+ 0xA76B0000A76C,
3934
+ 0xA76D0000A76E,
3935
+ 0xA76F0000A770,
3936
+ 0xA7710000A779,
3937
+ 0xA77A0000A77B,
3938
+ 0xA77C0000A77D,
3939
+ 0xA77F0000A780,
3940
+ 0xA7810000A782,
3941
+ 0xA7830000A784,
3942
+ 0xA7850000A786,
3943
+ 0xA7870000A789,
3944
+ 0xA78C0000A78D,
3945
+ 0xA78E0000A790,
3946
+ 0xA7910000A792,
3947
+ 0xA7930000A796,
3948
+ 0xA7970000A798,
3949
+ 0xA7990000A79A,
3950
+ 0xA79B0000A79C,
3951
+ 0xA79D0000A79E,
3952
+ 0xA79F0000A7A0,
3953
+ 0xA7A10000A7A2,
3954
+ 0xA7A30000A7A4,
3955
+ 0xA7A50000A7A6,
3956
+ 0xA7A70000A7A8,
3957
+ 0xA7A90000A7AA,
3958
+ 0xA7AF0000A7B0,
3959
+ 0xA7B50000A7B6,
3960
+ 0xA7B70000A7B8,
3961
+ 0xA7B90000A7BA,
3962
+ 0xA7BB0000A7BC,
3963
+ 0xA7BD0000A7BE,
3964
+ 0xA7BF0000A7C0,
3965
+ 0xA7C10000A7C2,
3966
+ 0xA7C30000A7C4,
3967
+ 0xA7C80000A7C9,
3968
+ 0xA7CA0000A7CB,
3969
+ 0xA7CD0000A7CE,
3970
+ 0xA7D10000A7D2,
3971
+ 0xA7D30000A7D4,
3972
+ 0xA7D50000A7D6,
3973
+ 0xA7D70000A7D8,
3974
+ 0xA7D90000A7DA,
3975
+ 0xA7DB0000A7DC,
3976
+ 0xA7F60000A7F8,
3977
+ 0xA7FA0000A828,
3978
+ 0xA82C0000A82D,
3979
+ 0xA8400000A874,
3980
+ 0xA8800000A8C6,
3981
+ 0xA8D00000A8DA,
3982
+ 0xA8E00000A8F8,
3983
+ 0xA8FB0000A8FC,
3984
+ 0xA8FD0000A92E,
3985
+ 0xA9300000A954,
3986
+ 0xA9800000A9C1,
3987
+ 0xA9CF0000A9DA,
3988
+ 0xA9E00000A9FF,
3989
+ 0xAA000000AA37,
3990
+ 0xAA400000AA4E,
3991
+ 0xAA500000AA5A,
3992
+ 0xAA600000AA77,
3993
+ 0xAA7A0000AAC3,
3994
+ 0xAADB0000AADE,
3995
+ 0xAAE00000AAF0,
3996
+ 0xAAF20000AAF7,
3997
+ 0xAB010000AB07,
3998
+ 0xAB090000AB0F,
3999
+ 0xAB110000AB17,
4000
+ 0xAB200000AB27,
4001
+ 0xAB280000AB2F,
4002
+ 0xAB300000AB5B,
4003
+ 0xAB600000AB69,
4004
+ 0xABC00000ABEB,
4005
+ 0xABEC0000ABEE,
4006
+ 0xABF00000ABFA,
4007
+ 0xAC000000D7A4,
4008
+ 0xFA0E0000FA10,
4009
+ 0xFA110000FA12,
4010
+ 0xFA130000FA15,
4011
+ 0xFA1F0000FA20,
4012
+ 0xFA210000FA22,
4013
+ 0xFA230000FA25,
4014
+ 0xFA270000FA2A,
4015
+ 0xFB1E0000FB1F,
4016
+ 0xFE200000FE30,
4017
+ 0xFE730000FE74,
4018
+ 0x100000001000C,
4019
+ 0x1000D00010027,
4020
+ 0x100280001003B,
4021
+ 0x1003C0001003E,
4022
+ 0x1003F0001004E,
4023
+ 0x100500001005E,
4024
+ 0x10080000100FB,
4025
+ 0x101FD000101FE,
4026
+ 0x102800001029D,
4027
+ 0x102A0000102D1,
4028
+ 0x102E0000102E1,
4029
+ 0x1030000010320,
4030
+ 0x1032D00010341,
4031
+ 0x103420001034A,
4032
+ 0x103500001037B,
4033
+ 0x103800001039E,
4034
+ 0x103A0000103C4,
4035
+ 0x103C8000103D0,
4036
+ 0x104280001049E,
4037
+ 0x104A0000104AA,
4038
+ 0x104D8000104FC,
4039
+ 0x1050000010528,
4040
+ 0x1053000010564,
4041
+ 0x10597000105A2,
4042
+ 0x105A3000105B2,
4043
+ 0x105B3000105BA,
4044
+ 0x105BB000105BD,
4045
+ 0x105C0000105F4,
4046
+ 0x1060000010737,
4047
+ 0x1074000010756,
4048
+ 0x1076000010768,
4049
+ 0x1078000010781,
4050
+ 0x1080000010806,
4051
+ 0x1080800010809,
4052
+ 0x1080A00010836,
4053
+ 0x1083700010839,
4054
+ 0x1083C0001083D,
4055
+ 0x1083F00010856,
4056
+ 0x1086000010877,
4057
+ 0x108800001089F,
4058
+ 0x108E0000108F3,
4059
+ 0x108F4000108F6,
4060
+ 0x1090000010916,
4061
+ 0x109200001093A,
4062
+ 0x10980000109B8,
4063
+ 0x109BE000109C0,
4064
+ 0x10A0000010A04,
4065
+ 0x10A0500010A07,
4066
+ 0x10A0C00010A14,
4067
+ 0x10A1500010A18,
4068
+ 0x10A1900010A36,
4069
+ 0x10A3800010A3B,
4070
+ 0x10A3F00010A40,
4071
+ 0x10A6000010A7D,
4072
+ 0x10A8000010A9D,
4073
+ 0x10AC000010AC8,
4074
+ 0x10AC900010AE7,
4075
+ 0x10B0000010B36,
4076
+ 0x10B4000010B56,
4077
+ 0x10B6000010B73,
4078
+ 0x10B8000010B92,
4079
+ 0x10C0000010C49,
4080
+ 0x10CC000010CF3,
4081
+ 0x10D0000010D28,
4082
+ 0x10D3000010D3A,
4083
+ 0x10D4000010D50,
4084
+ 0x10D6900010D6E,
4085
+ 0x10D6F00010D86,
4086
+ 0x10E8000010EAA,
4087
+ 0x10EAB00010EAD,
4088
+ 0x10EB000010EB2,
4089
+ 0x10EC200010EC5,
4090
+ 0x10EFC00010F1D,
4091
+ 0x10F2700010F28,
4092
+ 0x10F3000010F51,
4093
+ 0x10F7000010F86,
4094
+ 0x10FB000010FC5,
4095
+ 0x10FE000010FF7,
4096
+ 0x1100000011047,
4097
+ 0x1106600011076,
4098
+ 0x1107F000110BB,
4099
+ 0x110C2000110C3,
4100
+ 0x110D0000110E9,
4101
+ 0x110F0000110FA,
4102
+ 0x1110000011135,
4103
+ 0x1113600011140,
4104
+ 0x1114400011148,
4105
+ 0x1115000011174,
4106
+ 0x1117600011177,
4107
+ 0x11180000111C5,
4108
+ 0x111C9000111CD,
4109
+ 0x111CE000111DB,
4110
+ 0x111DC000111DD,
4111
+ 0x1120000011212,
4112
+ 0x1121300011238,
4113
+ 0x1123E00011242,
4114
+ 0x1128000011287,
4115
+ 0x1128800011289,
4116
+ 0x1128A0001128E,
4117
+ 0x1128F0001129E,
4118
+ 0x1129F000112A9,
4119
+ 0x112B0000112EB,
4120
+ 0x112F0000112FA,
4121
+ 0x1130000011304,
4122
+ 0x113050001130D,
4123
+ 0x1130F00011311,
4124
+ 0x1131300011329,
4125
+ 0x1132A00011331,
4126
+ 0x1133200011334,
4127
+ 0x113350001133A,
4128
+ 0x1133B00011345,
4129
+ 0x1134700011349,
4130
+ 0x1134B0001134E,
4131
+ 0x1135000011351,
4132
+ 0x1135700011358,
4133
+ 0x1135D00011364,
4134
+ 0x113660001136D,
4135
+ 0x1137000011375,
4136
+ 0x113800001138A,
4137
+ 0x1138B0001138C,
4138
+ 0x1138E0001138F,
4139
+ 0x11390000113B6,
4140
+ 0x113B7000113C1,
4141
+ 0x113C2000113C3,
4142
+ 0x113C5000113C6,
4143
+ 0x113C7000113CB,
4144
+ 0x113CC000113D4,
4145
+ 0x113E1000113E3,
4146
+ 0x114000001144B,
4147
+ 0x114500001145A,
4148
+ 0x1145E00011462,
4149
+ 0x11480000114C6,
4150
+ 0x114C7000114C8,
4151
+ 0x114D0000114DA,
4152
+ 0x11580000115B6,
4153
+ 0x115B8000115C1,
4154
+ 0x115D8000115DE,
4155
+ 0x1160000011641,
4156
+ 0x1164400011645,
4157
+ 0x116500001165A,
4158
+ 0x11680000116B9,
4159
+ 0x116C0000116CA,
4160
+ 0x116D0000116E4,
4161
+ 0x117000001171B,
4162
+ 0x1171D0001172C,
4163
+ 0x117300001173A,
4164
+ 0x1174000011747,
4165
+ 0x118000001183B,
4166
+ 0x118C0000118EA,
4167
+ 0x118FF00011907,
4168
+ 0x119090001190A,
4169
+ 0x1190C00011914,
4170
+ 0x1191500011917,
4171
+ 0x1191800011936,
4172
+ 0x1193700011939,
4173
+ 0x1193B00011944,
4174
+ 0x119500001195A,
4175
+ 0x119A0000119A8,
4176
+ 0x119AA000119D8,
4177
+ 0x119DA000119E2,
4178
+ 0x119E3000119E5,
4179
+ 0x11A0000011A3F,
4180
+ 0x11A4700011A48,
4181
+ 0x11A5000011A9A,
4182
+ 0x11A9D00011A9E,
4183
+ 0x11AB000011AF9,
4184
+ 0x11BC000011BE1,
4185
+ 0x11BF000011BFA,
4186
+ 0x11C0000011C09,
4187
+ 0x11C0A00011C37,
4188
+ 0x11C3800011C41,
4189
+ 0x11C5000011C5A,
4190
+ 0x11C7200011C90,
4191
+ 0x11C9200011CA8,
4192
+ 0x11CA900011CB7,
4193
+ 0x11D0000011D07,
4194
+ 0x11D0800011D0A,
4195
+ 0x11D0B00011D37,
4196
+ 0x11D3A00011D3B,
4197
+ 0x11D3C00011D3E,
4198
+ 0x11D3F00011D48,
4199
+ 0x11D5000011D5A,
4200
+ 0x11D6000011D66,
4201
+ 0x11D6700011D69,
4202
+ 0x11D6A00011D8F,
4203
+ 0x11D9000011D92,
4204
+ 0x11D9300011D99,
4205
+ 0x11DA000011DAA,
4206
+ 0x11EE000011EF7,
4207
+ 0x11F0000011F11,
4208
+ 0x11F1200011F3B,
4209
+ 0x11F3E00011F43,
4210
+ 0x11F5000011F5B,
4211
+ 0x11FB000011FB1,
4212
+ 0x120000001239A,
4213
+ 0x1248000012544,
4214
+ 0x12F9000012FF1,
4215
+ 0x1300000013430,
4216
+ 0x1344000013456,
4217
+ 0x13460000143FB,
4218
+ 0x1440000014647,
4219
+ 0x161000001613A,
4220
+ 0x1680000016A39,
4221
+ 0x16A4000016A5F,
4222
+ 0x16A6000016A6A,
4223
+ 0x16A7000016ABF,
4224
+ 0x16AC000016ACA,
4225
+ 0x16AD000016AEE,
4226
+ 0x16AF000016AF5,
4227
+ 0x16B0000016B37,
4228
+ 0x16B4000016B44,
4229
+ 0x16B5000016B5A,
4230
+ 0x16B6300016B78,
4231
+ 0x16B7D00016B90,
4232
+ 0x16D4000016D6D,
4233
+ 0x16D7000016D7A,
4234
+ 0x16E6000016E80,
4235
+ 0x16F0000016F4B,
4236
+ 0x16F4F00016F88,
4237
+ 0x16F8F00016FA0,
4238
+ 0x16FE000016FE2,
4239
+ 0x16FE300016FE5,
4240
+ 0x16FF000016FF2,
4241
+ 0x17000000187F8,
4242
+ 0x1880000018CD6,
4243
+ 0x18CFF00018D09,
4244
+ 0x1AFF00001AFF4,
4245
+ 0x1AFF50001AFFC,
4246
+ 0x1AFFD0001AFFF,
4247
+ 0x1B0000001B123,
4248
+ 0x1B1320001B133,
4249
+ 0x1B1500001B153,
4250
+ 0x1B1550001B156,
4251
+ 0x1B1640001B168,
4252
+ 0x1B1700001B2FC,
4253
+ 0x1BC000001BC6B,
4254
+ 0x1BC700001BC7D,
4255
+ 0x1BC800001BC89,
4256
+ 0x1BC900001BC9A,
4257
+ 0x1BC9D0001BC9F,
4258
+ 0x1CCF00001CCFA,
4259
+ 0x1CF000001CF2E,
4260
+ 0x1CF300001CF47,
4261
+ 0x1DA000001DA37,
4262
+ 0x1DA3B0001DA6D,
4263
+ 0x1DA750001DA76,
4264
+ 0x1DA840001DA85,
4265
+ 0x1DA9B0001DAA0,
4266
+ 0x1DAA10001DAB0,
4267
+ 0x1DF000001DF1F,
4268
+ 0x1DF250001DF2B,
4269
+ 0x1E0000001E007,
4270
+ 0x1E0080001E019,
4271
+ 0x1E01B0001E022,
4272
+ 0x1E0230001E025,
4273
+ 0x1E0260001E02B,
4274
+ 0x1E08F0001E090,
4275
+ 0x1E1000001E12D,
4276
+ 0x1E1300001E13E,
4277
+ 0x1E1400001E14A,
4278
+ 0x1E14E0001E14F,
4279
+ 0x1E2900001E2AF,
4280
+ 0x1E2C00001E2FA,
4281
+ 0x1E4D00001E4FA,
4282
+ 0x1E5D00001E5FB,
4283
+ 0x1E7E00001E7E7,
4284
+ 0x1E7E80001E7EC,
4285
+ 0x1E7ED0001E7EF,
4286
+ 0x1E7F00001E7FF,
4287
+ 0x1E8000001E8C5,
4288
+ 0x1E8D00001E8D7,
4289
+ 0x1E9220001E94C,
4290
+ 0x1E9500001E95A,
4291
+ 0x200000002A6E0,
4292
+ 0x2A7000002B73A,
4293
+ 0x2B7400002B81E,
4294
+ 0x2B8200002CEA2,
4295
+ 0x2CEB00002EBE1,
4296
+ 0x2EBF00002EE5E,
4297
+ 0x300000003134B,
4298
+ 0x31350000323B0,
4299
+ ),
4300
+ "CONTEXTJ": (0x200C0000200E,),
4301
+ "CONTEXTO": (
4302
+ 0xB7000000B8,
4303
+ 0x37500000376,
4304
+ 0x5F3000005F5,
4305
+ 0x6600000066A,
4306
+ 0x6F0000006FA,
4307
+ 0x30FB000030FC,
4308
+ ),
4309
+ }
bertvenv/lib/python3.10/site-packages/idna/intranges.py ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ Given a list of integers, made up of (hopefully) a small number of long runs
3
+ of consecutive integers, compute a representation of the form
4
+ ((start1, end1), (start2, end2) ...). Then answer the question "was x present
5
+ in the original list?" in time O(log(# runs)).
6
+ """
7
+
8
+ import bisect
9
+ from typing import List, Tuple
10
+
11
+
12
+ def intranges_from_list(list_: List[int]) -> Tuple[int, ...]:
13
+ """Represent a list of integers as a sequence of ranges:
14
+ ((start_0, end_0), (start_1, end_1), ...), such that the original
15
+ integers are exactly those x such that start_i <= x < end_i for some i.
16
+
17
+ Ranges are encoded as single integers (start << 32 | end), not as tuples.
18
+ """
19
+
20
+ sorted_list = sorted(list_)
21
+ ranges = []
22
+ last_write = -1
23
+ for i in range(len(sorted_list)):
24
+ if i + 1 < len(sorted_list):
25
+ if sorted_list[i] == sorted_list[i + 1] - 1:
26
+ continue
27
+ current_range = sorted_list[last_write + 1 : i + 1]
28
+ ranges.append(_encode_range(current_range[0], current_range[-1] + 1))
29
+ last_write = i
30
+
31
+ return tuple(ranges)
32
+
33
+
34
+ def _encode_range(start: int, end: int) -> int:
35
+ return (start << 32) | end
36
+
37
+
38
+ def _decode_range(r: int) -> Tuple[int, int]:
39
+ return (r >> 32), (r & ((1 << 32) - 1))
40
+
41
+
42
+ def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool:
43
+ """Determine if `int_` falls into one of the ranges in `ranges`."""
44
+ tuple_ = _encode_range(int_, 0)
45
+ pos = bisect.bisect_left(ranges, tuple_)
46
+ # we could be immediately ahead of a tuple (start, end)
47
+ # with start < int_ <= end
48
+ if pos > 0:
49
+ left, right = _decode_range(ranges[pos - 1])
50
+ if left <= int_ < right:
51
+ return True
52
+ # or we could be immediately behind a tuple (int_, end)
53
+ if pos < len(ranges):
54
+ left, _ = _decode_range(ranges[pos])
55
+ if left == int_:
56
+ return True
57
+ return False
bertvenv/lib/python3.10/site-packages/idna/package_data.py ADDED
@@ -0,0 +1 @@
 
 
1
+ __version__ = "3.11"
bertvenv/lib/python3.10/site-packages/idna/py.typed ADDED
File without changes
bertvenv/lib/python3.10/site-packages/idna/uts46data.py ADDED
The diff for this file is too large to render. See raw diff
 
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/License.txt ADDED
@@ -0,0 +1,1568 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ End User License Agreement
2
+ --------------------------
3
+
4
+
5
+ Preface
6
+ -------
7
+
8
+ The Software License Agreement in Chapter 1 and the Supplement
9
+ in Chapter 2 contain license terms and conditions that govern
10
+ the use of NVIDIA software. By accepting this agreement, you
11
+ agree to comply with all the terms and conditions applicable
12
+ to the product(s) included herein.
13
+
14
+
15
+ NVIDIA Driver
16
+
17
+
18
+ Description
19
+
20
+ This package contains the operating system driver and
21
+ fundamental system software components for NVIDIA GPUs.
22
+
23
+
24
+ NVIDIA CUDA Toolkit
25
+
26
+
27
+ Description
28
+
29
+ The NVIDIA CUDA Toolkit provides command-line and graphical
30
+ tools for building, debugging and optimizing the performance
31
+ of applications accelerated by NVIDIA GPUs, runtime and math
32
+ libraries, and documentation including programming guides,
33
+ user manuals, and API references.
34
+
35
+
36
+ Default Install Location of CUDA Toolkit
37
+
38
+ Windows platform:
39
+
40
+ %ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
41
+
42
+ Linux platform:
43
+
44
+ /usr/local/cuda-#.#
45
+
46
+ Mac platform:
47
+
48
+ /Developer/NVIDIA/CUDA-#.#
49
+
50
+
51
+ NVIDIA CUDA Samples
52
+
53
+
54
+ Description
55
+
56
+ This package includes over 100+ CUDA examples that demonstrate
57
+ various CUDA programming principles, and efficient CUDA
58
+ implementation of algorithms in specific application domains.
59
+
60
+
61
+ Default Install Location of CUDA Samples
62
+
63
+ Windows platform:
64
+
65
+ %ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
66
+
67
+ Linux platform:
68
+
69
+ /usr/local/cuda-#.#/samples
70
+
71
+ and
72
+
73
+ $HOME/NVIDIA_CUDA-#.#_Samples
74
+
75
+ Mac platform:
76
+
77
+ /Developer/NVIDIA/CUDA-#.#/samples
78
+
79
+
80
+ NVIDIA Nsight Visual Studio Edition (Windows only)
81
+
82
+
83
+ Description
84
+
85
+ NVIDIA Nsight Development Platform, Visual Studio Edition is a
86
+ development environment integrated into Microsoft Visual
87
+ Studio that provides tools for debugging, profiling, analyzing
88
+ and optimizing your GPU computing and graphics applications.
89
+
90
+
91
+ Default Install Location of Nsight Visual Studio Edition
92
+
93
+ Windows platform:
94
+
95
+ %ProgramFiles(x86)%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
96
+
97
+
98
+ 1. License Agreement for NVIDIA Software Development Kits
99
+ ---------------------------------------------------------
100
+
101
+
102
+ Release Date: July 26, 2018
103
+ ---------------------------
104
+
105
+
106
+ Important NoticeRead before downloading, installing,
107
+ copying or using the licensed software:
108
+ -------------------------------------------------------
109
+
110
+ This license agreement, including exhibits attached
111
+ ("Agreement”) is a legal agreement between you and NVIDIA
112
+ Corporation ("NVIDIA") and governs your use of a NVIDIA
113
+ software development kit (“SDK”).
114
+
115
+ Each SDK has its own set of software and materials, but here
116
+ is a description of the types of items that may be included in
117
+ a SDK: source code, header files, APIs, data sets and assets
118
+ (examples include images, textures, models, scenes, videos,
119
+ native API input/output files), binary software, sample code,
120
+ libraries, utility programs, programming code and
121
+ documentation.
122
+
123
+ This Agreement can be accepted only by an adult of legal age
124
+ of majority in the country in which the SDK is used.
125
+
126
+ If you are entering into this Agreement on behalf of a company
127
+ or other legal entity, you represent that you have the legal
128
+ authority to bind the entity to this Agreement, in which case
129
+ “you” will mean the entity you represent.
130
+
131
+ If you don’t have the required age or authority to accept
132
+ this Agreement, or if you don’t accept all the terms and
133
+ conditions of this Agreement, do not download, install or use
134
+ the SDK.
135
+
136
+ You agree to use the SDK only for purposes that are permitted
137
+ by (a) this Agreement, and (b) any applicable law, regulation
138
+ or generally accepted practices or guidelines in the relevant
139
+ jurisdictions.
140
+
141
+
142
+ 1.1. License
143
+
144
+
145
+ 1.1.1. License Grant
146
+
147
+ Subject to the terms of this Agreement, NVIDIA hereby grants
148
+ you a non-exclusive, non-transferable license, without the
149
+ right to sublicense (except as expressly provided in this
150
+ Agreement) to:
151
+
152
+ 1. Install and use the SDK,
153
+
154
+ 2. Modify and create derivative works of sample source code
155
+ delivered in the SDK, and
156
+
157
+ 3. Distribute those portions of the SDK that are identified
158
+ in this Agreement as distributable, as incorporated in
159
+ object code format into a software application that meets
160
+ the distribution requirements indicated in this Agreement.
161
+
162
+
163
+ 1.1.2. Distribution Requirements
164
+
165
+ These are the distribution requirements for you to exercise
166
+ the distribution grant:
167
+
168
+ 1. Your application must have material additional
169
+ functionality, beyond the included portions of the SDK.
170
+
171
+ 2. The distributable portions of the SDK shall only be
172
+ accessed by your application.
173
+
174
+ 3. The following notice shall be included in modifications
175
+ and derivative works of sample source code distributed:
176
+ “This software contains source code provided by NVIDIA
177
+ Corporation.”
178
+
179
+ 4. Unless a developer tool is identified in this Agreement
180
+ as distributable, it is delivered for your internal use
181
+ only.
182
+
183
+ 5. The terms under which you distribute your application
184
+ must be consistent with the terms of this Agreement,
185
+ including (without limitation) terms relating to the
186
+ license grant and license restrictions and protection of
187
+ NVIDIA’s intellectual property rights. Additionally, you
188
+ agree that you will protect the privacy, security and
189
+ legal rights of your application users.
190
+
191
+ 6. You agree to notify NVIDIA in writing of any known or
192
+ suspected distribution or use of the SDK not in compliance
193
+ with the requirements of this Agreement, and to enforce
194
+ the terms of your agreements with respect to distributed
195
+ SDK.
196
+
197
+
198
+ 1.1.3. Authorized Users
199
+
200
+ You may allow employees and contractors of your entity or of
201
+ your subsidiary(ies) to access and use the SDK from your
202
+ secure network to perform work on your behalf.
203
+
204
+ If you are an academic institution you may allow users
205
+ enrolled or employed by the academic institution to access and
206
+ use the SDK from your secure network.
207
+
208
+ You are responsible for the compliance with the terms of this
209
+ Agreement by your authorized users. If you become aware that
210
+ your authorized users didn’t follow the terms of this
211
+ Agreement, you agree to take reasonable steps to resolve the
212
+ non-compliance and prevent new occurrences.
213
+
214
+
215
+ 1.1.4. Pre-Release SDK
216
+
217
+ The SDK versions identified as alpha, beta, preview or
218
+ otherwise as pre-release, may not be fully functional, may
219
+ contain errors or design flaws, and may have reduced or
220
+ different security, privacy, accessibility, availability, and
221
+ reliability standards relative to commercial versions of
222
+ NVIDIA software and materials. Use of a pre-release SDK may
223
+ result in unexpected results, loss of data, project delays or
224
+ other unpredictable damage or loss.
225
+
226
+ You may use a pre-release SDK at your own risk, understanding
227
+ that pre-release SDKs are not intended for use in production
228
+ or business-critical systems.
229
+
230
+ NVIDIA may choose not to make available a commercial version
231
+ of any pre-release SDK. NVIDIA may also choose to abandon
232
+ development and terminate the availability of a pre-release
233
+ SDK at any time without liability.
234
+
235
+
236
+ 1.1.5. Updates
237
+
238
+ NVIDIA may, at its option, make available patches, workarounds
239
+ or other updates to this SDK. Unless the updates are provided
240
+ with their separate governing terms, they are deemed part of
241
+ the SDK licensed to you as provided in this Agreement. You
242
+ agree that the form and content of the SDK that NVIDIA
243
+ provides may change without prior notice to you. While NVIDIA
244
+ generally maintains compatibility between versions, NVIDIA may
245
+ in some cases make changes that introduce incompatibilities in
246
+ future versions of the SDK.
247
+
248
+
249
+ 1.1.6. Third Party Licenses
250
+
251
+ The SDK may come bundled with, or otherwise include or be
252
+ distributed with, third party software licensed by a NVIDIA
253
+ supplier and/or open source software provided under an open
254
+ source license. Use of third party software is subject to the
255
+ third-party license terms, or in the absence of third party
256
+ terms, the terms of this Agreement. Copyright to third party
257
+ software is held by the copyright holders indicated in the
258
+ third-party software or license.
259
+
260
+
261
+ 1.1.7. Reservation of Rights
262
+
263
+ NVIDIA reserves all rights, title, and interest in and to the
264
+ SDK, not expressly granted to you under this Agreement.
265
+
266
+
267
+ 1.2. Limitations
268
+
269
+ The following license limitations apply to your use of the
270
+ SDK:
271
+
272
+ 1. You may not reverse engineer, decompile or disassemble,
273
+ or remove copyright or other proprietary notices from any
274
+ portion of the SDK or copies of the SDK.
275
+
276
+ 2. Except as expressly provided in this Agreement, you may
277
+ not copy, sell, rent, sublicense, transfer, distribute,
278
+ modify, or create derivative works of any portion of the
279
+ SDK. For clarity, you may not distribute or sublicense the
280
+ SDK as a stand-alone product.
281
+
282
+ 3. Unless you have an agreement with NVIDIA for this
283
+ purpose, you may not indicate that an application created
284
+ with the SDK is sponsored or endorsed by NVIDIA.
285
+
286
+ 4. You may not bypass, disable, or circumvent any
287
+ encryption, security, digital rights management or
288
+ authentication mechanism in the SDK.
289
+
290
+ 5. You may not use the SDK in any manner that would cause it
291
+ to become subject to an open source software license. As
292
+ examples, licenses that require as a condition of use,
293
+ modification, and/or distribution that the SDK be:
294
+
295
+ a. Disclosed or distributed in source code form;
296
+
297
+ b. Licensed for the purpose of making derivative works;
298
+ or
299
+
300
+ c. Redistributable at no charge.
301
+
302
+ 6. Unless you have an agreement with NVIDIA for this
303
+ purpose, you may not use the SDK with any system or
304
+ application where the use or failure of the system or
305
+ application can reasonably be expected to threaten or
306
+ result in personal injury, death, or catastrophic loss.
307
+ Examples include use in avionics, navigation, military,
308
+ medical, life support or other life critical applications.
309
+ NVIDIA does not design, test or manufacture the SDK for
310
+ these critical uses and NVIDIA shall not be liable to you
311
+ or any third party, in whole or in part, for any claims or
312
+ damages arising from such uses.
313
+
314
+ 7. You agree to defend, indemnify and hold harmless NVIDIA
315
+ and its affiliates, and their respective employees,
316
+ contractors, agents, officers and directors, from and
317
+ against any and all claims, damages, obligations, losses,
318
+ liabilities, costs or debt, fines, restitutions and
319
+ expenses (including but not limited to attorney’s fees
320
+ and costs incident to establishing the right of
321
+ indemnification) arising out of or related to your use of
322
+ the SDK outside of the scope of this Agreement, or not in
323
+ compliance with its terms.
324
+
325
+
326
+ 1.3. Ownership
327
+
328
+ 1. NVIDIA or its licensors hold all rights, title and
329
+ interest in and to the SDK and its modifications and
330
+ derivative works, including their respective intellectual
331
+ property rights, subject to your rights described in this
332
+ section. This SDK may include software and materials from
333
+ NVIDIA’s licensors, and these licensors are intended
334
+ third party beneficiaries that may enforce this Agreement
335
+ with respect to their intellectual property rights.
336
+
337
+ 2. You hold all rights, title and interest in and to your
338
+ applications and your derivative works of the sample
339
+ source code delivered in the SDK, including their
340
+ respective intellectual property rights, subject to
341
+ NVIDIA’s rights described in this section.
342
+
343
+ 3. You may, but don’t have to, provide to NVIDIA
344
+ suggestions, feature requests or other feedback regarding
345
+ the SDK, including possible enhancements or modifications
346
+ to the SDK. For any feedback that you voluntarily provide,
347
+ you hereby grant NVIDIA and its affiliates a perpetual,
348
+ non-exclusive, worldwide, irrevocable license to use,
349
+ reproduce, modify, license, sublicense (through multiple
350
+ tiers of sublicensees), and distribute (through multiple
351
+ tiers of distributors) it without the payment of any
352
+ royalties or fees to you. NVIDIA will use feedback at its
353
+ choice. NVIDIA is constantly looking for ways to improve
354
+ its products, so you may send feedback to NVIDIA through
355
+ the developer portal at https://developer.nvidia.com.
356
+
357
+
358
+ 1.4. No Warranties
359
+
360
+ THE SDK IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL
361
+ FAULTS.” TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND
362
+ ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND
363
+ OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,
364
+ BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
365
+ FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE
366
+ ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO
367
+ WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF
368
+ DEALING OR COURSE OF TRADE.
369
+
370
+
371
+ 1.5. Limitation of Liability
372
+
373
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS
374
+ AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
375
+ PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS
376
+ OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF
377
+ PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION
378
+ WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK,
379
+ WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH
380
+ OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE),
381
+ PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF
382
+ LIABILITY. IN NO EVENT WILL NVIDIA’S AND ITS AFFILIATES
383
+ TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS
384
+ AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE
385
+ NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS
386
+ LIMIT.
387
+
388
+ These exclusions and limitations of liability shall apply
389
+ regardless if NVIDIA or its affiliates have been advised of
390
+ the possibility of such damages, and regardless of whether a
391
+ remedy fails its essential purpose. These exclusions and
392
+ limitations of liability form an essential basis of the
393
+ bargain between the parties, and, absent any of these
394
+ exclusions or limitations of liability, the provisions of this
395
+ Agreement, including, without limitation, the economic terms,
396
+ would be substantially different.
397
+
398
+
399
+ 1.6. Termination
400
+
401
+ 1. This Agreement will continue to apply until terminated by
402
+ either you or NVIDIA as described below.
403
+
404
+ 2. If you want to terminate this Agreement, you may do so by
405
+ stopping to use the SDK.
406
+
407
+ 3. NVIDIA may, at any time, terminate this Agreement if:
408
+
409
+ a. (i) you fail to comply with any term of this
410
+ Agreement and the non-compliance is not fixed within
411
+ thirty (30) days following notice from NVIDIA (or
412
+ immediately if you violate NVIDIA’s intellectual
413
+ property rights);
414
+
415
+ b. (ii) you commence or participate in any legal
416
+ proceeding against NVIDIA with respect to the SDK; or
417
+
418
+ c. (iii) NVIDIA decides to no longer provide the SDK in
419
+ a country or, in NVIDIA’s sole discretion, the
420
+ continued use of it is no longer commercially viable.
421
+
422
+ 4. Upon any termination of this Agreement, you agree to
423
+ promptly discontinue use of the SDK and destroy all copies
424
+ in your possession or control. Your prior distributions in
425
+ accordance with this Agreement are not affected by the
426
+ termination of this Agreement. Upon written request, you
427
+ will certify in writing that you have complied with your
428
+ commitments under this section. Upon any termination of
429
+ this Agreement all provisions survive except for the
430
+ license grant provisions.
431
+
432
+
433
+ 1.7. General
434
+
435
+ If you wish to assign this Agreement or your rights and
436
+ obligations, including by merger, consolidation, dissolution
437
+ or operation of law, contact NVIDIA to ask for permission. Any
438
+ attempted assignment not approved by NVIDIA in writing shall
439
+ be void and of no effect. NVIDIA may assign, delegate or
440
+ transfer this Agreement and its rights and obligations, and if
441
+ to a non-affiliate you will be notified.
442
+
443
+ You agree to cooperate with NVIDIA and provide reasonably
444
+ requested information to verify your compliance with this
445
+ Agreement.
446
+
447
+ This Agreement will be governed in all respects by the laws of
448
+ the United States and of the State of Delaware as those laws
449
+ are applied to contracts entered into and performed entirely
450
+ within Delaware by Delaware residents, without regard to the
451
+ conflicts of laws principles. The United Nations Convention on
452
+ Contracts for the International Sale of Goods is specifically
453
+ disclaimed. You agree to all terms of this Agreement in the
454
+ English language.
455
+
456
+ The state or federal courts residing in Santa Clara County,
457
+ California shall have exclusive jurisdiction over any dispute
458
+ or claim arising out of this Agreement. Notwithstanding this,
459
+ you agree that NVIDIA shall still be allowed to apply for
460
+ injunctive remedies or an equivalent type of urgent legal
461
+ relief in any jurisdiction.
462
+
463
+ If any court of competent jurisdiction determines that any
464
+ provision of this Agreement is illegal, invalid or
465
+ unenforceable, such provision will be construed as limited to
466
+ the extent necessary to be consistent with and fully
467
+ enforceable under the law and the remaining provisions will
468
+ remain in full force and effect. Unless otherwise specified,
469
+ remedies are cumulative.
470
+
471
+ Each party acknowledges and agrees that the other is an
472
+ independent contractor in the performance of this Agreement.
473
+
474
+ The SDK has been developed entirely at private expense and is
475
+ “commercial items” consisting of “commercial computer
476
+ software” and “commercial computer software
477
+ documentation” provided with RESTRICTED RIGHTS. Use,
478
+ duplication or disclosure by the U.S. Government or a U.S.
479
+ Government subcontractor is subject to the restrictions in
480
+ this Agreement pursuant to DFARS 227.7202-3(a) or as set forth
481
+ in subparagraphs (c)(1) and (2) of the Commercial Computer
482
+ Software - Restricted Rights clause at FAR 52.227-19, as
483
+ applicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas
484
+ Expressway, Santa Clara, CA 95051.
485
+
486
+ The SDK is subject to United States export laws and
487
+ regulations. You agree that you will not ship, transfer or
488
+ export the SDK into any country, or use the SDK in any manner,
489
+ prohibited by the United States Bureau of Industry and
490
+ Security or economic sanctions regulations administered by the
491
+ U.S. Department of Treasury’s Office of Foreign Assets
492
+ Control (OFAC), or any applicable export laws, restrictions or
493
+ regulations. These laws include restrictions on destinations,
494
+ end users and end use. By accepting this Agreement, you
495
+ confirm that you are not a resident or citizen of any country
496
+ currently embargoed by the U.S. and that you are not otherwise
497
+ prohibited from receiving the SDK.
498
+
499
+ Any notice delivered by NVIDIA to you under this Agreement
500
+ will be delivered via mail, email or fax. You agree that any
501
+ notices that NVIDIA sends you electronically will satisfy any
502
+ legal communication requirements. Please direct your legal
503
+ notices or other correspondence to NVIDIA Corporation, 2788
504
+ San Tomas Expressway, Santa Clara, California 95051, United
505
+ States of America, Attention: Legal Department.
506
+
507
+ This Agreement and any exhibits incorporated into this
508
+ Agreement constitute the entire agreement of the parties with
509
+ respect to the subject matter of this Agreement and supersede
510
+ all prior negotiations or documentation exchanged between the
511
+ parties relating to this SDK license. Any additional and/or
512
+ conflicting terms on documents issued by you are null, void,
513
+ and invalid. Any amendment or waiver under this Agreement
514
+ shall be in writing and signed by representatives of both
515
+ parties.
516
+
517
+
518
+ 2. CUDA Toolkit Supplement to Software License Agreement for
519
+ NVIDIA Software Development Kits
520
+ ------------------------------------------------------------
521
+
522
+
523
+ Release date: August 16, 2018
524
+ -----------------------------
525
+
526
+ The terms in this supplement govern your use of the NVIDIA
527
+ CUDA Toolkit SDK under the terms of your license agreement
528
+ (“Agreement”) as modified by this supplement. Capitalized
529
+ terms used but not defined below have the meaning assigned to
530
+ them in the Agreement.
531
+
532
+ This supplement is an exhibit to the Agreement and is
533
+ incorporated as an integral part of the Agreement. In the
534
+ event of conflict between the terms in this supplement and the
535
+ terms in the Agreement, the terms in this supplement govern.
536
+
537
+
538
+ 2.1. License Scope
539
+
540
+ The SDK is licensed for you to develop applications only for
541
+ use in systems with NVIDIA GPUs.
542
+
543
+
544
+ 2.2. Distribution
545
+
546
+ The portions of the SDK that are distributable under the
547
+ Agreement are listed in Attachment A.
548
+
549
+
550
+ 2.3. Operating Systems
551
+
552
+ Those portions of the SDK designed exclusively for use on the
553
+ Linux or FreeBSD operating systems, or other operating systems
554
+ derived from the source code to these operating systems, may
555
+ be copied and redistributed for use in accordance with this
556
+ Agreement, provided that the object code files are not
557
+ modified in any way (except for unzipping of compressed
558
+ files).
559
+
560
+
561
+ 2.4. Audio and Video Encoders and Decoders
562
+
563
+ You acknowledge and agree that it is your sole responsibility
564
+ to obtain any additional third-party licenses required to
565
+ make, have made, use, have used, sell, import, and offer for
566
+ sale your products or services that include or incorporate any
567
+ third-party software and content relating to audio and/or
568
+ video encoders and decoders from, including but not limited
569
+ to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A.,
570
+ MPEG-LA, and Coding Technologies. NVIDIA does not grant to you
571
+ under this Agreement any necessary patent or other rights with
572
+ respect to any audio and/or video encoders and decoders.
573
+
574
+
575
+ 2.5. Licensing
576
+
577
+ If the distribution terms in this Agreement are not suitable
578
+ for your organization, or for any questions regarding this
579
+ Agreement, please contact NVIDIA at
580
+ nvidia-compute-license-questions@nvidia.com.
581
+
582
+
583
+ 2.6. Attachment A
584
+
585
+ The following portions of the SDK are distributable under the
586
+ Agreement:
587
+
588
+ Component
589
+
590
+ CUDA Runtime
591
+
592
+ Windows
593
+
594
+ cudart.dll, cudart_static.lib, cudadevrt.lib
595
+
596
+ Mac OSX
597
+
598
+ libcudart.dylib, libcudart_static.a, libcudadevrt.a
599
+
600
+ Linux
601
+
602
+ libcudart.so, libcudart_static.a, libcudadevrt.a
603
+
604
+ Android
605
+
606
+ libcudart.so, libcudart_static.a, libcudadevrt.a
607
+
608
+ Component
609
+
610
+ CUDA FFT Library
611
+
612
+ Windows
613
+
614
+ cufft.dll, cufftw.dll, cufft.lib, cufftw.lib
615
+
616
+ Mac OSX
617
+
618
+ libcufft.dylib, libcufft_static.a, libcufftw.dylib,
619
+ libcufftw_static.a
620
+
621
+ Linux
622
+
623
+ libcufft.so, libcufft_static.a, libcufftw.so,
624
+ libcufftw_static.a
625
+
626
+ Android
627
+
628
+ libcufft.so, libcufft_static.a, libcufftw.so,
629
+ libcufftw_static.a
630
+
631
+ Component
632
+
633
+ CUDA BLAS Library
634
+
635
+ Windows
636
+
637
+ cublas.dll, cublasLt.dll
638
+
639
+ Mac OSX
640
+
641
+ libcublas.dylib, libcublasLt.dylib, libcublas_static.a,
642
+ libcublasLt_static.a
643
+
644
+ Linux
645
+
646
+ libcublas.so, libcublasLt.so, libcublas_static.a,
647
+ libcublasLt_static.a
648
+
649
+ Android
650
+
651
+ libcublas.so, libcublasLt.so, libcublas_static.a,
652
+ libcublasLt_static.a
653
+
654
+ Component
655
+
656
+ NVIDIA "Drop-in" BLAS Library
657
+
658
+ Windows
659
+
660
+ nvblas.dll
661
+
662
+ Mac OSX
663
+
664
+ libnvblas.dylib
665
+
666
+ Linux
667
+
668
+ libnvblas.so
669
+
670
+ Component
671
+
672
+ CUDA Sparse Matrix Library
673
+
674
+ Windows
675
+
676
+ cusparse.dll, cusparse.lib
677
+
678
+ Mac OSX
679
+
680
+ libcusparse.dylib, libcusparse_static.a
681
+
682
+ Linux
683
+
684
+ libcusparse.so, libcusparse_static.a
685
+
686
+ Android
687
+
688
+ libcusparse.so, libcusparse_static.a
689
+
690
+ Component
691
+
692
+ CUDA Linear Solver Library
693
+
694
+ Windows
695
+
696
+ cusolver.dll, cusolver.lib
697
+
698
+ Mac OSX
699
+
700
+ libcusolver.dylib, libcusolver_static.a
701
+
702
+ Linux
703
+
704
+ libcusolver.so, libcusolver_static.a
705
+
706
+ Android
707
+
708
+ libcusolver.so, libcusolver_static.a
709
+
710
+ Component
711
+
712
+ CUDA Random Number Generation Library
713
+
714
+ Windows
715
+
716
+ curand.dll, curand.lib
717
+
718
+ Mac OSX
719
+
720
+ libcurand.dylib, libcurand_static.a
721
+
722
+ Linux
723
+
724
+ libcurand.so, libcurand_static.a
725
+
726
+ Android
727
+
728
+ libcurand.so, libcurand_static.a
729
+
730
+ Component
731
+
732
+ CUDA Accelerated Graph Library
733
+
734
+ Component
735
+
736
+ NVIDIA Performance Primitives Library
737
+
738
+ Windows
739
+
740
+ nppc.dll, nppc.lib, nppial.dll, nppial.lib, nppicc.dll,
741
+ nppicc.lib, nppicom.dll, nppicom.lib, nppidei.dll,
742
+ nppidei.lib, nppif.dll, nppif.lib, nppig.dll, nppig.lib,
743
+ nppim.dll, nppim.lib, nppist.dll, nppist.lib, nppisu.dll,
744
+ nppisu.lib, nppitc.dll, nppitc.lib, npps.dll, npps.lib
745
+
746
+ Mac OSX
747
+
748
+ libnppc.dylib, libnppc_static.a, libnppial.dylib,
749
+ libnppial_static.a, libnppicc.dylib, libnppicc_static.a,
750
+ libnppicom.dylib, libnppicom_static.a, libnppidei.dylib,
751
+ libnppidei_static.a, libnppif.dylib, libnppif_static.a,
752
+ libnppig.dylib, libnppig_static.a, libnppim.dylib,
753
+ libnppisu_static.a, libnppitc.dylib, libnppitc_static.a,
754
+ libnpps.dylib, libnpps_static.a
755
+
756
+ Linux
757
+
758
+ libnppc.so, libnppc_static.a, libnppial.so,
759
+ libnppial_static.a, libnppicc.so, libnppicc_static.a,
760
+ libnppicom.so, libnppicom_static.a, libnppidei.so,
761
+ libnppidei_static.a, libnppif.so, libnppif_static.a
762
+ libnppig.so, libnppig_static.a, libnppim.so,
763
+ libnppim_static.a, libnppist.so, libnppist_static.a,
764
+ libnppisu.so, libnppisu_static.a, libnppitc.so
765
+ libnppitc_static.a, libnpps.so, libnpps_static.a
766
+
767
+ Android
768
+
769
+ libnppc.so, libnppc_static.a, libnppial.so,
770
+ libnppial_static.a, libnppicc.so, libnppicc_static.a,
771
+ libnppicom.so, libnppicom_static.a, libnppidei.so,
772
+ libnppidei_static.a, libnppif.so, libnppif_static.a
773
+ libnppig.so, libnppig_static.a, libnppim.so,
774
+ libnppim_static.a, libnppist.so, libnppist_static.a,
775
+ libnppisu.so, libnppisu_static.a, libnppitc.so
776
+ libnppitc_static.a, libnpps.so, libnpps_static.a
777
+
778
+ Component
779
+
780
+ NVIDIA JPEG Library
781
+
782
+ Linux
783
+
784
+ libnvjpeg.so, libnvjpeg_static.a
785
+
786
+ Component
787
+
788
+ Internal common library required for statically linking to
789
+ cuBLAS, cuSPARSE, cuFFT, cuRAND, nvJPEG and NPP
790
+
791
+ Mac OSX
792
+
793
+ libculibos.a
794
+
795
+ Linux
796
+
797
+ libculibos.a
798
+
799
+ Component
800
+
801
+ NVIDIA Runtime Compilation Library and Header
802
+
803
+ All
804
+
805
+ nvrtc.h
806
+
807
+ Windows
808
+
809
+ nvrtc.dll, nvrtc-builtins.dll
810
+
811
+ Mac OSX
812
+
813
+ libnvrtc.dylib, libnvrtc-builtins.dylib
814
+
815
+ Linux
816
+
817
+ libnvrtc.so, libnvrtc-builtins.so
818
+
819
+ Component
820
+
821
+ NVIDIA Optimizing Compiler Library
822
+
823
+ Windows
824
+
825
+ nvvm.dll
826
+
827
+ Mac OSX
828
+
829
+ libnvvm.dylib
830
+
831
+ Linux
832
+
833
+ libnvvm.so
834
+
835
+ Component
836
+
837
+ NVIDIA Common Device Math Functions Library
838
+
839
+ Windows
840
+
841
+ libdevice.10.bc
842
+
843
+ Mac OSX
844
+
845
+ libdevice.10.bc
846
+
847
+ Linux
848
+
849
+ libdevice.10.bc
850
+
851
+ Component
852
+
853
+ CUDA Occupancy Calculation Header Library
854
+
855
+ All
856
+
857
+ cuda_occupancy.h
858
+
859
+ Component
860
+
861
+ CUDA Half Precision Headers
862
+
863
+ All
864
+
865
+ cuda_fp16.h, cuda_fp16.hpp
866
+
867
+ Component
868
+
869
+ CUDA Profiling Tools Interface (CUPTI) Library
870
+
871
+ Windows
872
+
873
+ cupti.dll
874
+
875
+ Mac OSX
876
+
877
+ libcupti.dylib
878
+
879
+ Linux
880
+
881
+ libcupti.so
882
+
883
+ Component
884
+
885
+ NVIDIA Tools Extension Library
886
+
887
+ Windows
888
+
889
+ nvToolsExt.dll, nvToolsExt.lib
890
+
891
+ Mac OSX
892
+
893
+ libnvToolsExt.dylib
894
+
895
+ Linux
896
+
897
+ libnvToolsExt.so
898
+
899
+ Component
900
+
901
+ NVIDIA CUDA Driver Libraries
902
+
903
+ Linux
904
+
905
+ libcuda.so, libnvidia-fatbinaryloader.so,
906
+ libnvidia-ptxjitcompiler.so
907
+
908
+ The NVIDIA CUDA Driver Libraries are only distributable in
909
+ applications that meet this criteria:
910
+
911
+ 1. The application was developed starting from a NVIDIA CUDA
912
+ container obtained from Docker Hub or the NVIDIA GPU
913
+ Cloud, and
914
+
915
+ 2. The resulting application is packaged as a Docker
916
+ container and distributed to users on Docker Hub or the
917
+ NVIDIA GPU Cloud only.
918
+
919
+
920
+ 2.7. Attachment B
921
+
922
+
923
+ Additional Licensing Obligations
924
+
925
+ The following third party components included in the SOFTWARE
926
+ are licensed to Licensee pursuant to the following terms and
927
+ conditions:
928
+
929
+ 1. Licensee's use of the GDB third party component is
930
+ subject to the terms and conditions of GNU GPL v3:
931
+
932
+ This product includes copyrighted third-party software licensed
933
+ under the terms of the GNU General Public License v3 ("GPL v3").
934
+ All third-party software packages are copyright by their respective
935
+ authors. GPL v3 terms and conditions are hereby incorporated into
936
+ the Agreement by this reference: http://www.gnu.org/licenses/gpl.txt
937
+
938
+ Consistent with these licensing requirements, the software
939
+ listed below is provided under the terms of the specified
940
+ open source software licenses. To obtain source code for
941
+ software provided under licenses that require
942
+ redistribution of source code, including the GNU General
943
+ Public License (GPL) and GNU Lesser General Public License
944
+ (LGPL), contact oss-requests@nvidia.com. This offer is
945
+ valid for a period of three (3) years from the date of the
946
+ distribution of this product by NVIDIA CORPORATION.
947
+
948
+ Component License
949
+ CUDA-GDB GPL v3
950
+
951
+ 2. Licensee represents and warrants that any and all third
952
+ party licensing and/or royalty payment obligations in
953
+ connection with Licensee's use of the H.264 video codecs
954
+ are solely the responsibility of Licensee.
955
+
956
+ 3. Licensee's use of the Thrust library is subject to the
957
+ terms and conditions of the Apache License Version 2.0.
958
+ All third-party software packages are copyright by their
959
+ respective authors. Apache License Version 2.0 terms and
960
+ conditions are hereby incorporated into the Agreement by
961
+ this reference.
962
+ http://www.apache.org/licenses/LICENSE-2.0.html
963
+
964
+ In addition, Licensee acknowledges the following notice:
965
+ Thrust includes source code from the Boost Iterator,
966
+ Tuple, System, and Random Number libraries.
967
+
968
+ Boost Software License - Version 1.0 - August 17th, 2003
969
+ . . . .
970
+
971
+ Permission is hereby granted, free of charge, to any person or
972
+ organization obtaining a copy of the software and accompanying
973
+ documentation covered by this license (the "Software") to use,
974
+ reproduce, display, distribute, execute, and transmit the Software,
975
+ and to prepare derivative works of the Software, and to permit
976
+ third-parties to whom the Software is furnished to do so, all
977
+ subject to the following:
978
+
979
+ The copyright notices in the Software and this entire statement,
980
+ including the above license grant, this restriction and the following
981
+ disclaimer, must be included in all copies of the Software, in whole
982
+ or in part, and all derivative works of the Software, unless such
983
+ copies or derivative works are solely in the form of machine-executable
984
+ object code generated by a source language processor.
985
+
986
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
987
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
988
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
989
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
990
+ ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
991
+ OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
992
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
993
+ OTHER DEALINGS IN THE SOFTWARE.
994
+
995
+ 4. Licensee's use of the LLVM third party component is
996
+ subject to the following terms and conditions:
997
+
998
+ ======================================================
999
+ LLVM Release License
1000
+ ======================================================
1001
+ University of Illinois/NCSA
1002
+ Open Source License
1003
+
1004
+ Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
1005
+ All rights reserved.
1006
+
1007
+ Developed by:
1008
+
1009
+ LLVM Team
1010
+
1011
+ University of Illinois at Urbana-Champaign
1012
+
1013
+ http://llvm.org
1014
+
1015
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1016
+ of this software and associated documentation files (the "Software"), to
1017
+ deal with the Software without restriction, including without limitation the
1018
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1019
+ sell copies of the Software, and to permit persons to whom the Software is
1020
+ furnished to do so, subject to the following conditions:
1021
+
1022
+ * Redistributions of source code must retain the above copyright notice,
1023
+ this list of conditions and the following disclaimers.
1024
+
1025
+ * Redistributions in binary form must reproduce the above copyright
1026
+ notice, this list of conditions and the following disclaimers in the
1027
+ documentation and/or other materials provided with the distribution.
1028
+
1029
+ * Neither the names of the LLVM Team, University of Illinois at Urbana-
1030
+ Champaign, nor the names of its contributors may be used to endorse or
1031
+ promote products derived from this Software without specific prior
1032
+ written permission.
1033
+
1034
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1035
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1036
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1037
+ THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1038
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1039
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1040
+ DEALINGS WITH THE SOFTWARE.
1041
+
1042
+ 5. Licensee's use (e.g. nvprof) of the PCRE third party
1043
+ component is subject to the following terms and
1044
+ conditions:
1045
+
1046
+ ------------
1047
+ PCRE LICENCE
1048
+ ------------
1049
+ PCRE is a library of functions to support regular expressions whose syntax
1050
+ and semantics are as close as possible to those of the Perl 5 language.
1051
+ Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
1052
+ specified below. The documentation for PCRE, supplied in the "doc"
1053
+ directory, is distributed under the same terms as the software itself. The
1054
+ basic library functions are written in C and are freestanding. Also
1055
+ included in the distribution is a set of C++ wrapper functions, and a just-
1056
+ in-time compiler that can be used to optimize pattern matching. These are
1057
+ both optional features that can be omitted when the library is built.
1058
+
1059
+ THE BASIC LIBRARY FUNCTIONS
1060
+ ---------------------------
1061
+ Written by: Philip Hazel
1062
+ Email local part: ph10
1063
+ Email domain: cam.ac.uk
1064
+ University of Cambridge Computing Service,
1065
+ Cambridge, England.
1066
+ Copyright (c) 1997-2012 University of Cambridge
1067
+ All rights reserved.
1068
+
1069
+ PCRE JUST-IN-TIME COMPILATION SUPPORT
1070
+ -------------------------------------
1071
+ Written by: Zoltan Herczeg
1072
+ Email local part: hzmester
1073
+ Emain domain: freemail.hu
1074
+ Copyright(c) 2010-2012 Zoltan Herczeg
1075
+ All rights reserved.
1076
+
1077
+ STACK-LESS JUST-IN-TIME COMPILER
1078
+ --------------------------------
1079
+ Written by: Zoltan Herczeg
1080
+ Email local part: hzmester
1081
+ Emain domain: freemail.hu
1082
+ Copyright(c) 2009-2012 Zoltan Herczeg
1083
+ All rights reserved.
1084
+
1085
+ THE C++ WRAPPER FUNCTIONS
1086
+ -------------------------
1087
+ Contributed by: Google Inc.
1088
+ Copyright (c) 2007-2012, Google Inc.
1089
+ All rights reserved.
1090
+
1091
+ THE "BSD" LICENCE
1092
+ -----------------
1093
+ Redistribution and use in source and binary forms, with or without
1094
+ modification, are permitted provided that the following conditions are met:
1095
+
1096
+ * Redistributions of source code must retain the above copyright notice,
1097
+ this list of conditions and the following disclaimer.
1098
+
1099
+ * Redistributions in binary form must reproduce the above copyright
1100
+ notice, this list of conditions and the following disclaimer in the
1101
+ documentation and/or other materials provided with the distribution.
1102
+
1103
+ * Neither the name of the University of Cambridge nor the name of Google
1104
+ Inc. nor the names of their contributors may be used to endorse or
1105
+ promote products derived from this software without specific prior
1106
+ written permission.
1107
+
1108
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1109
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1110
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1111
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1112
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1113
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1114
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1115
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1116
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1117
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1118
+ POSSIBILITY OF SUCH DAMAGE.
1119
+
1120
+ 6. Some of the cuBLAS library routines were written by or
1121
+ derived from code written by Vasily Volkov and are subject
1122
+ to the Modified Berkeley Software Distribution License as
1123
+ follows:
1124
+
1125
+ Copyright (c) 2007-2009, Regents of the University of California
1126
+
1127
+ All rights reserved.
1128
+
1129
+ Redistribution and use in source and binary forms, with or without
1130
+ modification, are permitted provided that the following conditions are
1131
+ met:
1132
+ * Redistributions of source code must retain the above copyright
1133
+ notice, this list of conditions and the following disclaimer.
1134
+ * Redistributions in binary form must reproduce the above
1135
+ copyright notice, this list of conditions and the following
1136
+ disclaimer in the documentation and/or other materials provided
1137
+ with the distribution.
1138
+ * Neither the name of the University of California, Berkeley nor
1139
+ the names of its contributors may be used to endorse or promote
1140
+ products derived from this software without specific prior
1141
+ written permission.
1142
+
1143
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
1144
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1145
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1146
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1147
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1148
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1149
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1150
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1151
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1152
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1153
+ POSSIBILITY OF SUCH DAMAGE.
1154
+
1155
+ 7. Some of the cuBLAS library routines were written by or
1156
+ derived from code written by Davide Barbieri and are
1157
+ subject to the Modified Berkeley Software Distribution
1158
+ License as follows:
1159
+
1160
+ Copyright (c) 2008-2009 Davide Barbieri @ University of Rome Tor Vergata.
1161
+
1162
+ All rights reserved.
1163
+
1164
+ Redistribution and use in source and binary forms, with or without
1165
+ modification, are permitted provided that the following conditions are
1166
+ met:
1167
+ * Redistributions of source code must retain the above copyright
1168
+ notice, this list of conditions and the following disclaimer.
1169
+ * Redistributions in binary form must reproduce the above
1170
+ copyright notice, this list of conditions and the following
1171
+ disclaimer in the documentation and/or other materials provided
1172
+ with the distribution.
1173
+ * The name of the author may not be used to endorse or promote
1174
+ products derived from this software without specific prior
1175
+ written permission.
1176
+
1177
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
1178
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1179
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1180
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1181
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1182
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1183
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1184
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1185
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1186
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1187
+ POSSIBILITY OF SUCH DAMAGE.
1188
+
1189
+ 8. Some of the cuBLAS library routines were derived from
1190
+ code developed by the University of Tennessee and are
1191
+ subject to the Modified Berkeley Software Distribution
1192
+ License as follows:
1193
+
1194
+ Copyright (c) 2010 The University of Tennessee.
1195
+
1196
+ All rights reserved.
1197
+
1198
+ Redistribution and use in source and binary forms, with or without
1199
+ modification, are permitted provided that the following conditions are
1200
+ met:
1201
+ * Redistributions of source code must retain the above copyright
1202
+ notice, this list of conditions and the following disclaimer.
1203
+ * Redistributions in binary form must reproduce the above
1204
+ copyright notice, this list of conditions and the following
1205
+ disclaimer listed in this license in the documentation and/or
1206
+ other materials provided with the distribution.
1207
+ * Neither the name of the copyright holders nor the names of its
1208
+ contributors may be used to endorse or promote products derived
1209
+ from this software without specific prior written permission.
1210
+
1211
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1212
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1213
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1214
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1215
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1216
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1217
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1218
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1219
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1220
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1221
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1222
+
1223
+ 9. Some of the cuBLAS library routines were written by or
1224
+ derived from code written by Jonathan Hogg and are subject
1225
+ to the Modified Berkeley Software Distribution License as
1226
+ follows:
1227
+
1228
+ Copyright (c) 2012, The Science and Technology Facilities Council (STFC).
1229
+
1230
+ All rights reserved.
1231
+
1232
+ Redistribution and use in source and binary forms, with or without
1233
+ modification, are permitted provided that the following conditions are
1234
+ met:
1235
+ * Redistributions of source code must retain the above copyright
1236
+ notice, this list of conditions and the following disclaimer.
1237
+ * Redistributions in binary form must reproduce the above
1238
+ copyright notice, this list of conditions and the following
1239
+ disclaimer in the documentation and/or other materials provided
1240
+ with the distribution.
1241
+ * Neither the name of the STFC nor the names of its contributors
1242
+ may be used to endorse or promote products derived from this
1243
+ software without specific prior written permission.
1244
+
1245
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1246
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1247
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1248
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE STFC BE
1249
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1250
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1251
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1252
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1253
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
1254
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
1255
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1256
+
1257
+ 10. Some of the cuBLAS library routines were written by or
1258
+ derived from code written by Ahmad M. Abdelfattah, David
1259
+ Keyes, and Hatem Ltaief, and are subject to the Apache
1260
+ License, Version 2.0, as follows:
1261
+
1262
+ -- (C) Copyright 2013 King Abdullah University of Science and Technology
1263
+ Authors:
1264
+ Ahmad Abdelfattah (ahmad.ahmad@kaust.edu.sa)
1265
+ David Keyes (david.keyes@kaust.edu.sa)
1266
+ Hatem Ltaief (hatem.ltaief@kaust.edu.sa)
1267
+
1268
+ Redistribution and use in source and binary forms, with or without
1269
+ modification, are permitted provided that the following conditions
1270
+ are met:
1271
+
1272
+ * Redistributions of source code must retain the above copyright
1273
+ notice, this list of conditions and the following disclaimer.
1274
+ * Redistributions in binary form must reproduce the above copyright
1275
+ notice, this list of conditions and the following disclaimer in the
1276
+ documentation and/or other materials provided with the distribution.
1277
+ * Neither the name of the King Abdullah University of Science and
1278
+ Technology nor the names of its contributors may be used to endorse
1279
+ or promote products derived from this software without specific prior
1280
+ written permission.
1281
+
1282
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1283
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1284
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1285
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1286
+ HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1287
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1288
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1289
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1290
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1291
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1292
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
1293
+
1294
+ 11. Some of the cuSPARSE library routines were written by or
1295
+ derived from code written by Li-Wen Chang and are subject
1296
+ to the NCSA Open Source License as follows:
1297
+
1298
+ Copyright (c) 2012, University of Illinois.
1299
+
1300
+ All rights reserved.
1301
+
1302
+ Developed by: IMPACT Group, University of Illinois, http://impact.crhc.illinois.edu
1303
+
1304
+ Permission is hereby granted, free of charge, to any person obtaining
1305
+ a copy of this software and associated documentation files (the
1306
+ "Software"), to deal with the Software without restriction, including
1307
+ without limitation the rights to use, copy, modify, merge, publish,
1308
+ distribute, sublicense, and/or sell copies of the Software, and to
1309
+ permit persons to whom the Software is furnished to do so, subject to
1310
+ the following conditions:
1311
+ * Redistributions of source code must retain the above copyright
1312
+ notice, this list of conditions and the following disclaimer.
1313
+ * Redistributions in binary form must reproduce the above
1314
+ copyright notice, this list of conditions and the following
1315
+ disclaimers in the documentation and/or other materials provided
1316
+ with the distribution.
1317
+ * Neither the names of IMPACT Group, University of Illinois, nor
1318
+ the names of its contributors may be used to endorse or promote
1319
+ products derived from this Software without specific prior
1320
+ written permission.
1321
+
1322
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1323
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1324
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1325
+ NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
1326
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1327
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1328
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
1329
+ SOFTWARE.
1330
+
1331
+ 12. Some of the cuRAND library routines were written by or
1332
+ derived from code written by Mutsuo Saito and Makoto
1333
+ Matsumoto and are subject to the following license:
1334
+
1335
+ Copyright (c) 2009, 2010 Mutsuo Saito, Makoto Matsumoto and Hiroshima
1336
+ University. All rights reserved.
1337
+
1338
+ Copyright (c) 2011 Mutsuo Saito, Makoto Matsumoto, Hiroshima
1339
+ University and University of Tokyo. All rights reserved.
1340
+
1341
+ Redistribution and use in source and binary forms, with or without
1342
+ modification, are permitted provided that the following conditions are
1343
+ met:
1344
+ * Redistributions of source code must retain the above copyright
1345
+ notice, this list of conditions and the following disclaimer.
1346
+ * Redistributions in binary form must reproduce the above
1347
+ copyright notice, this list of conditions and the following
1348
+ disclaimer in the documentation and/or other materials provided
1349
+ with the distribution.
1350
+ * Neither the name of the Hiroshima University nor the names of
1351
+ its contributors may be used to endorse or promote products
1352
+ derived from this software without specific prior written
1353
+ permission.
1354
+
1355
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1356
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1357
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1358
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1359
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1360
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1361
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1362
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1363
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1364
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1365
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1366
+
1367
+ 13. Some of the cuRAND library routines were derived from
1368
+ code developed by D. E. Shaw Research and are subject to
1369
+ the following license:
1370
+
1371
+ Copyright 2010-2011, D. E. Shaw Research.
1372
+
1373
+ All rights reserved.
1374
+
1375
+ Redistribution and use in source and binary forms, with or without
1376
+ modification, are permitted provided that the following conditions are
1377
+ met:
1378
+ * Redistributions of source code must retain the above copyright
1379
+ notice, this list of conditions, and the following disclaimer.
1380
+ * Redistributions in binary form must reproduce the above
1381
+ copyright notice, this list of conditions, and the following
1382
+ disclaimer in the documentation and/or other materials provided
1383
+ with the distribution.
1384
+ * Neither the name of D. E. Shaw Research nor the names of its
1385
+ contributors may be used to endorse or promote products derived
1386
+ from this software without specific prior written permission.
1387
+
1388
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1389
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1390
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1391
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1392
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1393
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1394
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1395
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1396
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1397
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1398
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1399
+
1400
+ 14. Some of the Math library routines were written by or
1401
+ derived from code developed by Norbert Juffa and are
1402
+ subject to the following license:
1403
+
1404
+ Copyright (c) 2015-2017, Norbert Juffa
1405
+ All rights reserved.
1406
+
1407
+ Redistribution and use in source and binary forms, with or without
1408
+ modification, are permitted provided that the following conditions
1409
+ are met:
1410
+
1411
+ 1. Redistributions of source code must retain the above copyright
1412
+ notice, this list of conditions and the following disclaimer.
1413
+
1414
+ 2. Redistributions in binary form must reproduce the above copyright
1415
+ notice, this list of conditions and the following disclaimer in the
1416
+ documentation and/or other materials provided with the distribution.
1417
+
1418
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1419
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1420
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1421
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1422
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1423
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1424
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1425
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1426
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1427
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1428
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1429
+
1430
+ 15. Licensee's use of the lz4 third party component is
1431
+ subject to the following terms and conditions:
1432
+
1433
+ Copyright (C) 2011-2013, Yann Collet.
1434
+ BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
1435
+
1436
+ Redistribution and use in source and binary forms, with or without
1437
+ modification, are permitted provided that the following conditions are
1438
+ met:
1439
+
1440
+ * Redistributions of source code must retain the above copyright
1441
+ notice, this list of conditions and the following disclaimer.
1442
+ * Redistributions in binary form must reproduce the above
1443
+ copyright notice, this list of conditions and the following disclaimer
1444
+ in the documentation and/or other materials provided with the
1445
+ distribution.
1446
+
1447
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1448
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1449
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1450
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1451
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1452
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1453
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1454
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1455
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1456
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1457
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1458
+
1459
+ 16. The NPP library uses code from the Boost Math Toolkit,
1460
+ and is subject to the following license:
1461
+
1462
+ Boost Software License - Version 1.0 - August 17th, 2003
1463
+ . . . .
1464
+
1465
+ Permission is hereby granted, free of charge, to any person or
1466
+ organization obtaining a copy of the software and accompanying
1467
+ documentation covered by this license (the "Software") to use,
1468
+ reproduce, display, distribute, execute, and transmit the Software,
1469
+ and to prepare derivative works of the Software, and to permit
1470
+ third-parties to whom the Software is furnished to do so, all
1471
+ subject to the following:
1472
+
1473
+ The copyright notices in the Software and this entire statement,
1474
+ including the above license grant, this restriction and the following
1475
+ disclaimer, must be included in all copies of the Software, in whole
1476
+ or in part, and all derivative works of the Software, unless such
1477
+ copies or derivative works are solely in the form of machine-executable
1478
+ object code generated by a source language processor.
1479
+
1480
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1481
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1482
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
1483
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
1484
+ ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
1485
+ OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
1486
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1487
+ OTHER DEALINGS IN THE SOFTWARE.
1488
+
1489
+ 17. Portions of the Nsight Eclipse Edition is subject to the
1490
+ following license:
1491
+
1492
+ The Eclipse Foundation makes available all content in this plug-in
1493
+ ("Content"). Unless otherwise indicated below, the Content is provided
1494
+ to you under the terms and conditions of the Eclipse Public License
1495
+ Version 1.0 ("EPL"). A copy of the EPL is available at http://
1496
+ www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program"
1497
+ will mean the Content.
1498
+
1499
+ If you did not receive this Content directly from the Eclipse
1500
+ Foundation, the Content is being redistributed by another party
1501
+ ("Redistributor") and different terms and conditions may apply to your
1502
+ use of any object code in the Content. Check the Redistributor's
1503
+ license that was provided with the Content. If no such license exists,
1504
+ contact the Redistributor. Unless otherwise indicated below, the terms
1505
+ and conditions of the EPL still apply to any source code in the
1506
+ Content and such source code may be obtained at http://www.eclipse.org.
1507
+
1508
+ 18. Some of the cuBLAS library routines uses code from
1509
+ OpenAI, which is subject to the following license:
1510
+
1511
+ License URL
1512
+ https://github.com/openai/openai-gemm/blob/master/LICENSE
1513
+
1514
+ License Text
1515
+ The MIT License
1516
+
1517
+ Copyright (c) 2016 OpenAI (http://openai.com), 2016 Google Inc.
1518
+
1519
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1520
+ of this software and associated documentation files (the "Software"), to deal
1521
+ in the Software without restriction, including without limitation the rights
1522
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1523
+ copies of the Software, and to permit persons to whom the Software is
1524
+ furnished to do so, subject to the following conditions:
1525
+
1526
+ The above copyright notice and this permission notice shall be included in
1527
+ all copies or substantial portions of the Software.
1528
+
1529
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1530
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1531
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1532
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1533
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1534
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1535
+ THE SOFTWARE.
1536
+
1537
+ 19. Licensee's use of the Visual Studio Setup Configuration
1538
+ Samples is subject to the following license:
1539
+
1540
+ The MIT License (MIT)
1541
+ Copyright (C) Microsoft Corporation. All rights reserved.
1542
+
1543
+ Permission is hereby granted, free of charge, to any person
1544
+ obtaining a copy of this software and associated documentation
1545
+ files (the "Software"), to deal in the Software without restriction,
1546
+ including without limitation the rights to use, copy, modify, merge,
1547
+ publish, distribute, sublicense, and/or sell copies of the Software,
1548
+ and to permit persons to whom the Software is furnished to do so,
1549
+ subject to the following conditions:
1550
+
1551
+ The above copyright notice and this permission notice shall be included
1552
+ in all copies or substantial portions of the Software.
1553
+
1554
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1555
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1556
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1557
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1558
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1559
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1560
+
1561
+ 20. Licensee's use of linmath.h header for CPU functions for
1562
+ GL vector/matrix operations from lunarG is subject to the
1563
+ Apache License Version 2.0.
1564
+
1565
+ 21. The DX12-CUDA sample uses the d3dx12.h header, which is
1566
+ subject to the MIT license .
1567
+
1568
+ -----------------
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/METADATA ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.2
2
+ Name: nvidia-nvjitlink-cu12
3
+ Version: 12.8.93
4
+ Summary: Nvidia JIT LTO Library
5
+ Home-page: https://developer.nvidia.com/cuda-zone
6
+ Author: Nvidia CUDA Installer Team
7
+ Author-email: compute_installer@nvidia.com
8
+ License: NVIDIA Proprietary Software
9
+ Keywords: cuda,nvidia,runtime,machine learning,deep learning
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: License :: Other/Proprietary License
15
+ Classifier: Natural Language :: English
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.5
18
+ Classifier: Programming Language :: Python :: 3.6
19
+ Classifier: Programming Language :: Python :: 3.7
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3 :: Only
25
+ Classifier: Topic :: Scientific/Engineering
26
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
27
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
28
+ Classifier: Topic :: Software Development
29
+ Classifier: Topic :: Software Development :: Libraries
30
+ Classifier: Operating System :: Microsoft :: Windows
31
+ Classifier: Operating System :: POSIX :: Linux
32
+ Requires-Python: >=3
33
+ License-File: License.txt
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: home-page
39
+ Dynamic: keywords
40
+ Dynamic: license
41
+ Dynamic: requires-python
42
+ Dynamic: summary
43
+
44
+ NVIDIA compiler library for JIT LTO functionality.
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/RECORD ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ nvidia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nvidia/__pycache__/__init__.cpython-310.pyc,,
3
+ nvidia/nvjitlink/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ nvidia/nvjitlink/__pycache__/__init__.cpython-310.pyc,,
5
+ nvidia/nvjitlink/include/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ nvidia/nvjitlink/include/__pycache__/__init__.cpython-310.pyc,,
7
+ nvidia/nvjitlink/include/nvJitLink.h,sha256=Vv2Dhlpuwssu2ebjRIU37clsSggc96F7X-A77UTjd_c,17081
8
+ nvidia/nvjitlink/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ nvidia/nvjitlink/lib/__pycache__/__init__.cpython-310.pyc,,
10
+ nvidia/nvjitlink/lib/libnvJitLink.so.12,sha256=A2nmhn1EuABDfeThRtcsZa_Gx1rfZ3oVwuzY5qesE18,94101392
11
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
12
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/License.txt,sha256=rW9YU_ugyg0VnQ9Y1JrkmDDC-Mk_epJki5zpCttMbM0,59262
13
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/METADATA,sha256=d2_qsBLB8-_OiRiXXcCKoBeTqjODLYezd8qgRIytRDU,1695
14
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/RECORD,,
15
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/WHEEL,sha256=6VN0zCSXVxqaCfAW-ySp_g8N0rln0iqt25pKNCbVzrk,144
16
+ nvidia_nvjitlink_cu12-12.8.93.dist-info/top_level.txt,sha256=fTkAtiFuL16nUrB9ytDDtpytz2t0B4NvYTnRzwAhO14,7
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/WHEEL ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-manylinux2010_x86_64
5
+ Tag: py3-none-manylinux_2_12_x86_64
6
+
bertvenv/lib/python3.10/site-packages/nvidia_nvjitlink_cu12-12.8.93.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ nvidia
bertvenv/lib/python3.10/site-packages/pip/__init__.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import List, Optional
2
+
3
+ __version__ = "22.0.2"
4
+
5
+
6
+ def main(args: Optional[List[str]] = None) -> int:
7
+ """This is an internal API only meant for use by pip's own console scripts.
8
+
9
+ For additional details, see https://github.com/pypa/pip/issues/7498.
10
+ """
11
+ from pip._internal.utils.entrypoints import _wrapper
12
+
13
+ return _wrapper(args)
bertvenv/lib/python3.10/site-packages/pip/__main__.py ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import sys
3
+ import warnings
4
+
5
+ # Remove '' and current working directory from the first entry
6
+ # of sys.path, if present to avoid using current directory
7
+ # in pip commands check, freeze, install, list and show,
8
+ # when invoked as python -m pip <command>
9
+ if sys.path[0] in ("", os.getcwd()):
10
+ sys.path.pop(0)
11
+
12
+ # If we are running from a wheel, add the wheel to sys.path
13
+ # This allows the usage python pip-*.whl/pip install pip-*.whl
14
+ if __package__ == "":
15
+ # __file__ is pip-*.whl/pip/__main__.py
16
+ # first dirname call strips of '/__main__.py', second strips off '/pip'
17
+ # Resulting path is the name of the wheel itself
18
+ # Add that to sys.path so we can import pip
19
+ path = os.path.dirname(os.path.dirname(__file__))
20
+ sys.path.insert(0, path)
21
+
22
+ if __name__ == "__main__":
23
+ # Work around the error reported in #9540, pending a proper fix.
24
+ # Note: It is essential the warning filter is set *before* importing
25
+ # pip, as the deprecation happens at import time, not runtime.
26
+ warnings.filterwarnings(
27
+ "ignore", category=DeprecationWarning, module=".*packaging\\.version"
28
+ )
29
+ from pip._internal.cli.main import main as _main
30
+
31
+ sys.exit(_main())
bertvenv/lib/python3.10/site-packages/pip/_internal/__init__.py ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import List, Optional
2
+
3
+ import pip._internal.utils.inject_securetransport # noqa
4
+ from pip._internal.utils import _log
5
+
6
+ # init_logging() must be called before any call to logging.getLogger()
7
+ # which happens at import of most modules.
8
+ _log.init_logging()
9
+
10
+
11
+ def main(args: (Optional[List[str]]) = None) -> int:
12
+ """This is preserved for old console scripts that may still be referencing
13
+ it.
14
+
15
+ For additional details, see https://github.com/pypa/pip/issues/7498.
16
+ """
17
+ from pip._internal.utils.entrypoints import _wrapper
18
+
19
+ return _wrapper(args)
bertvenv/lib/python3.10/site-packages/pip/_internal/build_env.py ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Build Environment used for isolation during sdist building
2
+ """
3
+
4
+ import contextlib
5
+ import logging
6
+ import os
7
+ import pathlib
8
+ import sys
9
+ import textwrap
10
+ import zipfile
11
+ from collections import OrderedDict
12
+ from sysconfig import get_paths
13
+ from types import TracebackType
14
+ from typing import TYPE_CHECKING, Iterable, Iterator, List, Optional, Set, Tuple, Type
15
+
16
+ from pip._vendor.certifi import where
17
+ from pip._vendor.packaging.requirements import Requirement
18
+ from pip._vendor.packaging.version import Version
19
+
20
+ from pip import __file__ as pip_location
21
+ from pip._internal.cli.spinners import open_spinner
22
+ from pip._internal.locations import get_platlib, get_prefixed_libs, get_purelib
23
+ from pip._internal.metadata import get_environment
24
+ from pip._internal.utils.subprocess import call_subprocess
25
+ from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
26
+
27
+ if TYPE_CHECKING:
28
+ from pip._internal.index.package_finder import PackageFinder
29
+
30
+ logger = logging.getLogger(__name__)
31
+
32
+
33
+ class _Prefix:
34
+ def __init__(self, path: str) -> None:
35
+ self.path = path
36
+ self.setup = False
37
+ self.bin_dir = get_paths(
38
+ "nt" if os.name == "nt" else "posix_prefix",
39
+ vars={"base": path, "platbase": path},
40
+ )["scripts"]
41
+ self.lib_dirs = get_prefixed_libs(path)
42
+
43
+
44
+ @contextlib.contextmanager
45
+ def _create_standalone_pip() -> Iterator[str]:
46
+ """Create a "standalone pip" zip file.
47
+
48
+ The zip file's content is identical to the currently-running pip.
49
+ It will be used to install requirements into the build environment.
50
+ """
51
+ source = pathlib.Path(pip_location).resolve().parent
52
+
53
+ # Return the current instance if `source` is not a directory. We can't build
54
+ # a zip from this, and it likely means the instance is already standalone.
55
+ if not source.is_dir():
56
+ yield str(source)
57
+ return
58
+
59
+ with TempDirectory(kind="standalone-pip") as tmp_dir:
60
+ pip_zip = os.path.join(tmp_dir.path, "__env_pip__.zip")
61
+ kwargs = {}
62
+ if sys.version_info >= (3, 8):
63
+ kwargs["strict_timestamps"] = False
64
+ with zipfile.ZipFile(pip_zip, "w", **kwargs) as zf:
65
+ for child in source.rglob("*"):
66
+ zf.write(child, child.relative_to(source.parent).as_posix())
67
+ yield os.path.join(pip_zip, "pip")
68
+
69
+
70
+ class BuildEnvironment:
71
+ """Creates and manages an isolated environment to install build deps"""
72
+
73
+ def __init__(self) -> None:
74
+ temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True)
75
+
76
+ self._prefixes = OrderedDict(
77
+ (name, _Prefix(os.path.join(temp_dir.path, name)))
78
+ for name in ("normal", "overlay")
79
+ )
80
+
81
+ self._bin_dirs: List[str] = []
82
+ self._lib_dirs: List[str] = []
83
+ for prefix in reversed(list(self._prefixes.values())):
84
+ self._bin_dirs.append(prefix.bin_dir)
85
+ self._lib_dirs.extend(prefix.lib_dirs)
86
+
87
+ # Customize site to:
88
+ # - ensure .pth files are honored
89
+ # - prevent access to system site packages
90
+ system_sites = {
91
+ os.path.normcase(site) for site in (get_purelib(), get_platlib())
92
+ }
93
+ self._site_dir = os.path.join(temp_dir.path, "site")
94
+ if not os.path.exists(self._site_dir):
95
+ os.mkdir(self._site_dir)
96
+ with open(
97
+ os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8"
98
+ ) as fp:
99
+ fp.write(
100
+ textwrap.dedent(
101
+ """
102
+ import os, site, sys
103
+
104
+ # First, drop system-sites related paths.
105
+ original_sys_path = sys.path[:]
106
+ known_paths = set()
107
+ for path in {system_sites!r}:
108
+ site.addsitedir(path, known_paths=known_paths)
109
+ system_paths = set(
110
+ os.path.normcase(path)
111
+ for path in sys.path[len(original_sys_path):]
112
+ )
113
+ original_sys_path = [
114
+ path for path in original_sys_path
115
+ if os.path.normcase(path) not in system_paths
116
+ ]
117
+ sys.path = original_sys_path
118
+
119
+ # Second, add lib directories.
120
+ # ensuring .pth file are processed.
121
+ for path in {lib_dirs!r}:
122
+ assert not path in sys.path
123
+ site.addsitedir(path)
124
+ """
125
+ ).format(system_sites=system_sites, lib_dirs=self._lib_dirs)
126
+ )
127
+
128
+ def __enter__(self) -> None:
129
+ self._save_env = {
130
+ name: os.environ.get(name, None)
131
+ for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH")
132
+ }
133
+
134
+ path = self._bin_dirs[:]
135
+ old_path = self._save_env["PATH"]
136
+ if old_path:
137
+ path.extend(old_path.split(os.pathsep))
138
+
139
+ pythonpath = [self._site_dir]
140
+
141
+ os.environ.update(
142
+ {
143
+ "PATH": os.pathsep.join(path),
144
+ "PYTHONNOUSERSITE": "1",
145
+ "PYTHONPATH": os.pathsep.join(pythonpath),
146
+ }
147
+ )
148
+
149
+ def __exit__(
150
+ self,
151
+ exc_type: Optional[Type[BaseException]],
152
+ exc_val: Optional[BaseException],
153
+ exc_tb: Optional[TracebackType],
154
+ ) -> None:
155
+ for varname, old_value in self._save_env.items():
156
+ if old_value is None:
157
+ os.environ.pop(varname, None)
158
+ else:
159
+ os.environ[varname] = old_value
160
+
161
+ def check_requirements(
162
+ self, reqs: Iterable[str]
163
+ ) -> Tuple[Set[Tuple[str, str]], Set[str]]:
164
+ """Return 2 sets:
165
+ - conflicting requirements: set of (installed, wanted) reqs tuples
166
+ - missing requirements: set of reqs
167
+ """
168
+ missing = set()
169
+ conflicting = set()
170
+ if reqs:
171
+ env = get_environment(self._lib_dirs)
172
+ for req_str in reqs:
173
+ req = Requirement(req_str)
174
+ dist = env.get_distribution(req.name)
175
+ if not dist:
176
+ missing.add(req_str)
177
+ continue
178
+ if isinstance(dist.version, Version):
179
+ installed_req_str = f"{req.name}=={dist.version}"
180
+ else:
181
+ installed_req_str = f"{req.name}==={dist.version}"
182
+ if dist.version not in req.specifier:
183
+ conflicting.add((installed_req_str, req_str))
184
+ # FIXME: Consider direct URL?
185
+ return conflicting, missing
186
+
187
+ def install_requirements(
188
+ self,
189
+ finder: "PackageFinder",
190
+ requirements: Iterable[str],
191
+ prefix_as_string: str,
192
+ *,
193
+ kind: str,
194
+ ) -> None:
195
+ prefix = self._prefixes[prefix_as_string]
196
+ assert not prefix.setup
197
+ prefix.setup = True
198
+ if not requirements:
199
+ return
200
+ with contextlib.ExitStack() as ctx:
201
+ pip_runnable = ctx.enter_context(_create_standalone_pip())
202
+ self._install_requirements(
203
+ pip_runnable,
204
+ finder,
205
+ requirements,
206
+ prefix,
207
+ kind=kind,
208
+ )
209
+
210
+ @staticmethod
211
+ def _install_requirements(
212
+ pip_runnable: str,
213
+ finder: "PackageFinder",
214
+ requirements: Iterable[str],
215
+ prefix: _Prefix,
216
+ *,
217
+ kind: str,
218
+ ) -> None:
219
+ args: List[str] = [
220
+ sys.executable,
221
+ pip_runnable,
222
+ "install",
223
+ "--ignore-installed",
224
+ "--no-user",
225
+ "--prefix",
226
+ prefix.path,
227
+ "--no-warn-script-location",
228
+ ]
229
+ if logger.getEffectiveLevel() <= logging.DEBUG:
230
+ args.append("-v")
231
+ for format_control in ("no_binary", "only_binary"):
232
+ formats = getattr(finder.format_control, format_control)
233
+ args.extend(
234
+ (
235
+ "--" + format_control.replace("_", "-"),
236
+ ",".join(sorted(formats or {":none:"})),
237
+ )
238
+ )
239
+
240
+ index_urls = finder.index_urls
241
+ if index_urls:
242
+ args.extend(["-i", index_urls[0]])
243
+ for extra_index in index_urls[1:]:
244
+ args.extend(["--extra-index-url", extra_index])
245
+ else:
246
+ args.append("--no-index")
247
+ for link in finder.find_links:
248
+ args.extend(["--find-links", link])
249
+
250
+ for host in finder.trusted_hosts:
251
+ args.extend(["--trusted-host", host])
252
+ if finder.allow_all_prereleases:
253
+ args.append("--pre")
254
+ if finder.prefer_binary:
255
+ args.append("--prefer-binary")
256
+ args.append("--")
257
+ args.extend(requirements)
258
+ extra_environ = {"_PIP_STANDALONE_CERT": where()}
259
+ with open_spinner(f"Installing {kind}") as spinner:
260
+ call_subprocess(
261
+ args,
262
+ command_desc=f"pip subprocess to install {kind}",
263
+ spinner=spinner,
264
+ extra_environ=extra_environ,
265
+ )
266
+
267
+
268
+ class NoOpBuildEnvironment(BuildEnvironment):
269
+ """A no-op drop-in replacement for BuildEnvironment"""
270
+
271
+ def __init__(self) -> None:
272
+ pass
273
+
274
+ def __enter__(self) -> None:
275
+ pass
276
+
277
+ def __exit__(
278
+ self,
279
+ exc_type: Optional[Type[BaseException]],
280
+ exc_val: Optional[BaseException],
281
+ exc_tb: Optional[TracebackType],
282
+ ) -> None:
283
+ pass
284
+
285
+ def cleanup(self) -> None:
286
+ pass
287
+
288
+ def install_requirements(
289
+ self,
290
+ finder: "PackageFinder",
291
+ requirements: Iterable[str],
292
+ prefix_as_string: str,
293
+ *,
294
+ kind: str,
295
+ ) -> None:
296
+ raise NotImplementedError()
bertvenv/lib/python3.10/site-packages/pip/_internal/cache.py ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Cache Management
2
+ """
3
+
4
+ import hashlib
5
+ import json
6
+ import logging
7
+ import os
8
+ from typing import Any, Dict, List, Optional, Set
9
+
10
+ from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version
11
+ from pip._vendor.packaging.utils import canonicalize_name
12
+
13
+ from pip._internal.exceptions import InvalidWheelFilename
14
+ from pip._internal.models.format_control import FormatControl
15
+ from pip._internal.models.link import Link
16
+ from pip._internal.models.wheel import Wheel
17
+ from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
18
+ from pip._internal.utils.urls import path_to_url
19
+
20
+ logger = logging.getLogger(__name__)
21
+
22
+
23
+ def _hash_dict(d: Dict[str, str]) -> str:
24
+ """Return a stable sha224 of a dictionary."""
25
+ s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True)
26
+ return hashlib.sha224(s.encode("ascii")).hexdigest()
27
+
28
+
29
+ class Cache:
30
+ """An abstract class - provides cache directories for data from links
31
+
32
+
33
+ :param cache_dir: The root of the cache.
34
+ :param format_control: An object of FormatControl class to limit
35
+ binaries being read from the cache.
36
+ :param allowed_formats: which formats of files the cache should store.
37
+ ('binary' and 'source' are the only allowed values)
38
+ """
39
+
40
+ def __init__(
41
+ self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str]
42
+ ) -> None:
43
+ super().__init__()
44
+ assert not cache_dir or os.path.isabs(cache_dir)
45
+ self.cache_dir = cache_dir or None
46
+ self.format_control = format_control
47
+ self.allowed_formats = allowed_formats
48
+
49
+ _valid_formats = {"source", "binary"}
50
+ assert self.allowed_formats.union(_valid_formats) == _valid_formats
51
+
52
+ def _get_cache_path_parts(self, link: Link) -> List[str]:
53
+ """Get parts of part that must be os.path.joined with cache_dir"""
54
+
55
+ # We want to generate an url to use as our cache key, we don't want to
56
+ # just re-use the URL because it might have other items in the fragment
57
+ # and we don't care about those.
58
+ key_parts = {"url": link.url_without_fragment}
59
+ if link.hash_name is not None and link.hash is not None:
60
+ key_parts[link.hash_name] = link.hash
61
+ if link.subdirectory_fragment:
62
+ key_parts["subdirectory"] = link.subdirectory_fragment
63
+
64
+ # Include interpreter name, major and minor version in cache key
65
+ # to cope with ill-behaved sdists that build a different wheel
66
+ # depending on the python version their setup.py is being run on,
67
+ # and don't encode the difference in compatibility tags.
68
+ # https://github.com/pypa/pip/issues/7296
69
+ key_parts["interpreter_name"] = interpreter_name()
70
+ key_parts["interpreter_version"] = interpreter_version()
71
+
72
+ # Encode our key url with sha224, we'll use this because it has similar
73
+ # security properties to sha256, but with a shorter total output (and
74
+ # thus less secure). However the differences don't make a lot of
75
+ # difference for our use case here.
76
+ hashed = _hash_dict(key_parts)
77
+
78
+ # We want to nest the directories some to prevent having a ton of top
79
+ # level directories where we might run out of sub directories on some
80
+ # FS.
81
+ parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]]
82
+
83
+ return parts
84
+
85
+ def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]:
86
+ can_not_cache = not self.cache_dir or not canonical_package_name or not link
87
+ if can_not_cache:
88
+ return []
89
+
90
+ formats = self.format_control.get_allowed_formats(canonical_package_name)
91
+ if not self.allowed_formats.intersection(formats):
92
+ return []
93
+
94
+ candidates = []
95
+ path = self.get_path_for_link(link)
96
+ if os.path.isdir(path):
97
+ for candidate in os.listdir(path):
98
+ candidates.append((candidate, path))
99
+ return candidates
100
+
101
+ def get_path_for_link(self, link: Link) -> str:
102
+ """Return a directory to store cached items in for link."""
103
+ raise NotImplementedError()
104
+
105
+ def get(
106
+ self,
107
+ link: Link,
108
+ package_name: Optional[str],
109
+ supported_tags: List[Tag],
110
+ ) -> Link:
111
+ """Returns a link to a cached item if it exists, otherwise returns the
112
+ passed link.
113
+ """
114
+ raise NotImplementedError()
115
+
116
+
117
+ class SimpleWheelCache(Cache):
118
+ """A cache of wheels for future installs."""
119
+
120
+ def __init__(self, cache_dir: str, format_control: FormatControl) -> None:
121
+ super().__init__(cache_dir, format_control, {"binary"})
122
+
123
+ def get_path_for_link(self, link: Link) -> str:
124
+ """Return a directory to store cached wheels for link
125
+
126
+ Because there are M wheels for any one sdist, we provide a directory
127
+ to cache them in, and then consult that directory when looking up
128
+ cache hits.
129
+
130
+ We only insert things into the cache if they have plausible version
131
+ numbers, so that we don't contaminate the cache with things that were
132
+ not unique. E.g. ./package might have dozens of installs done for it
133
+ and build a version of 0.0...and if we built and cached a wheel, we'd
134
+ end up using the same wheel even if the source has been edited.
135
+
136
+ :param link: The link of the sdist for which this will cache wheels.
137
+ """
138
+ parts = self._get_cache_path_parts(link)
139
+ assert self.cache_dir
140
+ # Store wheels within the root cache_dir
141
+ return os.path.join(self.cache_dir, "wheels", *parts)
142
+
143
+ def get(
144
+ self,
145
+ link: Link,
146
+ package_name: Optional[str],
147
+ supported_tags: List[Tag],
148
+ ) -> Link:
149
+ candidates = []
150
+
151
+ if not package_name:
152
+ return link
153
+
154
+ canonical_package_name = canonicalize_name(package_name)
155
+ for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name):
156
+ try:
157
+ wheel = Wheel(wheel_name)
158
+ except InvalidWheelFilename:
159
+ continue
160
+ if canonicalize_name(wheel.name) != canonical_package_name:
161
+ logger.debug(
162
+ "Ignoring cached wheel %s for %s as it "
163
+ "does not match the expected distribution name %s.",
164
+ wheel_name,
165
+ link,
166
+ package_name,
167
+ )
168
+ continue
169
+ if not wheel.supported(supported_tags):
170
+ # Built for a different python/arch/etc
171
+ continue
172
+ candidates.append(
173
+ (
174
+ wheel.support_index_min(supported_tags),
175
+ wheel_name,
176
+ wheel_dir,
177
+ )
178
+ )
179
+
180
+ if not candidates:
181
+ return link
182
+
183
+ _, wheel_name, wheel_dir = min(candidates)
184
+ return Link(path_to_url(os.path.join(wheel_dir, wheel_name)))
185
+
186
+
187
+ class EphemWheelCache(SimpleWheelCache):
188
+ """A SimpleWheelCache that creates it's own temporary cache directory"""
189
+
190
+ def __init__(self, format_control: FormatControl) -> None:
191
+ self._temp_dir = TempDirectory(
192
+ kind=tempdir_kinds.EPHEM_WHEEL_CACHE,
193
+ globally_managed=True,
194
+ )
195
+
196
+ super().__init__(self._temp_dir.path, format_control)
197
+
198
+
199
+ class CacheEntry:
200
+ def __init__(
201
+ self,
202
+ link: Link,
203
+ persistent: bool,
204
+ ):
205
+ self.link = link
206
+ self.persistent = persistent
207
+
208
+
209
+ class WheelCache(Cache):
210
+ """Wraps EphemWheelCache and SimpleWheelCache into a single Cache
211
+
212
+ This Cache allows for gracefully degradation, using the ephem wheel cache
213
+ when a certain link is not found in the simple wheel cache first.
214
+ """
215
+
216
+ def __init__(self, cache_dir: str, format_control: FormatControl) -> None:
217
+ super().__init__(cache_dir, format_control, {"binary"})
218
+ self._wheel_cache = SimpleWheelCache(cache_dir, format_control)
219
+ self._ephem_cache = EphemWheelCache(format_control)
220
+
221
+ def get_path_for_link(self, link: Link) -> str:
222
+ return self._wheel_cache.get_path_for_link(link)
223
+
224
+ def get_ephem_path_for_link(self, link: Link) -> str:
225
+ return self._ephem_cache.get_path_for_link(link)
226
+
227
+ def get(
228
+ self,
229
+ link: Link,
230
+ package_name: Optional[str],
231
+ supported_tags: List[Tag],
232
+ ) -> Link:
233
+ cache_entry = self.get_cache_entry(link, package_name, supported_tags)
234
+ if cache_entry is None:
235
+ return link
236
+ return cache_entry.link
237
+
238
+ def get_cache_entry(
239
+ self,
240
+ link: Link,
241
+ package_name: Optional[str],
242
+ supported_tags: List[Tag],
243
+ ) -> Optional[CacheEntry]:
244
+ """Returns a CacheEntry with a link to a cached item if it exists or
245
+ None. The cache entry indicates if the item was found in the persistent
246
+ or ephemeral cache.
247
+ """
248
+ retval = self._wheel_cache.get(
249
+ link=link,
250
+ package_name=package_name,
251
+ supported_tags=supported_tags,
252
+ )
253
+ if retval is not link:
254
+ return CacheEntry(retval, persistent=True)
255
+
256
+ retval = self._ephem_cache.get(
257
+ link=link,
258
+ package_name=package_name,
259
+ supported_tags=supported_tags,
260
+ )
261
+ if retval is not link:
262
+ return CacheEntry(retval, persistent=False)
263
+
264
+ return None
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """Subpackage containing all of pip's command line interface related code
2
+ """
3
+
4
+ # This file intentionally does not import submodules
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (297 Bytes). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc ADDED
Binary file (5.33 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc ADDED
Binary file (6.27 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc ADDED
Binary file (22.6 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc ADDED
Binary file (1.33 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc ADDED
Binary file (1.4 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc ADDED
Binary file (2.18 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc ADDED
Binary file (9.97 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc ADDED
Binary file (9.26 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc ADDED
Binary file (13.6 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc ADDED
Binary file (4.97 kB). View file
 
bertvenv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc ADDED
Binary file (376 Bytes). View file