gooddata-sdk 1.22.1.dev1__tar.gz → 1.22.1.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. gooddata_sdk-1.22.1.dev2/LICENSE.txt +1182 -0
  2. {gooddata_sdk-1.22.1.dev1/gooddata_sdk.egg-info → gooddata_sdk-1.22.1.dev2}/PKG-INFO +4 -4
  3. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/README.md +1 -1
  4. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2/gooddata_sdk.egg-info}/PKG-INFO +4 -4
  5. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk.egg-info/requires.txt +1 -1
  6. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/setup.py +4 -3
  7. gooddata_sdk-1.22.1.dev1/LICENSE.txt +0 -555
  8. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/MANIFEST.in +0 -0
  9. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/bin/gdc +0 -0
  10. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/__init__.py +0 -0
  11. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/_version.py +0 -0
  12. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/__init__.py +0 -0
  13. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/base.py +0 -0
  14. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/catalog_service_base.py +0 -0
  15. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/__init__.py +0 -0
  16. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/__init__.py +0 -0
  17. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/__init__.py +0 -0
  18. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/ldm_request.py +0 -0
  19. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_model_request.py +0 -0
  20. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_sql_request.py +0 -0
  21. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/__init__.py +0 -0
  22. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/scan_sql_response.py +0 -0
  23. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/action_model/sql_column.py +0 -0
  24. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/__init__.py +0 -0
  25. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/data_source.py +0 -0
  26. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/__init__.py +0 -0
  27. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/column.py +0 -0
  28. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/pdm.py +0 -0
  29. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/table.py +0 -0
  30. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/__init__.py +0 -0
  31. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/content_objects/__init__.py +0 -0
  32. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/content_objects/table.py +0 -0
  33. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/data_source.py +0 -0
  34. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/service.py +0 -0
  35. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/validation/__init__.py +0 -0
  36. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/data_source/validation/data_source.py +0 -0
  37. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/depends_on.py +0 -0
  38. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/entity.py +0 -0
  39. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/export/__init__.py +0 -0
  40. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/export/request.py +0 -0
  41. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/export/service.py +0 -0
  42. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/identifier.py +0 -0
  43. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/__init__.py +0 -0
  44. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/entity_model/__init__.py +0 -0
  45. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/entity_model/directive.py +0 -0
  46. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/entity_model/jwk.py +0 -0
  47. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/entity_model/organization.py +0 -0
  48. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/entity_model/setting.py +0 -0
  49. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/organization/service.py +0 -0
  50. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/parameter.py +0 -0
  51. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/__init__.py +0 -0
  52. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/__init__.py +0 -0
  53. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_assignees.py +0 -0
  54. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_permissions.py +0 -0
  55. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py +0 -0
  56. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/permission.py +0 -0
  57. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/permission/service.py +0 -0
  58. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/rule.py +0 -0
  59. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/setting.py +0 -0
  60. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/types.py +0 -0
  61. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/__init__.py +0 -0
  62. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/declarative_model/__init__.py +0 -0
  63. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user.py +0 -0
  64. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user_and_user_groups.py +0 -0
  65. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user_group.py +0 -0
  66. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/entity_model/__init__.py +0 -0
  67. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/entity_model/user.py +0 -0
  68. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/entity_model/user_group.py +0 -0
  69. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/management_model/__init__.py +0 -0
  70. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/management_model/management.py +0 -0
  71. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/user/service.py +0 -0
  72. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/validate_by_item.py +0 -0
  73. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/__init__.py +0 -0
  74. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/content_service.py +0 -0
  75. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/__init__.py +0 -0
  76. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/__init__.py +0 -0
  77. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/__init__.py +0 -0
  78. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/analytics_model.py +0 -0
  79. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/__init__.py +0 -0
  80. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/data_filter_references.py +0 -0
  81. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/__init__.py +0 -0
  82. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/dataset.py +0 -0
  83. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/__init__.py +0 -0
  84. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/dataset_extension.py +0 -0
  85. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/__init__.py +0 -0
  86. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/date_dataset.py +0 -0
  87. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/ldm.py +0 -0
  88. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/workspace.py +0 -0
  89. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/__init__.py +0 -0
  90. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/__init__.py +0 -0
  91. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/dataset.py +0 -0
  92. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/metric.py +0 -0
  93. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/workspace_setting.py +0 -0
  94. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/__init__.py +0 -0
  95. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/graph.py +0 -0
  96. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/user_data_filter.py +0 -0
  97. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/workspace.py +0 -0
  98. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/model_container.py +0 -0
  99. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/catalog/workspace/service.py +0 -0
  100. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/__init__.py +0 -0
  101. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/clone.py +0 -0
  102. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/constants.py +0 -0
  103. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/deploy.py +0 -0
  104. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/gdc_core.py +0 -0
  105. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/package.json +0 -0
  106. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/cli/utils.py +0 -0
  107. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/client.py +0 -0
  108. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/__init__.py +0 -0
  109. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/__init__.py +0 -0
  110. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/attribute.py +0 -0
  111. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/base.py +0 -0
  112. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/execution.py +0 -0
  113. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/filter.py +0 -0
  114. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/model/metric.py +0 -0
  115. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/compute/service.py +0 -0
  116. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/config.py +0 -0
  117. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/py.typed +0 -0
  118. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/sdk.py +0 -0
  119. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/support.py +0 -0
  120. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/table.py +0 -0
  121. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/type_converter.py +0 -0
  122. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/utils.py +0 -0
  123. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk/visualization.py +0 -0
  124. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk.egg-info/SOURCES.txt +0 -0
  125. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk.egg-info/dependency_links.txt +0 -0
  126. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/gooddata_sdk.egg-info/top_level.txt +0 -0
  127. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/setup.cfg +0 -0
  128. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/tests/test_client.py +0 -0
  129. {gooddata_sdk-1.22.1.dev1 → gooddata_sdk-1.22.1.dev2}/tests/test_type_converter.py +0 -0
@@ -0,0 +1,1182 @@
1
+ Copyright (c) 2022-2024 GoodData Corporation
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
+
9
+ ================================================================================
10
+
11
+ Dependencies
12
+
13
+ ================================================================================
14
+
15
+ - attrs (23.2.0) [MIT]
16
+ - Brotli (1.1.0) [MIT]
17
+ - cattrs (23.2.3) [MIT]
18
+ - certifi (2024.6.2) [MPL-2.0]
19
+ - charset-normalizer (3.3.2) [MIT]
20
+ - exceptiongroup (1.2.1) [Python-2.0, MIT]
21
+ - idna (3.7) [BSD-3-Clause]
22
+ - python-dateutil (2.9.0.post0) [Apache-2.0, BSD-3-Clause]
23
+ - python-dotenv (1.0.1) [BSD-3-Clause]
24
+ - PyYAML (6.0.1) [MIT]
25
+ - requests (2.31.0) [Apache-2.0]
26
+ - six (1.16.0) [MIT]
27
+ - typing-extensions (4.12.2) [Python-2.0, 0BSD]
28
+ - urllib3 (2.2.2) [MIT, Apache-2.0]
29
+
30
+
31
+ --------------------------------------------------------------------------------
32
+ Package Title: attrs (23.2.0)
33
+
34
+ Package Locator: pip+attrs$23.2.0
35
+ --------------------------------------------------------------------------------
36
+
37
+ * Declared Licenses *
38
+ MIT
39
+
40
+
41
+ The MIT License (MIT)
42
+
43
+ Copyright (c) 2015 Hynek Schlawack and the attrs contributors
44
+
45
+ Permission is hereby granted, free of charge, to any person obtaining a copy
46
+ of this software and associated documentation files (the "Software"), to deal
47
+ in the Software without restriction, including without limitation the rights
48
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49
+ copies of the Software, and to permit persons to whom the Software is
50
+ furnished to do so, subject to the following conditions:
51
+
52
+ The above copyright notice and this permission notice shall be included in all
53
+ copies or substantial portions of the Software.
54
+
55
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61
+ SOFTWARE.
62
+
63
+
64
+
65
+ --------------------------------------------------------------------------------
66
+ Package Title: Brotli (1.1.0)
67
+
68
+ Package Locator: pip+Brotli$1.1.0
69
+ --------------------------------------------------------------------------------
70
+
71
+ * Declared Licenses *
72
+ MIT
73
+
74
+
75
+ Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
76
+
77
+ Permission is hereby granted, free of charge, to any person obtaining a copy
78
+ of this software and associated documentation files (the "Software"), to deal
79
+ in the Software without restriction, including without limitation the rights
80
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81
+ copies of the Software, and to permit persons to whom the Software is
82
+ furnished to do so, subject to the following conditions:
83
+
84
+ The above copyright notice and this permission notice shall be included in
85
+ all copies or substantial portions of the Software.
86
+
87
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
93
+ THE SOFTWARE.
94
+
95
+
96
+
97
+ --------------------------------------------------------------------------------
98
+ Package Title: cattrs (23.2.3)
99
+
100
+ Package Locator: pip+cattrs$23.2.3
101
+ --------------------------------------------------------------------------------
102
+
103
+ * Declared Licenses *
104
+ MIT
105
+
106
+
107
+
108
+ MIT License
109
+
110
+ Copyright (c) 2016, Tin Tvrtković
111
+
112
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
113
+
114
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
115
+
116
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
117
+
118
+
119
+
120
+
121
+ --------------------------------------------------------------------------------
122
+ Package Title: certifi (2024.6.2)
123
+
124
+ Package Locator: pip+certifi$2024.6.2
125
+ --------------------------------------------------------------------------------
126
+
127
+ * Declared Licenses *
128
+ MPL-2.0
129
+
130
+
131
+ This package contains a modified version of ca-bundle.crt:
132
+
133
+ ca-bundle.crt -- Bundle of CA Root Certificates
134
+
135
+ This is a bundle of X.509 certificates of public Certificate Authorities
136
+ (CA). These were automatically extracted from Mozilla's root certificates
137
+ file (certdata.txt). This file can be found in the mozilla source tree:
138
+ https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
139
+ It contains the certificates in PEM format and therefore
140
+ can be directly used with curl / libcurl / php_curl, or with
141
+ an Apache+mod_ssl webserver for SSL client authentication.
142
+ Just configure this file as the SSLCACertificateFile.#
143
+
144
+ ***** BEGIN LICENSE BLOCK *****
145
+ This Source Code Form is subject to the terms of the Mozilla Public License,
146
+ v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
147
+ one at http://mozilla.org/MPL/2.0/.
148
+
149
+ ***** END LICENSE BLOCK *****
150
+ @(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
151
+
152
+
153
+
154
+ --------------------------------------------------------------------------------
155
+ Package Title: charset-normalizer (3.3.2)
156
+
157
+ Package Locator: pip+charset-normalizer$3.3.2
158
+ --------------------------------------------------------------------------------
159
+
160
+ * Declared Licenses *
161
+ MIT
162
+
163
+
164
+ MIT License
165
+
166
+ Copyright (c) 2019 TAHRI Ahmed R.
167
+
168
+ Permission is hereby granted, free of charge, to any person obtaining a copy
169
+ of this software and associated documentation files (the "Software"), to deal
170
+ in the Software without restriction, including without limitation the rights
171
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
172
+ copies of the Software, and to permit persons to whom the Software is
173
+ furnished to do so, subject to the following conditions:
174
+
175
+ The above copyright notice and this permission notice shall be included in all
176
+ copies or substantial portions of the Software.
177
+
178
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
179
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
180
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
181
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
182
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
183
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
184
+ SOFTWARE.
185
+
186
+
187
+ --------------------------------------------------------------------------------
188
+ Package Title: exceptiongroup (1.2.1)
189
+
190
+ Package Locator: pip+exceptiongroup$1.2.1
191
+ --------------------------------------------------------------------------------
192
+
193
+ * Declared Licenses *
194
+ Python-2.0
195
+
196
+
197
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
198
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
199
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
200
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
201
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
202
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
203
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
204
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.
205
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
206
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
207
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
208
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
209
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
210
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
211
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement.
212
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
213
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
214
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
215
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
216
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
217
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
218
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
219
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
220
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement.
221
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
222
+ Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
223
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
224
+
225
+
226
+ * Other Licenses *
227
+ MIT
228
+
229
+
230
+ The MIT License (MIT)
231
+
232
+ Copyright (c) 2022 Alex Grönholm
233
+
234
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
235
+ this software and associated documentation files (the "Software"), to deal in
236
+ the Software without restriction, including without limitation the rights to
237
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
238
+ the Software, and to permit persons to whom the Software is furnished to do so,
239
+ subject to the following conditions:
240
+
241
+ The above copyright notice and this permission notice shall be included in all
242
+ copies or substantial portions of the Software.
243
+
244
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
245
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
246
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
247
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
248
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
249
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
250
+
251
+
252
+ This project contains code copied from the Python standard library.
253
+ The following is the required license notice for those parts.
254
+
255
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
256
+ --------------------------------------------
257
+
258
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
259
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
260
+ otherwise using this software ("Python") in source or binary form and
261
+ its associated documentation.
262
+
263
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
264
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
265
+ analyze, test, perform and/or display publicly, prepare derivative works,
266
+ distribute, and otherwise use Python alone or in any derivative version,
267
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
268
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
269
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
270
+ All Rights Reserved" are retained in Python alone or in any derivative version
271
+ prepared by Licensee.
272
+
273
+ 3. In the event Licensee prepares a derivative work that is based on
274
+ or incorporates Python or any part thereof, and wants to make
275
+ the derivative work available to others as provided herein, then
276
+ Licensee hereby agrees to include in any such work a brief summary of
277
+ the changes made to Python.
278
+
279
+ 4. PSF is making Python available to Licensee on an "AS IS"
280
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
281
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
282
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
283
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
284
+ INFRINGE ANY THIRD PARTY RIGHTS.
285
+
286
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
287
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
288
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
289
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
290
+
291
+ 6. This License Agreement will automatically terminate upon a material
292
+ breach of its terms and conditions.
293
+
294
+ 7. Nothing in this License Agreement shall be deemed to create any
295
+ relationship of agency, partnership, or joint venture between PSF and
296
+ Licensee. This License Agreement does not grant permission to use PSF
297
+ trademarks or trade name in a trademark sense to endorse or promote
298
+ products or services of Licensee, or any third party.
299
+
300
+ 8. By copying, installing or otherwise using Python, Licensee
301
+ agrees to be bound by the terms and conditions of this License
302
+ Agreement.
303
+
304
+ --------------------------------------------------------------------------------
305
+ Package Title: idna (3.7)
306
+
307
+ Package Locator: pip+idna$3.7
308
+ --------------------------------------------------------------------------------
309
+
310
+ * Declared Licenses *
311
+ BSD-3-Clause
312
+
313
+
314
+ BSD 3-Clause License
315
+
316
+ Copyright (c) 2013-2024, Kim Davies and contributors.
317
+ All rights reserved.
318
+
319
+ Redistribution and use in source and binary forms, with or without
320
+ modification, are permitted provided that the following conditions are
321
+ met:
322
+
323
+ 1. Redistributions of source code must retain the above copyright
324
+ notice, this list of conditions and the following disclaimer.
325
+
326
+ 2. Redistributions in binary form must reproduce the above copyright
327
+ notice, this list of conditions and the following disclaimer in the
328
+ documentation and/or other materials provided with the distribution.
329
+
330
+ 3. Neither the name of the copyright holder nor the names of its
331
+ contributors may be used to endorse or promote products derived from
332
+ this software without specific prior written permission.
333
+
334
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
335
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
336
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
337
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
338
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
339
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
340
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
341
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
342
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
343
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
344
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
345
+
346
+
347
+
348
+ --------------------------------------------------------------------------------
349
+ Package Title: python-dateutil (2.9.0.post0)
350
+
351
+ Package Locator: pip+python-dateutil$2.9.0.post0
352
+ --------------------------------------------------------------------------------
353
+
354
+ * Declared Licenses *
355
+
356
+
357
+
358
+ * Other Licenses *
359
+ Apache-2.0, BSD-3-Clause
360
+
361
+ * Apache-2.0 *
362
+
363
+ Copyright 2017- Paul Ganssle <paul@ganssle.io>
364
+ Copyright 2017- dateutil contributors (see AUTHORS file)
365
+
366
+ Licensed under the Apache License, Version 2.0 (the "License");
367
+ you may not use this file except in compliance with the License.
368
+ You may obtain a copy of the License at
369
+
370
+ http://www.apache.org/licenses/LICENSE-2.0
371
+
372
+ Unless required by applicable law or agreed to in writing, software
373
+ distributed under the License is distributed on an "AS IS" BASIS,
374
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
375
+ See the License for the specific language governing permissions and
376
+ limitations under the License.
377
+
378
+ The above license applies to all contributions after 2017-12-01, as well as
379
+ all contributions that have been re-licensed (see AUTHORS file for the list of
380
+ contributors who have re-licensed their code).
381
+ --------------------------------------------------------------------------------
382
+ dateutil - Extensions to the standard Python datetime module.
383
+
384
+ Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
385
+ Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
386
+ Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
387
+ Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
388
+ Copyright (c) 2015- - dateutil contributors (see AUTHORS file)
389
+
390
+ All rights reserved.
391
+
392
+ Redistribution and use in source and binary forms, with or without
393
+ modification, are permitted provided that the following conditions are met:
394
+
395
+ * Redistributions of source code must retain the above copyright notice,
396
+ this list of conditions and the following disclaimer.
397
+ * Redistributions in binary form must reproduce the above copyright notice,
398
+ this list of conditions and the following disclaimer in the documentation
399
+ and/or other materials provided with the distribution.
400
+ * Neither the name of the copyright holder nor the names of its
401
+ contributors may be used to endorse or promote products derived from
402
+ this software without specific prior written permission.
403
+
404
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
405
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
406
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
407
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
408
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
409
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
410
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
411
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
412
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
413
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
414
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
415
+
416
+ The above BSD License Applies to all code, even that also covered by Apache 2.0.
417
+
418
+ * BSD-3-Clause *
419
+
420
+ Copyright (c) <year> <owner> . All rights reserved.
421
+
422
+ Redistribution and use in source and binary forms, with or without
423
+ modification, are permitted provided that the following conditions are met:
424
+
425
+ 1. Redistributions of source code must retain the above copyright notice,
426
+ this list of conditions and the following disclaimer.
427
+
428
+ 2. Redistributions in binary form must reproduce the above copyright notice,
429
+ this list of conditions and the following disclaimer in the documentation
430
+ and/or other materials provided with the distribution.
431
+
432
+ 3. Neither the name of the copyright holder nor the names of its
433
+ contributors may be used to endorse or promote products derived from
434
+ this software without specific prior written permission.
435
+
436
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
437
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
438
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
439
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
440
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
441
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
442
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
443
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
444
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
445
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
446
+
447
+
448
+ --------------------------------------------------------------------------------
449
+ Package Title: python-dotenv (1.0.1)
450
+
451
+ Package Locator: pip+python-dotenv$1.0.1
452
+ --------------------------------------------------------------------------------
453
+
454
+ * Declared Licenses *
455
+ BSD-3-Clause
456
+
457
+
458
+ Copyright (c) 2014, Saurabh Kumar (python-dotenv), 2013, Ted Tieken (django-dotenv-rw), 2013, Jacob Kaplan-Moss (django-dotenv)
459
+
460
+ Redistribution and use in source and binary forms, with or without modification,
461
+ are permitted provided that the following conditions are met:
462
+
463
+ - Redistributions of source code must retain the above copyright notice,
464
+ this list of conditions and the following disclaimer.
465
+
466
+ - Redistributions in binary form must reproduce the above copyright notice,
467
+ this list of conditions and the following disclaimer in the documentation
468
+ and/or other materials provided with the distribution.
469
+
470
+ - Neither the name of django-dotenv nor the names of its contributors
471
+ may be used to endorse or promote products derived from this software
472
+ without specific prior written permission.
473
+
474
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
475
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
476
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
477
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
478
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
479
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
480
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
481
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
482
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
483
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
484
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
485
+
486
+
487
+
488
+ --------------------------------------------------------------------------------
489
+ Package Title: PyYAML (6.0.1)
490
+
491
+ Package Locator: pip+PyYAML$6.0.1
492
+ --------------------------------------------------------------------------------
493
+
494
+ * Declared Licenses *
495
+ MIT
496
+
497
+
498
+ Copyright (c) 2017-2021 Ingy döt Net
499
+ Copyright (c) 2006-2016 Kirill Simonov
500
+
501
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
502
+ this software and associated documentation files (the "Software"), to deal in
503
+ the Software without restriction, including without limitation the rights to
504
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
505
+ of the Software, and to permit persons to whom the Software is furnished to do
506
+ so, subject to the following conditions:
507
+
508
+ The above copyright notice and this permission notice shall be included in all
509
+ copies or substantial portions of the Software.
510
+
511
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
512
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
513
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
514
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
515
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
516
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
517
+ SOFTWARE.
518
+
519
+
520
+
521
+ --------------------------------------------------------------------------------
522
+ Package Title: requests (2.31.0)
523
+
524
+ Package Locator: pip+requests$2.31.0
525
+ --------------------------------------------------------------------------------
526
+
527
+ * Declared Licenses *
528
+ Apache-2.0
529
+
530
+
531
+
532
+ Apache License
533
+ Version 2.0, January 2004
534
+ http://www.apache.org/licenses/
535
+
536
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
537
+
538
+ 1. Definitions.
539
+
540
+ "License" shall mean the terms and conditions for use, reproduction,
541
+ and distribution as defined by Sections 1 through 9 of this document.
542
+
543
+ "Licensor" shall mean the copyright owner or entity authorized by
544
+ the copyright owner that is granting the License.
545
+
546
+ "Legal Entity" shall mean the union of the acting entity and all
547
+ other entities that control, are controlled by, or are under common
548
+ control with that entity. For the purposes of this definition,
549
+ "control" means (i) the power, direct or indirect, to cause the
550
+ direction or management of such entity, whether by contract or
551
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
552
+ outstanding shares, or (iii) beneficial ownership of such entity.
553
+
554
+ "You" (or "Your") shall mean an individual or Legal Entity
555
+ exercising permissions granted by this License.
556
+
557
+ "Source" form shall mean the preferred form for making modifications,
558
+ including but not limited to software source code, documentation
559
+ source, and configuration files.
560
+
561
+ "Object" form shall mean any form resulting from mechanical
562
+ transformation or translation of a Source form, including but
563
+ not limited to compiled object code, generated documentation,
564
+ and conversions to other media types.
565
+
566
+ "Work" shall mean the work of authorship, whether in Source or
567
+ Object form, made available under the License, as indicated by a
568
+ copyright notice that is included in or attached to the work
569
+ (an example is provided in the Appendix below).
570
+
571
+ "Derivative Works" shall mean any work, whether in Source or Object
572
+ form, that is based on (or derived from) the Work and for which the
573
+ editorial revisions, annotations, elaborations, or other modifications
574
+ represent, as a whole, an original work of authorship. For the purposes
575
+ of this License, Derivative Works shall not include works that remain
576
+ separable from, or merely link (or bind by name) to the interfaces of,
577
+ the Work and Derivative Works thereof.
578
+
579
+ "Contribution" shall mean any work of authorship, including
580
+ the original version of the Work and any modifications or additions
581
+ to that Work or Derivative Works thereof, that is intentionally
582
+ submitted to Licensor for inclusion in the Work by the copyright owner
583
+ or by an individual or Legal Entity authorized to submit on behalf of
584
+ the copyright owner. For the purposes of this definition, "submitted"
585
+ means any form of electronic, verbal, or written communication sent
586
+ to the Licensor or its representatives, including but not limited to
587
+ communication on electronic mailing lists, source code control systems,
588
+ and issue tracking systems that are managed by, or on behalf of, the
589
+ Licensor for the purpose of discussing and improving the Work, but
590
+ excluding communication that is conspicuously marked or otherwise
591
+ designated in writing by the copyright owner as "Not a Contribution."
592
+
593
+ "Contributor" shall mean Licensor and any individual or Legal Entity
594
+ on behalf of whom a Contribution has been received by Licensor and
595
+ subsequently incorporated within the Work.
596
+
597
+ 2. Grant of Copyright License. Subject to the terms and conditions of
598
+ this License, each Contributor hereby grants to You a perpetual,
599
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
600
+ copyright license to reproduce, prepare Derivative Works of,
601
+ publicly display, publicly perform, sublicense, and distribute the
602
+ Work and such Derivative Works in Source or Object form.
603
+
604
+ 3. Grant of Patent License. Subject to the terms and conditions of
605
+ this License, each Contributor hereby grants to You a perpetual,
606
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
607
+ (except as stated in this section) patent license to make, have made,
608
+ use, offer to sell, sell, import, and otherwise transfer the Work,
609
+ where such license applies only to those patent claims licensable
610
+ by such Contributor that are necessarily infringed by their
611
+ Contribution(s) alone or by combination of their Contribution(s)
612
+ with the Work to which such Contribution(s) was submitted. If You
613
+ institute patent litigation against any entity (including a
614
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
615
+ or a Contribution incorporated within the Work constitutes direct
616
+ or contributory patent infringement, then any patent licenses
617
+ granted to You under this License for that Work shall terminate
618
+ as of the date such litigation is filed.
619
+
620
+ 4. Redistribution. You may reproduce and distribute copies of the
621
+ Work or Derivative Works thereof in any medium, with or without
622
+ modifications, and in Source or Object form, provided that You
623
+ meet the following conditions:
624
+
625
+ (a) You must give any other recipients of the Work or
626
+ Derivative Works a copy of this License; and
627
+
628
+ (b) You must cause any modified files to carry prominent notices
629
+ stating that You changed the files; and
630
+
631
+ (c) You must retain, in the Source form of any Derivative Works
632
+ that You distribute, all copyright, patent, trademark, and
633
+ attribution notices from the Source form of the Work,
634
+ excluding those notices that do not pertain to any part of
635
+ the Derivative Works; and
636
+
637
+ (d) If the Work includes a "NOTICE" text file as part of its
638
+ distribution, then any Derivative Works that You distribute must
639
+ include a readable copy of the attribution notices contained
640
+ within such NOTICE file, excluding those notices that do not
641
+ pertain to any part of the Derivative Works, in at least one
642
+ of the following places: within a NOTICE text file distributed
643
+ as part of the Derivative Works; within the Source form or
644
+ documentation, if provided along with the Derivative Works; or,
645
+ within a display generated by the Derivative Works, if and
646
+ wherever such third-party notices normally appear. The contents
647
+ of the NOTICE file are for informational purposes only and
648
+ do not modify the License. You may add Your own attribution
649
+ notices within Derivative Works that You distribute, alongside
650
+ or as an addendum to the NOTICE text from the Work, provided
651
+ that such additional attribution notices cannot be construed
652
+ as modifying the License.
653
+
654
+ You may add Your own copyright statement to Your modifications and
655
+ may provide additional or different license terms and conditions
656
+ for use, reproduction, or distribution of Your modifications, or
657
+ for any such Derivative Works as a whole, provided Your use,
658
+ reproduction, and distribution of the Work otherwise complies with
659
+ the conditions stated in this License.
660
+
661
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
662
+ any Contribution intentionally submitted for inclusion in the Work
663
+ by You to the Licensor shall be under the terms and conditions of
664
+ this License, without any additional terms or conditions.
665
+ Notwithstanding the above, nothing herein shall supersede or modify
666
+ the terms of any separate license agreement you may have executed
667
+ with Licensor regarding such Contributions.
668
+
669
+ 6. Trademarks. This License does not grant permission to use the trade
670
+ names, trademarks, service marks, or product names of the Licensor,
671
+ except as required for reasonable and customary use in describing the
672
+ origin of the Work and reproducing the content of the NOTICE file.
673
+
674
+ 7. Disclaimer of Warranty. Unless required by applicable law or
675
+ agreed to in writing, Licensor provides the Work (and each
676
+ Contributor provides its Contributions) on an "AS IS" BASIS,
677
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
678
+ implied, including, without limitation, any warranties or conditions
679
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
680
+ PARTICULAR PURPOSE. You are solely responsible for determining the
681
+ appropriateness of using or redistributing the Work and assume any
682
+ risks associated with Your exercise of permissions under this License.
683
+
684
+ 8. Limitation of Liability. In no event and under no legal theory,
685
+ whether in tort (including negligence), contract, or otherwise,
686
+ unless required by applicable law (such as deliberate and grossly
687
+ negligent acts) or agreed to in writing, shall any Contributor be
688
+ liable to You for damages, including any direct, indirect, special,
689
+ incidental, or consequential damages of any character arising as a
690
+ result of this License or out of the use or inability to use the
691
+ Work (including but not limited to damages for loss of goodwill,
692
+ work stoppage, computer failure or malfunction, or any and all
693
+ other commercial damages or losses), even if such Contributor
694
+ has been advised of the possibility of such damages.
695
+
696
+ 9. Accepting Warranty or Additional Liability. While redistributing
697
+ the Work or Derivative Works thereof, You may choose to offer,
698
+ and charge a fee for, acceptance of support, warranty, indemnity,
699
+ or other liability obligations and/or rights consistent with this
700
+ License. However, in accepting such obligations, You may act only
701
+ on Your own behalf and on Your sole responsibility, not on behalf
702
+ of any other Contributor, and only if You agree to indemnify,
703
+ defend, and hold each Contributor harmless for any liability
704
+ incurred by, or claims asserted against, such Contributor by reason
705
+ of your accepting any such warranty or additional liability.
706
+
707
+
708
+
709
+ --------------------------------------------------------------------------------
710
+ Package Title: six (1.16.0)
711
+
712
+ Package Locator: pip+six$1.16.0
713
+ --------------------------------------------------------------------------------
714
+
715
+ * Declared Licenses *
716
+ MIT
717
+
718
+
719
+ Copyright (c) 2010-2020 Benjamin Peterson
720
+
721
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
722
+ this software and associated documentation files (the "Software"), to deal in
723
+ the Software without restriction, including without limitation the rights to
724
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
725
+ the Software, and to permit persons to whom the Software is furnished to do so,
726
+ subject to the following conditions:
727
+
728
+ The above copyright notice and this permission notice shall be included in all
729
+ copies or substantial portions of the Software.
730
+
731
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
732
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
733
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
734
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
735
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
736
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
737
+
738
+
739
+
740
+ --------------------------------------------------------------------------------
741
+ Package Title: typing-extensions (4.12.2)
742
+
743
+ Package Locator: pip+typing-extensions$4.12.2
744
+ --------------------------------------------------------------------------------
745
+
746
+ * Declared Licenses *
747
+ Python-2.0, 0BSD
748
+
749
+ * Python-2.0 *
750
+
751
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.
752
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.
753
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.
754
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
755
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
756
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
757
+ 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
758
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.
759
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software").
760
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee.
761
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
762
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
763
+ 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
764
+ 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.
765
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement.
766
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
767
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee.
768
+ Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011".
769
+ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1.
770
+ 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
771
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
772
+ 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
773
+ 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
774
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement.
775
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved.
776
+ Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
777
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
778
+
779
+ * 0BSD *
780
+
781
+ A. HISTORY OF THE SOFTWARE
782
+ ==========================
783
+
784
+ Python was created in the early 1990s by Guido van Rossum at Stichting
785
+ Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
786
+ as a successor of a language called ABC. Guido remains Python's
787
+ principal author, although it includes many contributions from others.
788
+
789
+ In 1995, Guido continued his work on Python at the Corporation for
790
+ National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
791
+ in Reston, Virginia where he released several versions of the
792
+ software.
793
+
794
+ In May 2000, Guido and the Python core development team moved to
795
+ BeOpen.com to form the BeOpen PythonLabs team. In October of the same
796
+ year, the PythonLabs team moved to Digital Creations, which became
797
+ Zope Corporation. In 2001, the Python Software Foundation (PSF, see
798
+ https://www.python.org/psf/) was formed, a non-profit organization
799
+ created specifically to own Python-related Intellectual Property.
800
+ Zope Corporation was a sponsoring member of the PSF.
801
+
802
+ All Python releases are Open Source (see https://opensource.org for
803
+ the Open Source Definition). Historically, most, but not all, Python
804
+ releases have also been GPL-compatible; the table below summarizes
805
+ the various releases.
806
+
807
+ Release Derived Year Owner GPL-
808
+ from compatible? (1)
809
+
810
+ 0.9.0 thru 1.2 1991-1995 CWI yes
811
+ 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
812
+ 1.6 1.5.2 2000 CNRI no
813
+ 2.0 1.6 2000 BeOpen.com no
814
+ 1.6.1 1.6 2001 CNRI yes (2)
815
+ 2.1 2.0+1.6.1 2001 PSF no
816
+ 2.0.1 2.0+1.6.1 2001 PSF yes
817
+ 2.1.1 2.1+2.0.1 2001 PSF yes
818
+ 2.1.2 2.1.1 2002 PSF yes
819
+ 2.1.3 2.1.2 2002 PSF yes
820
+ 2.2 and above 2.1.1 2001-now PSF yes
821
+
822
+ Footnotes:
823
+
824
+ (1) GPL-compatible doesn't mean that we're distributing Python under
825
+ the GPL. All Python licenses, unlike the GPL, let you distribute
826
+ a modified version without making your changes open source. The
827
+ GPL-compatible licenses make it possible to combine Python with
828
+ other software that is released under the GPL; the others don't.
829
+
830
+ (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
831
+ because its license has a choice of law clause. According to
832
+ CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
833
+ is "not incompatible" with the GPL.
834
+
835
+ Thanks to the many outside volunteers who have worked under Guido's
836
+ direction to make these releases possible.
837
+
838
+
839
+ B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
840
+ ===============================================================
841
+
842
+ Python software and documentation are licensed under the
843
+ Python Software Foundation License Version 2.
844
+
845
+ Starting with Python 3.8.6, examples, recipes, and other code in
846
+ the documentation are dual licensed under the PSF License Version 2
847
+ and the Zero-Clause BSD license.
848
+
849
+ Some software incorporated into Python is under different licenses.
850
+ The licenses are listed with code falling under that license.
851
+
852
+
853
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
854
+ --------------------------------------------
855
+
856
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
857
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
858
+ otherwise using this software ("Python") in source or binary form and
859
+ its associated documentation.
860
+
861
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
862
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
863
+ analyze, test, perform and/or display publicly, prepare derivative works,
864
+ distribute, and otherwise use Python alone or in any derivative version,
865
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
866
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
867
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;
868
+ All Rights Reserved" are retained in Python alone or in any derivative version
869
+ prepared by Licensee.
870
+
871
+ 3. In the event Licensee prepares a derivative work that is based on
872
+ or incorporates Python or any part thereof, and wants to make
873
+ the derivative work available to others as provided herein, then
874
+ Licensee hereby agrees to include in any such work a brief summary of
875
+ the changes made to Python.
876
+
877
+ 4. PSF is making Python available to Licensee on an "AS IS"
878
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
879
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
880
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
881
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
882
+ INFRINGE ANY THIRD PARTY RIGHTS.
883
+
884
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
885
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
886
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
887
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
888
+
889
+ 6. This License Agreement will automatically terminate upon a material
890
+ breach of its terms and conditions.
891
+
892
+ 7. Nothing in this License Agreement shall be deemed to create any
893
+ relationship of agency, partnership, or joint venture between PSF and
894
+ Licensee. This License Agreement does not grant permission to use PSF
895
+ trademarks or trade name in a trademark sense to endorse or promote
896
+ products or services of Licensee, or any third party.
897
+
898
+ 8. By copying, installing or otherwise using Python, Licensee
899
+ agrees to be bound by the terms and conditions of this License
900
+ Agreement.
901
+
902
+
903
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
904
+ -------------------------------------------
905
+
906
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
907
+
908
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
909
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
910
+ Individual or Organization ("Licensee") accessing and otherwise using
911
+ this software in source or binary form and its associated
912
+ documentation ("the Software").
913
+
914
+ 2. Subject to the terms and conditions of this BeOpen Python License
915
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
916
+ royalty-free, world-wide license to reproduce, analyze, test, perform
917
+ and/or display publicly, prepare derivative works, distribute, and
918
+ otherwise use the Software alone or in any derivative version,
919
+ provided, however, that the BeOpen Python License is retained in the
920
+ Software, alone or in any derivative version prepared by Licensee.
921
+
922
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
923
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
924
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
925
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
926
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
927
+ INFRINGE ANY THIRD PARTY RIGHTS.
928
+
929
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
930
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
931
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
932
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
933
+
934
+ 5. This License Agreement will automatically terminate upon a material
935
+ breach of its terms and conditions.
936
+
937
+ 6. This License Agreement shall be governed by and interpreted in all
938
+ respects by the law of the State of California, excluding conflict of
939
+ law provisions. Nothing in this License Agreement shall be deemed to
940
+ create any relationship of agency, partnership, or joint venture
941
+ between BeOpen and Licensee. This License Agreement does not grant
942
+ permission to use BeOpen trademarks or trade names in a trademark
943
+ sense to endorse or promote products or services of Licensee, or any
944
+ third party. As an exception, the "BeOpen Python" logos available at
945
+ http://www.pythonlabs.com/logos.html may be used according to the
946
+ permissions granted on that web page.
947
+
948
+ 7. By copying, installing or otherwise using the software, Licensee
949
+ agrees to be bound by the terms and conditions of this License
950
+ Agreement.
951
+
952
+
953
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
954
+ ---------------------------------------
955
+
956
+ 1. This LICENSE AGREEMENT is between the Corporation for National
957
+ Research Initiatives, having an office at 1895 Preston White Drive,
958
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
959
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
960
+ source or binary form and its associated documentation.
961
+
962
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
963
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
964
+ license to reproduce, analyze, test, perform and/or display publicly,
965
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
966
+ alone or in any derivative version, provided, however, that CNRI's
967
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
968
+ 1995-2001 Corporation for National Research Initiatives; All Rights
969
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
970
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
971
+ Agreement, Licensee may substitute the following text (omitting the
972
+ quotes): "Python 1.6.1 is made available subject to the terms and
973
+ conditions in CNRI's License Agreement. This Agreement together with
974
+ Python 1.6.1 may be located on the internet using the following
975
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
976
+ Agreement may also be obtained from a proxy server on the internet
977
+ using the following URL: http://hdl.handle.net/1895.22/1013".
978
+
979
+ 3. In the event Licensee prepares a derivative work that is based on
980
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
981
+ the derivative work available to others as provided herein, then
982
+ Licensee hereby agrees to include in any such work a brief summary of
983
+ the changes made to Python 1.6.1.
984
+
985
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
986
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
987
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
988
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
989
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
990
+ INFRINGE ANY THIRD PARTY RIGHTS.
991
+
992
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
993
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
994
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
995
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
996
+
997
+ 6. This License Agreement will automatically terminate upon a material
998
+ breach of its terms and conditions.
999
+
1000
+ 7. This License Agreement shall be governed by the federal
1001
+ intellectual property law of the United States, including without
1002
+ limitation the federal copyright law, and, to the extent such
1003
+ U.S. federal law does not apply, by the law of the Commonwealth of
1004
+ Virginia, excluding Virginia's conflict of law provisions.
1005
+ Notwithstanding the foregoing, with regard to derivative works based
1006
+ on Python 1.6.1 that incorporate non-separable material that was
1007
+ previously distributed under the GNU General Public License (GPL), the
1008
+ law of the Commonwealth of Virginia shall govern this License
1009
+ Agreement only as to issues arising under or with respect to
1010
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
1011
+ License Agreement shall be deemed to create any relationship of
1012
+ agency, partnership, or joint venture between CNRI and Licensee. This
1013
+ License Agreement does not grant permission to use CNRI trademarks or
1014
+ trade name in a trademark sense to endorse or promote products or
1015
+ services of Licensee, or any third party.
1016
+
1017
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
1018
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
1019
+ bound by the terms and conditions of this License Agreement.
1020
+
1021
+ ACCEPT
1022
+
1023
+
1024
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
1025
+ --------------------------------------------------
1026
+
1027
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
1028
+ The Netherlands. All rights reserved.
1029
+
1030
+ Permission to use, copy, modify, and distribute this software and its
1031
+ documentation for any purpose and without fee is hereby granted,
1032
+ provided that the above copyright notice appear in all copies and that
1033
+ both that copyright notice and this permission notice appear in
1034
+ supporting documentation, and that the name of Stichting Mathematisch
1035
+ Centrum or CWI not be used in advertising or publicity pertaining to
1036
+ distribution of the software without specific, written prior
1037
+ permission.
1038
+
1039
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
1040
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1041
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
1042
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1043
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1044
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
1045
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1046
+
1047
+ ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
1048
+ ----------------------------------------------------------------------
1049
+
1050
+ Permission to use, copy, modify, and/or distribute this software for any
1051
+ purpose with or without fee is hereby granted.
1052
+
1053
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1054
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1055
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1056
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1057
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1058
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1059
+ PERFORMANCE OF THIS SOFTWARE.
1060
+
1061
+
1062
+
1063
+ --------------------------------------------------------------------------------
1064
+ Package Title: urllib3 (2.2.2)
1065
+
1066
+ Package Locator: pip+urllib3$2.2.2
1067
+ --------------------------------------------------------------------------------
1068
+
1069
+ * Declared Licenses *
1070
+
1071
+
1072
+
1073
+ * Other Licenses *
1074
+ MIT, Apache-2.0
1075
+
1076
+ * MIT *
1077
+
1078
+ MIT License
1079
+
1080
+ Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
1081
+
1082
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1083
+ of this software and associated documentation files (the "Software"), to deal
1084
+ in the Software without restriction, including without limitation the rights
1085
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1086
+ copies of the Software, and to permit persons to whom the Software is
1087
+ furnished to do so, subject to the following conditions:
1088
+
1089
+ The above copyright notice and this permission notice shall be included in all
1090
+ copies or substantial portions of the Software.
1091
+
1092
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1093
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1094
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1095
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1096
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1097
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1098
+ SOFTWARE.
1099
+
1100
+
1101
+ * Apache-2.0 *
1102
+
1103
+ # Copyright 2015 Google Inc. All rights reserved.
1104
+ #
1105
+ # Licensed under the Apache License, Version 2.0 (the "License");
1106
+ # you may not use this file except in compliance with the License.
1107
+ # You may obtain a copy of the License at
1108
+ #
1109
+ # http://www.apache.org/licenses/LICENSE-2.0
1110
+ #
1111
+ # Unless required by applicable law or agreed to in writing, software
1112
+ # distributed under the License is distributed on an "AS IS" BASIS,
1113
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1114
+ # See the License for the specific language governing permissions and
1115
+ # limitations under the License.
1116
+
1117
+
1118
+
1119
+ ================================================================================
1120
+ APPENDIX: LICENSES
1121
+ ================================================================================
1122
+
1123
+ * Apache-2.0 *
1124
+
1125
+ Apache License
1126
+
1127
+ Version 2.0, January 2004
1128
+
1129
+ http://www.apache.org/licenses/
1130
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1131
+
1132
+ 1. Definitions.
1133
+
1134
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
1135
+
1136
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
1137
+
1138
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1139
+
1140
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1141
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1142
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1143
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1144
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1145
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1146
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1147
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1148
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1149
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1150
+ 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
1151
+ 2. You must cause any modified files to carry prominent notices stating that You changed the files; and
1152
+ 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1153
+ 4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
1154
+
1155
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1156
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1157
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1158
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1159
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1160
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1161
+ END OF TERMS AND CONDITIONS
1162
+ APPENDIX: How to apply the Apache License to your work
1163
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
1164
+ Copyright [yyyy] [name of copyright owner]
1165
+
1166
+ Licensed under the Apache License, Version 2.0 (the "License");
1167
+ you may not use this file except in compliance with the License.
1168
+ You may obtain a copy of the License at
1169
+
1170
+ http://www.apache.org/licenses/LICENSE-2.0
1171
+
1172
+ Unless required by applicable law or agreed to in writing, software
1173
+ distributed under the License is distributed on an "AS IS" BASIS,
1174
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1175
+ See the License for the specific language governing permissions and
1176
+ limitations under the License.
1177
+
1178
+
1179
+ --------------------------------------------------------------------------------
1180
+ --------------------------------------------------------------------------------
1181
+
1182
+ Report Generated by FOSSA on 2024-7-16