Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- llava_next/lib/python3.10/site-packages/scipy.libs/libscipy_openblas-c128ec02.so +3 -0
- parrot/lib/python3.10/site-packages/matplotlib/__pycache__/_color_data.cpython-310.pyc +0 -0
- parrot/lib/python3.10/site-packages/matplotlib/__pycache__/_text_helpers.cpython-310.pyc +0 -0
- parrot/lib/python3.10/site-packages/matplotlib/__pycache__/gridspec.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/cmake_modules/FindAzure.cmake +45 -0
- videollama2/lib/python3.10/site-packages/cmake_modules/UseCython.cmake +187 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/INSTALLER +1 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/LICENSE +21 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/METADATA +0 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/RECORD +643 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/REQUESTED +0 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/WHEEL +6 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/entry_points.txt +5 -0
- videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/top_level.txt +1 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/INSTALLER +1 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/METADATA +1264 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/RECORD +12 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/REQUESTED +0 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/WHEEL +4 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/license_files/LICENSE-APACHE +201 -0
- videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/license_files/LICENSE-MIT +23 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/INSTALLER +1 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/LICENSE.txt +933 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/METADATA +1077 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/RECORD +0 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/REQUESTED +0 -0
- videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/WHEEL +6 -0
- videollama2/lib/python3.10/site-packages/sklearn/compose/__init__.py +21 -0
- videollama2/lib/python3.10/site-packages/sklearn/compose/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/sklearn/compose/_column_transformer.py +1124 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/data/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/data/diabetes_data_raw.csv.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/data/diabetes_target.csv.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/data/digits.csv.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/images/flower.jpg +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_3/api-v1-jdq-3.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40945/data-v1-dl-16826755.arff.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40966/data-v1-dl-17928620.arff.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jd-42074.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdf-42074.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdq-42074.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_61/api-v1-jdl-dn-iris-l-2-dv-1.json.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_62/data-v1-dl-52352.arff.gz +3 -0
- videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__init__.py +70 -0
- videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/__init__.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_discretization.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_encoders.cpython-310.pyc +0 -0
- videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_function_transformer.cpython-310.pyc +0 -0
.gitattributes
CHANGED
|
@@ -1951,3 +1951,5 @@ parrot/lib/python3.10/site-packages/matplotlib/_ttconv.cpython-310-x86_64-linux-
|
|
| 1951 |
parrot/lib/python3.10/site-packages/matplotlib/axes/__pycache__/_base.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1952 |
parrot/lib/python3.10/site-packages/altair/vegalite/v5/schema/__pycache__/core.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1953 |
parrot/lib/python3.10/site-packages/matplotlib/_path.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 1951 |
parrot/lib/python3.10/site-packages/matplotlib/axes/__pycache__/_base.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1952 |
parrot/lib/python3.10/site-packages/altair/vegalite/v5/schema/__pycache__/core.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1953 |
parrot/lib/python3.10/site-packages/matplotlib/_path.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 1954 |
+
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/_csr_polynomial_expansion.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 1955 |
+
llava_next/lib/python3.10/site-packages/scipy.libs/libscipy_openblas-c128ec02.so filter=lfs diff=lfs merge=lfs -text
|
llava_next/lib/python3.10/site-packages/scipy.libs/libscipy_openblas-c128ec02.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95121ba2173f1838ca08d988af0cc03a4959d50d9f8adea42d10d8fe8f3be61d
|
| 3 |
+
size 36060905
|
parrot/lib/python3.10/site-packages/matplotlib/__pycache__/_color_data.cpython-310.pyc
ADDED
|
Binary file (50.6 kB). View file
|
|
|
parrot/lib/python3.10/site-packages/matplotlib/__pycache__/_text_helpers.cpython-310.pyc
ADDED
|
Binary file (2.65 kB). View file
|
|
|
parrot/lib/python3.10/site-packages/matplotlib/__pycache__/gridspec.cpython-310.pyc
ADDED
|
Binary file (27 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/cmake_modules/FindAzure.cmake
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Licensed to the Apache Software Foundation (ASF) under one
|
| 2 |
+
# or more contributor license agreements. See the NOTICE file
|
| 3 |
+
# distributed with this work for additional information
|
| 4 |
+
# regarding copyright ownership. The ASF licenses this file
|
| 5 |
+
# to you under the Apache License, Version 2.0 (the
|
| 6 |
+
# "License"); you may not use this file except in compliance
|
| 7 |
+
# with the License. You may obtain a copy of the License at
|
| 8 |
+
#
|
| 9 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 10 |
+
#
|
| 11 |
+
# Unless required by applicable law or agreed to in writing,
|
| 12 |
+
# software distributed under the License is distributed on an
|
| 13 |
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
| 14 |
+
# KIND, either express or implied. See the License for the
|
| 15 |
+
# specific language governing permissions and limitations
|
| 16 |
+
# under the License.
|
| 17 |
+
|
| 18 |
+
if(Azure_FOUND)
|
| 19 |
+
return()
|
| 20 |
+
endif()
|
| 21 |
+
|
| 22 |
+
set(find_package_args)
|
| 23 |
+
list(APPEND find_package_args CONFIG)
|
| 24 |
+
if(Azure_FIND_QUIETLY)
|
| 25 |
+
list(APPEND find_package_args QUIET)
|
| 26 |
+
endif()
|
| 27 |
+
|
| 28 |
+
if(Azure_FIND_REQUIRED)
|
| 29 |
+
list(APPEND find_package_args REQUIRED)
|
| 30 |
+
endif()
|
| 31 |
+
|
| 32 |
+
find_package(azure-core-cpp ${find_package_args})
|
| 33 |
+
find_package(azure-identity-cpp ${find_package_args})
|
| 34 |
+
find_package(azure-storage-blobs-cpp ${find_package_args})
|
| 35 |
+
find_package(azure-storage-common-cpp ${find_package_args})
|
| 36 |
+
find_package(azure-storage-files-datalake-cpp ${find_package_args})
|
| 37 |
+
|
| 38 |
+
find_package_handle_standard_args(
|
| 39 |
+
Azure
|
| 40 |
+
REQUIRED_VARS azure-core-cpp_FOUND
|
| 41 |
+
azure-identity-cpp_FOUND
|
| 42 |
+
azure-storage-blobs-cpp_FOUND
|
| 43 |
+
azure-storage-common-cpp_FOUND
|
| 44 |
+
azure-storage-files-datalake-cpp_FOUND
|
| 45 |
+
VERSION_VAR azure-core-cpp_VERSION)
|
videollama2/lib/python3.10/site-packages/cmake_modules/UseCython.cmake
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Define a function to create Cython modules.
|
| 2 |
+
#
|
| 3 |
+
# For more information on the Cython project, see http://cython.org/.
|
| 4 |
+
# "Cython is a language that makes writing C extensions for the Python language
|
| 5 |
+
# as easy as Python itself."
|
| 6 |
+
#
|
| 7 |
+
# This file defines a CMake function to build a Cython Python module.
|
| 8 |
+
# To use it, first include this file.
|
| 9 |
+
#
|
| 10 |
+
# include( UseCython )
|
| 11 |
+
#
|
| 12 |
+
# Then call cython_add_module to create a module.
|
| 13 |
+
#
|
| 14 |
+
# cython_add_module( <target_name> <pyx_target_name> <output_files> <src1> <src2> ... <srcN> )
|
| 15 |
+
#
|
| 16 |
+
# Where <module_name> is the desired name of the target for the resulting Python module,
|
| 17 |
+
# <pyx_target_name> is the desired name of the target that runs the Cython compiler
|
| 18 |
+
# to generate the needed C or C++ files, <output_files> is a variable to hold the
|
| 19 |
+
# files generated by Cython, and <src1> <src2> ... are source files
|
| 20 |
+
# to be compiled into the module, e.g. *.pyx, *.c, *.cxx, etc.
|
| 21 |
+
# only one .pyx file may be present for each target
|
| 22 |
+
# (this is an inherent limitation of Cython).
|
| 23 |
+
#
|
| 24 |
+
# The sample paths set with the CMake include_directories() command will be used
|
| 25 |
+
# for include directories to search for *.pxd when running the Cython compiler.
|
| 26 |
+
#
|
| 27 |
+
# Cache variables that effect the behavior include:
|
| 28 |
+
#
|
| 29 |
+
# CYTHON_ANNOTATE
|
| 30 |
+
# CYTHON_NO_DOCSTRINGS
|
| 31 |
+
# CYTHON_FLAGS
|
| 32 |
+
#
|
| 33 |
+
# Source file properties that effect the build process are
|
| 34 |
+
#
|
| 35 |
+
# CYTHON_IS_CXX
|
| 36 |
+
# CYTHON_IS_PUBLIC
|
| 37 |
+
# CYTHON_IS_API
|
| 38 |
+
#
|
| 39 |
+
# If this is set of a *.pyx file with CMake set_source_files_properties()
|
| 40 |
+
# command, the file will be compiled as a C++ file.
|
| 41 |
+
#
|
| 42 |
+
# See also FindCython.cmake
|
| 43 |
+
|
| 44 |
+
#=============================================================================
|
| 45 |
+
# Copyright 2011 Kitware, Inc.
|
| 46 |
+
#
|
| 47 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 48 |
+
# you may not use this file except in compliance with the License.
|
| 49 |
+
# You may obtain a copy of the License at
|
| 50 |
+
#
|
| 51 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 52 |
+
#
|
| 53 |
+
# Unless required by applicable law or agreed to in writing, software
|
| 54 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 55 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 56 |
+
# See the License for the specific language governing permissions and
|
| 57 |
+
# limitations under the License.
|
| 58 |
+
#=============================================================================
|
| 59 |
+
|
| 60 |
+
# Configuration options.
|
| 61 |
+
set(CYTHON_ANNOTATE OFF CACHE BOOL "Create an annotated .html file when compiling *.pyx.")
|
| 62 |
+
set(CYTHON_NO_DOCSTRINGS OFF CACHE BOOL "Strip docstrings from the compiled module.")
|
| 63 |
+
set(CYTHON_FLAGS "" CACHE STRING "Extra flags to the cython compiler.")
|
| 64 |
+
mark_as_advanced(CYTHON_ANNOTATE CYTHON_NO_DOCSTRINGS CYTHON_FLAGS)
|
| 65 |
+
|
| 66 |
+
find_package(Python3Alt REQUIRED)
|
| 67 |
+
|
| 68 |
+
# (using another C++ extension breaks coverage)
|
| 69 |
+
set(CYTHON_CXX_EXTENSION "cpp")
|
| 70 |
+
set(CYTHON_C_EXTENSION "c")
|
| 71 |
+
|
| 72 |
+
# Create a *.c or *.cpp file from a *.pyx file.
|
| 73 |
+
# Input the generated file basename. The generate files will put into the variable
|
| 74 |
+
# placed in the "generated_files" argument. Finally all the *.py and *.pyx files.
|
| 75 |
+
function(compile_pyx
|
| 76 |
+
_name
|
| 77 |
+
pyx_target_name
|
| 78 |
+
generated_files
|
| 79 |
+
pyx_file)
|
| 80 |
+
# Default to assuming all files are C.
|
| 81 |
+
set(cxx_arg "")
|
| 82 |
+
set(extension ${CYTHON_C_EXTENSION})
|
| 83 |
+
set(pyx_lang "C")
|
| 84 |
+
set(comment "Compiling Cython C source for ${_name}...")
|
| 85 |
+
|
| 86 |
+
get_filename_component(pyx_file_basename "${pyx_file}" NAME_WE)
|
| 87 |
+
|
| 88 |
+
# Determine if it is a C or C++ file.
|
| 89 |
+
get_source_file_property(property_is_cxx ${pyx_file} CYTHON_IS_CXX)
|
| 90 |
+
if(${property_is_cxx})
|
| 91 |
+
set(cxx_arg "--cplus")
|
| 92 |
+
set(extension ${CYTHON_CXX_EXTENSION})
|
| 93 |
+
set(pyx_lang "CXX")
|
| 94 |
+
set(comment "Compiling Cython CXX source for ${_name}...")
|
| 95 |
+
endif()
|
| 96 |
+
get_source_file_property(pyx_location ${pyx_file} LOCATION)
|
| 97 |
+
|
| 98 |
+
set(output_file "${_name}.${extension}")
|
| 99 |
+
|
| 100 |
+
# Set additional flags.
|
| 101 |
+
if(CYTHON_ANNOTATE)
|
| 102 |
+
set(annotate_arg "--annotate")
|
| 103 |
+
endif()
|
| 104 |
+
|
| 105 |
+
if(CYTHON_NO_DOCSTRINGS)
|
| 106 |
+
set(no_docstrings_arg "--no-docstrings")
|
| 107 |
+
endif()
|
| 108 |
+
|
| 109 |
+
if(NOT WIN32)
|
| 110 |
+
string( TOLOWER "${CMAKE_BUILD_TYPE}" build_type )
|
| 111 |
+
if("${build_type}" STREQUAL "debug"
|
| 112 |
+
OR "${build_type}" STREQUAL "relwithdebinfo")
|
| 113 |
+
set(cython_debug_arg "--gdb")
|
| 114 |
+
endif()
|
| 115 |
+
endif()
|
| 116 |
+
|
| 117 |
+
# Determining generated file names.
|
| 118 |
+
get_source_file_property(property_is_public ${pyx_file} CYTHON_PUBLIC)
|
| 119 |
+
get_source_file_property(property_is_api ${pyx_file} CYTHON_API)
|
| 120 |
+
if(${property_is_api})
|
| 121 |
+
set(_generated_files "${output_file}" "${_name}.h" "${_name}_api.h")
|
| 122 |
+
elseif(${property_is_public})
|
| 123 |
+
set(_generated_files "${output_file}" "${_name}.h")
|
| 124 |
+
else()
|
| 125 |
+
set(_generated_files "${output_file}")
|
| 126 |
+
endif()
|
| 127 |
+
set_source_files_properties(${_generated_files} PROPERTIES GENERATED TRUE)
|
| 128 |
+
|
| 129 |
+
if(NOT WIN32)
|
| 130 |
+
# Cython creates a lot of compiler warning detritus on clang
|
| 131 |
+
set_source_files_properties(${_generated_files} PROPERTIES COMPILE_FLAGS
|
| 132 |
+
-Wno-unused-function)
|
| 133 |
+
endif()
|
| 134 |
+
|
| 135 |
+
set(${generated_files} ${_generated_files} PARENT_SCOPE)
|
| 136 |
+
|
| 137 |
+
# Add the command to run the compiler.
|
| 138 |
+
add_custom_target(
|
| 139 |
+
${pyx_target_name}
|
| 140 |
+
COMMAND ${PYTHON_EXECUTABLE}
|
| 141 |
+
-m
|
| 142 |
+
cython
|
| 143 |
+
${cxx_arg}
|
| 144 |
+
${annotate_arg}
|
| 145 |
+
${no_docstrings_arg}
|
| 146 |
+
${cython_debug_arg}
|
| 147 |
+
${CYTHON_FLAGS}
|
| 148 |
+
# Necessary for autodoc of function arguments
|
| 149 |
+
--directive embedsignature=True
|
| 150 |
+
# Necessary for Cython code coverage
|
| 151 |
+
--working
|
| 152 |
+
${CMAKE_CURRENT_SOURCE_DIR}
|
| 153 |
+
--output-file
|
| 154 |
+
"${CMAKE_CURRENT_BINARY_DIR}/${output_file}"
|
| 155 |
+
"${CMAKE_CURRENT_SOURCE_DIR}/${pyx_file}"
|
| 156 |
+
DEPENDS ${pyx_location}
|
| 157 |
+
# Do not specify byproducts for now since they don't work with the older
|
| 158 |
+
# version of cmake available in the apt repositories.
|
| 159 |
+
#BYPRODUCTS ${_generated_files}
|
| 160 |
+
COMMENT ${comment})
|
| 161 |
+
|
| 162 |
+
# Remove their visibility to the user.
|
| 163 |
+
set(corresponding_pxd_file "" CACHE INTERNAL "")
|
| 164 |
+
set(header_location "" CACHE INTERNAL "")
|
| 165 |
+
set(pxd_location "" CACHE INTERNAL "")
|
| 166 |
+
endfunction()
|
| 167 |
+
|
| 168 |
+
# cython_add_module( <name> src1 src2 ... srcN )
|
| 169 |
+
# Build the Cython Python module.
|
| 170 |
+
function(cython_add_module _name pyx_target_name generated_files)
|
| 171 |
+
set(pyx_module_source "")
|
| 172 |
+
set(other_module_sources "")
|
| 173 |
+
foreach(_file ${ARGN})
|
| 174 |
+
if(${_file} MATCHES ".*\\.py[x]?$")
|
| 175 |
+
list(APPEND pyx_module_source ${_file})
|
| 176 |
+
else()
|
| 177 |
+
list(APPEND other_module_sources ${_file})
|
| 178 |
+
endif()
|
| 179 |
+
endforeach()
|
| 180 |
+
compile_pyx(${_name} ${pyx_target_name} _generated_files ${pyx_module_source})
|
| 181 |
+
set(${generated_files} ${_generated_files} PARENT_SCOPE)
|
| 182 |
+
include_directories(${PYTHON_INCLUDE_DIRS})
|
| 183 |
+
python_add_module(${_name} ${_generated_files} ${other_module_sources})
|
| 184 |
+
add_dependencies(${_name} ${pyx_target_name})
|
| 185 |
+
endfunction()
|
| 186 |
+
|
| 187 |
+
include(CMakeParseArguments)
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2017 Just van Rossum
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/METADATA
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/RECORD
ADDED
|
@@ -0,0 +1,643 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../../bin/fonttools,sha256=Qr0KANCAM6Kc29A8YTJW8zxLnx2a37fOxcTjfopkEZA,234
|
| 2 |
+
../../../bin/pyftmerge,sha256=p4GXmXJ96UFT0VomiMe9dwfI2hOcAXThl7Lo3NrLJZA,231
|
| 3 |
+
../../../bin/pyftsubset,sha256=wwPg5Pge_fVyHKIw5FKCyDEG9FTb2Rft9bRtpND7NLw,232
|
| 4 |
+
../../../bin/ttx,sha256=QCaFJ4V_iauAfNWpUTV7NFAgeZ_YS3L160YQbS9PDEM,229
|
| 5 |
+
../../../share/man/man1/ttx.1,sha256=cLbm_pOOj1C76T2QXvDxzwDj9gk-GTd5RztvTMsouFw,5377
|
| 6 |
+
fontTools/__init__.py,sha256=ACuQuzG3qZlC8WevE_L8R23y2GiJqwmggF2RQn-qEFU,183
|
| 7 |
+
fontTools/__main__.py,sha256=VjkGh1UD-i1zTDA1dXo1uecSs6PxHdGQ5vlCk_mCCYs,925
|
| 8 |
+
fontTools/__pycache__/__init__.cpython-310.pyc,,
|
| 9 |
+
fontTools/__pycache__/__main__.cpython-310.pyc,,
|
| 10 |
+
fontTools/__pycache__/afmLib.cpython-310.pyc,,
|
| 11 |
+
fontTools/__pycache__/agl.cpython-310.pyc,,
|
| 12 |
+
fontTools/__pycache__/fontBuilder.cpython-310.pyc,,
|
| 13 |
+
fontTools/__pycache__/help.cpython-310.pyc,,
|
| 14 |
+
fontTools/__pycache__/tfmLib.cpython-310.pyc,,
|
| 15 |
+
fontTools/__pycache__/ttx.cpython-310.pyc,,
|
| 16 |
+
fontTools/__pycache__/unicode.cpython-310.pyc,,
|
| 17 |
+
fontTools/afmLib.py,sha256=1MagIItOzRV4vV5kKPxeDZbPJsfxLB3wdHLFkQvl0uk,13164
|
| 18 |
+
fontTools/agl.py,sha256=05bm8Uq45uVWW8nPbP6xbNgmFyxQr8sWhYAiP0VSjnI,112975
|
| 19 |
+
fontTools/cffLib/CFF2ToCFF.py,sha256=K0bgyxhiVq7E7W3T68SJvMWBjWqDBSqx2whmNaPVPgc,5572
|
| 20 |
+
fontTools/cffLib/CFFToCFF2.py,sha256=t3J641CQ2lI-LvynUaVpCiaiu-nVoLgWJwNe1kFGMjQ,9976
|
| 21 |
+
fontTools/cffLib/__init__.py,sha256=itWKwFH6ij4lEbwgqP7NQRdb-Q_84UQPZD7M1SPOTY0,106866
|
| 22 |
+
fontTools/cffLib/__pycache__/CFF2ToCFF.cpython-310.pyc,,
|
| 23 |
+
fontTools/cffLib/__pycache__/CFFToCFF2.cpython-310.pyc,,
|
| 24 |
+
fontTools/cffLib/__pycache__/__init__.cpython-310.pyc,,
|
| 25 |
+
fontTools/cffLib/__pycache__/specializer.cpython-310.pyc,,
|
| 26 |
+
fontTools/cffLib/__pycache__/transforms.cpython-310.pyc,,
|
| 27 |
+
fontTools/cffLib/__pycache__/width.cpython-310.pyc,,
|
| 28 |
+
fontTools/cffLib/specializer.py,sha256=q3AeBbxWnfP_teaqTh1YfM-9e34Pxs_yGicxc93QMrc,30533
|
| 29 |
+
fontTools/cffLib/transforms.py,sha256=gbcUnFz-MTBxkSYm-eZRox6J2UMlqBTgMgpPmx6SHwo,17015
|
| 30 |
+
fontTools/cffLib/width.py,sha256=IqGL0CLyCZqi_hvsHySG08qpYxS3kaqW-tsAT-bjHV4,6074
|
| 31 |
+
fontTools/colorLib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 32 |
+
fontTools/colorLib/__pycache__/__init__.cpython-310.pyc,,
|
| 33 |
+
fontTools/colorLib/__pycache__/builder.cpython-310.pyc,,
|
| 34 |
+
fontTools/colorLib/__pycache__/errors.cpython-310.pyc,,
|
| 35 |
+
fontTools/colorLib/__pycache__/geometry.cpython-310.pyc,,
|
| 36 |
+
fontTools/colorLib/__pycache__/table_builder.cpython-310.pyc,,
|
| 37 |
+
fontTools/colorLib/__pycache__/unbuilder.cpython-310.pyc,,
|
| 38 |
+
fontTools/colorLib/builder.py,sha256=kmO7OuudQQb3fEOS7aLzgTDVjqS9i2xIQmk9p1uBe8A,23008
|
| 39 |
+
fontTools/colorLib/errors.py,sha256=CsaviiRxxrpgVX4blm7KCyK8553ljwL44xkJOeC5U7U,41
|
| 40 |
+
fontTools/colorLib/geometry.py,sha256=3ScySrR2YDJa7d5K5_xM5Yt1-3NCV-ry8ikYA5VwVbI,5518
|
| 41 |
+
fontTools/colorLib/table_builder.py,sha256=ZeltWY6n-YPiJv_hQ1iBXoEFAG70EKxZyScgsMKUFGU,7469
|
| 42 |
+
fontTools/colorLib/unbuilder.py,sha256=iW-E5I39WsV82K3NgCO4Cjzwm1WqzGrtypHt8epwbHM,2142
|
| 43 |
+
fontTools/config/__init__.py,sha256=Ti5jpozjMqp5qhnrmwNcWI6b9uvHzhZlbWXHTqVZlGI,2643
|
| 44 |
+
fontTools/config/__pycache__/__init__.cpython-310.pyc,,
|
| 45 |
+
fontTools/cu2qu/__init__.py,sha256=Cuc7Uglb0nSgaraTxXY5J8bReznH5wApW0uakN7MycY,618
|
| 46 |
+
fontTools/cu2qu/__main__.py,sha256=kTUI-jczsHeelULLlory74QEeFjZWp9zigCc7PrdVQY,92
|
| 47 |
+
fontTools/cu2qu/__pycache__/__init__.cpython-310.pyc,,
|
| 48 |
+
fontTools/cu2qu/__pycache__/__main__.cpython-310.pyc,,
|
| 49 |
+
fontTools/cu2qu/__pycache__/benchmark.cpython-310.pyc,,
|
| 50 |
+
fontTools/cu2qu/__pycache__/cli.cpython-310.pyc,,
|
| 51 |
+
fontTools/cu2qu/__pycache__/cu2qu.cpython-310.pyc,,
|
| 52 |
+
fontTools/cu2qu/__pycache__/errors.cpython-310.pyc,,
|
| 53 |
+
fontTools/cu2qu/__pycache__/ufo.cpython-310.pyc,,
|
| 54 |
+
fontTools/cu2qu/benchmark.py,sha256=wasPJmf8q9k9UHjpHChC3WQAGbBAyHN9PvJzXvWC0Fw,1296
|
| 55 |
+
fontTools/cu2qu/cli.py,sha256=MbAQnOpZwrUFe_tjAP3Tgf6uLdOgHlONUcPNeTXwH0Y,6076
|
| 56 |
+
fontTools/cu2qu/cu2qu.c,sha256=HslQc1uyXnal2--7RgzeQ4uhOBftJ03_9SpdRzsL8Kg,594902
|
| 57 |
+
fontTools/cu2qu/cu2qu.cpython-310-x86_64-linux-gnu.so,sha256=u2PfCuCcTA80lt5pv6xfqLzkk--l3HprpQW2977WuxU,975296
|
| 58 |
+
fontTools/cu2qu/cu2qu.py,sha256=UIFGlFq9X6Pj_NuaXg7KWIzLyR1jnx7nMCX-hFVG0SQ,16466
|
| 59 |
+
fontTools/cu2qu/errors.py,sha256=PyJNMy8lHDtKpfFkc0nkM8F4jNLZAC4lPQCN1Km4bpg,2441
|
| 60 |
+
fontTools/cu2qu/ufo.py,sha256=qZR70uWdCia19Ff8GLn5NeItscvvn69DegjDZVF4eNI,11794
|
| 61 |
+
fontTools/designspaceLib/__init__.py,sha256=qSce6J0xR0dOffmtODLS75UmxQV3CnseSJojt9T2Ugw,129250
|
| 62 |
+
fontTools/designspaceLib/__main__.py,sha256=xhtYXo1T1tsykhQDD0tcconSNYgWL5hoTBORpVDUYrc,103
|
| 63 |
+
fontTools/designspaceLib/__pycache__/__init__.cpython-310.pyc,,
|
| 64 |
+
fontTools/designspaceLib/__pycache__/__main__.cpython-310.pyc,,
|
| 65 |
+
fontTools/designspaceLib/__pycache__/split.cpython-310.pyc,,
|
| 66 |
+
fontTools/designspaceLib/__pycache__/statNames.cpython-310.pyc,,
|
| 67 |
+
fontTools/designspaceLib/__pycache__/types.cpython-310.pyc,,
|
| 68 |
+
fontTools/designspaceLib/split.py,sha256=FB1NuvhUO453UXveQZi9oyrW_caoCPM3RADp1rYWkDs,19239
|
| 69 |
+
fontTools/designspaceLib/statNames.py,sha256=lDqFxZAKSbpMuLsgbK6XtyHA5lqLyAK0t561wsSWmaM,9069
|
| 70 |
+
fontTools/designspaceLib/types.py,sha256=ofK65qXNADqcpl7zI72Pa5s07-cm7G41iEmLVV44-Es,5320
|
| 71 |
+
fontTools/encodings/MacRoman.py,sha256=4vEooUDm2gLCG8KIIDhRxm5-A64w7XrhP9cjDRr2Eo0,3576
|
| 72 |
+
fontTools/encodings/StandardEncoding.py,sha256=Eo3AGE8FE_p-IVYYuV097KouSsF3UrXoRRN0XyvYbrs,3581
|
| 73 |
+
fontTools/encodings/__init__.py,sha256=DJBWmoX_Haau7qlgmvWyfbhSzrX2qL636Rns7CG01pk,75
|
| 74 |
+
fontTools/encodings/__pycache__/MacRoman.cpython-310.pyc,,
|
| 75 |
+
fontTools/encodings/__pycache__/StandardEncoding.cpython-310.pyc,,
|
| 76 |
+
fontTools/encodings/__pycache__/__init__.cpython-310.pyc,,
|
| 77 |
+
fontTools/encodings/__pycache__/codecs.cpython-310.pyc,,
|
| 78 |
+
fontTools/encodings/codecs.py,sha256=u50ruwz9fcRsrUrRGpR17Cr55Ovn1fvCHCKrElVumDE,4721
|
| 79 |
+
fontTools/feaLib/__init__.py,sha256=jlIru2ghxvb1HhC5Je2BCXjFJmFQlYKpruorPoz3BvQ,213
|
| 80 |
+
fontTools/feaLib/__main__.py,sha256=Df2PA6LXwna98lSXiL7R4as_ZEdWCIk3egSM5w7GpvM,2240
|
| 81 |
+
fontTools/feaLib/__pycache__/__init__.cpython-310.pyc,,
|
| 82 |
+
fontTools/feaLib/__pycache__/__main__.cpython-310.pyc,,
|
| 83 |
+
fontTools/feaLib/__pycache__/ast.cpython-310.pyc,,
|
| 84 |
+
fontTools/feaLib/__pycache__/builder.cpython-310.pyc,,
|
| 85 |
+
fontTools/feaLib/__pycache__/error.cpython-310.pyc,,
|
| 86 |
+
fontTools/feaLib/__pycache__/lexer.cpython-310.pyc,,
|
| 87 |
+
fontTools/feaLib/__pycache__/location.cpython-310.pyc,,
|
| 88 |
+
fontTools/feaLib/__pycache__/lookupDebugInfo.cpython-310.pyc,,
|
| 89 |
+
fontTools/feaLib/__pycache__/parser.cpython-310.pyc,,
|
| 90 |
+
fontTools/feaLib/__pycache__/variableScalar.cpython-310.pyc,,
|
| 91 |
+
fontTools/feaLib/ast.py,sha256=_27skibzPidJtI5lUFeVjEv5NVaNPbuz4u8oZfMuxMk,73801
|
| 92 |
+
fontTools/feaLib/builder.py,sha256=H-WC0TzlkQB1GZuLbijD66f8_aJexoXxQJ6L-cXQ0Bo,69994
|
| 93 |
+
fontTools/feaLib/error.py,sha256=Tq2dZUlCOyLfjTr3qibsT2g9t-S_JEf6bKgyNX55oCE,643
|
| 94 |
+
fontTools/feaLib/lexer.c,sha256=t6WJVY5l9JraGw3N8rPKQDn8JdR8B0dhwC5rWwYoJXE,752791
|
| 95 |
+
fontTools/feaLib/lexer.cpython-310-x86_64-linux-gnu.so,sha256=640z9s9ka_7eW5sGx7OEik9VWIWf2wBmxLPnBNg-eVA,1354216
|
| 96 |
+
fontTools/feaLib/lexer.py,sha256=emyMPmRoqNZkzxnJyI6JRCCtXrbCOFofwa9O6ABGLiw,11121
|
| 97 |
+
fontTools/feaLib/location.py,sha256=JXzHqGV56EHdcq823AwA5oaK05hf_1ySWpScbo3zGC0,234
|
| 98 |
+
fontTools/feaLib/lookupDebugInfo.py,sha256=gVRr5-APWfT_a5-25hRuawSVX8fEvXVsOSLWkH91T2w,304
|
| 99 |
+
fontTools/feaLib/parser.py,sha256=wbfG_-rqrn2RWMRQMlR3-uaiM9k4_mzCVF-wPLr00rQ,98466
|
| 100 |
+
fontTools/feaLib/variableScalar.py,sha256=Xu8tpDlQbfIfjnKnYDEf43EqVdyIJUy8_1ROVPg9_mg,4069
|
| 101 |
+
fontTools/fontBuilder.py,sha256=phkTJlv-VKaZVG1MLyFCoxLwn5J8fpsfPVGz6Cjm7BM,33299
|
| 102 |
+
fontTools/help.py,sha256=bAjatvIhV7TJyXI7WhsxdYO4YVlhScZXu_kRtHANEPo,1125
|
| 103 |
+
fontTools/merge/__init__.py,sha256=ndfRXVdiSNuVXMLRP3z3wRHMKwQVxtvb5gj2AfZBao4,8249
|
| 104 |
+
fontTools/merge/__main__.py,sha256=hDx3gfbUBO83AJKumSEhiV-xqNTJNNgK2uFjazOGTmw,94
|
| 105 |
+
fontTools/merge/__pycache__/__init__.cpython-310.pyc,,
|
| 106 |
+
fontTools/merge/__pycache__/__main__.cpython-310.pyc,,
|
| 107 |
+
fontTools/merge/__pycache__/base.cpython-310.pyc,,
|
| 108 |
+
fontTools/merge/__pycache__/cmap.cpython-310.pyc,,
|
| 109 |
+
fontTools/merge/__pycache__/layout.cpython-310.pyc,,
|
| 110 |
+
fontTools/merge/__pycache__/options.cpython-310.pyc,,
|
| 111 |
+
fontTools/merge/__pycache__/tables.cpython-310.pyc,,
|
| 112 |
+
fontTools/merge/__pycache__/unicode.cpython-310.pyc,,
|
| 113 |
+
fontTools/merge/__pycache__/util.cpython-310.pyc,,
|
| 114 |
+
fontTools/merge/base.py,sha256=l0G1Px98E9ZdVuFLMUBKWdtr7Jb8JX8vxcjeaDUUnzY,2389
|
| 115 |
+
fontTools/merge/cmap.py,sha256=_oCBnZfm5M7ebYRJnOYw5wUEICFmdR6kMUe1w6jsVuM,5545
|
| 116 |
+
fontTools/merge/layout.py,sha256=fkMPGPLxEdxohS3scVM4W7LmNthSz-UPyocsffe2KqE,16075
|
| 117 |
+
fontTools/merge/options.py,sha256=xko_1-WErcNQkirECzIOOYxSJR_bRtdQYQYOtmgccYI,2501
|
| 118 |
+
fontTools/merge/tables.py,sha256=uBD1-XqOCDzFxp0D7ZDvrMRdd8R7eAm58WtYKhz-m5w,10640
|
| 119 |
+
fontTools/merge/unicode.py,sha256=kb1Jrfuoq1KUcVhhSKnflAED_wMZxXDjVwB-CI9k05Y,4273
|
| 120 |
+
fontTools/merge/util.py,sha256=BH3bZWNFy-Tsj1cth7aSpGVJ18YXKXqDakPn6Wzku6U,3378
|
| 121 |
+
fontTools/misc/__init__.py,sha256=DJBWmoX_Haau7qlgmvWyfbhSzrX2qL636Rns7CG01pk,75
|
| 122 |
+
fontTools/misc/__pycache__/__init__.cpython-310.pyc,,
|
| 123 |
+
fontTools/misc/__pycache__/arrayTools.cpython-310.pyc,,
|
| 124 |
+
fontTools/misc/__pycache__/bezierTools.cpython-310.pyc,,
|
| 125 |
+
fontTools/misc/__pycache__/classifyTools.cpython-310.pyc,,
|
| 126 |
+
fontTools/misc/__pycache__/cliTools.cpython-310.pyc,,
|
| 127 |
+
fontTools/misc/__pycache__/configTools.cpython-310.pyc,,
|
| 128 |
+
fontTools/misc/__pycache__/cython.cpython-310.pyc,,
|
| 129 |
+
fontTools/misc/__pycache__/dictTools.cpython-310.pyc,,
|
| 130 |
+
fontTools/misc/__pycache__/eexec.cpython-310.pyc,,
|
| 131 |
+
fontTools/misc/__pycache__/encodingTools.cpython-310.pyc,,
|
| 132 |
+
fontTools/misc/__pycache__/etree.cpython-310.pyc,,
|
| 133 |
+
fontTools/misc/__pycache__/filenames.cpython-310.pyc,,
|
| 134 |
+
fontTools/misc/__pycache__/fixedTools.cpython-310.pyc,,
|
| 135 |
+
fontTools/misc/__pycache__/intTools.cpython-310.pyc,,
|
| 136 |
+
fontTools/misc/__pycache__/iterTools.cpython-310.pyc,,
|
| 137 |
+
fontTools/misc/__pycache__/lazyTools.cpython-310.pyc,,
|
| 138 |
+
fontTools/misc/__pycache__/loggingTools.cpython-310.pyc,,
|
| 139 |
+
fontTools/misc/__pycache__/macCreatorType.cpython-310.pyc,,
|
| 140 |
+
fontTools/misc/__pycache__/macRes.cpython-310.pyc,,
|
| 141 |
+
fontTools/misc/__pycache__/psCharStrings.cpython-310.pyc,,
|
| 142 |
+
fontTools/misc/__pycache__/psLib.cpython-310.pyc,,
|
| 143 |
+
fontTools/misc/__pycache__/psOperators.cpython-310.pyc,,
|
| 144 |
+
fontTools/misc/__pycache__/py23.cpython-310.pyc,,
|
| 145 |
+
fontTools/misc/__pycache__/roundTools.cpython-310.pyc,,
|
| 146 |
+
fontTools/misc/__pycache__/sstruct.cpython-310.pyc,,
|
| 147 |
+
fontTools/misc/__pycache__/symfont.cpython-310.pyc,,
|
| 148 |
+
fontTools/misc/__pycache__/testTools.cpython-310.pyc,,
|
| 149 |
+
fontTools/misc/__pycache__/textTools.cpython-310.pyc,,
|
| 150 |
+
fontTools/misc/__pycache__/timeTools.cpython-310.pyc,,
|
| 151 |
+
fontTools/misc/__pycache__/transform.cpython-310.pyc,,
|
| 152 |
+
fontTools/misc/__pycache__/treeTools.cpython-310.pyc,,
|
| 153 |
+
fontTools/misc/__pycache__/vector.cpython-310.pyc,,
|
| 154 |
+
fontTools/misc/__pycache__/visitor.cpython-310.pyc,,
|
| 155 |
+
fontTools/misc/__pycache__/xmlReader.cpython-310.pyc,,
|
| 156 |
+
fontTools/misc/__pycache__/xmlWriter.cpython-310.pyc,,
|
| 157 |
+
fontTools/misc/arrayTools.py,sha256=jZk__GE-K9VViZE_H-LPPj0smWbKng-yfPE8BfGp8HI,11483
|
| 158 |
+
fontTools/misc/bezierTools.c,sha256=QAHO49E-ADTP-RUSlT_YNEq0I9ERdvfWYpl0VUS13Tw,1807403
|
| 159 |
+
fontTools/misc/bezierTools.cpython-310-x86_64-linux-gnu.so,sha256=zqLpBTjyIY9wc3xeZGTM2Cy8bWYy17HBeYCnVLDw9PI,4340864
|
| 160 |
+
fontTools/misc/bezierTools.py,sha256=JKPfNC8xY3tj_RrILA1N2dh4oy3hEXQ_BfKiA2_dqM0,44758
|
| 161 |
+
fontTools/misc/classifyTools.py,sha256=zcg3EM4GOerBW9c063ljaLllgeeZ772EpFZjp9CdgLI,5613
|
| 162 |
+
fontTools/misc/cliTools.py,sha256=qCznJMLCQu3ZHQD_4ctUnr3TkfAUdkGl-UuxZUrppy0,1862
|
| 163 |
+
fontTools/misc/configTools.py,sha256=YXBE_vL2dMWCnK4oY3vtU15B79q82DtKp7h7XRqJc1Q,11188
|
| 164 |
+
fontTools/misc/cython.py,sha256=eyLcL2Bw-SSToYro8f44dkkYRlQfiFbhcza0afS-qHE,682
|
| 165 |
+
fontTools/misc/dictTools.py,sha256=VxjarsGJuk_wa3z29FSCtKZNCFfXtMBiNEu0RPAlpDk,2417
|
| 166 |
+
fontTools/misc/eexec.py,sha256=GNn2OCRvO1HbbIeDPxk9i0glO7cux_AQaoVMXhBR8y8,3331
|
| 167 |
+
fontTools/misc/encodingTools.py,sha256=hCv5PFfnXQJVCZA8Wyn1vr3vzLBbUuEPtGk5CzWM9RY,2073
|
| 168 |
+
fontTools/misc/etree.py,sha256=EPldipUNNMvbPimNX7qOUwKkbpJMY4uyElhe-wqKWkM,17079
|
| 169 |
+
fontTools/misc/filenames.py,sha256=MMCO3xjk1pcDc-baobcKd8IdoFPt-bcGqu8t8HUGAkI,8223
|
| 170 |
+
fontTools/misc/fixedTools.py,sha256=gsotTCOJLyMis13M4_jQJ8-QPob2Gl2TtNJhW6FER1I,7647
|
| 171 |
+
fontTools/misc/intTools.py,sha256=l6pjk4UYlXcyLtfC0DdOC5RL6UJ8ihRR0zRiYow5xA8,586
|
| 172 |
+
fontTools/misc/iterTools.py,sha256=17H6LPZszp32bTKoNorp6uZF1PKj47BAbe5QG8irUjo,390
|
| 173 |
+
fontTools/misc/lazyTools.py,sha256=BC6MmF-OzJ3GrBD8TYDZ-VCSN4UOx0pN0r3oF4GSoiw,1020
|
| 174 |
+
fontTools/misc/loggingTools.py,sha256=2uXks8fEnBjdgJEcxMLvD77-lbOPto3neJ86bMqV_qM,19898
|
| 175 |
+
fontTools/misc/macCreatorType.py,sha256=Je9jtqUr7EPbpH3QxlVl3pizoQ-1AOPMBIctHIMTM3k,1593
|
| 176 |
+
fontTools/misc/macRes.py,sha256=GT_pnfPw2NCvvOF86nHLAnOtZ6SMHqEuLntaplXzvHM,8579
|
| 177 |
+
fontTools/misc/plistlib/__init__.py,sha256=1HfhHPt3As6u2eRSlFfl6XdnXv_ypQImeQdWIw6wK7Y,21113
|
| 178 |
+
fontTools/misc/plistlib/__pycache__/__init__.cpython-310.pyc,,
|
| 179 |
+
fontTools/misc/plistlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 180 |
+
fontTools/misc/psCharStrings.py,sha256=Tb5-k_5krP0eu7qD054iGxE4Zybk9oB4jdiKzcsV0rw,43036
|
| 181 |
+
fontTools/misc/psLib.py,sha256=ioIPm5x3MHkBXF2vzNkC4iVZYobrkWcyvFhmYsjOrPY,12099
|
| 182 |
+
fontTools/misc/psOperators.py,sha256=9SLl5PPBulLo0Xxg_dqlJMitNIBdiGKdkXhOWsNSYZE,15700
|
| 183 |
+
fontTools/misc/py23.py,sha256=aPVCEUz_deggwLBCeTSsccX6QgJavZqvdVtuhpzrPvA,2238
|
| 184 |
+
fontTools/misc/roundTools.py,sha256=1RSXZ0gyi1qW42tz6WSBMJD1FlPdtgqKfWixVN9bd78,3173
|
| 185 |
+
fontTools/misc/sstruct.py,sha256=HuXwoRr9-mAbBxI3gJ3n34ML7NAGSHsAAazaaloWQB4,7158
|
| 186 |
+
fontTools/misc/symfont.py,sha256=dPh-kIzlSS33Ff61PeZM_qd3lMxe_gdCRlmG3wl-u1Q,7012
|
| 187 |
+
fontTools/misc/testTools.py,sha256=P0lianKHKQ1re3IrLW5JGfoLgUXdtVJJceaNO5stA3o,6933
|
| 188 |
+
fontTools/misc/textTools.py,sha256=pbhr6LVhm3J-0Z4saYnJfxBDzyoiw4BR9pAgwypiOw8,3377
|
| 189 |
+
fontTools/misc/timeTools.py,sha256=e9h5pgzL04tBDXmCv_8eRGB4boFV8GKXlS6dq3ggEpw,2234
|
| 190 |
+
fontTools/misc/transform.py,sha256=BfESxMaKIo_PtCZI-HyNLOADatCUAltf2c-REGVOJf8,14822
|
| 191 |
+
fontTools/misc/treeTools.py,sha256=tLWkwyDHeZUPVOGNnJeD4Pn7x2bQeZetwJKaEAW2J2M,1269
|
| 192 |
+
fontTools/misc/vector.py,sha256=6lqZcDjAgHJFQgjzD-ULQ_PrigAMfeZKaBZmAfcC0ig,4062
|
| 193 |
+
fontTools/misc/visitor.py,sha256=S3I_OCavPhkwGQpwIKV9XjNCaWUcafo7HQCyxDI0nQg,5314
|
| 194 |
+
fontTools/misc/xmlReader.py,sha256=igut4_d13RT4WarliqVvuuPybO1uSXVeoBOeW4j0_e4,6580
|
| 195 |
+
fontTools/misc/xmlWriter.py,sha256=CA1c-Ov5vFTF9tT4bGk-f3yBvaX7lVmSdLPYygUqlAE,6046
|
| 196 |
+
fontTools/mtiLib/__init__.py,sha256=vPgS5Ko7dE0GJX1aDmXSwLOaBENDUgdAAFvYVdQ4boo,46617
|
| 197 |
+
fontTools/mtiLib/__main__.py,sha256=gd8X89jnZOe-752k7uaR1lWoiju-2zIT5Yx35Kl0Xek,94
|
| 198 |
+
fontTools/mtiLib/__pycache__/__init__.cpython-310.pyc,,
|
| 199 |
+
fontTools/mtiLib/__pycache__/__main__.cpython-310.pyc,,
|
| 200 |
+
fontTools/otlLib/__init__.py,sha256=D2leUW-3gsUTOFcJYGC18edBYjIJ804ut4qitJYWsaQ,45
|
| 201 |
+
fontTools/otlLib/__pycache__/__init__.cpython-310.pyc,,
|
| 202 |
+
fontTools/otlLib/__pycache__/builder.cpython-310.pyc,,
|
| 203 |
+
fontTools/otlLib/__pycache__/error.cpython-310.pyc,,
|
| 204 |
+
fontTools/otlLib/__pycache__/maxContextCalc.cpython-310.pyc,,
|
| 205 |
+
fontTools/otlLib/builder.py,sha256=n5WTJwuHsE8lgBdZJQyeUhW7qxbTSFrWTUODN2_qP2Y,119693
|
| 206 |
+
fontTools/otlLib/error.py,sha256=cthuhBuOwZYpkTLi5gFPupUxkXkCHe-L_YgkE7N1wCI,335
|
| 207 |
+
fontTools/otlLib/maxContextCalc.py,sha256=3es4Kt84TaZ49sA2ev1zrlwPJikJCAECx5KavwhyB-I,3175
|
| 208 |
+
fontTools/otlLib/optimize/__init__.py,sha256=UUQRpNkHU2RczCRt-Gz7sEiYE9AQq9BHLXZEOyvsnX4,1530
|
| 209 |
+
fontTools/otlLib/optimize/__main__.py,sha256=BvP472kA9KxBb9RMyyehPNevAfpmgW9MfdazkUiAO3M,104
|
| 210 |
+
fontTools/otlLib/optimize/__pycache__/__init__.cpython-310.pyc,,
|
| 211 |
+
fontTools/otlLib/optimize/__pycache__/__main__.cpython-310.pyc,,
|
| 212 |
+
fontTools/otlLib/optimize/__pycache__/gpos.cpython-310.pyc,,
|
| 213 |
+
fontTools/otlLib/optimize/gpos.py,sha256=NTDLwjo90L4GiqdIdWkBEycQ7VcT7cOxxype73mFz8c,18474
|
| 214 |
+
fontTools/pens/__init__.py,sha256=DJBWmoX_Haau7qlgmvWyfbhSzrX2qL636Rns7CG01pk,75
|
| 215 |
+
fontTools/pens/__pycache__/__init__.cpython-310.pyc,,
|
| 216 |
+
fontTools/pens/__pycache__/areaPen.cpython-310.pyc,,
|
| 217 |
+
fontTools/pens/__pycache__/basePen.cpython-310.pyc,,
|
| 218 |
+
fontTools/pens/__pycache__/boundsPen.cpython-310.pyc,,
|
| 219 |
+
fontTools/pens/__pycache__/cairoPen.cpython-310.pyc,,
|
| 220 |
+
fontTools/pens/__pycache__/cocoaPen.cpython-310.pyc,,
|
| 221 |
+
fontTools/pens/__pycache__/cu2quPen.cpython-310.pyc,,
|
| 222 |
+
fontTools/pens/__pycache__/explicitClosingLinePen.cpython-310.pyc,,
|
| 223 |
+
fontTools/pens/__pycache__/filterPen.cpython-310.pyc,,
|
| 224 |
+
fontTools/pens/__pycache__/freetypePen.cpython-310.pyc,,
|
| 225 |
+
fontTools/pens/__pycache__/hashPointPen.cpython-310.pyc,,
|
| 226 |
+
fontTools/pens/__pycache__/momentsPen.cpython-310.pyc,,
|
| 227 |
+
fontTools/pens/__pycache__/perimeterPen.cpython-310.pyc,,
|
| 228 |
+
fontTools/pens/__pycache__/pointInsidePen.cpython-310.pyc,,
|
| 229 |
+
fontTools/pens/__pycache__/pointPen.cpython-310.pyc,,
|
| 230 |
+
fontTools/pens/__pycache__/qtPen.cpython-310.pyc,,
|
| 231 |
+
fontTools/pens/__pycache__/qu2cuPen.cpython-310.pyc,,
|
| 232 |
+
fontTools/pens/__pycache__/quartzPen.cpython-310.pyc,,
|
| 233 |
+
fontTools/pens/__pycache__/recordingPen.cpython-310.pyc,,
|
| 234 |
+
fontTools/pens/__pycache__/reportLabPen.cpython-310.pyc,,
|
| 235 |
+
fontTools/pens/__pycache__/reverseContourPen.cpython-310.pyc,,
|
| 236 |
+
fontTools/pens/__pycache__/roundingPen.cpython-310.pyc,,
|
| 237 |
+
fontTools/pens/__pycache__/statisticsPen.cpython-310.pyc,,
|
| 238 |
+
fontTools/pens/__pycache__/svgPathPen.cpython-310.pyc,,
|
| 239 |
+
fontTools/pens/__pycache__/t2CharStringPen.cpython-310.pyc,,
|
| 240 |
+
fontTools/pens/__pycache__/teePen.cpython-310.pyc,,
|
| 241 |
+
fontTools/pens/__pycache__/transformPen.cpython-310.pyc,,
|
| 242 |
+
fontTools/pens/__pycache__/ttGlyphPen.cpython-310.pyc,,
|
| 243 |
+
fontTools/pens/__pycache__/wxPen.cpython-310.pyc,,
|
| 244 |
+
fontTools/pens/areaPen.py,sha256=Y1WkmqzcC4z_bpGAR0IZUKrtHFtxKUQBmr5-64_zCOk,1472
|
| 245 |
+
fontTools/pens/basePen.py,sha256=eIGSKrKm6w4LLHuG6XJoQZ3eObtoKV5P6aF4gT4sk7U,17073
|
| 246 |
+
fontTools/pens/boundsPen.py,sha256=wE3owOQA8DfhH-zBGC3lJvnVwp-oyIt0KZrEqXbmS9I,3129
|
| 247 |
+
fontTools/pens/cairoPen.py,sha256=wuuOJ1qQDSt_K3zscM2nukRyHZTZMwMzzCXCirfq_qQ,592
|
| 248 |
+
fontTools/pens/cocoaPen.py,sha256=IJRQcAxRuVOTQ90bB_Bgjnmz7px_ST5uLF9CW-Y0KPY,612
|
| 249 |
+
fontTools/pens/cu2quPen.py,sha256=gMUwFUsm_-WzBlDjTMQiNnEuI2heomGeOJBX81zYXPo,13007
|
| 250 |
+
fontTools/pens/explicitClosingLinePen.py,sha256=kKKtdZiwaf8Cj4_ytrIDdGB2GMpPPDXm5Nwbw5WDgwU,3219
|
| 251 |
+
fontTools/pens/filterPen.py,sha256=kKSvLmWCW4MkCF0ciJhjTj-LdUGOQL593PFkpm5PhP8,7790
|
| 252 |
+
fontTools/pens/freetypePen.py,sha256=MsIjlwvd54qQoSe3fqqGm4ZyhrhQi3-9B6X1yv5_KuQ,19813
|
| 253 |
+
fontTools/pens/hashPointPen.py,sha256=gElrFyQoOQp3ZbpKHRWPwC61A9OgT2Js8crVUD8BQAY,3573
|
| 254 |
+
fontTools/pens/momentsPen.c,sha256=uRDHlgLiUZOoOp0LCFpYlaOOXEIp0BLH-Pk_h6nv18I,542986
|
| 255 |
+
fontTools/pens/momentsPen.cpython-310-x86_64-linux-gnu.so,sha256=8e9vKt4K2Ygu98OMcWVtdmL048wDcEmg0MKdvjHQ3r8,1077352
|
| 256 |
+
fontTools/pens/momentsPen.py,sha256=JsIL7KtRz0ZWG1_TPDzkwK0eNEr9excg3ggttRNGqIs,25685
|
| 257 |
+
fontTools/pens/perimeterPen.py,sha256=lr6NzrIWxi4TXBJPbcJsKzqABWfQeil2Bgm9BgUD3N4,2153
|
| 258 |
+
fontTools/pens/pointInsidePen.py,sha256=AloaWABNZY0KHkjIiHhElXUqJ_kr1Slf3XgwNtH7vwU,6336
|
| 259 |
+
fontTools/pens/pointPen.py,sha256=IA0JVDaf8_aAvjRQv3asXItxxfzhv4gEEFvrlDlCx_k,22296
|
| 260 |
+
fontTools/pens/qtPen.py,sha256=QRNLIry2rQl4E_7ct2tu10-qLHneQp0XV7FfaZ-tcL8,634
|
| 261 |
+
fontTools/pens/qu2cuPen.py,sha256=pRST43-rUpzlOP83Z_Rr0IvIQBCx6RWI6nnNaitQcLk,3985
|
| 262 |
+
fontTools/pens/quartzPen.py,sha256=EH482Kz_xsqYhVRovv6N_T1CXaSvOzUKPLxTaN956tU,1287
|
| 263 |
+
fontTools/pens/recordingPen.py,sha256=EOoMxFQkBqSSSPYkLe0lu09bNquRvLbn-XKN2k2rSSg,11975
|
| 264 |
+
fontTools/pens/reportLabPen.py,sha256=kpfMfOLXt2vOQ5smPsU82ft80FpCPWJzQLl7ENOH8Ew,2066
|
| 265 |
+
fontTools/pens/reverseContourPen.py,sha256=oz64ZRhLAvT7DYMAwGKoLzZXQK8l81jRiYnTZkW6a-Y,4022
|
| 266 |
+
fontTools/pens/roundingPen.py,sha256=Q4vvG0Esq_sLNODU0TITU4F3wcXcKWo4BA7DWdDaVcM,4649
|
| 267 |
+
fontTools/pens/statisticsPen.py,sha256=Hjy8SmXxRzOtkTjpvKVmfY_2WcIZ5veZYuX-t6YQ1yA,9640
|
| 268 |
+
fontTools/pens/svgPathPen.py,sha256=LyLip9W0rirJs3YfGgdFS_f41OLjYM6EJt54gwzw49Y,8488
|
| 269 |
+
fontTools/pens/t2CharStringPen.py,sha256=uq9KCOxrk5TEZGYpcOG-pgkWHYCe4dMwb2hx5uYOmWA,2391
|
| 270 |
+
fontTools/pens/teePen.py,sha256=P1ARJOCMJ6MxK-PB1yZ-ips3CUfnadWYnQ_do6VIasQ,1290
|
| 271 |
+
fontTools/pens/transformPen.py,sha256=Nax1C9GflG1DFUBQBV2Vzr3d4mIOF41uO0SA3V_FJDM,3970
|
| 272 |
+
fontTools/pens/ttGlyphPen.py,sha256=yLtB-E5pTQR59OKVYySttWBu1xC2vR8ezSaRhIMtVwg,11870
|
| 273 |
+
fontTools/pens/wxPen.py,sha256=W9RRHlBWHp-CVC4Exvk3ytBmRaB4-LgJPP5Bv7o9BA0,680
|
| 274 |
+
fontTools/qu2cu/__init__.py,sha256=Jfm1JljXbt91w4gyvZn6jzEmVnhRx50sh2fDongrOsE,618
|
| 275 |
+
fontTools/qu2cu/__main__.py,sha256=9FWf6SIZaRaC8SiL0LhjAWC2yIdY9N_9wlRko8m1l2Q,93
|
| 276 |
+
fontTools/qu2cu/__pycache__/__init__.cpython-310.pyc,,
|
| 277 |
+
fontTools/qu2cu/__pycache__/__main__.cpython-310.pyc,,
|
| 278 |
+
fontTools/qu2cu/__pycache__/benchmark.cpython-310.pyc,,
|
| 279 |
+
fontTools/qu2cu/__pycache__/cli.cpython-310.pyc,,
|
| 280 |
+
fontTools/qu2cu/__pycache__/qu2cu.cpython-310.pyc,,
|
| 281 |
+
fontTools/qu2cu/benchmark.py,sha256=GMcr_4r7L6K9SmJ13itt-_XKhnKqSVUDPlXUG6IZmmM,1400
|
| 282 |
+
fontTools/qu2cu/cli.py,sha256=U2rooYnVVEalGRAWGFHk-Kp6Okys8wtzdaWLjw1bngY,3714
|
| 283 |
+
fontTools/qu2cu/qu2cu.c,sha256=cdWG9Mjq_5S0TfQiWg3-RKK15Hf9AZEYvhvjk5iXcGg,660267
|
| 284 |
+
fontTools/qu2cu/qu2cu.cpython-310-x86_64-linux-gnu.so,sha256=6W7nqTIYGVVTbeY-UG8LkEj6j7w3vX0oGb5k8YFHosY,1110240
|
| 285 |
+
fontTools/qu2cu/qu2cu.py,sha256=1RKhaMBBiDvo5PtkNqR5p0X2HQ4yel4TbWT8MFU6Hps,12315
|
| 286 |
+
fontTools/subset/__init__.py,sha256=nCh5mqf0FaImbtn67grvtvtqsYZtpKWg9IK-5eMYylU,133569
|
| 287 |
+
fontTools/subset/__main__.py,sha256=bhtfP2SqP4k799pxtksFgnC-XGNQDr3LcO4lc8T5e5g,95
|
| 288 |
+
fontTools/subset/__pycache__/__init__.cpython-310.pyc,,
|
| 289 |
+
fontTools/subset/__pycache__/__main__.cpython-310.pyc,,
|
| 290 |
+
fontTools/subset/__pycache__/cff.cpython-310.pyc,,
|
| 291 |
+
fontTools/subset/__pycache__/svg.cpython-310.pyc,,
|
| 292 |
+
fontTools/subset/__pycache__/util.cpython-310.pyc,,
|
| 293 |
+
fontTools/subset/cff.py,sha256=rqMRJOlX5FacV1LW8aDlVOglgEM87TkMA9bdsYenask,6145
|
| 294 |
+
fontTools/subset/svg.py,sha256=8dLBzQlnIt4_fOKEFDAVlKTucdHvcbCcyG9-a6UBZZ0,9384
|
| 295 |
+
fontTools/subset/util.py,sha256=9SXFYb5Ef9Z58uXmYPCQil8B2i3Q7aFB_1fFDFSppdU,754
|
| 296 |
+
fontTools/svgLib/__init__.py,sha256=IGCLwSbU8jLhq6HI2vSdPQgNs6zDUi5774TgX5MCXPY,75
|
| 297 |
+
fontTools/svgLib/__pycache__/__init__.cpython-310.pyc,,
|
| 298 |
+
fontTools/svgLib/path/__init__.py,sha256=S9TqNYjzbkboA451YQrOoFlBvfZP3YAUrjCYlX9_wc4,1954
|
| 299 |
+
fontTools/svgLib/path/__pycache__/__init__.cpython-310.pyc,,
|
| 300 |
+
fontTools/svgLib/path/__pycache__/arc.cpython-310.pyc,,
|
| 301 |
+
fontTools/svgLib/path/__pycache__/parser.cpython-310.pyc,,
|
| 302 |
+
fontTools/svgLib/path/__pycache__/shapes.cpython-310.pyc,,
|
| 303 |
+
fontTools/svgLib/path/arc.py,sha256=-f5Ym6q4tDWQ76sMNSTUTWgL_7AfgXojvBhtBS7bWwQ,5812
|
| 304 |
+
fontTools/svgLib/path/parser.py,sha256=OEVtWJwi0o_kDhKX2S4hfP_FAR7uEmAQ24pr6O5VvwY,10767
|
| 305 |
+
fontTools/svgLib/path/shapes.py,sha256=xvBUIckKyT9JLy7q_ZP50r6TjvZANyHdZP7wFDzErcI,5322
|
| 306 |
+
fontTools/t1Lib/__init__.py,sha256=p42y70wEIbuX0IIxZG7-b_I-gHto1VLy0gLsDvxCfkw,20865
|
| 307 |
+
fontTools/t1Lib/__pycache__/__init__.cpython-310.pyc,,
|
| 308 |
+
fontTools/tfmLib.py,sha256=UMbkM73JXRJVS9t2B-BJc13rSjImaWBuzCoehLwHFhs,14270
|
| 309 |
+
fontTools/ttLib/__init__.py,sha256=fjOFcwbRed9b_giTgJ7FLsqeJC8ndnx327WfJztW-Tc,553
|
| 310 |
+
fontTools/ttLib/__main__.py,sha256=3yxwadpQ5YTM27RXqG3sFE3EaOSFLQVHaUUH9P0qrSw,3443
|
| 311 |
+
fontTools/ttLib/__pycache__/__init__.cpython-310.pyc,,
|
| 312 |
+
fontTools/ttLib/__pycache__/__main__.cpython-310.pyc,,
|
| 313 |
+
fontTools/ttLib/__pycache__/macUtils.cpython-310.pyc,,
|
| 314 |
+
fontTools/ttLib/__pycache__/removeOverlaps.cpython-310.pyc,,
|
| 315 |
+
fontTools/ttLib/__pycache__/reorderGlyphs.cpython-310.pyc,,
|
| 316 |
+
fontTools/ttLib/__pycache__/scaleUpem.cpython-310.pyc,,
|
| 317 |
+
fontTools/ttLib/__pycache__/sfnt.cpython-310.pyc,,
|
| 318 |
+
fontTools/ttLib/__pycache__/standardGlyphOrder.cpython-310.pyc,,
|
| 319 |
+
fontTools/ttLib/__pycache__/ttCollection.cpython-310.pyc,,
|
| 320 |
+
fontTools/ttLib/__pycache__/ttFont.cpython-310.pyc,,
|
| 321 |
+
fontTools/ttLib/__pycache__/ttGlyphSet.cpython-310.pyc,,
|
| 322 |
+
fontTools/ttLib/__pycache__/ttVisitor.cpython-310.pyc,,
|
| 323 |
+
fontTools/ttLib/__pycache__/woff2.cpython-310.pyc,,
|
| 324 |
+
fontTools/ttLib/macUtils.py,sha256=lj3oeFpyjV7ko_JqnluneITmAtlc119J-vwTTg2s73A,1737
|
| 325 |
+
fontTools/ttLib/removeOverlaps.py,sha256=-jUIyAAukmUaPaxgCCtvnjwAqL95-zRPJ9MBnmGDz30,12463
|
| 326 |
+
fontTools/ttLib/reorderGlyphs.py,sha256=y4UAVABTMykRWIF9_BJP1B8X4JRLde5GzIOkAafofE8,10011
|
| 327 |
+
fontTools/ttLib/scaleUpem.py,sha256=U_-NGkwfS9GRIackdEXjGYZ-wSomcUPXQahDneLeArI,14618
|
| 328 |
+
fontTools/ttLib/sfnt.py,sha256=KkLGD3SBKdZ1QCTEtTvmXP05-w1ZAM_8pKRfPUVg240,22829
|
| 329 |
+
fontTools/ttLib/standardGlyphOrder.py,sha256=7AY_fVWdtwZ4iv5uWdyKAUcbEQiSDt1lN4sqx9xXwE0,5785
|
| 330 |
+
fontTools/ttLib/tables/B_A_S_E_.py,sha256=fotjQyGgXXMrLeWH-eu_R-OJ_ZepQ3GHOzQ3auhZ82Y,88
|
| 331 |
+
fontTools/ttLib/tables/BitmapGlyphMetrics.py,sha256=9gcGPVzsxEYnVBO7YLWfeOuht9PaCl09GmbAqDYqKi0,1769
|
| 332 |
+
fontTools/ttLib/tables/C_B_D_T_.py,sha256=cmxOO93VXhtS_nS6-iG9K2UUKHqTTEiFThV2wPMi0vA,3331
|
| 333 |
+
fontTools/ttLib/tables/C_B_L_C_.py,sha256=2Qr_xPnZn6yKMgWU5LzKfPyOu-dUK7q6XtyKAOOJl-0,188
|
| 334 |
+
fontTools/ttLib/tables/C_F_F_.py,sha256=jFX4ClhxD57IxfYDkDDCq2oJqSdbgAp1ghNQw5AYU7M,1443
|
| 335 |
+
fontTools/ttLib/tables/C_F_F__2.py,sha256=TTX4_bKYGmFGt2lihlFfKw8LLc-wIr6uE2P45Rv4qW0,425
|
| 336 |
+
fontTools/ttLib/tables/C_O_L_R_.py,sha256=qmexaOF-RtKSzHmekBPQIOa4Q2bmFMV3X_ytaCZhwhc,5725
|
| 337 |
+
fontTools/ttLib/tables/C_P_A_L_.py,sha256=4bXVL-qFKQaQhW_llYQzXZQClL24aJkEy0ms0-Bh2gk,11631
|
| 338 |
+
fontTools/ttLib/tables/D_S_I_G_.py,sha256=U5OCCI0sjhK5HvhNKaEonD0wucXzHXdfz5l3sb4CB8U,5327
|
| 339 |
+
fontTools/ttLib/tables/D__e_b_g.py,sha256=vROIV3UTxbK9eN3rmHOu1ARwBiOXL6K5ihmq0QMToJQ,443
|
| 340 |
+
fontTools/ttLib/tables/DefaultTable.py,sha256=cOtgkLWPY9qmOH2BSPt4c4IUSdANWTKx2rK1CTxQ4h0,1487
|
| 341 |
+
fontTools/ttLib/tables/E_B_D_T_.py,sha256=8iakmy4PP8BNiem9ZT_P7ysu8BkV1gWFJD94K5ThVSo,32276
|
| 342 |
+
fontTools/ttLib/tables/E_B_L_C_.py,sha256=yzlTk7EViBdSqw_8BzElEPZt7NsREH1nVobEBTlm6bg,29779
|
| 343 |
+
fontTools/ttLib/tables/F_F_T_M_.py,sha256=aq9FsyfMegjxRsAWF8U2a3OpxFCPHJjNiLlC63dmqnI,1354
|
| 344 |
+
fontTools/ttLib/tables/F__e_a_t.py,sha256=x3ryfFJPsGVWqy10a4ulXADBnsB2JEVpyx_DuWYqy8k,5380
|
| 345 |
+
fontTools/ttLib/tables/G_D_E_F_.py,sha256=xN2hcW8GPMOos7dTpXJSWNJxUbGzUrnQ_2i-vxlNT_E,88
|
| 346 |
+
fontTools/ttLib/tables/G_M_A_P_.py,sha256=S0KyulRo88aZ4YM8OJ_l8Mf0husmlI03IlXP6aa1C1w,4515
|
| 347 |
+
fontTools/ttLib/tables/G_P_K_G_.py,sha256=XbfsF-qCk9ortdZycw7r6DEo94lfg6TTb3fN7HPYCuM,4441
|
| 348 |
+
fontTools/ttLib/tables/G_P_O_S_.py,sha256=nVSjCI8k7-8aIkzIMc7bCmd2aHeVvjwPIh2jhwn9KY4,88
|
| 349 |
+
fontTools/ttLib/tables/G_S_U_B_.py,sha256=-e_9Jxihz6AUSzSBCdW3tycdu4QZUsL8hZI6A7lMt9Q,88
|
| 350 |
+
fontTools/ttLib/tables/G__l_a_t.py,sha256=rWcOEnv9GmNIvJu7y-cpnrAUkc82527LroBIYA7NQTI,8568
|
| 351 |
+
fontTools/ttLib/tables/G__l_o_c.py,sha256=_MFYx8IUuJseNrS65QN-P8oq4CcGZnSxdGXKyv92Kco,2598
|
| 352 |
+
fontTools/ttLib/tables/H_V_A_R_.py,sha256=bdU_ktJJ2-MQ_zFn1wWTtGpZar7OTFeOEnXyrzDhts8,88
|
| 353 |
+
fontTools/ttLib/tables/J_S_T_F_.py,sha256=d36nOt42I5EY-7JDOulBHKtv1StpxxuvLU7gSOC6OGw,88
|
| 354 |
+
fontTools/ttLib/tables/L_T_S_H_.py,sha256=DG559txp9zRwe5xlhhq8_HqkOvKrgbWUBw-11nKtw-o,1826
|
| 355 |
+
fontTools/ttLib/tables/M_A_T_H_.py,sha256=zXSUNz98761iTREcge-YQ4LcEGCFhp1VVWAZt8B4TTQ,88
|
| 356 |
+
fontTools/ttLib/tables/M_E_T_A_.py,sha256=0IZysRvZur6rhe4DP7P2JnKW0O9SgbxLBHBmAJMx5vA,11784
|
| 357 |
+
fontTools/ttLib/tables/M_V_A_R_.py,sha256=uMresSbbzC43VL8Lou2bHjNmN3aY8wxxrV3qa6SSmR4,88
|
| 358 |
+
fontTools/ttLib/tables/O_S_2f_2.py,sha256=4TN66vch-0lJnr-f-ErbfWbxuDF_JRTOt-qy84oDG2k,27752
|
| 359 |
+
fontTools/ttLib/tables/S_I_N_G_.py,sha256=73zv425wym8w3MndveArHsp1TzM6VOQAz1gvwB9GgoQ,3112
|
| 360 |
+
fontTools/ttLib/tables/S_T_A_T_.py,sha256=tPbD_6x4aJACOux8bKe_sFlk0PEat7aiZn8pnXoUGws,88
|
| 361 |
+
fontTools/ttLib/tables/S_V_G_.py,sha256=8h8arIl9gedLB3GRRNF8V0x2pq1GikF7If9e_srB69I,7463
|
| 362 |
+
fontTools/ttLib/tables/S__i_l_f.py,sha256=5hZ1ze12-tRyYIu-hEewRlgMWiuGHNf40om7Rs369_Q,34901
|
| 363 |
+
fontTools/ttLib/tables/S__i_l_l.py,sha256=KvjK_vrh_YyPHtYwLyrHLx33gcTYg5lBnvUYie6b06M,3104
|
| 364 |
+
fontTools/ttLib/tables/T_S_I_B_.py,sha256=CMcquVV86ug63Zk_yTB37DKqO91FZW14WtzwBI2aPjY,86
|
| 365 |
+
fontTools/ttLib/tables/T_S_I_C_.py,sha256=TjDKgGdFEaL4Affo9MTInuVKbYUHMa0pJX18pzgYxT0,88
|
| 366 |
+
fontTools/ttLib/tables/T_S_I_D_.py,sha256=OP_tHge02Fs7Y5lnVrgUGfr4FdIu-iv3GVtMEyH3Nrw,86
|
| 367 |
+
fontTools/ttLib/tables/T_S_I_J_.py,sha256=soJ3cf52aXLQTqvhQV2bHzyRSh6bsxxvZcpAV4Z9tlc,86
|
| 368 |
+
fontTools/ttLib/tables/T_S_I_P_.py,sha256=SvDvtRhxiC96WvZxNb2RoyTf0IXjeVMF_UP42ZD_vwU,86
|
| 369 |
+
fontTools/ttLib/tables/T_S_I_S_.py,sha256=IHJsyWONSgbg9hm5VnkCeq70SQcwnNJZZO_dBtJGZFc,86
|
| 370 |
+
fontTools/ttLib/tables/T_S_I_V_.py,sha256=Pqr8g0zrgCZl2sSJlxE5AYXazlZE29o1BO8oMVblBUs,655
|
| 371 |
+
fontTools/ttLib/tables/T_S_I__0.py,sha256=c0F4nKBKTeURqxCFv3nwxCu9Dl0mh7wr0PhOrLKMjho,2043
|
| 372 |
+
fontTools/ttLib/tables/T_S_I__1.py,sha256=N-BoLR5WWZv8tglokn5WZv8w_52jzKDG8jiZn5bS__k,6982
|
| 373 |
+
fontTools/ttLib/tables/T_S_I__2.py,sha256=ZV39h3SKtVSxKF9dKkI4sC0X5oXLkQDSPCcOeBTxUTM,420
|
| 374 |
+
fontTools/ttLib/tables/T_S_I__3.py,sha256=wQnwccPX3IaxGjzCdJHwtLh2ZqSsoAS-vWjhdI2h5dQ,467
|
| 375 |
+
fontTools/ttLib/tables/T_S_I__5.py,sha256=jB-P8RMFC3KOGdtTQH5uzvqEJDIWhRlDFsuvAix0cl0,1510
|
| 376 |
+
fontTools/ttLib/tables/T_T_F_A_.py,sha256=7wiKnyzrHiLgdtz6klG02flh8S7hm7GKarif7lw3IMc,81
|
| 377 |
+
fontTools/ttLib/tables/TupleVariation.py,sha256=RBHDqKkdR-MQtN_pWRsVpBax4jzYcDIhA8zXSfJh4ZQ,30912
|
| 378 |
+
fontTools/ttLib/tables/V_A_R_C_.py,sha256=KOtRqzdvsBXvl9vkUieGVROvIu0mTXuAXLXizNeSDWY,88
|
| 379 |
+
fontTools/ttLib/tables/V_D_M_X_.py,sha256=dqE3G2Hg4ByQNteceOMctgFu2Er_DHh4_vOlAAaP5nM,10189
|
| 380 |
+
fontTools/ttLib/tables/V_O_R_G_.py,sha256=XasThyPjPNah6Yn0TCFVv9H5kmYDx5FIMaH8B9sA2oU,5762
|
| 381 |
+
fontTools/ttLib/tables/V_V_A_R_.py,sha256=X9C_r2HiSnI2mYqUQ93yK4zLpweRzobJ0Kh1J2lTsAw,88
|
| 382 |
+
fontTools/ttLib/tables/__init__.py,sha256=iZ5iQZNhlH9M12ovQDu8EcnFwCe1ShoTvxEh22hGOoc,2624
|
| 383 |
+
fontTools/ttLib/tables/__pycache__/B_A_S_E_.cpython-310.pyc,,
|
| 384 |
+
fontTools/ttLib/tables/__pycache__/BitmapGlyphMetrics.cpython-310.pyc,,
|
| 385 |
+
fontTools/ttLib/tables/__pycache__/C_B_D_T_.cpython-310.pyc,,
|
| 386 |
+
fontTools/ttLib/tables/__pycache__/C_B_L_C_.cpython-310.pyc,,
|
| 387 |
+
fontTools/ttLib/tables/__pycache__/C_F_F_.cpython-310.pyc,,
|
| 388 |
+
fontTools/ttLib/tables/__pycache__/C_F_F__2.cpython-310.pyc,,
|
| 389 |
+
fontTools/ttLib/tables/__pycache__/C_O_L_R_.cpython-310.pyc,,
|
| 390 |
+
fontTools/ttLib/tables/__pycache__/C_P_A_L_.cpython-310.pyc,,
|
| 391 |
+
fontTools/ttLib/tables/__pycache__/D_S_I_G_.cpython-310.pyc,,
|
| 392 |
+
fontTools/ttLib/tables/__pycache__/D__e_b_g.cpython-310.pyc,,
|
| 393 |
+
fontTools/ttLib/tables/__pycache__/DefaultTable.cpython-310.pyc,,
|
| 394 |
+
fontTools/ttLib/tables/__pycache__/E_B_D_T_.cpython-310.pyc,,
|
| 395 |
+
fontTools/ttLib/tables/__pycache__/E_B_L_C_.cpython-310.pyc,,
|
| 396 |
+
fontTools/ttLib/tables/__pycache__/F_F_T_M_.cpython-310.pyc,,
|
| 397 |
+
fontTools/ttLib/tables/__pycache__/F__e_a_t.cpython-310.pyc,,
|
| 398 |
+
fontTools/ttLib/tables/__pycache__/G_D_E_F_.cpython-310.pyc,,
|
| 399 |
+
fontTools/ttLib/tables/__pycache__/G_M_A_P_.cpython-310.pyc,,
|
| 400 |
+
fontTools/ttLib/tables/__pycache__/G_P_K_G_.cpython-310.pyc,,
|
| 401 |
+
fontTools/ttLib/tables/__pycache__/G_P_O_S_.cpython-310.pyc,,
|
| 402 |
+
fontTools/ttLib/tables/__pycache__/G_S_U_B_.cpython-310.pyc,,
|
| 403 |
+
fontTools/ttLib/tables/__pycache__/G__l_a_t.cpython-310.pyc,,
|
| 404 |
+
fontTools/ttLib/tables/__pycache__/G__l_o_c.cpython-310.pyc,,
|
| 405 |
+
fontTools/ttLib/tables/__pycache__/H_V_A_R_.cpython-310.pyc,,
|
| 406 |
+
fontTools/ttLib/tables/__pycache__/J_S_T_F_.cpython-310.pyc,,
|
| 407 |
+
fontTools/ttLib/tables/__pycache__/L_T_S_H_.cpython-310.pyc,,
|
| 408 |
+
fontTools/ttLib/tables/__pycache__/M_A_T_H_.cpython-310.pyc,,
|
| 409 |
+
fontTools/ttLib/tables/__pycache__/M_E_T_A_.cpython-310.pyc,,
|
| 410 |
+
fontTools/ttLib/tables/__pycache__/M_V_A_R_.cpython-310.pyc,,
|
| 411 |
+
fontTools/ttLib/tables/__pycache__/O_S_2f_2.cpython-310.pyc,,
|
| 412 |
+
fontTools/ttLib/tables/__pycache__/S_I_N_G_.cpython-310.pyc,,
|
| 413 |
+
fontTools/ttLib/tables/__pycache__/S_T_A_T_.cpython-310.pyc,,
|
| 414 |
+
fontTools/ttLib/tables/__pycache__/S_V_G_.cpython-310.pyc,,
|
| 415 |
+
fontTools/ttLib/tables/__pycache__/S__i_l_f.cpython-310.pyc,,
|
| 416 |
+
fontTools/ttLib/tables/__pycache__/S__i_l_l.cpython-310.pyc,,
|
| 417 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_B_.cpython-310.pyc,,
|
| 418 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_C_.cpython-310.pyc,,
|
| 419 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_D_.cpython-310.pyc,,
|
| 420 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_J_.cpython-310.pyc,,
|
| 421 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_P_.cpython-310.pyc,,
|
| 422 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_S_.cpython-310.pyc,,
|
| 423 |
+
fontTools/ttLib/tables/__pycache__/T_S_I_V_.cpython-310.pyc,,
|
| 424 |
+
fontTools/ttLib/tables/__pycache__/T_S_I__0.cpython-310.pyc,,
|
| 425 |
+
fontTools/ttLib/tables/__pycache__/T_S_I__1.cpython-310.pyc,,
|
| 426 |
+
fontTools/ttLib/tables/__pycache__/T_S_I__2.cpython-310.pyc,,
|
| 427 |
+
fontTools/ttLib/tables/__pycache__/T_S_I__3.cpython-310.pyc,,
|
| 428 |
+
fontTools/ttLib/tables/__pycache__/T_S_I__5.cpython-310.pyc,,
|
| 429 |
+
fontTools/ttLib/tables/__pycache__/T_T_F_A_.cpython-310.pyc,,
|
| 430 |
+
fontTools/ttLib/tables/__pycache__/TupleVariation.cpython-310.pyc,,
|
| 431 |
+
fontTools/ttLib/tables/__pycache__/V_A_R_C_.cpython-310.pyc,,
|
| 432 |
+
fontTools/ttLib/tables/__pycache__/V_D_M_X_.cpython-310.pyc,,
|
| 433 |
+
fontTools/ttLib/tables/__pycache__/V_O_R_G_.cpython-310.pyc,,
|
| 434 |
+
fontTools/ttLib/tables/__pycache__/V_V_A_R_.cpython-310.pyc,,
|
| 435 |
+
fontTools/ttLib/tables/__pycache__/__init__.cpython-310.pyc,,
|
| 436 |
+
fontTools/ttLib/tables/__pycache__/_a_n_k_r.cpython-310.pyc,,
|
| 437 |
+
fontTools/ttLib/tables/__pycache__/_a_v_a_r.cpython-310.pyc,,
|
| 438 |
+
fontTools/ttLib/tables/__pycache__/_b_s_l_n.cpython-310.pyc,,
|
| 439 |
+
fontTools/ttLib/tables/__pycache__/_c_i_d_g.cpython-310.pyc,,
|
| 440 |
+
fontTools/ttLib/tables/__pycache__/_c_m_a_p.cpython-310.pyc,,
|
| 441 |
+
fontTools/ttLib/tables/__pycache__/_c_v_a_r.cpython-310.pyc,,
|
| 442 |
+
fontTools/ttLib/tables/__pycache__/_c_v_t.cpython-310.pyc,,
|
| 443 |
+
fontTools/ttLib/tables/__pycache__/_f_e_a_t.cpython-310.pyc,,
|
| 444 |
+
fontTools/ttLib/tables/__pycache__/_f_p_g_m.cpython-310.pyc,,
|
| 445 |
+
fontTools/ttLib/tables/__pycache__/_f_v_a_r.cpython-310.pyc,,
|
| 446 |
+
fontTools/ttLib/tables/__pycache__/_g_a_s_p.cpython-310.pyc,,
|
| 447 |
+
fontTools/ttLib/tables/__pycache__/_g_c_i_d.cpython-310.pyc,,
|
| 448 |
+
fontTools/ttLib/tables/__pycache__/_g_l_y_f.cpython-310.pyc,,
|
| 449 |
+
fontTools/ttLib/tables/__pycache__/_g_v_a_r.cpython-310.pyc,,
|
| 450 |
+
fontTools/ttLib/tables/__pycache__/_h_d_m_x.cpython-310.pyc,,
|
| 451 |
+
fontTools/ttLib/tables/__pycache__/_h_e_a_d.cpython-310.pyc,,
|
| 452 |
+
fontTools/ttLib/tables/__pycache__/_h_h_e_a.cpython-310.pyc,,
|
| 453 |
+
fontTools/ttLib/tables/__pycache__/_h_m_t_x.cpython-310.pyc,,
|
| 454 |
+
fontTools/ttLib/tables/__pycache__/_k_e_r_n.cpython-310.pyc,,
|
| 455 |
+
fontTools/ttLib/tables/__pycache__/_l_c_a_r.cpython-310.pyc,,
|
| 456 |
+
fontTools/ttLib/tables/__pycache__/_l_o_c_a.cpython-310.pyc,,
|
| 457 |
+
fontTools/ttLib/tables/__pycache__/_l_t_a_g.cpython-310.pyc,,
|
| 458 |
+
fontTools/ttLib/tables/__pycache__/_m_a_x_p.cpython-310.pyc,,
|
| 459 |
+
fontTools/ttLib/tables/__pycache__/_m_e_t_a.cpython-310.pyc,,
|
| 460 |
+
fontTools/ttLib/tables/__pycache__/_m_o_r_t.cpython-310.pyc,,
|
| 461 |
+
fontTools/ttLib/tables/__pycache__/_m_o_r_x.cpython-310.pyc,,
|
| 462 |
+
fontTools/ttLib/tables/__pycache__/_n_a_m_e.cpython-310.pyc,,
|
| 463 |
+
fontTools/ttLib/tables/__pycache__/_o_p_b_d.cpython-310.pyc,,
|
| 464 |
+
fontTools/ttLib/tables/__pycache__/_p_o_s_t.cpython-310.pyc,,
|
| 465 |
+
fontTools/ttLib/tables/__pycache__/_p_r_e_p.cpython-310.pyc,,
|
| 466 |
+
fontTools/ttLib/tables/__pycache__/_p_r_o_p.cpython-310.pyc,,
|
| 467 |
+
fontTools/ttLib/tables/__pycache__/_s_b_i_x.cpython-310.pyc,,
|
| 468 |
+
fontTools/ttLib/tables/__pycache__/_t_r_a_k.cpython-310.pyc,,
|
| 469 |
+
fontTools/ttLib/tables/__pycache__/_v_h_e_a.cpython-310.pyc,,
|
| 470 |
+
fontTools/ttLib/tables/__pycache__/_v_m_t_x.cpython-310.pyc,,
|
| 471 |
+
fontTools/ttLib/tables/__pycache__/asciiTable.cpython-310.pyc,,
|
| 472 |
+
fontTools/ttLib/tables/__pycache__/grUtils.cpython-310.pyc,,
|
| 473 |
+
fontTools/ttLib/tables/__pycache__/otBase.cpython-310.pyc,,
|
| 474 |
+
fontTools/ttLib/tables/__pycache__/otConverters.cpython-310.pyc,,
|
| 475 |
+
fontTools/ttLib/tables/__pycache__/otData.cpython-310.pyc,,
|
| 476 |
+
fontTools/ttLib/tables/__pycache__/otTables.cpython-310.pyc,,
|
| 477 |
+
fontTools/ttLib/tables/__pycache__/otTraverse.cpython-310.pyc,,
|
| 478 |
+
fontTools/ttLib/tables/__pycache__/sbixGlyph.cpython-310.pyc,,
|
| 479 |
+
fontTools/ttLib/tables/__pycache__/sbixStrike.cpython-310.pyc,,
|
| 480 |
+
fontTools/ttLib/tables/__pycache__/ttProgram.cpython-310.pyc,,
|
| 481 |
+
fontTools/ttLib/tables/_a_n_k_r.py,sha256=DhIUAWnvXZZdC1jlh9ubcsobFahdtlJMsk7v_2s-WaM,462
|
| 482 |
+
fontTools/ttLib/tables/_a_v_a_r.py,sha256=QqLK59G2UUYGZMjpTjhw9l01dcspANRydvnBwB8GnE0,7038
|
| 483 |
+
fontTools/ttLib/tables/_b_s_l_n.py,sha256=D1tRo8TDAUxeCqVWsTma9u2VxRzxUkCpF84Lv_hy4rU,170
|
| 484 |
+
fontTools/ttLib/tables/_c_i_d_g.py,sha256=A6llfYvsJQl0Mj6fnrRxUGXUlBkyEowo1J2euUulHM4,787
|
| 485 |
+
fontTools/ttLib/tables/_c_m_a_p.py,sha256=OP0WuHxErqVIDEuGnJ20lel04jd9JeAYIYTENqKK--Y,61643
|
| 486 |
+
fontTools/ttLib/tables/_c_v_a_r.py,sha256=Nlf8etrchBixD7qxFgxuDZ51VHA0XtsHfABDSgPG2RU,3307
|
| 487 |
+
fontTools/ttLib/tables/_c_v_t.py,sha256=E_mDVniDspGjbBQk9CDEm8y3LJ5FbnHxZHRGbq-okHA,1361
|
| 488 |
+
fontTools/ttLib/tables/_f_e_a_t.py,sha256=cshl7jgxj2RgzE8kECCkQVAW2ibJqgKLpZdT1PwyvuM,560
|
| 489 |
+
fontTools/ttLib/tables/_f_p_g_m.py,sha256=-a5WYucI482KQ65rmbl8YwsD4q9BRyDIunJ_9MYAeyc,1170
|
| 490 |
+
fontTools/ttLib/tables/_f_v_a_r.py,sha256=QJ90oDYxZv3o0u9piylqGGKyk-1ZGqt0vcsHtTfGwYY,8591
|
| 491 |
+
fontTools/ttLib/tables/_g_a_s_p.py,sha256=Sp31uXdZyQO2Bbp4Qh5QBu75TvnDmxNQYhfMXf6PkCg,1916
|
| 492 |
+
fontTools/ttLib/tables/_g_c_i_d.py,sha256=4VWq2u6c21ZOQ5_EJ5EwtZXC-zDz6SOPYwDDRZWRczA,170
|
| 493 |
+
fontTools/ttLib/tables/_g_l_y_f.py,sha256=Jl3i3QPZw6AnSMQXCFpU9Gh9IbIEmDOOcQK_u71qO98,82196
|
| 494 |
+
fontTools/ttLib/tables/_g_v_a_r.py,sha256=bVeiEmFZHdGvcaaZx3_shV_giz0FD1cnPNcLC8QZRU4,10191
|
| 495 |
+
fontTools/ttLib/tables/_h_d_m_x.py,sha256=BOadCwbQhtiwQZoduvkvt6rtevP7BQiyd5KYnfjE0Cc,4024
|
| 496 |
+
fontTools/ttLib/tables/_h_e_a_d.py,sha256=cWH7gPQdb7SoWH88eyHHv0HeJ-k7xyXWjorPVTMIMGs,4745
|
| 497 |
+
fontTools/ttLib/tables/_h_h_e_a.py,sha256=YSMaTvNp3CD4G6WgGLmYdJGv_TKghKkT-IHW5Gw0iio,4434
|
| 498 |
+
fontTools/ttLib/tables/_h_m_t_x.py,sha256=DEcruWWtBYNW6sHtuv17snMCUYkvdaVtx_lrZLLhBfc,5767
|
| 499 |
+
fontTools/ttLib/tables/_k_e_r_n.py,sha256=SXkBnwz39gd6YHrQizGqz1orFEETp02vLgxzJSCNdYQ,10437
|
| 500 |
+
fontTools/ttLib/tables/_l_c_a_r.py,sha256=SKmQ65spClbLnsYMDoqecsUOWWNyBDsFWut-Y6ahVhk,88
|
| 501 |
+
fontTools/ttLib/tables/_l_o_c_a.py,sha256=JkfJoEMtrWPRPuTsxbARrvVJzJWMQv42NZ816KMOra8,1917
|
| 502 |
+
fontTools/ttLib/tables/_l_t_a_g.py,sha256=L1ekoPzh4pMdWGRr-cdjL3M2asf4CqeUHq7zh4wvwrw,2274
|
| 503 |
+
fontTools/ttLib/tables/_m_a_x_p.py,sha256=_aoIWOx9c6Sj-5OtBb7qu0dfARQEcOkV7VGxlnGmiDc,5061
|
| 504 |
+
fontTools/ttLib/tables/_m_e_t_a.py,sha256=MslEJ7E0oO-JNHyAhtkRsBCBp0kK4OXfAgRqtRF9GDA,3651
|
| 505 |
+
fontTools/ttLib/tables/_m_o_r_t.py,sha256=2p7PzPGzdOtFhg-Fxvdh0PO4yRs6_z_WjQegexeZCsw,170
|
| 506 |
+
fontTools/ttLib/tables/_m_o_r_x.py,sha256=UJhBbA3mgVQO1oGmu_2bNXUwQreVSztG85F9k7DpmiQ,170
|
| 507 |
+
fontTools/ttLib/tables/_n_a_m_e.py,sha256=djXx4Tzw4LOGTiIoCz72mj-jErlYG-qWwKHL1POX58I,40729
|
| 508 |
+
fontTools/ttLib/tables/_o_p_b_d.py,sha256=t3eqUkZPyaQbahEmKaqp7brDNbt4MQje2Vq1jBu-fEc,170
|
| 509 |
+
fontTools/ttLib/tables/_p_o_s_t.py,sha256=DusC5HkI4eJw9jw9idb0GA1Xr9YuhQMnmsz4GM36kVI,11284
|
| 510 |
+
fontTools/ttLib/tables/_p_r_e_p.py,sha256=97rDk0OiGoOD-foAIzqzYM1IKhB4gQuWyBrkH1PVvP0,115
|
| 511 |
+
fontTools/ttLib/tables/_p_r_o_p.py,sha256=3JHFloIJwg9n4dzoe4KLobHc75oJh6DLNe51sakfz8E,170
|
| 512 |
+
fontTools/ttLib/tables/_s_b_i_x.py,sha256=eHzNG4I8732aeW7iUNEEdYsxgsHT9sTtbaD2vvAxxR8,4443
|
| 513 |
+
fontTools/ttLib/tables/_t_r_a_k.py,sha256=fZV1pQrAilSNc0Yd3x0XoIGbqlNoDv67LB2gb_CejMo,11069
|
| 514 |
+
fontTools/ttLib/tables/_v_h_e_a.py,sha256=zHokAcH7CQ4tZPQAGmdTuv0_X-FHwyLWea1f9aFb1Gg,4130
|
| 515 |
+
fontTools/ttLib/tables/_v_m_t_x.py,sha256=oUrskRNAf3FLIZaYLuk03np_IsIWBGUWbMFcdjU3Sys,229
|
| 516 |
+
fontTools/ttLib/tables/asciiTable.py,sha256=4c69jsAirUnDEpylf9CYBoCKTzwbmfbtUAOrtPnpHjY,637
|
| 517 |
+
fontTools/ttLib/tables/grUtils.py,sha256=hcOJ5oJPOd2uJWnWA7qwR7AfL37YZ5zUT7g8o5BBV80,2270
|
| 518 |
+
fontTools/ttLib/tables/otBase.py,sha256=Vq8fv4lm-e3oPCuSPcWTNMQI2KmX0iOIz_lO9kE1mKE,53355
|
| 519 |
+
fontTools/ttLib/tables/otConverters.py,sha256=YburADbtHu1kVg5v5eHl2CRrUOQCNCycUoWgvbteAsk,74054
|
| 520 |
+
fontTools/ttLib/tables/otData.py,sha256=esZs8p10aaJjioueGZ5plMou2LnzhJeuD-q1AOA-Kek,197260
|
| 521 |
+
fontTools/ttLib/tables/otTables.py,sha256=aCWou5-h4uhH2nPM2jwyD6OfoPhtnsOXm_ZefAawp4I,96937
|
| 522 |
+
fontTools/ttLib/tables/otTraverse.py,sha256=oTr7nA7u7kEltLAhl4Kfl1RPD8O2_bKaoXa5l0hkRVA,5497
|
| 523 |
+
fontTools/ttLib/tables/sbixGlyph.py,sha256=tjEUPVRfx6gr5yme8UytGTtVrimKN5qmbzT1GZPjXiM,5796
|
| 524 |
+
fontTools/ttLib/tables/sbixStrike.py,sha256=gFyOlhRIGnd59y0SrhtsT2Ce4L3yaBrLoFJ_dK9u9mQ,6663
|
| 525 |
+
fontTools/ttLib/tables/table_API_readme.txt,sha256=eZlRTLUkLzc_9Ot3pdfhyMb3ahU0_Iipx0vSbzOVGy8,2748
|
| 526 |
+
fontTools/ttLib/tables/ttProgram.py,sha256=tgtxgd-EnOq-2PUlYEihp-6NHu_7HnE5rxeSAtmXOtU,35888
|
| 527 |
+
fontTools/ttLib/ttCollection.py,sha256=aRph2MkBK3kd9-JCLqhJ1EN9pffN_lVX6WWmOTTewc8,3963
|
| 528 |
+
fontTools/ttLib/ttFont.py,sha256=dz8-3IMClnjSK66wlJJyqAIADJS9iOhnxKNjkSsydmw,40936
|
| 529 |
+
fontTools/ttLib/ttGlyphSet.py,sha256=1SAEMFLuzm5KSjjtXG23c--ihPnIvy0Lq37cHMV73Oc,17376
|
| 530 |
+
fontTools/ttLib/ttVisitor.py,sha256=_tah4C42Tv6Pm9QeLNQwwVCxqI4VNEAqYCbmThp6cvY,1025
|
| 531 |
+
fontTools/ttLib/woff2.py,sha256=Ryw4WVwUFMtdEo9FcIejP1OTV92Z4B9y5Wq7nWDW3lE,61058
|
| 532 |
+
fontTools/ttx.py,sha256=XCerBn2ySMc5Bn54io4j5U5cW228GFREYvEeuvp0ZfM,16652
|
| 533 |
+
fontTools/ufoLib/__init__.py,sha256=FcF400e77rehKcGfEt15_CAWgfSc0GF2Er5NPZubZYg,93665
|
| 534 |
+
fontTools/ufoLib/__pycache__/__init__.cpython-310.pyc,,
|
| 535 |
+
fontTools/ufoLib/__pycache__/converters.cpython-310.pyc,,
|
| 536 |
+
fontTools/ufoLib/__pycache__/errors.cpython-310.pyc,,
|
| 537 |
+
fontTools/ufoLib/__pycache__/etree.cpython-310.pyc,,
|
| 538 |
+
fontTools/ufoLib/__pycache__/filenames.cpython-310.pyc,,
|
| 539 |
+
fontTools/ufoLib/__pycache__/glifLib.cpython-310.pyc,,
|
| 540 |
+
fontTools/ufoLib/__pycache__/kerning.cpython-310.pyc,,
|
| 541 |
+
fontTools/ufoLib/__pycache__/plistlib.cpython-310.pyc,,
|
| 542 |
+
fontTools/ufoLib/__pycache__/pointPen.cpython-310.pyc,,
|
| 543 |
+
fontTools/ufoLib/__pycache__/utils.cpython-310.pyc,,
|
| 544 |
+
fontTools/ufoLib/__pycache__/validators.cpython-310.pyc,,
|
| 545 |
+
fontTools/ufoLib/converters.py,sha256=EjuBkQxFltzeb-qnt2jzwieJH92f9ybcdZwAvQJi_Kw,10558
|
| 546 |
+
fontTools/ufoLib/errors.py,sha256=UULZ4h1i_Lb9lywjScgC6N-wC4yyPceTSin0BebbhJk,584
|
| 547 |
+
fontTools/ufoLib/etree.py,sha256=YQpCsRlLv0zfZUK8_i9cNFKBvyq1Gyy6HQbKyPLCoEY,224
|
| 548 |
+
fontTools/ufoLib/filenames.py,sha256=Trm8k9AzXYYaYo0VwAgLJKCtWgsA1QjBlirmgXdZhjg,7562
|
| 549 |
+
fontTools/ufoLib/glifLib.py,sha256=wpoSz624xqocPJbdzzElyCAgmEOjZVQeGr2KiZtHvAA,72053
|
| 550 |
+
fontTools/ufoLib/kerning.py,sha256=0jPFd7mti884yvPjvYcU8lAWDwvVsNOObeQvVmPRJ3k,2973
|
| 551 |
+
fontTools/ufoLib/plistlib.py,sha256=IpMh2FH9-6dxcvjSK4YR7L01HTIP1_RnQ8mWliyds1E,1499
|
| 552 |
+
fontTools/ufoLib/pointPen.py,sha256=QGg6b_UeosZodcqqfAIPyAPUbfT7KgCxDwYfSR0GlCI,233
|
| 553 |
+
fontTools/ufoLib/utils.py,sha256=8aqNHdFUd_imnawCQFY3UaXpF_s_4sHeinH0lqELTos,1893
|
| 554 |
+
fontTools/ufoLib/validators.py,sha256=zIcp2weAYLOJBCvxbqBqAy34TaJrqpAlXKshJIkdhWI,30805
|
| 555 |
+
fontTools/unicode.py,sha256=ZZ7OMmWvIyV1IL1k6ioTzaRAh3tUvm6gvK7QgFbOIHY,1237
|
| 556 |
+
fontTools/unicodedata/Blocks.py,sha256=8sfrqmUZYlWWwy2tnh7d9DBE0RiGtZmMa5H4ZBVfPCU,31360
|
| 557 |
+
fontTools/unicodedata/OTTags.py,sha256=wOPpbMsNcp_gdvPFeITtgVMnTN8TJSNAsVEdu_nuPXE,1196
|
| 558 |
+
fontTools/unicodedata/ScriptExtensions.py,sha256=mrNVubRG5A6K8ARPoUVuW9GY9G5_m4b4aRg3w2_gOO4,19443
|
| 559 |
+
fontTools/unicodedata/Scripts.py,sha256=8qddX0zmRy4eqQoAFVtum3RiD2EwQqcN_SxHZ43KxsQ,126086
|
| 560 |
+
fontTools/unicodedata/__init__.py,sha256=QWboow5NU0P6sTAezY__zE-eL6JFvBpwEReeH2dIOb4,8816
|
| 561 |
+
fontTools/unicodedata/__pycache__/Blocks.cpython-310.pyc,,
|
| 562 |
+
fontTools/unicodedata/__pycache__/OTTags.cpython-310.pyc,,
|
| 563 |
+
fontTools/unicodedata/__pycache__/ScriptExtensions.cpython-310.pyc,,
|
| 564 |
+
fontTools/unicodedata/__pycache__/Scripts.cpython-310.pyc,,
|
| 565 |
+
fontTools/unicodedata/__pycache__/__init__.cpython-310.pyc,,
|
| 566 |
+
fontTools/varLib/__init__.py,sha256=RpdeQj4oJv_izVj8s4lyLCp7s8tinapq9kHPykup5-Q,53424
|
| 567 |
+
fontTools/varLib/__main__.py,sha256=wbdYC5bPjWCxA0I4SKcLO88gl-UMtsYS8MxdW9ySTkY,95
|
| 568 |
+
fontTools/varLib/__pycache__/__init__.cpython-310.pyc,,
|
| 569 |
+
fontTools/varLib/__pycache__/__main__.cpython-310.pyc,,
|
| 570 |
+
fontTools/varLib/__pycache__/avar.cpython-310.pyc,,
|
| 571 |
+
fontTools/varLib/__pycache__/avarPlanner.cpython-310.pyc,,
|
| 572 |
+
fontTools/varLib/__pycache__/builder.cpython-310.pyc,,
|
| 573 |
+
fontTools/varLib/__pycache__/cff.cpython-310.pyc,,
|
| 574 |
+
fontTools/varLib/__pycache__/errors.cpython-310.pyc,,
|
| 575 |
+
fontTools/varLib/__pycache__/featureVars.cpython-310.pyc,,
|
| 576 |
+
fontTools/varLib/__pycache__/interpolatable.cpython-310.pyc,,
|
| 577 |
+
fontTools/varLib/__pycache__/interpolatableHelpers.cpython-310.pyc,,
|
| 578 |
+
fontTools/varLib/__pycache__/interpolatablePlot.cpython-310.pyc,,
|
| 579 |
+
fontTools/varLib/__pycache__/interpolatableTestContourOrder.cpython-310.pyc,,
|
| 580 |
+
fontTools/varLib/__pycache__/interpolatableTestStartingPoint.cpython-310.pyc,,
|
| 581 |
+
fontTools/varLib/__pycache__/interpolate_layout.cpython-310.pyc,,
|
| 582 |
+
fontTools/varLib/__pycache__/iup.cpython-310.pyc,,
|
| 583 |
+
fontTools/varLib/__pycache__/merger.cpython-310.pyc,,
|
| 584 |
+
fontTools/varLib/__pycache__/models.cpython-310.pyc,,
|
| 585 |
+
fontTools/varLib/__pycache__/multiVarStore.cpython-310.pyc,,
|
| 586 |
+
fontTools/varLib/__pycache__/mutator.cpython-310.pyc,,
|
| 587 |
+
fontTools/varLib/__pycache__/mvar.cpython-310.pyc,,
|
| 588 |
+
fontTools/varLib/__pycache__/plot.cpython-310.pyc,,
|
| 589 |
+
fontTools/varLib/__pycache__/stat.cpython-310.pyc,,
|
| 590 |
+
fontTools/varLib/__pycache__/varStore.cpython-310.pyc,,
|
| 591 |
+
fontTools/varLib/avar.py,sha256=wQ9jbQblv8-5RslOJzJigV3dAXC-eaQdG5I2MF7w9TU,1895
|
| 592 |
+
fontTools/varLib/avarPlanner.py,sha256=uLMGsL6cBbEMq5YItwABG_vXlXV3bxquM93WGDJ1brA,27358
|
| 593 |
+
fontTools/varLib/builder.py,sha256=mSKOCcnnw-WzmZs15FayoqCDh77Ts7o9Tre9psh8CUc,6609
|
| 594 |
+
fontTools/varLib/cff.py,sha256=m1M8WaXV-52ACIva0GZQ3E6GbRLYaOtnnW9ZMCWcidM,22907
|
| 595 |
+
fontTools/varLib/errors.py,sha256=dMo8eGj76I7H4hrBEiNbYrGs2J1K1SwdsUyTHpkVOrQ,6934
|
| 596 |
+
fontTools/varLib/featureVars.py,sha256=BCOBGjGUv2Rw_z0rlVi1ZYkTDcCMh0LyAUzDVJ2PYm4,25448
|
| 597 |
+
fontTools/varLib/instancer/__init__.py,sha256=XoIcih5p_6oGFHwb3T9U5L9qTMG1rsMkfC6E30SQfaA,70457
|
| 598 |
+
fontTools/varLib/instancer/__main__.py,sha256=zfULwcP01FhplS1IlcMgNQnLxk5RVfmOuinWjqeid-g,104
|
| 599 |
+
fontTools/varLib/instancer/__pycache__/__init__.cpython-310.pyc,,
|
| 600 |
+
fontTools/varLib/instancer/__pycache__/__main__.cpython-310.pyc,,
|
| 601 |
+
fontTools/varLib/instancer/__pycache__/featureVars.cpython-310.pyc,,
|
| 602 |
+
fontTools/varLib/instancer/__pycache__/names.cpython-310.pyc,,
|
| 603 |
+
fontTools/varLib/instancer/__pycache__/solver.cpython-310.pyc,,
|
| 604 |
+
fontTools/varLib/instancer/featureVars.py,sha256=oPqSlnHLMDTtOsmQMi6gkzLox7ymCrqlRAkvC_EJ4bc,7110
|
| 605 |
+
fontTools/varLib/instancer/names.py,sha256=IPRqel_M8zVU0jl30WsfgufxUm9PBBQDQCY3VHapeHc,14950
|
| 606 |
+
fontTools/varLib/instancer/solver.py,sha256=uMePwX0BVT5F94kUvDglsI4_F0nEH67F7RFuJ6tQwQ0,11002
|
| 607 |
+
fontTools/varLib/interpolatable.py,sha256=jkYso1T8sTeJzK85j_P_2eosmICMpC-Dgq0f9Wj1uLY,42320
|
| 608 |
+
fontTools/varLib/interpolatableHelpers.py,sha256=moUkpGTGK5x0o_z9WJv_ubIMXq2CNNCJTFinhB3ITIk,10951
|
| 609 |
+
fontTools/varLib/interpolatablePlot.py,sha256=w393P6mGLRhYkIjSxMww3qyoYxAUZzCXlmPBbI_84C0,44375
|
| 610 |
+
fontTools/varLib/interpolatableTestContourOrder.py,sha256=EmJ2jp4sHuSM5P-seYvOLk0HLdWyPOHeVWRKIGIKXx4,3033
|
| 611 |
+
fontTools/varLib/interpolatableTestStartingPoint.py,sha256=K6OYKBspim6BXc91pfLTbGLyi5XZukfMuBc6hRpENG8,4296
|
| 612 |
+
fontTools/varLib/interpolate_layout.py,sha256=22VjGZuV2YiAe2MpdTf0xPVz1x2G84bcOL0vOeBpGQM,3689
|
| 613 |
+
fontTools/varLib/iup.c,sha256=BqId3MbYRPoeHbS0KqTP_ZVAYo3x7YeWoBfwzObuTkU,780977
|
| 614 |
+
fontTools/varLib/iup.cpython-310-x86_64-linux-gnu.so,sha256=iHqEt5gl-v5Tun4Eq_WlRbn_jDElUJuGAs5XXRMgHqg,1514160
|
| 615 |
+
fontTools/varLib/iup.py,sha256=bUk3O1QoFM8k_QEleHruT0biPoauX8AUJorbRuO21Vo,14675
|
| 616 |
+
fontTools/varLib/merger.py,sha256=E59oli4AwqWZ-FgnuStMSBvsB-FHe-55esXTYUqGeJ8,60802
|
| 617 |
+
fontTools/varLib/models.py,sha256=C2FcjJ9-9s2ak3Xt5XkEc03EROKZr1a8s-S8IcMZvLY,22196
|
| 618 |
+
fontTools/varLib/multiVarStore.py,sha256=GY3cLa6Z0CopuMuTrU25Hv4hlBJMkvjbDvzjbqbTNDM,8320
|
| 619 |
+
fontTools/varLib/mutator.py,sha256=8rQ8sYexql0HWKSVcmi4adObZRhhRaE3SIiviWWA77Y,19195
|
| 620 |
+
fontTools/varLib/mvar.py,sha256=LTV77vH_3Ecg_qKBO5xQzjLOlJir_ppEr7mPVZRgad8,2449
|
| 621 |
+
fontTools/varLib/plot.py,sha256=NoSZkJ5ndxNcDvJIvd5pQ9_jX6X1oM1K2G_tR4sdPVs,7494
|
| 622 |
+
fontTools/varLib/stat.py,sha256=pNtU3Jebm8Gr5umrbF5xGj5yJQciFwSFpfePOcg37xY,4535
|
| 623 |
+
fontTools/varLib/varStore.py,sha256=RrBoEmNWCcsaL7CFZnzrcl26URVekUqTN4qoOy81eVQ,25160
|
| 624 |
+
fontTools/voltLib/__init__.py,sha256=ZZ1AsTx1VlDn40Kupce-fM3meOWugy3RZraBW9LG-9M,151
|
| 625 |
+
fontTools/voltLib/__pycache__/__init__.cpython-310.pyc,,
|
| 626 |
+
fontTools/voltLib/__pycache__/ast.cpython-310.pyc,,
|
| 627 |
+
fontTools/voltLib/__pycache__/error.cpython-310.pyc,,
|
| 628 |
+
fontTools/voltLib/__pycache__/lexer.cpython-310.pyc,,
|
| 629 |
+
fontTools/voltLib/__pycache__/parser.cpython-310.pyc,,
|
| 630 |
+
fontTools/voltLib/__pycache__/voltToFea.cpython-310.pyc,,
|
| 631 |
+
fontTools/voltLib/ast.py,sha256=sioOeSazmC8PxRMRql33I64JaCflu55UUZcikm9mwIY,13226
|
| 632 |
+
fontTools/voltLib/error.py,sha256=phcQOQj-xOspCXu9hBJQRhSOBDzxHRgZd3fWQOFNJzw,395
|
| 633 |
+
fontTools/voltLib/lexer.py,sha256=OvuETOSvlS6v7iCVeJ3IdH2Cg71n3OJoEyiB3-h6vhE,3368
|
| 634 |
+
fontTools/voltLib/parser.py,sha256=wBSUrjLT3fSPv9Mjx6_ULIf8IcGlwjtb4Auxjh5wqnc,24916
|
| 635 |
+
fontTools/voltLib/voltToFea.py,sha256=yi5cytZjCJbsKdJuM5k6HWSlqE_ZUv0l1rzp8K1vo3A,28465
|
| 636 |
+
fonttools-4.53.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 637 |
+
fonttools-4.53.1.dist-info/LICENSE,sha256=Z4cgj4P2Wcy8IiOy_elS_6b36KymLxqKK_W8UbsbI4M,1072
|
| 638 |
+
fonttools-4.53.1.dist-info/METADATA,sha256=5vq-zNw2gqkJbAvlo-I2H2yyRrqO9akW3900II_Sj_E,162595
|
| 639 |
+
fonttools-4.53.1.dist-info/RECORD,,
|
| 640 |
+
fonttools-4.53.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 641 |
+
fonttools-4.53.1.dist-info/WHEEL,sha256=RzLeFyQ-yGJTRF7YOH_naJQsO4ZmGZKvfce8sxPdejc,151
|
| 642 |
+
fonttools-4.53.1.dist-info/entry_points.txt,sha256=8kVHddxfFWA44FSD4mBpmC-4uCynQnkoz_9aNJb227Y,147
|
| 643 |
+
fonttools-4.53.1.dist-info/top_level.txt,sha256=rRgRylrXzekqWOsrhygzib12pQ7WILf7UGjqEwkIFDM,10
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/REQUESTED
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (70.2.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp310-cp310-manylinux2014_x86_64
|
| 6 |
+
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
fonttools = fontTools.__main__:main
|
| 3 |
+
pyftmerge = fontTools.merge:main
|
| 4 |
+
pyftsubset = fontTools.subset:main
|
| 5 |
+
ttx = fontTools.ttx:main
|
videollama2/lib/python3.10/site-packages/fonttools-4.53.1.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
fontTools
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/METADATA
ADDED
|
@@ -0,0 +1,1264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.3
|
| 2 |
+
Name: orjson
|
| 3 |
+
Version: 3.10.7
|
| 4 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 5 |
+
Classifier: Intended Audience :: Developers
|
| 6 |
+
Classifier: License :: OSI Approved :: Apache Software License
|
| 7 |
+
Classifier: License :: OSI Approved :: MIT License
|
| 8 |
+
Classifier: Operating System :: MacOS
|
| 9 |
+
Classifier: Operating System :: Microsoft :: Windows
|
| 10 |
+
Classifier: Operating System :: POSIX :: Linux
|
| 11 |
+
Classifier: Programming Language :: Python :: 3
|
| 12 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 13 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 14 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 15 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 16 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 17 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 18 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 19 |
+
Classifier: Programming Language :: Python
|
| 20 |
+
Classifier: Programming Language :: Rust
|
| 21 |
+
Classifier: Typing :: Typed
|
| 22 |
+
License-File: LICENSE-APACHE
|
| 23 |
+
License-File: LICENSE-MIT
|
| 24 |
+
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
| 25 |
+
Keywords: fast,json,dataclass,dataclasses,datetime,rfc,8259,3339
|
| 26 |
+
Home-Page: https://github.com/ijl/orjson
|
| 27 |
+
Author: ijl <ijl@mailbox.org>
|
| 28 |
+
Author-email: ijl <ijl@mailbox.org>
|
| 29 |
+
License: Apache-2.0 OR MIT
|
| 30 |
+
Requires-Python: >=3.8
|
| 31 |
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
| 32 |
+
Project-URL: Changelog, https://github.com/ijl/orjson/blob/master/CHANGELOG.md
|
| 33 |
+
|
| 34 |
+
# orjson
|
| 35 |
+
|
| 36 |
+
orjson is a fast, correct JSON library for Python. It
|
| 37 |
+
[benchmarks](https://github.com/ijl/orjson?tab=readme-ov-file#performance) as the fastest Python
|
| 38 |
+
library for JSON and is more correct than the standard json library or other
|
| 39 |
+
third-party libraries. It serializes
|
| 40 |
+
[dataclass](https://github.com/ijl/orjson?tab=readme-ov-file#dataclass),
|
| 41 |
+
[datetime](https://github.com/ijl/orjson?tab=readme-ov-file#datetime),
|
| 42 |
+
[numpy](https://github.com/ijl/orjson?tab=readme-ov-file#numpy), and
|
| 43 |
+
[UUID](https://github.com/ijl/orjson?tab=readme-ov-file#uuid) instances natively.
|
| 44 |
+
|
| 45 |
+
Its features and drawbacks compared to other Python JSON libraries:
|
| 46 |
+
|
| 47 |
+
* serializes `dataclass` instances 40-50x as fast as other libraries
|
| 48 |
+
* serializes `datetime`, `date`, and `time` instances to RFC 3339 format,
|
| 49 |
+
e.g., "1970-01-01T00:00:00+00:00"
|
| 50 |
+
* serializes `numpy.ndarray` instances 4-12x as fast with 0.3x the memory
|
| 51 |
+
usage of other libraries
|
| 52 |
+
* pretty prints 10x to 20x as fast as the standard library
|
| 53 |
+
* serializes to `bytes` rather than `str`, i.e., is not a drop-in replacement
|
| 54 |
+
* serializes `str` without escaping unicode to ASCII, e.g., "好" rather than
|
| 55 |
+
"\\\u597d"
|
| 56 |
+
* serializes `float` 10x as fast and deserializes twice as fast as other
|
| 57 |
+
libraries
|
| 58 |
+
* serializes subclasses of `str`, `int`, `list`, and `dict` natively,
|
| 59 |
+
requiring `default` to specify how to serialize others
|
| 60 |
+
* serializes arbitrary types using a `default` hook
|
| 61 |
+
* has strict UTF-8 conformance, more correct than the standard library
|
| 62 |
+
* has strict JSON conformance in not supporting Nan/Infinity/-Infinity
|
| 63 |
+
* has an option for strict JSON conformance on 53-bit integers with default
|
| 64 |
+
support for 64-bit
|
| 65 |
+
* does not provide `load()` or `dump()` functions for reading from/writing to
|
| 66 |
+
file-like objects
|
| 67 |
+
|
| 68 |
+
orjson supports CPython 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13. It distributes
|
| 69 |
+
amd64/x86_64, aarch64/armv8, arm7, POWER/ppc64le, and s390x wheels for Linux,
|
| 70 |
+
amd64 and aarch64 wheels for macOS, and amd64 and i686/x86 wheels for Windows.
|
| 71 |
+
orjson does not and will not support PyPy. orjson does not and will not
|
| 72 |
+
support PEP 554 subinterpreters. Releases follow semantic versioning and
|
| 73 |
+
serializing a new object type without an opt-in flag is considered a
|
| 74 |
+
breaking change.
|
| 75 |
+
|
| 76 |
+
orjson is licensed under both the Apache 2.0 and MIT licenses. The
|
| 77 |
+
repository and issue tracker is
|
| 78 |
+
[github.com/ijl/orjson](https://github.com/ijl/orjson), and patches may be
|
| 79 |
+
submitted there. There is a
|
| 80 |
+
[CHANGELOG](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
|
| 81 |
+
available in the repository.
|
| 82 |
+
|
| 83 |
+
1. [Usage](https://github.com/ijl/orjson?tab=readme-ov-file#usage)
|
| 84 |
+
1. [Install](https://github.com/ijl/orjson?tab=readme-ov-file#install)
|
| 85 |
+
2. [Quickstart](https://github.com/ijl/orjson?tab=readme-ov-file#quickstart)
|
| 86 |
+
3. [Migrating](https://github.com/ijl/orjson?tab=readme-ov-file#migrating)
|
| 87 |
+
4. [Serialize](https://github.com/ijl/orjson?tab=readme-ov-file#serialize)
|
| 88 |
+
1. [default](https://github.com/ijl/orjson?tab=readme-ov-file#default)
|
| 89 |
+
2. [option](https://github.com/ijl/orjson?tab=readme-ov-file#option)
|
| 90 |
+
3. [Fragment](https://github.com/ijl/orjson?tab=readme-ov-file#fragment)
|
| 91 |
+
5. [Deserialize](https://github.com/ijl/orjson?tab=readme-ov-file#deserialize)
|
| 92 |
+
2. [Types](https://github.com/ijl/orjson?tab=readme-ov-file#types)
|
| 93 |
+
1. [dataclass](https://github.com/ijl/orjson?tab=readme-ov-file#dataclass)
|
| 94 |
+
2. [datetime](https://github.com/ijl/orjson?tab=readme-ov-file#datetime)
|
| 95 |
+
3. [enum](https://github.com/ijl/orjson?tab=readme-ov-file#enum)
|
| 96 |
+
4. [float](https://github.com/ijl/orjson?tab=readme-ov-file#float)
|
| 97 |
+
5. [int](https://github.com/ijl/orjson?tab=readme-ov-file#int)
|
| 98 |
+
6. [numpy](https://github.com/ijl/orjson?tab=readme-ov-file#numpy)
|
| 99 |
+
7. [str](https://github.com/ijl/orjson?tab=readme-ov-file#str)
|
| 100 |
+
8. [uuid](https://github.com/ijl/orjson?tab=readme-ov-file#uuid)
|
| 101 |
+
3. [Testing](https://github.com/ijl/orjson?tab=readme-ov-file#testing)
|
| 102 |
+
4. [Performance](https://github.com/ijl/orjson?tab=readme-ov-file#performance)
|
| 103 |
+
1. [Latency](https://github.com/ijl/orjson?tab=readme-ov-file#latency)
|
| 104 |
+
2. [Memory](https://github.com/ijl/orjson?tab=readme-ov-file#memory)
|
| 105 |
+
3. [Reproducing](https://github.com/ijl/orjson?tab=readme-ov-file#reproducing)
|
| 106 |
+
5. [Questions](https://github.com/ijl/orjson?tab=readme-ov-file#questions)
|
| 107 |
+
6. [Packaging](https://github.com/ijl/orjson?tab=readme-ov-file#packaging)
|
| 108 |
+
7. [License](https://github.com/ijl/orjson?tab=readme-ov-file#license)
|
| 109 |
+
|
| 110 |
+
## Usage
|
| 111 |
+
|
| 112 |
+
### Install
|
| 113 |
+
|
| 114 |
+
To install a wheel from PyPI:
|
| 115 |
+
|
| 116 |
+
```sh
|
| 117 |
+
pip install --upgrade "pip>=20.3" # manylinux_x_y, universal2 wheel support
|
| 118 |
+
pip install --upgrade orjson
|
| 119 |
+
```
|
| 120 |
+
|
| 121 |
+
To build a wheel, see [packaging](https://github.com/ijl/orjson?tab=readme-ov-file#packaging).
|
| 122 |
+
|
| 123 |
+
### Quickstart
|
| 124 |
+
|
| 125 |
+
This is an example of serializing, with options specified, and deserializing:
|
| 126 |
+
|
| 127 |
+
```python
|
| 128 |
+
>>> import orjson, datetime, numpy
|
| 129 |
+
>>> data = {
|
| 130 |
+
"type": "job",
|
| 131 |
+
"created_at": datetime.datetime(1970, 1, 1),
|
| 132 |
+
"status": "🆗",
|
| 133 |
+
"payload": numpy.array([[1, 2], [3, 4]]),
|
| 134 |
+
}
|
| 135 |
+
>>> orjson.dumps(data, option=orjson.OPT_NAIVE_UTC | orjson.OPT_SERIALIZE_NUMPY)
|
| 136 |
+
b'{"type":"job","created_at":"1970-01-01T00:00:00+00:00","status":"\xf0\x9f\x86\x97","payload":[[1,2],[3,4]]}'
|
| 137 |
+
>>> orjson.loads(_)
|
| 138 |
+
{'type': 'job', 'created_at': '1970-01-01T00:00:00+00:00', 'status': '🆗', 'payload': [[1, 2], [3, 4]]}
|
| 139 |
+
```
|
| 140 |
+
|
| 141 |
+
### Migrating
|
| 142 |
+
|
| 143 |
+
orjson version 3 serializes more types than version 2. Subclasses of `str`,
|
| 144 |
+
`int`, `dict`, and `list` are now serialized. This is faster and more similar
|
| 145 |
+
to the standard library. It can be disabled with
|
| 146 |
+
`orjson.OPT_PASSTHROUGH_SUBCLASS`.`dataclasses.dataclass` instances
|
| 147 |
+
are now serialized by default and cannot be customized in a
|
| 148 |
+
`default` function unless `option=orjson.OPT_PASSTHROUGH_DATACLASS` is
|
| 149 |
+
specified. `uuid.UUID` instances are serialized by default.
|
| 150 |
+
For any type that is now serialized,
|
| 151 |
+
implementations in a `default` function and options enabling them can be
|
| 152 |
+
removed but do not need to be. There was no change in deserialization.
|
| 153 |
+
|
| 154 |
+
To migrate from the standard library, the largest difference is that
|
| 155 |
+
`orjson.dumps` returns `bytes` and `json.dumps` returns a `str`. Users with
|
| 156 |
+
`dict` objects using non-`str` keys should specify
|
| 157 |
+
`option=orjson.OPT_NON_STR_KEYS`. `sort_keys` is replaced by
|
| 158 |
+
`option=orjson.OPT_SORT_KEYS`. `indent` is replaced by
|
| 159 |
+
`option=orjson.OPT_INDENT_2` and other levels of indentation are not
|
| 160 |
+
supported.
|
| 161 |
+
|
| 162 |
+
### Serialize
|
| 163 |
+
|
| 164 |
+
```python
|
| 165 |
+
def dumps(
|
| 166 |
+
__obj: Any,
|
| 167 |
+
default: Optional[Callable[[Any], Any]] = ...,
|
| 168 |
+
option: Optional[int] = ...,
|
| 169 |
+
) -> bytes: ...
|
| 170 |
+
```
|
| 171 |
+
|
| 172 |
+
`dumps()` serializes Python objects to JSON.
|
| 173 |
+
|
| 174 |
+
It natively serializes
|
| 175 |
+
`str`, `dict`, `list`, `tuple`, `int`, `float`, `bool`, `None`,
|
| 176 |
+
`dataclasses.dataclass`, `typing.TypedDict`, `datetime.datetime`,
|
| 177 |
+
`datetime.date`, `datetime.time`, `uuid.UUID`, `numpy.ndarray`, and
|
| 178 |
+
`orjson.Fragment` instances. It supports arbitrary types through `default`. It
|
| 179 |
+
serializes subclasses of `str`, `int`, `dict`, `list`,
|
| 180 |
+
`dataclasses.dataclass`, and `enum.Enum`. It does not serialize subclasses
|
| 181 |
+
of `tuple` to avoid serializing `namedtuple` objects as arrays. To avoid
|
| 182 |
+
serializing subclasses, specify the option `orjson.OPT_PASSTHROUGH_SUBCLASS`.
|
| 183 |
+
|
| 184 |
+
The output is a `bytes` object containing UTF-8.
|
| 185 |
+
|
| 186 |
+
The global interpreter lock (GIL) is held for the duration of the call.
|
| 187 |
+
|
| 188 |
+
It raises `JSONEncodeError` on an unsupported type. This exception message
|
| 189 |
+
describes the invalid object with the error message
|
| 190 |
+
`Type is not JSON serializable: ...`. To fix this, specify
|
| 191 |
+
[default](https://github.com/ijl/orjson?tab=readme-ov-file#default).
|
| 192 |
+
|
| 193 |
+
It raises `JSONEncodeError` on a `str` that contains invalid UTF-8.
|
| 194 |
+
|
| 195 |
+
It raises `JSONEncodeError` on an integer that exceeds 64 bits by default or,
|
| 196 |
+
with `OPT_STRICT_INTEGER`, 53 bits.
|
| 197 |
+
|
| 198 |
+
It raises `JSONEncodeError` if a `dict` has a key of a type other than `str`,
|
| 199 |
+
unless `OPT_NON_STR_KEYS` is specified.
|
| 200 |
+
|
| 201 |
+
It raises `JSONEncodeError` if the output of `default` recurses to handling by
|
| 202 |
+
`default` more than 254 levels deep.
|
| 203 |
+
|
| 204 |
+
It raises `JSONEncodeError` on circular references.
|
| 205 |
+
|
| 206 |
+
It raises `JSONEncodeError` if a `tzinfo` on a datetime object is
|
| 207 |
+
unsupported.
|
| 208 |
+
|
| 209 |
+
`JSONEncodeError` is a subclass of `TypeError`. This is for compatibility
|
| 210 |
+
with the standard library.
|
| 211 |
+
|
| 212 |
+
If the failure was caused by an exception in `default` then
|
| 213 |
+
`JSONEncodeError` chains the original exception as `__cause__`.
|
| 214 |
+
|
| 215 |
+
#### default
|
| 216 |
+
|
| 217 |
+
To serialize a subclass or arbitrary types, specify `default` as a
|
| 218 |
+
callable that returns a supported type. `default` may be a function,
|
| 219 |
+
lambda, or callable class instance. To specify that a type was not
|
| 220 |
+
handled by `default`, raise an exception such as `TypeError`.
|
| 221 |
+
|
| 222 |
+
```python
|
| 223 |
+
>>> import orjson, decimal
|
| 224 |
+
>>>
|
| 225 |
+
def default(obj):
|
| 226 |
+
if isinstance(obj, decimal.Decimal):
|
| 227 |
+
return str(obj)
|
| 228 |
+
raise TypeError
|
| 229 |
+
|
| 230 |
+
>>> orjson.dumps(decimal.Decimal("0.0842389659712649442845"))
|
| 231 |
+
JSONEncodeError: Type is not JSON serializable: decimal.Decimal
|
| 232 |
+
>>> orjson.dumps(decimal.Decimal("0.0842389659712649442845"), default=default)
|
| 233 |
+
b'"0.0842389659712649442845"'
|
| 234 |
+
>>> orjson.dumps({1, 2}, default=default)
|
| 235 |
+
orjson.JSONEncodeError: Type is not JSON serializable: set
|
| 236 |
+
```
|
| 237 |
+
|
| 238 |
+
The `default` callable may return an object that itself
|
| 239 |
+
must be handled by `default` up to 254 times before an exception
|
| 240 |
+
is raised.
|
| 241 |
+
|
| 242 |
+
It is important that `default` raise an exception if a type cannot be handled.
|
| 243 |
+
Python otherwise implicitly returns `None`, which appears to the caller
|
| 244 |
+
like a legitimate value and is serialized:
|
| 245 |
+
|
| 246 |
+
```python
|
| 247 |
+
>>> import orjson, json, rapidjson
|
| 248 |
+
>>>
|
| 249 |
+
def default(obj):
|
| 250 |
+
if isinstance(obj, decimal.Decimal):
|
| 251 |
+
return str(obj)
|
| 252 |
+
|
| 253 |
+
>>> orjson.dumps({"set":{1, 2}}, default=default)
|
| 254 |
+
b'{"set":null}'
|
| 255 |
+
>>> json.dumps({"set":{1, 2}}, default=default)
|
| 256 |
+
'{"set":null}'
|
| 257 |
+
>>> rapidjson.dumps({"set":{1, 2}}, default=default)
|
| 258 |
+
'{"set":null}'
|
| 259 |
+
```
|
| 260 |
+
|
| 261 |
+
#### option
|
| 262 |
+
|
| 263 |
+
To modify how data is serialized, specify `option`. Each `option` is an integer
|
| 264 |
+
constant in `orjson`. To specify multiple options, mask them together, e.g.,
|
| 265 |
+
`option=orjson.OPT_STRICT_INTEGER | orjson.OPT_NAIVE_UTC`.
|
| 266 |
+
|
| 267 |
+
##### OPT_APPEND_NEWLINE
|
| 268 |
+
|
| 269 |
+
Append `\n` to the output. This is a convenience and optimization for the
|
| 270 |
+
pattern of `dumps(...) + "\n"`. `bytes` objects are immutable and this
|
| 271 |
+
pattern copies the original contents.
|
| 272 |
+
|
| 273 |
+
```python
|
| 274 |
+
>>> import orjson
|
| 275 |
+
>>> orjson.dumps([])
|
| 276 |
+
b"[]"
|
| 277 |
+
>>> orjson.dumps([], option=orjson.OPT_APPEND_NEWLINE)
|
| 278 |
+
b"[]\n"
|
| 279 |
+
```
|
| 280 |
+
|
| 281 |
+
##### OPT_INDENT_2
|
| 282 |
+
|
| 283 |
+
Pretty-print output with an indent of two spaces. This is equivalent to
|
| 284 |
+
`indent=2` in the standard library. Pretty printing is slower and the output
|
| 285 |
+
larger. orjson is the fastest compared library at pretty printing and has
|
| 286 |
+
much less of a slowdown to pretty print than the standard library does. This
|
| 287 |
+
option is compatible with all other options.
|
| 288 |
+
|
| 289 |
+
```python
|
| 290 |
+
>>> import orjson
|
| 291 |
+
>>> orjson.dumps({"a": "b", "c": {"d": True}, "e": [1, 2]})
|
| 292 |
+
b'{"a":"b","c":{"d":true},"e":[1,2]}'
|
| 293 |
+
>>> orjson.dumps(
|
| 294 |
+
{"a": "b", "c": {"d": True}, "e": [1, 2]},
|
| 295 |
+
option=orjson.OPT_INDENT_2
|
| 296 |
+
)
|
| 297 |
+
b'{\n "a": "b",\n "c": {\n "d": true\n },\n "e": [\n 1,\n 2\n ]\n}'
|
| 298 |
+
```
|
| 299 |
+
|
| 300 |
+
If displayed, the indentation and linebreaks appear like this:
|
| 301 |
+
|
| 302 |
+
```json
|
| 303 |
+
{
|
| 304 |
+
"a": "b",
|
| 305 |
+
"c": {
|
| 306 |
+
"d": true
|
| 307 |
+
},
|
| 308 |
+
"e": [
|
| 309 |
+
1,
|
| 310 |
+
2
|
| 311 |
+
]
|
| 312 |
+
}
|
| 313 |
+
```
|
| 314 |
+
|
| 315 |
+
This measures serializing the github.json fixture as compact (52KiB) or
|
| 316 |
+
pretty (64KiB):
|
| 317 |
+
|
| 318 |
+
| Library | compact (ms) | pretty (ms) | vs. orjson |
|
| 319 |
+
|------------|----------------|---------------|--------------|
|
| 320 |
+
| orjson | 0.03 | 0.04 | 1 |
|
| 321 |
+
| ujson | 0.18 | 0.19 | 4.6 |
|
| 322 |
+
| rapidjson | 0.1 | 0.12 | 2.9 |
|
| 323 |
+
| simplejson | 0.25 | 0.89 | 21.4 |
|
| 324 |
+
| json | 0.18 | 0.71 | 17 |
|
| 325 |
+
|
| 326 |
+
This measures serializing the citm_catalog.json fixture, more of a worst
|
| 327 |
+
case due to the amount of nesting and newlines, as compact (489KiB) or
|
| 328 |
+
pretty (1.1MiB):
|
| 329 |
+
|
| 330 |
+
| Library | compact (ms) | pretty (ms) | vs. orjson |
|
| 331 |
+
|------------|----------------|---------------|--------------|
|
| 332 |
+
| orjson | 0.59 | 0.71 | 1 |
|
| 333 |
+
| ujson | 2.9 | 3.59 | 5 |
|
| 334 |
+
| rapidjson | 1.81 | 2.8 | 3.9 |
|
| 335 |
+
| simplejson | 10.43 | 42.13 | 59.1 |
|
| 336 |
+
| json | 4.16 | 33.42 | 46.9 |
|
| 337 |
+
|
| 338 |
+
This can be reproduced using the `pyindent` script.
|
| 339 |
+
|
| 340 |
+
##### OPT_NAIVE_UTC
|
| 341 |
+
|
| 342 |
+
Serialize `datetime.datetime` objects without a `tzinfo` as UTC. This
|
| 343 |
+
has no effect on `datetime.datetime` objects that have `tzinfo` set.
|
| 344 |
+
|
| 345 |
+
```python
|
| 346 |
+
>>> import orjson, datetime
|
| 347 |
+
>>> orjson.dumps(
|
| 348 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0),
|
| 349 |
+
)
|
| 350 |
+
b'"1970-01-01T00:00:00"'
|
| 351 |
+
>>> orjson.dumps(
|
| 352 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0),
|
| 353 |
+
option=orjson.OPT_NAIVE_UTC,
|
| 354 |
+
)
|
| 355 |
+
b'"1970-01-01T00:00:00+00:00"'
|
| 356 |
+
```
|
| 357 |
+
|
| 358 |
+
##### OPT_NON_STR_KEYS
|
| 359 |
+
|
| 360 |
+
Serialize `dict` keys of type other than `str`. This allows `dict` keys
|
| 361 |
+
to be one of `str`, `int`, `float`, `bool`, `None`, `datetime.datetime`,
|
| 362 |
+
`datetime.date`, `datetime.time`, `enum.Enum`, and `uuid.UUID`. For comparison,
|
| 363 |
+
the standard library serializes `str`, `int`, `float`, `bool` or `None` by
|
| 364 |
+
default. orjson benchmarks as being faster at serializing non-`str` keys
|
| 365 |
+
than other libraries. This option is slower for `str` keys than the default.
|
| 366 |
+
|
| 367 |
+
```python
|
| 368 |
+
>>> import orjson, datetime, uuid
|
| 369 |
+
>>> orjson.dumps(
|
| 370 |
+
{uuid.UUID("7202d115-7ff3-4c81-a7c1-2a1f067b1ece"): [1, 2, 3]},
|
| 371 |
+
option=orjson.OPT_NON_STR_KEYS,
|
| 372 |
+
)
|
| 373 |
+
b'{"7202d115-7ff3-4c81-a7c1-2a1f067b1ece":[1,2,3]}'
|
| 374 |
+
>>> orjson.dumps(
|
| 375 |
+
{datetime.datetime(1970, 1, 1, 0, 0, 0): [1, 2, 3]},
|
| 376 |
+
option=orjson.OPT_NON_STR_KEYS | orjson.OPT_NAIVE_UTC,
|
| 377 |
+
)
|
| 378 |
+
b'{"1970-01-01T00:00:00+00:00":[1,2,3]}'
|
| 379 |
+
```
|
| 380 |
+
|
| 381 |
+
These types are generally serialized how they would be as
|
| 382 |
+
values, e.g., `datetime.datetime` is still an RFC 3339 string and respects
|
| 383 |
+
options affecting it. The exception is that `int` serialization does not
|
| 384 |
+
respect `OPT_STRICT_INTEGER`.
|
| 385 |
+
|
| 386 |
+
This option has the risk of creating duplicate keys. This is because non-`str`
|
| 387 |
+
objects may serialize to the same `str` as an existing key, e.g.,
|
| 388 |
+
`{"1": true, 1: false}`. The last key to be inserted to the `dict` will be
|
| 389 |
+
serialized last and a JSON deserializer will presumably take the last
|
| 390 |
+
occurrence of a key (in the above, `false`). The first value will be lost.
|
| 391 |
+
|
| 392 |
+
This option is compatible with `orjson.OPT_SORT_KEYS`. If sorting is used,
|
| 393 |
+
note the sort is unstable and will be unpredictable for duplicate keys.
|
| 394 |
+
|
| 395 |
+
```python
|
| 396 |
+
>>> import orjson, datetime
|
| 397 |
+
>>> orjson.dumps(
|
| 398 |
+
{"other": 1, datetime.date(1970, 1, 5): 2, datetime.date(1970, 1, 3): 3},
|
| 399 |
+
option=orjson.OPT_NON_STR_KEYS | orjson.OPT_SORT_KEYS
|
| 400 |
+
)
|
| 401 |
+
b'{"1970-01-03":3,"1970-01-05":2,"other":1}'
|
| 402 |
+
```
|
| 403 |
+
|
| 404 |
+
This measures serializing 589KiB of JSON comprising a `list` of 100 `dict`
|
| 405 |
+
in which each `dict` has both 365 randomly-sorted `int` keys representing epoch
|
| 406 |
+
timestamps as well as one `str` key and the value for each key is a
|
| 407 |
+
single integer. In "str keys", the keys were converted to `str` before
|
| 408 |
+
serialization, and orjson still specifes `option=orjson.OPT_NON_STR_KEYS`
|
| 409 |
+
(which is always somewhat slower).
|
| 410 |
+
|
| 411 |
+
| Library | str keys (ms) | int keys (ms) | int keys sorted (ms) |
|
| 412 |
+
|------------|-----------------|-----------------|------------------------|
|
| 413 |
+
| orjson | 1.53 | 2.16 | 4.29 |
|
| 414 |
+
| ujson | 3.07 | 5.65 | |
|
| 415 |
+
| rapidjson | 4.29 | | |
|
| 416 |
+
| simplejson | 11.24 | 14.50 | 21.86 |
|
| 417 |
+
| json | 7.17 | 8.49 | |
|
| 418 |
+
|
| 419 |
+
ujson is blank for sorting because it segfaults. json is blank because it
|
| 420 |
+
raises `TypeError` on attempting to sort before converting all keys to `str`.
|
| 421 |
+
rapidjson is blank because it does not support non-`str` keys. This can
|
| 422 |
+
be reproduced using the `pynonstr` script.
|
| 423 |
+
|
| 424 |
+
##### OPT_OMIT_MICROSECONDS
|
| 425 |
+
|
| 426 |
+
Do not serialize the `microsecond` field on `datetime.datetime` and
|
| 427 |
+
`datetime.time` instances.
|
| 428 |
+
|
| 429 |
+
```python
|
| 430 |
+
>>> import orjson, datetime
|
| 431 |
+
>>> orjson.dumps(
|
| 432 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0, 1),
|
| 433 |
+
)
|
| 434 |
+
b'"1970-01-01T00:00:00.000001"'
|
| 435 |
+
>>> orjson.dumps(
|
| 436 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0, 1),
|
| 437 |
+
option=orjson.OPT_OMIT_MICROSECONDS,
|
| 438 |
+
)
|
| 439 |
+
b'"1970-01-01T00:00:00"'
|
| 440 |
+
```
|
| 441 |
+
|
| 442 |
+
##### OPT_PASSTHROUGH_DATACLASS
|
| 443 |
+
|
| 444 |
+
Passthrough `dataclasses.dataclass` instances to `default`. This allows
|
| 445 |
+
customizing their output but is much slower.
|
| 446 |
+
|
| 447 |
+
|
| 448 |
+
```python
|
| 449 |
+
>>> import orjson, dataclasses
|
| 450 |
+
>>>
|
| 451 |
+
@dataclasses.dataclass
|
| 452 |
+
class User:
|
| 453 |
+
id: str
|
| 454 |
+
name: str
|
| 455 |
+
password: str
|
| 456 |
+
|
| 457 |
+
def default(obj):
|
| 458 |
+
if isinstance(obj, User):
|
| 459 |
+
return {"id": obj.id, "name": obj.name}
|
| 460 |
+
raise TypeError
|
| 461 |
+
|
| 462 |
+
>>> orjson.dumps(User("3b1", "asd", "zxc"))
|
| 463 |
+
b'{"id":"3b1","name":"asd","password":"zxc"}'
|
| 464 |
+
>>> orjson.dumps(User("3b1", "asd", "zxc"), option=orjson.OPT_PASSTHROUGH_DATACLASS)
|
| 465 |
+
TypeError: Type is not JSON serializable: User
|
| 466 |
+
>>> orjson.dumps(
|
| 467 |
+
User("3b1", "asd", "zxc"),
|
| 468 |
+
option=orjson.OPT_PASSTHROUGH_DATACLASS,
|
| 469 |
+
default=default,
|
| 470 |
+
)
|
| 471 |
+
b'{"id":"3b1","name":"asd"}'
|
| 472 |
+
```
|
| 473 |
+
|
| 474 |
+
##### OPT_PASSTHROUGH_DATETIME
|
| 475 |
+
|
| 476 |
+
Passthrough `datetime.datetime`, `datetime.date`, and `datetime.time` instances
|
| 477 |
+
to `default`. This allows serializing datetimes to a custom format, e.g.,
|
| 478 |
+
HTTP dates:
|
| 479 |
+
|
| 480 |
+
```python
|
| 481 |
+
>>> import orjson, datetime
|
| 482 |
+
>>>
|
| 483 |
+
def default(obj):
|
| 484 |
+
if isinstance(obj, datetime.datetime):
|
| 485 |
+
return obj.strftime("%a, %d %b %Y %H:%M:%S GMT")
|
| 486 |
+
raise TypeError
|
| 487 |
+
|
| 488 |
+
>>> orjson.dumps({"created_at": datetime.datetime(1970, 1, 1)})
|
| 489 |
+
b'{"created_at":"1970-01-01T00:00:00"}'
|
| 490 |
+
>>> orjson.dumps({"created_at": datetime.datetime(1970, 1, 1)}, option=orjson.OPT_PASSTHROUGH_DATETIME)
|
| 491 |
+
TypeError: Type is not JSON serializable: datetime.datetime
|
| 492 |
+
>>> orjson.dumps(
|
| 493 |
+
{"created_at": datetime.datetime(1970, 1, 1)},
|
| 494 |
+
option=orjson.OPT_PASSTHROUGH_DATETIME,
|
| 495 |
+
default=default,
|
| 496 |
+
)
|
| 497 |
+
b'{"created_at":"Thu, 01 Jan 1970 00:00:00 GMT"}'
|
| 498 |
+
```
|
| 499 |
+
|
| 500 |
+
This does not affect datetimes in `dict` keys if using OPT_NON_STR_KEYS.
|
| 501 |
+
|
| 502 |
+
##### OPT_PASSTHROUGH_SUBCLASS
|
| 503 |
+
|
| 504 |
+
Passthrough subclasses of builtin types to `default`.
|
| 505 |
+
|
| 506 |
+
```python
|
| 507 |
+
>>> import orjson
|
| 508 |
+
>>>
|
| 509 |
+
class Secret(str):
|
| 510 |
+
pass
|
| 511 |
+
|
| 512 |
+
def default(obj):
|
| 513 |
+
if isinstance(obj, Secret):
|
| 514 |
+
return "******"
|
| 515 |
+
raise TypeError
|
| 516 |
+
|
| 517 |
+
>>> orjson.dumps(Secret("zxc"))
|
| 518 |
+
b'"zxc"'
|
| 519 |
+
>>> orjson.dumps(Secret("zxc"), option=orjson.OPT_PASSTHROUGH_SUBCLASS)
|
| 520 |
+
TypeError: Type is not JSON serializable: Secret
|
| 521 |
+
>>> orjson.dumps(Secret("zxc"), option=orjson.OPT_PASSTHROUGH_SUBCLASS, default=default)
|
| 522 |
+
b'"******"'
|
| 523 |
+
```
|
| 524 |
+
|
| 525 |
+
This does not affect serializing subclasses as `dict` keys if using
|
| 526 |
+
OPT_NON_STR_KEYS.
|
| 527 |
+
|
| 528 |
+
##### OPT_SERIALIZE_DATACLASS
|
| 529 |
+
|
| 530 |
+
This is deprecated and has no effect in version 3. In version 2 this was
|
| 531 |
+
required to serialize `dataclasses.dataclass` instances. For more, see
|
| 532 |
+
[dataclass](https://github.com/ijl/orjson?tab=readme-ov-file#dataclass).
|
| 533 |
+
|
| 534 |
+
##### OPT_SERIALIZE_NUMPY
|
| 535 |
+
|
| 536 |
+
Serialize `numpy.ndarray` instances. For more, see
|
| 537 |
+
[numpy](https://github.com/ijl/orjson?tab=readme-ov-file#numpy).
|
| 538 |
+
|
| 539 |
+
##### OPT_SERIALIZE_UUID
|
| 540 |
+
|
| 541 |
+
This is deprecated and has no effect in version 3. In version 2 this was
|
| 542 |
+
required to serialize `uuid.UUID` instances. For more, see
|
| 543 |
+
[UUID](https://github.com/ijl/orjson?tab=readme-ov-file#UUID).
|
| 544 |
+
|
| 545 |
+
##### OPT_SORT_KEYS
|
| 546 |
+
|
| 547 |
+
Serialize `dict` keys in sorted order. The default is to serialize in an
|
| 548 |
+
unspecified order. This is equivalent to `sort_keys=True` in the standard
|
| 549 |
+
library.
|
| 550 |
+
|
| 551 |
+
This can be used to ensure the order is deterministic for hashing or tests.
|
| 552 |
+
It has a substantial performance penalty and is not recommended in general.
|
| 553 |
+
|
| 554 |
+
```python
|
| 555 |
+
>>> import orjson
|
| 556 |
+
>>> orjson.dumps({"b": 1, "c": 2, "a": 3})
|
| 557 |
+
b'{"b":1,"c":2,"a":3}'
|
| 558 |
+
>>> orjson.dumps({"b": 1, "c": 2, "a": 3}, option=orjson.OPT_SORT_KEYS)
|
| 559 |
+
b'{"a":3,"b":1,"c":2}'
|
| 560 |
+
```
|
| 561 |
+
|
| 562 |
+
This measures serializing the twitter.json fixture unsorted and sorted:
|
| 563 |
+
|
| 564 |
+
| Library | unsorted (ms) | sorted (ms) | vs. orjson |
|
| 565 |
+
|------------|-----------------|---------------|--------------|
|
| 566 |
+
| orjson | 0.32 | 0.54 | 1 |
|
| 567 |
+
| ujson | 1.6 | 2.07 | 3.8 |
|
| 568 |
+
| rapidjson | 1.12 | 1.65 | 3.1 |
|
| 569 |
+
| simplejson | 2.25 | 3.13 | 5.8 |
|
| 570 |
+
| json | 1.78 | 2.32 | 4.3 |
|
| 571 |
+
|
| 572 |
+
The benchmark can be reproduced using the `pysort` script.
|
| 573 |
+
|
| 574 |
+
The sorting is not collation/locale-aware:
|
| 575 |
+
|
| 576 |
+
```python
|
| 577 |
+
>>> import orjson
|
| 578 |
+
>>> orjson.dumps({"a": 1, "ä": 2, "A": 3}, option=orjson.OPT_SORT_KEYS)
|
| 579 |
+
b'{"A":3,"a":1,"\xc3\xa4":2}'
|
| 580 |
+
```
|
| 581 |
+
|
| 582 |
+
This is the same sorting behavior as the standard library, rapidjson,
|
| 583 |
+
simplejson, and ujson.
|
| 584 |
+
|
| 585 |
+
`dataclass` also serialize as maps but this has no effect on them.
|
| 586 |
+
|
| 587 |
+
##### OPT_STRICT_INTEGER
|
| 588 |
+
|
| 589 |
+
Enforce 53-bit limit on integers. The limit is otherwise 64 bits, the same as
|
| 590 |
+
the Python standard library. For more, see [int](https://github.com/ijl/orjson?tab=readme-ov-file#int).
|
| 591 |
+
|
| 592 |
+
##### OPT_UTC_Z
|
| 593 |
+
|
| 594 |
+
Serialize a UTC timezone on `datetime.datetime` instances as `Z` instead
|
| 595 |
+
of `+00:00`.
|
| 596 |
+
|
| 597 |
+
```python
|
| 598 |
+
>>> import orjson, datetime, zoneinfo
|
| 599 |
+
>>> orjson.dumps(
|
| 600 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0, tzinfo=zoneinfo.ZoneInfo("UTC")),
|
| 601 |
+
)
|
| 602 |
+
b'"1970-01-01T00:00:00+00:00"'
|
| 603 |
+
>>> orjson.dumps(
|
| 604 |
+
datetime.datetime(1970, 1, 1, 0, 0, 0, tzinfo=zoneinfo.ZoneInfo("UTC")),
|
| 605 |
+
option=orjson.OPT_UTC_Z
|
| 606 |
+
)
|
| 607 |
+
b'"1970-01-01T00:00:00Z"'
|
| 608 |
+
```
|
| 609 |
+
|
| 610 |
+
#### Fragment
|
| 611 |
+
|
| 612 |
+
`orjson.Fragment` includes already-serialized JSON in a document. This is an
|
| 613 |
+
efficient way to include JSON blobs from a cache, JSONB field, or separately
|
| 614 |
+
serialized object without first deserializing to Python objects via `loads()`.
|
| 615 |
+
|
| 616 |
+
```python
|
| 617 |
+
>>> import orjson
|
| 618 |
+
>>> orjson.dumps({"key": "zxc", "data": orjson.Fragment(b'{"a": "b", "c": 1}')})
|
| 619 |
+
b'{"key":"zxc","data":{"a": "b", "c": 1}}'
|
| 620 |
+
```
|
| 621 |
+
|
| 622 |
+
It does no reformatting: `orjson.OPT_INDENT_2` will not affect a
|
| 623 |
+
compact blob nor will a pretty-printed JSON blob be rewritten as compact.
|
| 624 |
+
|
| 625 |
+
The input must be `bytes` or `str` and given as a positional argument.
|
| 626 |
+
|
| 627 |
+
This raises `orjson.JSONEncodeError` if a `str` is given and the input is
|
| 628 |
+
not valid UTF-8. It otherwise does no validation and it is possible to
|
| 629 |
+
write invalid JSON. This does not escape characters. The implementation is
|
| 630 |
+
tested to not crash if given invalid strings or invalid JSON.
|
| 631 |
+
|
| 632 |
+
This is similar to `RawJSON` in rapidjson.
|
| 633 |
+
|
| 634 |
+
### Deserialize
|
| 635 |
+
|
| 636 |
+
```python
|
| 637 |
+
def loads(__obj: Union[bytes, bytearray, memoryview, str]) -> Any: ...
|
| 638 |
+
```
|
| 639 |
+
|
| 640 |
+
`loads()` deserializes JSON to Python objects. It deserializes to `dict`,
|
| 641 |
+
`list`, `int`, `float`, `str`, `bool`, and `None` objects.
|
| 642 |
+
|
| 643 |
+
`bytes`, `bytearray`, `memoryview`, and `str` input are accepted. If the input
|
| 644 |
+
exists as a `memoryview`, `bytearray`, or `bytes` object, it is recommended to
|
| 645 |
+
pass these directly rather than creating an unnecessary `str` object. That is,
|
| 646 |
+
`orjson.loads(b"{}")` instead of `orjson.loads(b"{}".decode("utf-8"))`. This
|
| 647 |
+
has lower memory usage and lower latency.
|
| 648 |
+
|
| 649 |
+
The input must be valid UTF-8.
|
| 650 |
+
|
| 651 |
+
orjson maintains a cache of map keys for the duration of the process. This
|
| 652 |
+
causes a net reduction in memory usage by avoiding duplicate strings. The
|
| 653 |
+
keys must be at most 64 bytes to be cached and 2048 entries are stored.
|
| 654 |
+
|
| 655 |
+
The global interpreter lock (GIL) is held for the duration of the call.
|
| 656 |
+
|
| 657 |
+
It raises `JSONDecodeError` if given an invalid type or invalid
|
| 658 |
+
JSON. This includes if the input contains `NaN`, `Infinity`, or `-Infinity`,
|
| 659 |
+
which the standard library allows, but is not valid JSON.
|
| 660 |
+
|
| 661 |
+
It raises `JSONDecodeError` if a combination of array or object recurses
|
| 662 |
+
1024 levels deep.
|
| 663 |
+
|
| 664 |
+
`JSONDecodeError` is a subclass of `json.JSONDecodeError` and `ValueError`.
|
| 665 |
+
This is for compatibility with the standard library.
|
| 666 |
+
|
| 667 |
+
## Types
|
| 668 |
+
|
| 669 |
+
### dataclass
|
| 670 |
+
|
| 671 |
+
orjson serializes instances of `dataclasses.dataclass` natively. It serializes
|
| 672 |
+
instances 40-50x as fast as other libraries and avoids a severe slowdown seen
|
| 673 |
+
in other libraries compared to serializing `dict`.
|
| 674 |
+
|
| 675 |
+
It is supported to pass all variants of dataclasses, including dataclasses
|
| 676 |
+
using `__slots__`, frozen dataclasses, those with optional or default
|
| 677 |
+
attributes, and subclasses. There is a performance benefit to not
|
| 678 |
+
using `__slots__`.
|
| 679 |
+
|
| 680 |
+
| Library | dict (ms) | dataclass (ms) | vs. orjson |
|
| 681 |
+
|------------|-------------|------------------|--------------|
|
| 682 |
+
| orjson | 1.40 | 1.60 | 1 |
|
| 683 |
+
| ujson | | | |
|
| 684 |
+
| rapidjson | 3.64 | 68.48 | 42 |
|
| 685 |
+
| simplejson | 14.21 | 92.18 | 57 |
|
| 686 |
+
| json | 13.28 | 94.90 | 59 |
|
| 687 |
+
|
| 688 |
+
This measures serializing 555KiB of JSON, orjson natively and other libraries
|
| 689 |
+
using `default` to serialize the output of `dataclasses.asdict()`. This can be
|
| 690 |
+
reproduced using the `pydataclass` script.
|
| 691 |
+
|
| 692 |
+
Dataclasses are serialized as maps, with every attribute serialized and in
|
| 693 |
+
the order given on class definition:
|
| 694 |
+
|
| 695 |
+
```python
|
| 696 |
+
>>> import dataclasses, orjson, typing
|
| 697 |
+
|
| 698 |
+
@dataclasses.dataclass
|
| 699 |
+
class Member:
|
| 700 |
+
id: int
|
| 701 |
+
active: bool = dataclasses.field(default=False)
|
| 702 |
+
|
| 703 |
+
@dataclasses.dataclass
|
| 704 |
+
class Object:
|
| 705 |
+
id: int
|
| 706 |
+
name: str
|
| 707 |
+
members: typing.List[Member]
|
| 708 |
+
|
| 709 |
+
>>> orjson.dumps(Object(1, "a", [Member(1, True), Member(2)]))
|
| 710 |
+
b'{"id":1,"name":"a","members":[{"id":1,"active":true},{"id":2,"active":false}]}'
|
| 711 |
+
```
|
| 712 |
+
|
| 713 |
+
### datetime
|
| 714 |
+
|
| 715 |
+
orjson serializes `datetime.datetime` objects to
|
| 716 |
+
[RFC 3339](https://tools.ietf.org/html/rfc3339) format,
|
| 717 |
+
e.g., "1970-01-01T00:00:00+00:00". This is a subset of ISO 8601 and is
|
| 718 |
+
compatible with `isoformat()` in the standard library.
|
| 719 |
+
|
| 720 |
+
```python
|
| 721 |
+
>>> import orjson, datetime, zoneinfo
|
| 722 |
+
>>> orjson.dumps(
|
| 723 |
+
datetime.datetime(2018, 12, 1, 2, 3, 4, 9, tzinfo=zoneinfo.ZoneInfo("Australia/Adelaide"))
|
| 724 |
+
)
|
| 725 |
+
b'"2018-12-01T02:03:04.000009+10:30"'
|
| 726 |
+
>>> orjson.dumps(
|
| 727 |
+
datetime.datetime(2100, 9, 1, 21, 55, 2).replace(tzinfo=zoneinfo.ZoneInfo("UTC"))
|
| 728 |
+
)
|
| 729 |
+
b'"2100-09-01T21:55:02+00:00"'
|
| 730 |
+
>>> orjson.dumps(
|
| 731 |
+
datetime.datetime(2100, 9, 1, 21, 55, 2)
|
| 732 |
+
)
|
| 733 |
+
b'"2100-09-01T21:55:02"'
|
| 734 |
+
```
|
| 735 |
+
|
| 736 |
+
`datetime.datetime` supports instances with a `tzinfo` that is `None`,
|
| 737 |
+
`datetime.timezone.utc`, a timezone instance from the python3.9+ `zoneinfo`
|
| 738 |
+
module, or a timezone instance from the third-party `pendulum`, `pytz`, or
|
| 739 |
+
`dateutil`/`arrow` libraries.
|
| 740 |
+
|
| 741 |
+
It is fastest to use the standard library's `zoneinfo.ZoneInfo` for timezones.
|
| 742 |
+
|
| 743 |
+
`datetime.time` objects must not have a `tzinfo`.
|
| 744 |
+
|
| 745 |
+
```python
|
| 746 |
+
>>> import orjson, datetime
|
| 747 |
+
>>> orjson.dumps(datetime.time(12, 0, 15, 290))
|
| 748 |
+
b'"12:00:15.000290"'
|
| 749 |
+
```
|
| 750 |
+
|
| 751 |
+
`datetime.date` objects will always serialize.
|
| 752 |
+
|
| 753 |
+
```python
|
| 754 |
+
>>> import orjson, datetime
|
| 755 |
+
>>> orjson.dumps(datetime.date(1900, 1, 2))
|
| 756 |
+
b'"1900-01-02"'
|
| 757 |
+
```
|
| 758 |
+
|
| 759 |
+
Errors with `tzinfo` result in `JSONEncodeError` being raised.
|
| 760 |
+
|
| 761 |
+
To disable serialization of `datetime` objects specify the option
|
| 762 |
+
`orjson.OPT_PASSTHROUGH_DATETIME`.
|
| 763 |
+
|
| 764 |
+
To use "Z" suffix instead of "+00:00" to indicate UTC ("Zulu") time, use the option
|
| 765 |
+
`orjson.OPT_UTC_Z`.
|
| 766 |
+
|
| 767 |
+
To assume datetimes without timezone are UTC, use the option `orjson.OPT_NAIVE_UTC`.
|
| 768 |
+
|
| 769 |
+
### enum
|
| 770 |
+
|
| 771 |
+
orjson serializes enums natively. Options apply to their values.
|
| 772 |
+
|
| 773 |
+
```python
|
| 774 |
+
>>> import enum, datetime, orjson
|
| 775 |
+
>>>
|
| 776 |
+
class DatetimeEnum(enum.Enum):
|
| 777 |
+
EPOCH = datetime.datetime(1970, 1, 1, 0, 0, 0)
|
| 778 |
+
>>> orjson.dumps(DatetimeEnum.EPOCH)
|
| 779 |
+
b'"1970-01-01T00:00:00"'
|
| 780 |
+
>>> orjson.dumps(DatetimeEnum.EPOCH, option=orjson.OPT_NAIVE_UTC)
|
| 781 |
+
b'"1970-01-01T00:00:00+00:00"'
|
| 782 |
+
```
|
| 783 |
+
|
| 784 |
+
Enums with members that are not supported types can be serialized using
|
| 785 |
+
`default`:
|
| 786 |
+
|
| 787 |
+
```python
|
| 788 |
+
>>> import enum, orjson
|
| 789 |
+
>>>
|
| 790 |
+
class Custom:
|
| 791 |
+
def __init__(self, val):
|
| 792 |
+
self.val = val
|
| 793 |
+
|
| 794 |
+
def default(obj):
|
| 795 |
+
if isinstance(obj, Custom):
|
| 796 |
+
return obj.val
|
| 797 |
+
raise TypeError
|
| 798 |
+
|
| 799 |
+
class CustomEnum(enum.Enum):
|
| 800 |
+
ONE = Custom(1)
|
| 801 |
+
|
| 802 |
+
>>> orjson.dumps(CustomEnum.ONE, default=default)
|
| 803 |
+
b'1'
|
| 804 |
+
```
|
| 805 |
+
|
| 806 |
+
### float
|
| 807 |
+
|
| 808 |
+
orjson serializes and deserializes double precision floats with no loss of
|
| 809 |
+
precision and consistent rounding.
|
| 810 |
+
|
| 811 |
+
`orjson.dumps()` serializes Nan, Infinity, and -Infinity, which are not
|
| 812 |
+
compliant JSON, as `null`:
|
| 813 |
+
|
| 814 |
+
```python
|
| 815 |
+
>>> import orjson, ujson, rapidjson, json
|
| 816 |
+
>>> orjson.dumps([float("NaN"), float("Infinity"), float("-Infinity")])
|
| 817 |
+
b'[null,null,null]'
|
| 818 |
+
>>> ujson.dumps([float("NaN"), float("Infinity"), float("-Infinity")])
|
| 819 |
+
OverflowError: Invalid Inf value when encoding double
|
| 820 |
+
>>> rapidjson.dumps([float("NaN"), float("Infinity"), float("-Infinity")])
|
| 821 |
+
'[NaN,Infinity,-Infinity]'
|
| 822 |
+
>>> json.dumps([float("NaN"), float("Infinity"), float("-Infinity")])
|
| 823 |
+
'[NaN, Infinity, -Infinity]'
|
| 824 |
+
```
|
| 825 |
+
|
| 826 |
+
### int
|
| 827 |
+
|
| 828 |
+
orjson serializes and deserializes 64-bit integers by default. The range
|
| 829 |
+
supported is a signed 64-bit integer's minimum (-9223372036854775807) to
|
| 830 |
+
an unsigned 64-bit integer's maximum (18446744073709551615). This
|
| 831 |
+
is widely compatible, but there are implementations
|
| 832 |
+
that only support 53-bits for integers, e.g.,
|
| 833 |
+
web browsers. For those implementations, `dumps()` can be configured to
|
| 834 |
+
raise a `JSONEncodeError` on values exceeding the 53-bit range.
|
| 835 |
+
|
| 836 |
+
```python
|
| 837 |
+
>>> import orjson
|
| 838 |
+
>>> orjson.dumps(9007199254740992)
|
| 839 |
+
b'9007199254740992'
|
| 840 |
+
>>> orjson.dumps(9007199254740992, option=orjson.OPT_STRICT_INTEGER)
|
| 841 |
+
JSONEncodeError: Integer exceeds 53-bit range
|
| 842 |
+
>>> orjson.dumps(-9007199254740992, option=orjson.OPT_STRICT_INTEGER)
|
| 843 |
+
JSONEncodeError: Integer exceeds 53-bit range
|
| 844 |
+
```
|
| 845 |
+
|
| 846 |
+
### numpy
|
| 847 |
+
|
| 848 |
+
orjson natively serializes `numpy.ndarray` and individual
|
| 849 |
+
`numpy.float64`, `numpy.float32`, `numpy.float16` (`numpy.half`),
|
| 850 |
+
`numpy.int64`, `numpy.int32`, `numpy.int16`, `numpy.int8`,
|
| 851 |
+
`numpy.uint64`, `numpy.uint32`, `numpy.uint16`, `numpy.uint8`,
|
| 852 |
+
`numpy.uintp`, `numpy.intp`, `numpy.datetime64`, and `numpy.bool`
|
| 853 |
+
instances.
|
| 854 |
+
|
| 855 |
+
orjson is compatible with both numpy v1 and v2.
|
| 856 |
+
|
| 857 |
+
orjson is faster than all compared libraries at serializing
|
| 858 |
+
numpy instances. Serializing numpy data requires specifying
|
| 859 |
+
`option=orjson.OPT_SERIALIZE_NUMPY`.
|
| 860 |
+
|
| 861 |
+
```python
|
| 862 |
+
>>> import orjson, numpy
|
| 863 |
+
>>> orjson.dumps(
|
| 864 |
+
numpy.array([[1, 2, 3], [4, 5, 6]]),
|
| 865 |
+
option=orjson.OPT_SERIALIZE_NUMPY,
|
| 866 |
+
)
|
| 867 |
+
b'[[1,2,3],[4,5,6]]'
|
| 868 |
+
```
|
| 869 |
+
|
| 870 |
+
The array must be a contiguous C array (`C_CONTIGUOUS`) and one of the
|
| 871 |
+
supported datatypes.
|
| 872 |
+
|
| 873 |
+
Note a difference between serializing `numpy.float32` using `ndarray.tolist()`
|
| 874 |
+
or `orjson.dumps(..., option=orjson.OPT_SERIALIZE_NUMPY)`: `tolist()` converts
|
| 875 |
+
to a `double` before serializing and orjson's native path does not. This
|
| 876 |
+
can result in different rounding.
|
| 877 |
+
|
| 878 |
+
`numpy.datetime64` instances are serialized as RFC 3339 strings and
|
| 879 |
+
datetime options affect them.
|
| 880 |
+
|
| 881 |
+
```python
|
| 882 |
+
>>> import orjson, numpy
|
| 883 |
+
>>> orjson.dumps(
|
| 884 |
+
numpy.datetime64("2021-01-01T00:00:00.172"),
|
| 885 |
+
option=orjson.OPT_SERIALIZE_NUMPY,
|
| 886 |
+
)
|
| 887 |
+
b'"2021-01-01T00:00:00.172000"'
|
| 888 |
+
>>> orjson.dumps(
|
| 889 |
+
numpy.datetime64("2021-01-01T00:00:00.172"),
|
| 890 |
+
option=(
|
| 891 |
+
orjson.OPT_SERIALIZE_NUMPY |
|
| 892 |
+
orjson.OPT_NAIVE_UTC |
|
| 893 |
+
orjson.OPT_OMIT_MICROSECONDS
|
| 894 |
+
),
|
| 895 |
+
)
|
| 896 |
+
b'"2021-01-01T00:00:00+00:00"'
|
| 897 |
+
```
|
| 898 |
+
|
| 899 |
+
If an array is not a contiguous C array, contains an unsupported datatype,
|
| 900 |
+
or contains a `numpy.datetime64` using an unsupported representation
|
| 901 |
+
(e.g., picoseconds), orjson falls through to `default`. In `default`,
|
| 902 |
+
`obj.tolist()` can be specified.
|
| 903 |
+
|
| 904 |
+
If an array is not in the native endianness, e.g., an array of big-endian values
|
| 905 |
+
on a little-endian system, `orjson.JSONEncodeError` is raised.
|
| 906 |
+
|
| 907 |
+
If an array is malformed, `orjson.JSONEncodeError` is raised.
|
| 908 |
+
|
| 909 |
+
This measures serializing 92MiB of JSON from an `numpy.ndarray` with
|
| 910 |
+
dimensions of `(50000, 100)` and `numpy.float64` values:
|
| 911 |
+
|
| 912 |
+
| Library | Latency (ms) | RSS diff (MiB) | vs. orjson |
|
| 913 |
+
|------------|----------------|------------------|--------------|
|
| 914 |
+
| orjson | 194 | 99 | 1.0 |
|
| 915 |
+
| ujson | | | |
|
| 916 |
+
| rapidjson | 3,048 | 309 | 15.7 |
|
| 917 |
+
| simplejson | 3,023 | 297 | 15.6 |
|
| 918 |
+
| json | 3,133 | 297 | 16.1 |
|
| 919 |
+
|
| 920 |
+
This measures serializing 100MiB of JSON from an `numpy.ndarray` with
|
| 921 |
+
dimensions of `(100000, 100)` and `numpy.int32` values:
|
| 922 |
+
|
| 923 |
+
| Library | Latency (ms) | RSS diff (MiB) | vs. orjson |
|
| 924 |
+
|------------|----------------|------------------|--------------|
|
| 925 |
+
| orjson | 178 | 115 | 1.0 |
|
| 926 |
+
| ujson | | | |
|
| 927 |
+
| rapidjson | 1,512 | 551 | 8.5 |
|
| 928 |
+
| simplejson | 1,606 | 504 | 9.0 |
|
| 929 |
+
| json | 1,506 | 503 | 8.4 |
|
| 930 |
+
|
| 931 |
+
This measures serializing 105MiB of JSON from an `numpy.ndarray` with
|
| 932 |
+
dimensions of `(100000, 200)` and `numpy.bool` values:
|
| 933 |
+
|
| 934 |
+
| Library | Latency (ms) | RSS diff (MiB) | vs. orjson |
|
| 935 |
+
|------------|----------------|------------------|--------------|
|
| 936 |
+
| orjson | 157 | 120 | 1.0 |
|
| 937 |
+
| ujson | | | |
|
| 938 |
+
| rapidjson | 710 | 327 | 4.5 |
|
| 939 |
+
| simplejson | 931 | 398 | 5.9 |
|
| 940 |
+
| json | 996 | 400 | 6.3 |
|
| 941 |
+
|
| 942 |
+
In these benchmarks, orjson serializes natively, ujson is blank because it
|
| 943 |
+
does not support a `default` parameter, and the other libraries serialize
|
| 944 |
+
`ndarray.tolist()` via `default`. The RSS column measures peak memory
|
| 945 |
+
usage during serialization. This can be reproduced using the `pynumpy` script.
|
| 946 |
+
|
| 947 |
+
orjson does not have an installation or compilation dependency on numpy. The
|
| 948 |
+
implementation is independent, reading `numpy.ndarray` using
|
| 949 |
+
`PyArrayInterface`.
|
| 950 |
+
|
| 951 |
+
### str
|
| 952 |
+
|
| 953 |
+
orjson is strict about UTF-8 conformance. This is stricter than the standard
|
| 954 |
+
library's json module, which will serialize and deserialize UTF-16 surrogates,
|
| 955 |
+
e.g., "\ud800", that are invalid UTF-8.
|
| 956 |
+
|
| 957 |
+
If `orjson.dumps()` is given a `str` that does not contain valid UTF-8,
|
| 958 |
+
`orjson.JSONEncodeError` is raised. If `loads()` receives invalid UTF-8,
|
| 959 |
+
`orjson.JSONDecodeError` is raised.
|
| 960 |
+
|
| 961 |
+
orjson and rapidjson are the only compared JSON libraries to consistently
|
| 962 |
+
error on bad input.
|
| 963 |
+
|
| 964 |
+
```python
|
| 965 |
+
>>> import orjson, ujson, rapidjson, json
|
| 966 |
+
>>> orjson.dumps('\ud800')
|
| 967 |
+
JSONEncodeError: str is not valid UTF-8: surrogates not allowed
|
| 968 |
+
>>> ujson.dumps('\ud800')
|
| 969 |
+
UnicodeEncodeError: 'utf-8' codec ...
|
| 970 |
+
>>> rapidjson.dumps('\ud800')
|
| 971 |
+
UnicodeEncodeError: 'utf-8' codec ...
|
| 972 |
+
>>> json.dumps('\ud800')
|
| 973 |
+
'"\\ud800"'
|
| 974 |
+
>>> orjson.loads('"\\ud800"')
|
| 975 |
+
JSONDecodeError: unexpected end of hex escape at line 1 column 8: line 1 column 1 (char 0)
|
| 976 |
+
>>> ujson.loads('"\\ud800"')
|
| 977 |
+
''
|
| 978 |
+
>>> rapidjson.loads('"\\ud800"')
|
| 979 |
+
ValueError: Parse error at offset 1: The surrogate pair in string is invalid.
|
| 980 |
+
>>> json.loads('"\\ud800"')
|
| 981 |
+
'\ud800'
|
| 982 |
+
```
|
| 983 |
+
|
| 984 |
+
To make a best effort at deserializing bad input, first decode `bytes` using
|
| 985 |
+
the `replace` or `lossy` argument for `errors`:
|
| 986 |
+
|
| 987 |
+
```python
|
| 988 |
+
>>> import orjson
|
| 989 |
+
>>> orjson.loads(b'"\xed\xa0\x80"')
|
| 990 |
+
JSONDecodeError: str is not valid UTF-8: surrogates not allowed
|
| 991 |
+
>>> orjson.loads(b'"\xed\xa0\x80"'.decode("utf-8", "replace"))
|
| 992 |
+
'���'
|
| 993 |
+
```
|
| 994 |
+
|
| 995 |
+
### uuid
|
| 996 |
+
|
| 997 |
+
orjson serializes `uuid.UUID` instances to
|
| 998 |
+
[RFC 4122](https://tools.ietf.org/html/rfc4122) format, e.g.,
|
| 999 |
+
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6".
|
| 1000 |
+
|
| 1001 |
+
``` python
|
| 1002 |
+
>>> import orjson, uuid
|
| 1003 |
+
>>> orjson.dumps(uuid.UUID('f81d4fae-7dec-11d0-a765-00a0c91e6bf6'))
|
| 1004 |
+
b'"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"'
|
| 1005 |
+
>>> orjson.dumps(uuid.uuid5(uuid.NAMESPACE_DNS, "python.org"))
|
| 1006 |
+
b'"886313e1-3b8a-5372-9b90-0c9aee199e5d"'
|
| 1007 |
+
```
|
| 1008 |
+
|
| 1009 |
+
## Testing
|
| 1010 |
+
|
| 1011 |
+
The library has comprehensive tests. There are tests against fixtures in the
|
| 1012 |
+
[JSONTestSuite](https://github.com/nst/JSONTestSuite) and
|
| 1013 |
+
[nativejson-benchmark](https://github.com/miloyip/nativejson-benchmark)
|
| 1014 |
+
repositories. It is tested to not crash against the
|
| 1015 |
+
[Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings).
|
| 1016 |
+
It is tested to not leak memory. It is tested to not crash
|
| 1017 |
+
against and not accept invalid UTF-8. There are integration tests
|
| 1018 |
+
exercising the library's use in web servers (gunicorn using multiprocess/forked
|
| 1019 |
+
workers) and when
|
| 1020 |
+
multithreaded. It also uses some tests from the ultrajson library.
|
| 1021 |
+
|
| 1022 |
+
orjson is the most correct of the compared libraries. This graph shows how each
|
| 1023 |
+
library handles a combined 342 JSON fixtures from the
|
| 1024 |
+
[JSONTestSuite](https://github.com/nst/JSONTestSuite) and
|
| 1025 |
+
[nativejson-benchmark](https://github.com/miloyip/nativejson-benchmark) tests:
|
| 1026 |
+
|
| 1027 |
+
| Library | Invalid JSON documents not rejected | Valid JSON documents not deserialized |
|
| 1028 |
+
|------------|---------------------------------------|-----------------------------------------|
|
| 1029 |
+
| orjson | 0 | 0 |
|
| 1030 |
+
| ujson | 31 | 0 |
|
| 1031 |
+
| rapidjson | 6 | 0 |
|
| 1032 |
+
| simplejson | 10 | 0 |
|
| 1033 |
+
| json | 17 | 0 |
|
| 1034 |
+
|
| 1035 |
+
This shows that all libraries deserialize valid JSON but only orjson
|
| 1036 |
+
correctly rejects the given invalid JSON fixtures. Errors are largely due to
|
| 1037 |
+
accepting invalid strings and numbers.
|
| 1038 |
+
|
| 1039 |
+
The graph above can be reproduced using the `pycorrectness` script.
|
| 1040 |
+
|
| 1041 |
+
## Performance
|
| 1042 |
+
|
| 1043 |
+
Serialization and deserialization performance of orjson is better than
|
| 1044 |
+
ultrajson, rapidjson, simplejson, or json. The benchmarks are done on
|
| 1045 |
+
fixtures of real data:
|
| 1046 |
+
|
| 1047 |
+
* twitter.json, 631.5KiB, results of a search on Twitter for "一", containing
|
| 1048 |
+
CJK strings, dictionaries of strings and arrays of dictionaries, indented.
|
| 1049 |
+
|
| 1050 |
+
* github.json, 55.8KiB, a GitHub activity feed, containing dictionaries of
|
| 1051 |
+
strings and arrays of dictionaries, not indented.
|
| 1052 |
+
|
| 1053 |
+
* citm_catalog.json, 1.7MiB, concert data, containing nested dictionaries of
|
| 1054 |
+
strings and arrays of integers, indented.
|
| 1055 |
+
|
| 1056 |
+
* canada.json, 2.2MiB, coordinates of the Canadian border in GeoJSON
|
| 1057 |
+
format, containing floats and arrays, indented.
|
| 1058 |
+
|
| 1059 |
+
### Latency
|
| 1060 |
+
|
| 1061 |
+

|
| 1062 |
+
|
| 1063 |
+

|
| 1064 |
+
|
| 1065 |
+
#### twitter.json serialization
|
| 1066 |
+
|
| 1067 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1068 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1069 |
+
| orjson | 0.1 | 8377 | 1 |
|
| 1070 |
+
| ujson | 0.9 | 1088 | 7.3 |
|
| 1071 |
+
| rapidjson | 0.8 | 1228 | 6.8 |
|
| 1072 |
+
| simplejson | 1.9 | 531 | 15.6 |
|
| 1073 |
+
| json | 1.4 | 744 | 11.3 |
|
| 1074 |
+
|
| 1075 |
+
#### twitter.json deserialization
|
| 1076 |
+
|
| 1077 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1078 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1079 |
+
| orjson | 0.6 | 1811 | 1 |
|
| 1080 |
+
| ujson | 1.2 | 814 | 2.1 |
|
| 1081 |
+
| rapidjson | 2.1 | 476 | 3.8 |
|
| 1082 |
+
| simplejson | 1.6 | 626 | 3 |
|
| 1083 |
+
| json | 1.8 | 557 | 3.3 |
|
| 1084 |
+
|
| 1085 |
+
#### github.json serialization
|
| 1086 |
+
|
| 1087 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1088 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1089 |
+
| orjson | 0.01 | 104424 | 1 |
|
| 1090 |
+
| ujson | 0.09 | 10594 | 9.8 |
|
| 1091 |
+
| rapidjson | 0.07 | 13667 | 7.6 |
|
| 1092 |
+
| simplejson | 0.2 | 5051 | 20.6 |
|
| 1093 |
+
| json | 0.14 | 7133 | 14.6 |
|
| 1094 |
+
|
| 1095 |
+
#### github.json deserialization
|
| 1096 |
+
|
| 1097 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1098 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1099 |
+
| orjson | 0.05 | 20069 | 1 |
|
| 1100 |
+
| ujson | 0.11 | 8913 | 2.3 |
|
| 1101 |
+
| rapidjson | 0.13 | 8077 | 2.6 |
|
| 1102 |
+
| simplejson | 0.11 | 9342 | 2.1 |
|
| 1103 |
+
| json | 0.11 | 9291 | 2.2 |
|
| 1104 |
+
|
| 1105 |
+
#### citm_catalog.json serialization
|
| 1106 |
+
|
| 1107 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1108 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1109 |
+
| orjson | 0.3 | 3757 | 1 |
|
| 1110 |
+
| ujson | 1.7 | 598 | 6.3 |
|
| 1111 |
+
| rapidjson | 1.3 | 768 | 4.9 |
|
| 1112 |
+
| simplejson | 8.3 | 120 | 31.1 |
|
| 1113 |
+
| json | 3 | 331 | 11.3 |
|
| 1114 |
+
|
| 1115 |
+
#### citm_catalog.json deserialization
|
| 1116 |
+
|
| 1117 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1118 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1119 |
+
| orjson | 1.4 | 730 | 1 |
|
| 1120 |
+
| ujson | 2.6 | 384 | 1.9 |
|
| 1121 |
+
| rapidjson | 4 | 246 | 3 |
|
| 1122 |
+
| simplejson | 3.7 | 271 | 2.7 |
|
| 1123 |
+
| json | 3.7 | 267 | 2.7 |
|
| 1124 |
+
|
| 1125 |
+
#### canada.json serialization
|
| 1126 |
+
|
| 1127 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1128 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1129 |
+
| orjson | 2.4 | 410 | 1 |
|
| 1130 |
+
| ujson | 9.6 | 104 | 3.9 |
|
| 1131 |
+
| rapidjson | 28.7 | 34 | 11.8 |
|
| 1132 |
+
| simplejson | 49.3 | 20 | 20.3 |
|
| 1133 |
+
| json | 30.6 | 32 | 12.6 |
|
| 1134 |
+
|
| 1135 |
+
#### canada.json deserialization
|
| 1136 |
+
|
| 1137 |
+
| Library | Median latency (milliseconds) | Operations per second | Relative (latency) |
|
| 1138 |
+
|------------|---------------------------------|-------------------------|----------------------|
|
| 1139 |
+
| orjson | 3 | 336 | 1 |
|
| 1140 |
+
| ujson | 7.1 | 141 | 2.4 |
|
| 1141 |
+
| rapidjson | 20.1 | 49 | 6.7 |
|
| 1142 |
+
| simplejson | 16.8 | 59 | 5.6 |
|
| 1143 |
+
| json | 18.2 | 55 | 6.1 |
|
| 1144 |
+
|
| 1145 |
+
### Memory
|
| 1146 |
+
|
| 1147 |
+
orjson as of 3.7.0 has higher baseline memory usage than other libraries
|
| 1148 |
+
due to a persistent buffer used for parsing. Incremental memory usage when
|
| 1149 |
+
deserializing is similar to the standard library and other third-party
|
| 1150 |
+
libraries.
|
| 1151 |
+
|
| 1152 |
+
This measures, in the first column, RSS after importing a library and reading
|
| 1153 |
+
the fixture, and in the second column, increases in RSS after repeatedly
|
| 1154 |
+
calling `loads()` on the fixture.
|
| 1155 |
+
|
| 1156 |
+
#### twitter.json
|
| 1157 |
+
|
| 1158 |
+
| Library | import, read() RSS (MiB) | loads() increase in RSS (MiB) |
|
| 1159 |
+
|------------|----------------------------|---------------------------------|
|
| 1160 |
+
| orjson | 15.7 | 3.4 |
|
| 1161 |
+
| ujson | 16.4 | 3.4 |
|
| 1162 |
+
| rapidjson | 16.6 | 4.4 |
|
| 1163 |
+
| simplejson | 14.5 | 1.8 |
|
| 1164 |
+
| json | 13.9 | 1.8 |
|
| 1165 |
+
|
| 1166 |
+
#### github.json
|
| 1167 |
+
|
| 1168 |
+
| Library | import, read() RSS (MiB) | loads() increase in RSS (MiB) |
|
| 1169 |
+
|------------|----------------------------|---------------------------------|
|
| 1170 |
+
| orjson | 15.2 | 0.4 |
|
| 1171 |
+
| ujson | 15.4 | 0.4 |
|
| 1172 |
+
| rapidjson | 15.7 | 0.5 |
|
| 1173 |
+
| simplejson | 13.7 | 0.2 |
|
| 1174 |
+
| json | 13.3 | 0.1 |
|
| 1175 |
+
|
| 1176 |
+
#### citm_catalog.json
|
| 1177 |
+
|
| 1178 |
+
| Library | import, read() RSS (MiB) | loads() increase in RSS (MiB) |
|
| 1179 |
+
|------------|----------------------------|---------------------------------|
|
| 1180 |
+
| orjson | 16.8 | 10.1 |
|
| 1181 |
+
| ujson | 17.3 | 10.2 |
|
| 1182 |
+
| rapidjson | 17.6 | 28.7 |
|
| 1183 |
+
| simplejson | 15.8 | 30.1 |
|
| 1184 |
+
| json | 14.8 | 20.5 |
|
| 1185 |
+
|
| 1186 |
+
#### canada.json
|
| 1187 |
+
|
| 1188 |
+
| Library | import, read() RSS (MiB) | loads() increase in RSS (MiB) |
|
| 1189 |
+
|------------|----------------------------|---------------------------------|
|
| 1190 |
+
| orjson | 17.2 | 22.1 |
|
| 1191 |
+
| ujson | 17.4 | 18.3 |
|
| 1192 |
+
| rapidjson | 18 | 23.5 |
|
| 1193 |
+
| simplejson | 15.7 | 21.4 |
|
| 1194 |
+
| json | 15.4 | 20.4 |
|
| 1195 |
+
|
| 1196 |
+
### Reproducing
|
| 1197 |
+
|
| 1198 |
+
The above was measured using Python 3.11.9 on Linux (amd64) with
|
| 1199 |
+
orjson 3.10.6, ujson 5.10.0, python-rapidson 1.18, and simplejson 3.19.2.
|
| 1200 |
+
|
| 1201 |
+
The latency results can be reproduced using the `pybench` and `graph`
|
| 1202 |
+
scripts. The memory results can be reproduced using the `pymem` script.
|
| 1203 |
+
|
| 1204 |
+
## Questions
|
| 1205 |
+
|
| 1206 |
+
### Why can't I install it from PyPI?
|
| 1207 |
+
|
| 1208 |
+
Probably `pip` needs to be upgraded to version 20.3 or later to support
|
| 1209 |
+
the latest manylinux_x_y or universal2 wheel formats.
|
| 1210 |
+
|
| 1211 |
+
### "Cargo, the Rust package manager, is not installed or is not on PATH."
|
| 1212 |
+
|
| 1213 |
+
This happens when there are no binary wheels (like manylinux) for your
|
| 1214 |
+
platform on PyPI. You can install [Rust](https://www.rust-lang.org/) through
|
| 1215 |
+
`rustup` or a package manager and then it will compile.
|
| 1216 |
+
|
| 1217 |
+
### Will it deserialize to dataclasses, UUIDs, decimals, etc or support object_hook?
|
| 1218 |
+
|
| 1219 |
+
No. This requires a schema specifying what types are expected and how to
|
| 1220 |
+
handle errors etc. This is addressed by data validation libraries a
|
| 1221 |
+
level above this.
|
| 1222 |
+
|
| 1223 |
+
### Will it serialize to `str`?
|
| 1224 |
+
|
| 1225 |
+
No. `bytes` is the correct type for a serialized blob.
|
| 1226 |
+
|
| 1227 |
+
## Packaging
|
| 1228 |
+
|
| 1229 |
+
To package orjson requires at least [Rust](https://www.rust-lang.org/) 1.72
|
| 1230 |
+
and the [maturin](https://github.com/PyO3/maturin) build tool. The recommended
|
| 1231 |
+
build command is:
|
| 1232 |
+
|
| 1233 |
+
```sh
|
| 1234 |
+
maturin build --release --strip
|
| 1235 |
+
```
|
| 1236 |
+
|
| 1237 |
+
It benefits from also having a C build environment to compile a faster
|
| 1238 |
+
deserialization backend. See this project's `manylinux_2_28` builds for an
|
| 1239 |
+
example using clang and LTO.
|
| 1240 |
+
|
| 1241 |
+
The project's own CI tests against `nightly-2024-08-05` and stable 1.72. It
|
| 1242 |
+
is prudent to pin the nightly version because that channel can introduce
|
| 1243 |
+
breaking changes.
|
| 1244 |
+
|
| 1245 |
+
orjson is tested for amd64, aarch64, arm7, ppc64le, and s390x on Linux. It
|
| 1246 |
+
is tested for either aarch64 or amd64 on macOS and cross-compiles for the other,
|
| 1247 |
+
depending on version. For Windows it is tested on amd64 and i686.
|
| 1248 |
+
|
| 1249 |
+
There are no runtime dependencies other than libc.
|
| 1250 |
+
|
| 1251 |
+
The source distribution on PyPI contains all dependencies' source and can be
|
| 1252 |
+
built without network access. The file can be downloaded from
|
| 1253 |
+
`https://files.pythonhosted.org/packages/source/o/orjson/orjson-${version}.tar.gz`.
|
| 1254 |
+
|
| 1255 |
+
orjson's tests are included in the source distribution on PyPI. The
|
| 1256 |
+
requirements to run the tests are specified in `test/requirements.txt`. The
|
| 1257 |
+
tests should be run as part of the build. It can be run with
|
| 1258 |
+
`pytest -q test`.
|
| 1259 |
+
|
| 1260 |
+
## License
|
| 1261 |
+
|
| 1262 |
+
orjson was written by ijl <<ijl@mailbox.org>>, copyright 2018 - 2024, available
|
| 1263 |
+
to you under either the Apache 2 license or MIT license at your choice.
|
| 1264 |
+
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/RECORD
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
orjson-3.10.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
orjson-3.10.7.dist-info/METADATA,sha256=LkYArj2ULP-_u_k_ZbkyO8nOw1z2Umzz9PdKNX6k4jc,50426
|
| 3 |
+
orjson-3.10.7.dist-info/RECORD,,
|
| 4 |
+
orjson-3.10.7.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 5 |
+
orjson-3.10.7.dist-info/WHEEL,sha256=UIc1ECP_dnCUiW619xk9MYbNbBBlRzDjPoQHu0ycM0I,129
|
| 6 |
+
orjson-3.10.7.dist-info/license_files/LICENSE-APACHE,sha256=pg7qgXUUUxZo1-AHZXMUSf4U0FnTJJ4LyTs23kX3WfI,10847
|
| 7 |
+
orjson-3.10.7.dist-info/license_files/LICENSE-MIT,sha256=I_GOA9xJ35FiL-KnYXZJdATkbO2KcV2dK2enRGVxzKM,1023
|
| 8 |
+
orjson/__init__.py,sha256=1SdrKCoU_OHDXXY54LqX9Q-12MjiMWic3r52Cp_CYXA,589
|
| 9 |
+
orjson/__init__.pyi,sha256=z1Mm1FjuLWrnyY028gsq3KY_bhSu3tZT75F0JZqN2-o,761
|
| 10 |
+
orjson/__pycache__/__init__.cpython-310.pyc,,
|
| 11 |
+
orjson/orjson.cpython-310-x86_64-linux-gnu.so,sha256=HPejAFftqQPW2jVO4ntBX1eTLT809CtN-TDTZ6_wIqE,265168
|
| 12 |
+
orjson/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/REQUESTED
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: maturin (1.7.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/license_files/LICENSE-APACHE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
videollama2/lib/python3.10/site-packages/orjson-3.10.7.dist-info/license_files/LICENSE-MIT
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Permission is hereby granted, free of charge, to any
|
| 2 |
+
person obtaining a copy of this software and associated
|
| 3 |
+
documentation files (the "Software"), to deal in the
|
| 4 |
+
Software without restriction, including without
|
| 5 |
+
limitation the rights to use, copy, modify, merge,
|
| 6 |
+
publish, distribute, sublicense, and/or sell copies of
|
| 7 |
+
the Software, and to permit persons to whom the Software
|
| 8 |
+
is furnished to do so, subject to the following
|
| 9 |
+
conditions:
|
| 10 |
+
|
| 11 |
+
The above copyright notice and this permission notice
|
| 12 |
+
shall be included in all copies or substantial portions
|
| 13 |
+
of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
| 16 |
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
| 17 |
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
| 18 |
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
| 19 |
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
| 20 |
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
| 21 |
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
| 22 |
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
| 23 |
+
DEALINGS IN THE SOFTWARE.
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/LICENSE.txt
ADDED
|
@@ -0,0 +1,933 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2001-2002 Enthought, Inc. 2003-2024, SciPy Developers.
|
| 2 |
+
All rights reserved.
|
| 3 |
+
|
| 4 |
+
Redistribution and use in source and binary forms, with or without
|
| 5 |
+
modification, are permitted provided that the following conditions
|
| 6 |
+
are met:
|
| 7 |
+
|
| 8 |
+
1. Redistributions of source code must retain the above copyright
|
| 9 |
+
notice, this list of conditions and the following disclaimer.
|
| 10 |
+
|
| 11 |
+
2. Redistributions in binary form must reproduce the above
|
| 12 |
+
copyright notice, this list of conditions and the following
|
| 13 |
+
disclaimer in the documentation and/or other materials provided
|
| 14 |
+
with the distribution.
|
| 15 |
+
|
| 16 |
+
3. Neither the name of the copyright holder nor the names of its
|
| 17 |
+
contributors may be used to endorse or promote products derived
|
| 18 |
+
from this software without specific prior written permission.
|
| 19 |
+
|
| 20 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 21 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 22 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 23 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 24 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 25 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 26 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 27 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 28 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 29 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 30 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 31 |
+
|
| 32 |
+
----
|
| 33 |
+
|
| 34 |
+
This binary distribution of SciPy also bundles the following software:
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
Name: OpenBLAS
|
| 38 |
+
Files: scipy.libs/libopenblas*.so
|
| 39 |
+
Description: bundled as a dynamically linked library
|
| 40 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 41 |
+
License: BSD-3-Clause-Attribution
|
| 42 |
+
Copyright (c) 2011-2014, The OpenBLAS Project
|
| 43 |
+
All rights reserved.
|
| 44 |
+
|
| 45 |
+
Redistribution and use in source and binary forms, with or without
|
| 46 |
+
modification, are permitted provided that the following conditions are
|
| 47 |
+
met:
|
| 48 |
+
|
| 49 |
+
1. Redistributions of source code must retain the above copyright
|
| 50 |
+
notice, this list of conditions and the following disclaimer.
|
| 51 |
+
|
| 52 |
+
2. Redistributions in binary form must reproduce the above copyright
|
| 53 |
+
notice, this list of conditions and the following disclaimer in
|
| 54 |
+
the documentation and/or other materials provided with the
|
| 55 |
+
distribution.
|
| 56 |
+
3. Neither the name of the OpenBLAS project nor the names of
|
| 57 |
+
its contributors may be used to endorse or promote products
|
| 58 |
+
derived from this software without specific prior written
|
| 59 |
+
permission.
|
| 60 |
+
|
| 61 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 62 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 63 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 64 |
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 65 |
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 66 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 67 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 68 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 69 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
| 70 |
+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
Name: LAPACK
|
| 74 |
+
Files: scipy.libs/libopenblas*.so
|
| 75 |
+
Description: bundled in OpenBLAS
|
| 76 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 77 |
+
License: BSD-3-Clause-Attribution
|
| 78 |
+
Copyright (c) 1992-2013 The University of Tennessee and The University
|
| 79 |
+
of Tennessee Research Foundation. All rights
|
| 80 |
+
reserved.
|
| 81 |
+
Copyright (c) 2000-2013 The University of California Berkeley. All
|
| 82 |
+
rights reserved.
|
| 83 |
+
Copyright (c) 2006-2013 The University of Colorado Denver. All rights
|
| 84 |
+
reserved.
|
| 85 |
+
|
| 86 |
+
$COPYRIGHT$
|
| 87 |
+
|
| 88 |
+
Additional copyrights may follow
|
| 89 |
+
|
| 90 |
+
$HEADER$
|
| 91 |
+
|
| 92 |
+
Redistribution and use in source and binary forms, with or without
|
| 93 |
+
modification, are permitted provided that the following conditions are
|
| 94 |
+
met:
|
| 95 |
+
|
| 96 |
+
- Redistributions of source code must retain the above copyright
|
| 97 |
+
notice, this list of conditions and the following disclaimer.
|
| 98 |
+
|
| 99 |
+
- Redistributions in binary form must reproduce the above copyright
|
| 100 |
+
notice, this list of conditions and the following disclaimer listed
|
| 101 |
+
in this license in the documentation and/or other materials
|
| 102 |
+
provided with the distribution.
|
| 103 |
+
|
| 104 |
+
- Neither the name of the copyright holders nor the names of its
|
| 105 |
+
contributors may be used to endorse or promote products derived from
|
| 106 |
+
this software without specific prior written permission.
|
| 107 |
+
|
| 108 |
+
The copyright holders provide no reassurances that the source code
|
| 109 |
+
provided does not infringe any patent, copyright, or any other
|
| 110 |
+
intellectual property rights of third parties. The copyright holders
|
| 111 |
+
disclaim any liability to any recipient for claims brought against
|
| 112 |
+
recipient by any third party for infringement of that parties
|
| 113 |
+
intellectual property rights.
|
| 114 |
+
|
| 115 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 116 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 117 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 118 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 119 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 120 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 121 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 122 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 123 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 124 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 125 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
Name: GCC runtime library
|
| 129 |
+
Files: scipy.libs/libgfortran*.so
|
| 130 |
+
Description: dynamically linked to files compiled with gcc
|
| 131 |
+
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
|
| 132 |
+
License: GPL-3.0-with-GCC-exception
|
| 133 |
+
Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
| 134 |
+
|
| 135 |
+
Libgfortran is free software; you can redistribute it and/or modify
|
| 136 |
+
it under the terms of the GNU General Public License as published by
|
| 137 |
+
the Free Software Foundation; either version 3, or (at your option)
|
| 138 |
+
any later version.
|
| 139 |
+
|
| 140 |
+
Libgfortran is distributed in the hope that it will be useful,
|
| 141 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 142 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 143 |
+
GNU General Public License for more details.
|
| 144 |
+
|
| 145 |
+
Under Section 7 of GPL version 3, you are granted additional
|
| 146 |
+
permissions described in the GCC Runtime Library Exception, version
|
| 147 |
+
3.1, as published by the Free Software Foundation.
|
| 148 |
+
|
| 149 |
+
You should have received a copy of the GNU General Public License and
|
| 150 |
+
a copy of the GCC Runtime Library Exception along with this program;
|
| 151 |
+
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
| 152 |
+
<http://www.gnu.org/licenses/>.
|
| 153 |
+
|
| 154 |
+
----
|
| 155 |
+
|
| 156 |
+
Full text of license texts referred to above follows (that they are
|
| 157 |
+
listed below does not necessarily imply the conditions apply to the
|
| 158 |
+
present binary release):
|
| 159 |
+
|
| 160 |
+
----
|
| 161 |
+
|
| 162 |
+
GCC RUNTIME LIBRARY EXCEPTION
|
| 163 |
+
|
| 164 |
+
Version 3.1, 31 March 2009
|
| 165 |
+
|
| 166 |
+
Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
|
| 167 |
+
|
| 168 |
+
Everyone is permitted to copy and distribute verbatim copies of this
|
| 169 |
+
license document, but changing it is not allowed.
|
| 170 |
+
|
| 171 |
+
This GCC Runtime Library Exception ("Exception") is an additional
|
| 172 |
+
permission under section 7 of the GNU General Public License, version
|
| 173 |
+
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
|
| 174 |
+
bears a notice placed by the copyright holder of the file stating that
|
| 175 |
+
the file is governed by GPLv3 along with this Exception.
|
| 176 |
+
|
| 177 |
+
When you use GCC to compile a program, GCC may combine portions of
|
| 178 |
+
certain GCC header files and runtime libraries with the compiled
|
| 179 |
+
program. The purpose of this Exception is to allow compilation of
|
| 180 |
+
non-GPL (including proprietary) programs to use, in this way, the
|
| 181 |
+
header files and runtime libraries covered by this Exception.
|
| 182 |
+
|
| 183 |
+
0. Definitions.
|
| 184 |
+
|
| 185 |
+
A file is an "Independent Module" if it either requires the Runtime
|
| 186 |
+
Library for execution after a Compilation Process, or makes use of an
|
| 187 |
+
interface provided by the Runtime Library, but is not otherwise based
|
| 188 |
+
on the Runtime Library.
|
| 189 |
+
|
| 190 |
+
"GCC" means a version of the GNU Compiler Collection, with or without
|
| 191 |
+
modifications, governed by version 3 (or a specified later version) of
|
| 192 |
+
the GNU General Public License (GPL) with the option of using any
|
| 193 |
+
subsequent versions published by the FSF.
|
| 194 |
+
|
| 195 |
+
"GPL-compatible Software" is software whose conditions of propagation,
|
| 196 |
+
modification and use would permit combination with GCC in accord with
|
| 197 |
+
the license of GCC.
|
| 198 |
+
|
| 199 |
+
"Target Code" refers to output from any compiler for a real or virtual
|
| 200 |
+
target processor architecture, in executable form or suitable for
|
| 201 |
+
input to an assembler, loader, linker and/or execution
|
| 202 |
+
phase. Notwithstanding that, Target Code does not include data in any
|
| 203 |
+
format that is used as a compiler intermediate representation, or used
|
| 204 |
+
for producing a compiler intermediate representation.
|
| 205 |
+
|
| 206 |
+
The "Compilation Process" transforms code entirely represented in
|
| 207 |
+
non-intermediate languages designed for human-written code, and/or in
|
| 208 |
+
Java Virtual Machine byte code, into Target Code. Thus, for example,
|
| 209 |
+
use of source code generators and preprocessors need not be considered
|
| 210 |
+
part of the Compilation Process, since the Compilation Process can be
|
| 211 |
+
understood as starting with the output of the generators or
|
| 212 |
+
preprocessors.
|
| 213 |
+
|
| 214 |
+
A Compilation Process is "Eligible" if it is done using GCC, alone or
|
| 215 |
+
with other GPL-compatible software, or if it is done without using any
|
| 216 |
+
work based on GCC. For example, using non-GPL-compatible Software to
|
| 217 |
+
optimize any GCC intermediate representations would not qualify as an
|
| 218 |
+
Eligible Compilation Process.
|
| 219 |
+
|
| 220 |
+
1. Grant of Additional Permission.
|
| 221 |
+
|
| 222 |
+
You have permission to propagate a work of Target Code formed by
|
| 223 |
+
combining the Runtime Library with Independent Modules, even if such
|
| 224 |
+
propagation would otherwise violate the terms of GPLv3, provided that
|
| 225 |
+
all Target Code was generated by Eligible Compilation Processes. You
|
| 226 |
+
may then convey such a combination under terms of your choice,
|
| 227 |
+
consistent with the licensing of the Independent Modules.
|
| 228 |
+
|
| 229 |
+
2. No Weakening of GCC Copyleft.
|
| 230 |
+
|
| 231 |
+
The availability of this Exception does not imply any general
|
| 232 |
+
presumption that third-party software is unaffected by the copyleft
|
| 233 |
+
requirements of the license of GCC.
|
| 234 |
+
|
| 235 |
+
----
|
| 236 |
+
|
| 237 |
+
GNU GENERAL PUBLIC LICENSE
|
| 238 |
+
Version 3, 29 June 2007
|
| 239 |
+
|
| 240 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
| 241 |
+
Everyone is permitted to copy and distribute verbatim copies
|
| 242 |
+
of this license document, but changing it is not allowed.
|
| 243 |
+
|
| 244 |
+
Preamble
|
| 245 |
+
|
| 246 |
+
The GNU General Public License is a free, copyleft license for
|
| 247 |
+
software and other kinds of works.
|
| 248 |
+
|
| 249 |
+
The licenses for most software and other practical works are designed
|
| 250 |
+
to take away your freedom to share and change the works. By contrast,
|
| 251 |
+
the GNU General Public License is intended to guarantee your freedom to
|
| 252 |
+
share and change all versions of a program--to make sure it remains free
|
| 253 |
+
software for all its users. We, the Free Software Foundation, use the
|
| 254 |
+
GNU General Public License for most of our software; it applies also to
|
| 255 |
+
any other work released this way by its authors. You can apply it to
|
| 256 |
+
your programs, too.
|
| 257 |
+
|
| 258 |
+
When we speak of free software, we are referring to freedom, not
|
| 259 |
+
price. Our General Public Licenses are designed to make sure that you
|
| 260 |
+
have the freedom to distribute copies of free software (and charge for
|
| 261 |
+
them if you wish), that you receive source code or can get it if you
|
| 262 |
+
want it, that you can change the software or use pieces of it in new
|
| 263 |
+
free programs, and that you know you can do these things.
|
| 264 |
+
|
| 265 |
+
To protect your rights, we need to prevent others from denying you
|
| 266 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
| 267 |
+
certain responsibilities if you distribute copies of the software, or if
|
| 268 |
+
you modify it: responsibilities to respect the freedom of others.
|
| 269 |
+
|
| 270 |
+
For example, if you distribute copies of such a program, whether
|
| 271 |
+
gratis or for a fee, you must pass on to the recipients the same
|
| 272 |
+
freedoms that you received. You must make sure that they, too, receive
|
| 273 |
+
or can get the source code. And you must show them these terms so they
|
| 274 |
+
know their rights.
|
| 275 |
+
|
| 276 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
| 277 |
+
(1) assert copyright on the software, and (2) offer you this License
|
| 278 |
+
giving you legal permission to copy, distribute and/or modify it.
|
| 279 |
+
|
| 280 |
+
For the developers' and authors' protection, the GPL clearly explains
|
| 281 |
+
that there is no warranty for this free software. For both users' and
|
| 282 |
+
authors' sake, the GPL requires that modified versions be marked as
|
| 283 |
+
changed, so that their problems will not be attributed erroneously to
|
| 284 |
+
authors of previous versions.
|
| 285 |
+
|
| 286 |
+
Some devices are designed to deny users access to install or run
|
| 287 |
+
modified versions of the software inside them, although the manufacturer
|
| 288 |
+
can do so. This is fundamentally incompatible with the aim of
|
| 289 |
+
protecting users' freedom to change the software. The systematic
|
| 290 |
+
pattern of such abuse occurs in the area of products for individuals to
|
| 291 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
| 292 |
+
have designed this version of the GPL to prohibit the practice for those
|
| 293 |
+
products. If such problems arise substantially in other domains, we
|
| 294 |
+
stand ready to extend this provision to those domains in future versions
|
| 295 |
+
of the GPL, as needed to protect the freedom of users.
|
| 296 |
+
|
| 297 |
+
Finally, every program is threatened constantly by software patents.
|
| 298 |
+
States should not allow patents to restrict development and use of
|
| 299 |
+
software on general-purpose computers, but in those that do, we wish to
|
| 300 |
+
avoid the special danger that patents applied to a free program could
|
| 301 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
| 302 |
+
patents cannot be used to render the program non-free.
|
| 303 |
+
|
| 304 |
+
The precise terms and conditions for copying, distribution and
|
| 305 |
+
modification follow.
|
| 306 |
+
|
| 307 |
+
TERMS AND CONDITIONS
|
| 308 |
+
|
| 309 |
+
0. Definitions.
|
| 310 |
+
|
| 311 |
+
"This License" refers to version 3 of the GNU General Public License.
|
| 312 |
+
|
| 313 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
| 314 |
+
works, such as semiconductor masks.
|
| 315 |
+
|
| 316 |
+
"The Program" refers to any copyrightable work licensed under this
|
| 317 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
| 318 |
+
"recipients" may be individuals or organizations.
|
| 319 |
+
|
| 320 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
| 321 |
+
in a fashion requiring copyright permission, other than the making of an
|
| 322 |
+
exact copy. The resulting work is called a "modified version" of the
|
| 323 |
+
earlier work or a work "based on" the earlier work.
|
| 324 |
+
|
| 325 |
+
A "covered work" means either the unmodified Program or a work based
|
| 326 |
+
on the Program.
|
| 327 |
+
|
| 328 |
+
To "propagate" a work means to do anything with it that, without
|
| 329 |
+
permission, would make you directly or secondarily liable for
|
| 330 |
+
infringement under applicable copyright law, except executing it on a
|
| 331 |
+
computer or modifying a private copy. Propagation includes copying,
|
| 332 |
+
distribution (with or without modification), making available to the
|
| 333 |
+
public, and in some countries other activities as well.
|
| 334 |
+
|
| 335 |
+
To "convey" a work means any kind of propagation that enables other
|
| 336 |
+
parties to make or receive copies. Mere interaction with a user through
|
| 337 |
+
a computer network, with no transfer of a copy, is not conveying.
|
| 338 |
+
|
| 339 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
| 340 |
+
to the extent that it includes a convenient and prominently visible
|
| 341 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
| 342 |
+
tells the user that there is no warranty for the work (except to the
|
| 343 |
+
extent that warranties are provided), that licensees may convey the
|
| 344 |
+
work under this License, and how to view a copy of this License. If
|
| 345 |
+
the interface presents a list of user commands or options, such as a
|
| 346 |
+
menu, a prominent item in the list meets this criterion.
|
| 347 |
+
|
| 348 |
+
1. Source Code.
|
| 349 |
+
|
| 350 |
+
The "source code" for a work means the preferred form of the work
|
| 351 |
+
for making modifications to it. "Object code" means any non-source
|
| 352 |
+
form of a work.
|
| 353 |
+
|
| 354 |
+
A "Standard Interface" means an interface that either is an official
|
| 355 |
+
standard defined by a recognized standards body, or, in the case of
|
| 356 |
+
interfaces specified for a particular programming language, one that
|
| 357 |
+
is widely used among developers working in that language.
|
| 358 |
+
|
| 359 |
+
The "System Libraries" of an executable work include anything, other
|
| 360 |
+
than the work as a whole, that (a) is included in the normal form of
|
| 361 |
+
packaging a Major Component, but which is not part of that Major
|
| 362 |
+
Component, and (b) serves only to enable use of the work with that
|
| 363 |
+
Major Component, or to implement a Standard Interface for which an
|
| 364 |
+
implementation is available to the public in source code form. A
|
| 365 |
+
"Major Component", in this context, means a major essential component
|
| 366 |
+
(kernel, window system, and so on) of the specific operating system
|
| 367 |
+
(if any) on which the executable work runs, or a compiler used to
|
| 368 |
+
produce the work, or an object code interpreter used to run it.
|
| 369 |
+
|
| 370 |
+
The "Corresponding Source" for a work in object code form means all
|
| 371 |
+
the source code needed to generate, install, and (for an executable
|
| 372 |
+
work) run the object code and to modify the work, including scripts to
|
| 373 |
+
control those activities. However, it does not include the work's
|
| 374 |
+
System Libraries, or general-purpose tools or generally available free
|
| 375 |
+
programs which are used unmodified in performing those activities but
|
| 376 |
+
which are not part of the work. For example, Corresponding Source
|
| 377 |
+
includes interface definition files associated with source files for
|
| 378 |
+
the work, and the source code for shared libraries and dynamically
|
| 379 |
+
linked subprograms that the work is specifically designed to require,
|
| 380 |
+
such as by intimate data communication or control flow between those
|
| 381 |
+
subprograms and other parts of the work.
|
| 382 |
+
|
| 383 |
+
The Corresponding Source need not include anything that users
|
| 384 |
+
can regenerate automatically from other parts of the Corresponding
|
| 385 |
+
Source.
|
| 386 |
+
|
| 387 |
+
The Corresponding Source for a work in source code form is that
|
| 388 |
+
same work.
|
| 389 |
+
|
| 390 |
+
2. Basic Permissions.
|
| 391 |
+
|
| 392 |
+
All rights granted under this License are granted for the term of
|
| 393 |
+
copyright on the Program, and are irrevocable provided the stated
|
| 394 |
+
conditions are met. This License explicitly affirms your unlimited
|
| 395 |
+
permission to run the unmodified Program. The output from running a
|
| 396 |
+
covered work is covered by this License only if the output, given its
|
| 397 |
+
content, constitutes a covered work. This License acknowledges your
|
| 398 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
| 399 |
+
|
| 400 |
+
You may make, run and propagate covered works that you do not
|
| 401 |
+
convey, without conditions so long as your license otherwise remains
|
| 402 |
+
in force. You may convey covered works to others for the sole purpose
|
| 403 |
+
of having them make modifications exclusively for you, or provide you
|
| 404 |
+
with facilities for running those works, provided that you comply with
|
| 405 |
+
the terms of this License in conveying all material for which you do
|
| 406 |
+
not control copyright. Those thus making or running the covered works
|
| 407 |
+
for you must do so exclusively on your behalf, under your direction
|
| 408 |
+
and control, on terms that prohibit them from making any copies of
|
| 409 |
+
your copyrighted material outside their relationship with you.
|
| 410 |
+
|
| 411 |
+
Conveying under any other circumstances is permitted solely under
|
| 412 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
| 413 |
+
makes it unnecessary.
|
| 414 |
+
|
| 415 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
| 416 |
+
|
| 417 |
+
No covered work shall be deemed part of an effective technological
|
| 418 |
+
measure under any applicable law fulfilling obligations under article
|
| 419 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
| 420 |
+
similar laws prohibiting or restricting circumvention of such
|
| 421 |
+
measures.
|
| 422 |
+
|
| 423 |
+
When you convey a covered work, you waive any legal power to forbid
|
| 424 |
+
circumvention of technological measures to the extent such circumvention
|
| 425 |
+
is effected by exercising rights under this License with respect to
|
| 426 |
+
the covered work, and you disclaim any intention to limit operation or
|
| 427 |
+
modification of the work as a means of enforcing, against the work's
|
| 428 |
+
users, your or third parties' legal rights to forbid circumvention of
|
| 429 |
+
technological measures.
|
| 430 |
+
|
| 431 |
+
4. Conveying Verbatim Copies.
|
| 432 |
+
|
| 433 |
+
You may convey verbatim copies of the Program's source code as you
|
| 434 |
+
receive it, in any medium, provided that you conspicuously and
|
| 435 |
+
appropriately publish on each copy an appropriate copyright notice;
|
| 436 |
+
keep intact all notices stating that this License and any
|
| 437 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
| 438 |
+
keep intact all notices of the absence of any warranty; and give all
|
| 439 |
+
recipients a copy of this License along with the Program.
|
| 440 |
+
|
| 441 |
+
You may charge any price or no price for each copy that you convey,
|
| 442 |
+
and you may offer support or warranty protection for a fee.
|
| 443 |
+
|
| 444 |
+
5. Conveying Modified Source Versions.
|
| 445 |
+
|
| 446 |
+
You may convey a work based on the Program, or the modifications to
|
| 447 |
+
produce it from the Program, in the form of source code under the
|
| 448 |
+
terms of section 4, provided that you also meet all of these conditions:
|
| 449 |
+
|
| 450 |
+
a) The work must carry prominent notices stating that you modified
|
| 451 |
+
it, and giving a relevant date.
|
| 452 |
+
|
| 453 |
+
b) The work must carry prominent notices stating that it is
|
| 454 |
+
released under this License and any conditions added under section
|
| 455 |
+
7. This requirement modifies the requirement in section 4 to
|
| 456 |
+
"keep intact all notices".
|
| 457 |
+
|
| 458 |
+
c) You must license the entire work, as a whole, under this
|
| 459 |
+
License to anyone who comes into possession of a copy. This
|
| 460 |
+
License will therefore apply, along with any applicable section 7
|
| 461 |
+
additional terms, to the whole of the work, and all its parts,
|
| 462 |
+
regardless of how they are packaged. This License gives no
|
| 463 |
+
permission to license the work in any other way, but it does not
|
| 464 |
+
invalidate such permission if you have separately received it.
|
| 465 |
+
|
| 466 |
+
d) If the work has interactive user interfaces, each must display
|
| 467 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
| 468 |
+
interfaces that do not display Appropriate Legal Notices, your
|
| 469 |
+
work need not make them do so.
|
| 470 |
+
|
| 471 |
+
A compilation of a covered work with other separate and independent
|
| 472 |
+
works, which are not by their nature extensions of the covered work,
|
| 473 |
+
and which are not combined with it such as to form a larger program,
|
| 474 |
+
in or on a volume of a storage or distribution medium, is called an
|
| 475 |
+
"aggregate" if the compilation and its resulting copyright are not
|
| 476 |
+
used to limit the access or legal rights of the compilation's users
|
| 477 |
+
beyond what the individual works permit. Inclusion of a covered work
|
| 478 |
+
in an aggregate does not cause this License to apply to the other
|
| 479 |
+
parts of the aggregate.
|
| 480 |
+
|
| 481 |
+
6. Conveying Non-Source Forms.
|
| 482 |
+
|
| 483 |
+
You may convey a covered work in object code form under the terms
|
| 484 |
+
of sections 4 and 5, provided that you also convey the
|
| 485 |
+
machine-readable Corresponding Source under the terms of this License,
|
| 486 |
+
in one of these ways:
|
| 487 |
+
|
| 488 |
+
a) Convey the object code in, or embodied in, a physical product
|
| 489 |
+
(including a physical distribution medium), accompanied by the
|
| 490 |
+
Corresponding Source fixed on a durable physical medium
|
| 491 |
+
customarily used for software interchange.
|
| 492 |
+
|
| 493 |
+
b) Convey the object code in, or embodied in, a physical product
|
| 494 |
+
(including a physical distribution medium), accompanied by a
|
| 495 |
+
written offer, valid for at least three years and valid for as
|
| 496 |
+
long as you offer spare parts or customer support for that product
|
| 497 |
+
model, to give anyone who possesses the object code either (1) a
|
| 498 |
+
copy of the Corresponding Source for all the software in the
|
| 499 |
+
product that is covered by this License, on a durable physical
|
| 500 |
+
medium customarily used for software interchange, for a price no
|
| 501 |
+
more than your reasonable cost of physically performing this
|
| 502 |
+
conveying of source, or (2) access to copy the
|
| 503 |
+
Corresponding Source from a network server at no charge.
|
| 504 |
+
|
| 505 |
+
c) Convey individual copies of the object code with a copy of the
|
| 506 |
+
written offer to provide the Corresponding Source. This
|
| 507 |
+
alternative is allowed only occasionally and noncommercially, and
|
| 508 |
+
only if you received the object code with such an offer, in accord
|
| 509 |
+
with subsection 6b.
|
| 510 |
+
|
| 511 |
+
d) Convey the object code by offering access from a designated
|
| 512 |
+
place (gratis or for a charge), and offer equivalent access to the
|
| 513 |
+
Corresponding Source in the same way through the same place at no
|
| 514 |
+
further charge. You need not require recipients to copy the
|
| 515 |
+
Corresponding Source along with the object code. If the place to
|
| 516 |
+
copy the object code is a network server, the Corresponding Source
|
| 517 |
+
may be on a different server (operated by you or a third party)
|
| 518 |
+
that supports equivalent copying facilities, provided you maintain
|
| 519 |
+
clear directions next to the object code saying where to find the
|
| 520 |
+
Corresponding Source. Regardless of what server hosts the
|
| 521 |
+
Corresponding Source, you remain obligated to ensure that it is
|
| 522 |
+
available for as long as needed to satisfy these requirements.
|
| 523 |
+
|
| 524 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
| 525 |
+
you inform other peers where the object code and Corresponding
|
| 526 |
+
Source of the work are being offered to the general public at no
|
| 527 |
+
charge under subsection 6d.
|
| 528 |
+
|
| 529 |
+
A separable portion of the object code, whose source code is excluded
|
| 530 |
+
from the Corresponding Source as a System Library, need not be
|
| 531 |
+
included in conveying the object code work.
|
| 532 |
+
|
| 533 |
+
A "User Product" is either (1) a "consumer product", which means any
|
| 534 |
+
tangible personal property which is normally used for personal, family,
|
| 535 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
| 536 |
+
into a dwelling. In determining whether a product is a consumer product,
|
| 537 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
| 538 |
+
product received by a particular user, "normally used" refers to a
|
| 539 |
+
typical or common use of that class of product, regardless of the status
|
| 540 |
+
of the particular user or of the way in which the particular user
|
| 541 |
+
actually uses, or expects or is expected to use, the product. A product
|
| 542 |
+
is a consumer product regardless of whether the product has substantial
|
| 543 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
| 544 |
+
the only significant mode of use of the product.
|
| 545 |
+
|
| 546 |
+
"Installation Information" for a User Product means any methods,
|
| 547 |
+
procedures, authorization keys, or other information required to install
|
| 548 |
+
and execute modified versions of a covered work in that User Product from
|
| 549 |
+
a modified version of its Corresponding Source. The information must
|
| 550 |
+
suffice to ensure that the continued functioning of the modified object
|
| 551 |
+
code is in no case prevented or interfered with solely because
|
| 552 |
+
modification has been made.
|
| 553 |
+
|
| 554 |
+
If you convey an object code work under this section in, or with, or
|
| 555 |
+
specifically for use in, a User Product, and the conveying occurs as
|
| 556 |
+
part of a transaction in which the right of possession and use of the
|
| 557 |
+
User Product is transferred to the recipient in perpetuity or for a
|
| 558 |
+
fixed term (regardless of how the transaction is characterized), the
|
| 559 |
+
Corresponding Source conveyed under this section must be accompanied
|
| 560 |
+
by the Installation Information. But this requirement does not apply
|
| 561 |
+
if neither you nor any third party retains the ability to install
|
| 562 |
+
modified object code on the User Product (for example, the work has
|
| 563 |
+
been installed in ROM).
|
| 564 |
+
|
| 565 |
+
The requirement to provide Installation Information does not include a
|
| 566 |
+
requirement to continue to provide support service, warranty, or updates
|
| 567 |
+
for a work that has been modified or installed by the recipient, or for
|
| 568 |
+
the User Product in which it has been modified or installed. Access to a
|
| 569 |
+
network may be denied when the modification itself materially and
|
| 570 |
+
adversely affects the operation of the network or violates the rules and
|
| 571 |
+
protocols for communication across the network.
|
| 572 |
+
|
| 573 |
+
Corresponding Source conveyed, and Installation Information provided,
|
| 574 |
+
in accord with this section must be in a format that is publicly
|
| 575 |
+
documented (and with an implementation available to the public in
|
| 576 |
+
source code form), and must require no special password or key for
|
| 577 |
+
unpacking, reading or copying.
|
| 578 |
+
|
| 579 |
+
7. Additional Terms.
|
| 580 |
+
|
| 581 |
+
"Additional permissions" are terms that supplement the terms of this
|
| 582 |
+
License by making exceptions from one or more of its conditions.
|
| 583 |
+
Additional permissions that are applicable to the entire Program shall
|
| 584 |
+
be treated as though they were included in this License, to the extent
|
| 585 |
+
that they are valid under applicable law. If additional permissions
|
| 586 |
+
apply only to part of the Program, that part may be used separately
|
| 587 |
+
under those permissions, but the entire Program remains governed by
|
| 588 |
+
this License without regard to the additional permissions.
|
| 589 |
+
|
| 590 |
+
When you convey a copy of a covered work, you may at your option
|
| 591 |
+
remove any additional permissions from that copy, or from any part of
|
| 592 |
+
it. (Additional permissions may be written to require their own
|
| 593 |
+
removal in certain cases when you modify the work.) You may place
|
| 594 |
+
additional permissions on material, added by you to a covered work,
|
| 595 |
+
for which you have or can give appropriate copyright permission.
|
| 596 |
+
|
| 597 |
+
Notwithstanding any other provision of this License, for material you
|
| 598 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
| 599 |
+
that material) supplement the terms of this License with terms:
|
| 600 |
+
|
| 601 |
+
a) Disclaiming warranty or limiting liability differently from the
|
| 602 |
+
terms of sections 15 and 16 of this License; or
|
| 603 |
+
|
| 604 |
+
b) Requiring preservation of specified reasonable legal notices or
|
| 605 |
+
author attributions in that material or in the Appropriate Legal
|
| 606 |
+
Notices displayed by works containing it; or
|
| 607 |
+
|
| 608 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
| 609 |
+
requiring that modified versions of such material be marked in
|
| 610 |
+
reasonable ways as different from the original version; or
|
| 611 |
+
|
| 612 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
| 613 |
+
authors of the material; or
|
| 614 |
+
|
| 615 |
+
e) Declining to grant rights under trademark law for use of some
|
| 616 |
+
trade names, trademarks, or service marks; or
|
| 617 |
+
|
| 618 |
+
f) Requiring indemnification of licensors and authors of that
|
| 619 |
+
material by anyone who conveys the material (or modified versions of
|
| 620 |
+
it) with contractual assumptions of liability to the recipient, for
|
| 621 |
+
any liability that these contractual assumptions directly impose on
|
| 622 |
+
those licensors and authors.
|
| 623 |
+
|
| 624 |
+
All other non-permissive additional terms are considered "further
|
| 625 |
+
restrictions" within the meaning of section 10. If the Program as you
|
| 626 |
+
received it, or any part of it, contains a notice stating that it is
|
| 627 |
+
governed by this License along with a term that is a further
|
| 628 |
+
restriction, you may remove that term. If a license document contains
|
| 629 |
+
a further restriction but permits relicensing or conveying under this
|
| 630 |
+
License, you may add to a covered work material governed by the terms
|
| 631 |
+
of that license document, provided that the further restriction does
|
| 632 |
+
not survive such relicensing or conveying.
|
| 633 |
+
|
| 634 |
+
If you add terms to a covered work in accord with this section, you
|
| 635 |
+
must place, in the relevant source files, a statement of the
|
| 636 |
+
additional terms that apply to those files, or a notice indicating
|
| 637 |
+
where to find the applicable terms.
|
| 638 |
+
|
| 639 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
| 640 |
+
form of a separately written license, or stated as exceptions;
|
| 641 |
+
the above requirements apply either way.
|
| 642 |
+
|
| 643 |
+
8. Termination.
|
| 644 |
+
|
| 645 |
+
You may not propagate or modify a covered work except as expressly
|
| 646 |
+
provided under this License. Any attempt otherwise to propagate or
|
| 647 |
+
modify it is void, and will automatically terminate your rights under
|
| 648 |
+
this License (including any patent licenses granted under the third
|
| 649 |
+
paragraph of section 11).
|
| 650 |
+
|
| 651 |
+
However, if you cease all violation of this License, then your
|
| 652 |
+
license from a particular copyright holder is reinstated (a)
|
| 653 |
+
provisionally, unless and until the copyright holder explicitly and
|
| 654 |
+
finally terminates your license, and (b) permanently, if the copyright
|
| 655 |
+
holder fails to notify you of the violation by some reasonable means
|
| 656 |
+
prior to 60 days after the cessation.
|
| 657 |
+
|
| 658 |
+
Moreover, your license from a particular copyright holder is
|
| 659 |
+
reinstated permanently if the copyright holder notifies you of the
|
| 660 |
+
violation by some reasonable means, this is the first time you have
|
| 661 |
+
received notice of violation of this License (for any work) from that
|
| 662 |
+
copyright holder, and you cure the violation prior to 30 days after
|
| 663 |
+
your receipt of the notice.
|
| 664 |
+
|
| 665 |
+
Termination of your rights under this section does not terminate the
|
| 666 |
+
licenses of parties who have received copies or rights from you under
|
| 667 |
+
this License. If your rights have been terminated and not permanently
|
| 668 |
+
reinstated, you do not qualify to receive new licenses for the same
|
| 669 |
+
material under section 10.
|
| 670 |
+
|
| 671 |
+
9. Acceptance Not Required for Having Copies.
|
| 672 |
+
|
| 673 |
+
You are not required to accept this License in order to receive or
|
| 674 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
| 675 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
| 676 |
+
to receive a copy likewise does not require acceptance. However,
|
| 677 |
+
nothing other than this License grants you permission to propagate or
|
| 678 |
+
modify any covered work. These actions infringe copyright if you do
|
| 679 |
+
not accept this License. Therefore, by modifying or propagating a
|
| 680 |
+
covered work, you indicate your acceptance of this License to do so.
|
| 681 |
+
|
| 682 |
+
10. Automatic Licensing of Downstream Recipients.
|
| 683 |
+
|
| 684 |
+
Each time you convey a covered work, the recipient automatically
|
| 685 |
+
receives a license from the original licensors, to run, modify and
|
| 686 |
+
propagate that work, subject to this License. You are not responsible
|
| 687 |
+
for enforcing compliance by third parties with this License.
|
| 688 |
+
|
| 689 |
+
An "entity transaction" is a transaction transferring control of an
|
| 690 |
+
organization, or substantially all assets of one, or subdividing an
|
| 691 |
+
organization, or merging organizations. If propagation of a covered
|
| 692 |
+
work results from an entity transaction, each party to that
|
| 693 |
+
transaction who receives a copy of the work also receives whatever
|
| 694 |
+
licenses to the work the party's predecessor in interest had or could
|
| 695 |
+
give under the previous paragraph, plus a right to possession of the
|
| 696 |
+
Corresponding Source of the work from the predecessor in interest, if
|
| 697 |
+
the predecessor has it or can get it with reasonable efforts.
|
| 698 |
+
|
| 699 |
+
You may not impose any further restrictions on the exercise of the
|
| 700 |
+
rights granted or affirmed under this License. For example, you may
|
| 701 |
+
not impose a license fee, royalty, or other charge for exercise of
|
| 702 |
+
rights granted under this License, and you may not initiate litigation
|
| 703 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
| 704 |
+
any patent claim is infringed by making, using, selling, offering for
|
| 705 |
+
sale, or importing the Program or any portion of it.
|
| 706 |
+
|
| 707 |
+
11. Patents.
|
| 708 |
+
|
| 709 |
+
A "contributor" is a copyright holder who authorizes use under this
|
| 710 |
+
License of the Program or a work on which the Program is based. The
|
| 711 |
+
work thus licensed is called the contributor's "contributor version".
|
| 712 |
+
|
| 713 |
+
A contributor's "essential patent claims" are all patent claims
|
| 714 |
+
owned or controlled by the contributor, whether already acquired or
|
| 715 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
| 716 |
+
by this License, of making, using, or selling its contributor version,
|
| 717 |
+
but do not include claims that would be infringed only as a
|
| 718 |
+
consequence of further modification of the contributor version. For
|
| 719 |
+
purposes of this definition, "control" includes the right to grant
|
| 720 |
+
patent sublicenses in a manner consistent with the requirements of
|
| 721 |
+
this License.
|
| 722 |
+
|
| 723 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
| 724 |
+
patent license under the contributor's essential patent claims, to
|
| 725 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
| 726 |
+
propagate the contents of its contributor version.
|
| 727 |
+
|
| 728 |
+
In the following three paragraphs, a "patent license" is any express
|
| 729 |
+
agreement or commitment, however denominated, not to enforce a patent
|
| 730 |
+
(such as an express permission to practice a patent or covenant not to
|
| 731 |
+
sue for patent infringement). To "grant" such a patent license to a
|
| 732 |
+
party means to make such an agreement or commitment not to enforce a
|
| 733 |
+
patent against the party.
|
| 734 |
+
|
| 735 |
+
If you convey a covered work, knowingly relying on a patent license,
|
| 736 |
+
and the Corresponding Source of the work is not available for anyone
|
| 737 |
+
to copy, free of charge and under the terms of this License, through a
|
| 738 |
+
publicly available network server or other readily accessible means,
|
| 739 |
+
then you must either (1) cause the Corresponding Source to be so
|
| 740 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
| 741 |
+
patent license for this particular work, or (3) arrange, in a manner
|
| 742 |
+
consistent with the requirements of this License, to extend the patent
|
| 743 |
+
license to downstream recipients. "Knowingly relying" means you have
|
| 744 |
+
actual knowledge that, but for the patent license, your conveying the
|
| 745 |
+
covered work in a country, or your recipient's use of the covered work
|
| 746 |
+
in a country, would infringe one or more identifiable patents in that
|
| 747 |
+
country that you have reason to believe are valid.
|
| 748 |
+
|
| 749 |
+
If, pursuant to or in connection with a single transaction or
|
| 750 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
| 751 |
+
covered work, and grant a patent license to some of the parties
|
| 752 |
+
receiving the covered work authorizing them to use, propagate, modify
|
| 753 |
+
or convey a specific copy of the covered work, then the patent license
|
| 754 |
+
you grant is automatically extended to all recipients of the covered
|
| 755 |
+
work and works based on it.
|
| 756 |
+
|
| 757 |
+
A patent license is "discriminatory" if it does not include within
|
| 758 |
+
the scope of its coverage, prohibits the exercise of, or is
|
| 759 |
+
conditioned on the non-exercise of one or more of the rights that are
|
| 760 |
+
specifically granted under this License. You may not convey a covered
|
| 761 |
+
work if you are a party to an arrangement with a third party that is
|
| 762 |
+
in the business of distributing software, under which you make payment
|
| 763 |
+
to the third party based on the extent of your activity of conveying
|
| 764 |
+
the work, and under which the third party grants, to any of the
|
| 765 |
+
parties who would receive the covered work from you, a discriminatory
|
| 766 |
+
patent license (a) in connection with copies of the covered work
|
| 767 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
| 768 |
+
for and in connection with specific products or compilations that
|
| 769 |
+
contain the covered work, unless you entered into that arrangement,
|
| 770 |
+
or that patent license was granted, prior to 28 March 2007.
|
| 771 |
+
|
| 772 |
+
Nothing in this License shall be construed as excluding or limiting
|
| 773 |
+
any implied license or other defenses to infringement that may
|
| 774 |
+
otherwise be available to you under applicable patent law.
|
| 775 |
+
|
| 776 |
+
12. No Surrender of Others' Freedom.
|
| 777 |
+
|
| 778 |
+
If conditions are imposed on you (whether by court order, agreement or
|
| 779 |
+
otherwise) that contradict the conditions of this License, they do not
|
| 780 |
+
excuse you from the conditions of this License. If you cannot convey a
|
| 781 |
+
covered work so as to satisfy simultaneously your obligations under this
|
| 782 |
+
License and any other pertinent obligations, then as a consequence you may
|
| 783 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
| 784 |
+
to collect a royalty for further conveying from those to whom you convey
|
| 785 |
+
the Program, the only way you could satisfy both those terms and this
|
| 786 |
+
License would be to refrain entirely from conveying the Program.
|
| 787 |
+
|
| 788 |
+
13. Use with the GNU Affero General Public License.
|
| 789 |
+
|
| 790 |
+
Notwithstanding any other provision of this License, you have
|
| 791 |
+
permission to link or combine any covered work with a work licensed
|
| 792 |
+
under version 3 of the GNU Affero General Public License into a single
|
| 793 |
+
combined work, and to convey the resulting work. The terms of this
|
| 794 |
+
License will continue to apply to the part which is the covered work,
|
| 795 |
+
but the special requirements of the GNU Affero General Public License,
|
| 796 |
+
section 13, concerning interaction through a network will apply to the
|
| 797 |
+
combination as such.
|
| 798 |
+
|
| 799 |
+
14. Revised Versions of this License.
|
| 800 |
+
|
| 801 |
+
The Free Software Foundation may publish revised and/or new versions of
|
| 802 |
+
the GNU General Public License from time to time. Such new versions will
|
| 803 |
+
be similar in spirit to the present version, but may differ in detail to
|
| 804 |
+
address new problems or concerns.
|
| 805 |
+
|
| 806 |
+
Each version is given a distinguishing version number. If the
|
| 807 |
+
Program specifies that a certain numbered version of the GNU General
|
| 808 |
+
Public License "or any later version" applies to it, you have the
|
| 809 |
+
option of following the terms and conditions either of that numbered
|
| 810 |
+
version or of any later version published by the Free Software
|
| 811 |
+
Foundation. If the Program does not specify a version number of the
|
| 812 |
+
GNU General Public License, you may choose any version ever published
|
| 813 |
+
by the Free Software Foundation.
|
| 814 |
+
|
| 815 |
+
If the Program specifies that a proxy can decide which future
|
| 816 |
+
versions of the GNU General Public License can be used, that proxy's
|
| 817 |
+
public statement of acceptance of a version permanently authorizes you
|
| 818 |
+
to choose that version for the Program.
|
| 819 |
+
|
| 820 |
+
Later license versions may give you additional or different
|
| 821 |
+
permissions. However, no additional obligations are imposed on any
|
| 822 |
+
author or copyright holder as a result of your choosing to follow a
|
| 823 |
+
later version.
|
| 824 |
+
|
| 825 |
+
15. Disclaimer of Warranty.
|
| 826 |
+
|
| 827 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
| 828 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
| 829 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
| 830 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
| 831 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 832 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
| 833 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
| 834 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| 835 |
+
|
| 836 |
+
16. Limitation of Liability.
|
| 837 |
+
|
| 838 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
| 839 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
| 840 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
| 841 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
| 842 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
| 843 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
| 844 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
| 845 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
| 846 |
+
SUCH DAMAGES.
|
| 847 |
+
|
| 848 |
+
17. Interpretation of Sections 15 and 16.
|
| 849 |
+
|
| 850 |
+
If the disclaimer of warranty and limitation of liability provided
|
| 851 |
+
above cannot be given local legal effect according to their terms,
|
| 852 |
+
reviewing courts shall apply local law that most closely approximates
|
| 853 |
+
an absolute waiver of all civil liability in connection with the
|
| 854 |
+
Program, unless a warranty or assumption of liability accompanies a
|
| 855 |
+
copy of the Program in return for a fee.
|
| 856 |
+
|
| 857 |
+
END OF TERMS AND CONDITIONS
|
| 858 |
+
|
| 859 |
+
How to Apply These Terms to Your New Programs
|
| 860 |
+
|
| 861 |
+
If you develop a new program, and you want it to be of the greatest
|
| 862 |
+
possible use to the public, the best way to achieve this is to make it
|
| 863 |
+
free software which everyone can redistribute and change under these terms.
|
| 864 |
+
|
| 865 |
+
To do so, attach the following notices to the program. It is safest
|
| 866 |
+
to attach them to the start of each source file to most effectively
|
| 867 |
+
state the exclusion of warranty; and each file should have at least
|
| 868 |
+
the "copyright" line and a pointer to where the full notice is found.
|
| 869 |
+
|
| 870 |
+
<one line to give the program's name and a brief idea of what it does.>
|
| 871 |
+
Copyright (C) <year> <name of author>
|
| 872 |
+
|
| 873 |
+
This program is free software: you can redistribute it and/or modify
|
| 874 |
+
it under the terms of the GNU General Public License as published by
|
| 875 |
+
the Free Software Foundation, either version 3 of the License, or
|
| 876 |
+
(at your option) any later version.
|
| 877 |
+
|
| 878 |
+
This program is distributed in the hope that it will be useful,
|
| 879 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 880 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 881 |
+
GNU General Public License for more details.
|
| 882 |
+
|
| 883 |
+
You should have received a copy of the GNU General Public License
|
| 884 |
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
| 885 |
+
|
| 886 |
+
Also add information on how to contact you by electronic and paper mail.
|
| 887 |
+
|
| 888 |
+
If the program does terminal interaction, make it output a short
|
| 889 |
+
notice like this when it starts in an interactive mode:
|
| 890 |
+
|
| 891 |
+
<program> Copyright (C) <year> <name of author>
|
| 892 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
| 893 |
+
This is free software, and you are welcome to redistribute it
|
| 894 |
+
under certain conditions; type `show c' for details.
|
| 895 |
+
|
| 896 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
| 897 |
+
parts of the General Public License. Of course, your program's commands
|
| 898 |
+
might be different; for a GUI interface, you would use an "about box".
|
| 899 |
+
|
| 900 |
+
You should also get your employer (if you work as a programmer) or school,
|
| 901 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
| 902 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
| 903 |
+
<http://www.gnu.org/licenses/>.
|
| 904 |
+
|
| 905 |
+
The GNU General Public License does not permit incorporating your program
|
| 906 |
+
into proprietary programs. If your program is a subroutine library, you
|
| 907 |
+
may consider it more useful to permit linking proprietary applications with
|
| 908 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
| 909 |
+
Public License instead of this License. But first, please read
|
| 910 |
+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
| 911 |
+
|
| 912 |
+
|
| 913 |
+
Name: libquadmath
|
| 914 |
+
Files: scipy.libs/libquadmath*.so
|
| 915 |
+
Description: dynamically linked to files compiled with gcc
|
| 916 |
+
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
|
| 917 |
+
License: LGPL-2.1-or-later
|
| 918 |
+
|
| 919 |
+
GCC Quad-Precision Math Library
|
| 920 |
+
Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
| 921 |
+
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
| 922 |
+
|
| 923 |
+
This file is part of the libquadmath library.
|
| 924 |
+
Libquadmath is free software; you can redistribute it and/or
|
| 925 |
+
modify it under the terms of the GNU Library General Public
|
| 926 |
+
License as published by the Free Software Foundation; either
|
| 927 |
+
version 2.1 of the License, or (at your option) any later version.
|
| 928 |
+
|
| 929 |
+
Libquadmath is distributed in the hope that it will be useful,
|
| 930 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 931 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 932 |
+
Lesser General Public License for more details.
|
| 933 |
+
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/METADATA
ADDED
|
@@ -0,0 +1,1077 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: scipy
|
| 3 |
+
Version: 1.14.1
|
| 4 |
+
Summary: Fundamental algorithms for scientific computing in Python
|
| 5 |
+
Home-page: https://scipy.org/
|
| 6 |
+
Maintainer-Email: SciPy Developers <scipy-dev@python.org>
|
| 7 |
+
License: Copyright (c) 2001-2002 Enthought, Inc. 2003-2024, SciPy Developers.
|
| 8 |
+
All rights reserved.
|
| 9 |
+
|
| 10 |
+
Redistribution and use in source and binary forms, with or without
|
| 11 |
+
modification, are permitted provided that the following conditions
|
| 12 |
+
are met:
|
| 13 |
+
|
| 14 |
+
1. Redistributions of source code must retain the above copyright
|
| 15 |
+
notice, this list of conditions and the following disclaimer.
|
| 16 |
+
|
| 17 |
+
2. Redistributions in binary form must reproduce the above
|
| 18 |
+
copyright notice, this list of conditions and the following
|
| 19 |
+
disclaimer in the documentation and/or other materials provided
|
| 20 |
+
with the distribution.
|
| 21 |
+
|
| 22 |
+
3. Neither the name of the copyright holder nor the names of its
|
| 23 |
+
contributors may be used to endorse or promote products derived
|
| 24 |
+
from this software without specific prior written permission.
|
| 25 |
+
|
| 26 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 27 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 28 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 29 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 30 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 31 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 32 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 33 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 34 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 35 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 36 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 37 |
+
|
| 38 |
+
----
|
| 39 |
+
|
| 40 |
+
This binary distribution of SciPy also bundles the following software:
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
Name: OpenBLAS
|
| 44 |
+
Files: scipy.libs/libopenblas*.so
|
| 45 |
+
Description: bundled as a dynamically linked library
|
| 46 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 47 |
+
License: BSD-3-Clause-Attribution
|
| 48 |
+
Copyright (c) 2011-2014, The OpenBLAS Project
|
| 49 |
+
All rights reserved.
|
| 50 |
+
|
| 51 |
+
Redistribution and use in source and binary forms, with or without
|
| 52 |
+
modification, are permitted provided that the following conditions are
|
| 53 |
+
met:
|
| 54 |
+
|
| 55 |
+
1. Redistributions of source code must retain the above copyright
|
| 56 |
+
notice, this list of conditions and the following disclaimer.
|
| 57 |
+
|
| 58 |
+
2. Redistributions in binary form must reproduce the above copyright
|
| 59 |
+
notice, this list of conditions and the following disclaimer in
|
| 60 |
+
the documentation and/or other materials provided with the
|
| 61 |
+
distribution.
|
| 62 |
+
3. Neither the name of the OpenBLAS project nor the names of
|
| 63 |
+
its contributors may be used to endorse or promote products
|
| 64 |
+
derived from this software without specific prior written
|
| 65 |
+
permission.
|
| 66 |
+
|
| 67 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 68 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 69 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 70 |
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 71 |
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 72 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 73 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 74 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 75 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
| 76 |
+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
Name: LAPACK
|
| 80 |
+
Files: scipy.libs/libopenblas*.so
|
| 81 |
+
Description: bundled in OpenBLAS
|
| 82 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 83 |
+
License: BSD-3-Clause-Attribution
|
| 84 |
+
Copyright (c) 1992-2013 The University of Tennessee and The University
|
| 85 |
+
of Tennessee Research Foundation. All rights
|
| 86 |
+
reserved.
|
| 87 |
+
Copyright (c) 2000-2013 The University of California Berkeley. All
|
| 88 |
+
rights reserved.
|
| 89 |
+
Copyright (c) 2006-2013 The University of Colorado Denver. All rights
|
| 90 |
+
reserved.
|
| 91 |
+
|
| 92 |
+
$COPYRIGHT$
|
| 93 |
+
|
| 94 |
+
Additional copyrights may follow
|
| 95 |
+
|
| 96 |
+
$HEADER$
|
| 97 |
+
|
| 98 |
+
Redistribution and use in source and binary forms, with or without
|
| 99 |
+
modification, are permitted provided that the following conditions are
|
| 100 |
+
met:
|
| 101 |
+
|
| 102 |
+
- Redistributions of source code must retain the above copyright
|
| 103 |
+
notice, this list of conditions and the following disclaimer.
|
| 104 |
+
|
| 105 |
+
- Redistributions in binary form must reproduce the above copyright
|
| 106 |
+
notice, this list of conditions and the following disclaimer listed
|
| 107 |
+
in this license in the documentation and/or other materials
|
| 108 |
+
provided with the distribution.
|
| 109 |
+
|
| 110 |
+
- Neither the name of the copyright holders nor the names of its
|
| 111 |
+
contributors may be used to endorse or promote products derived from
|
| 112 |
+
this software without specific prior written permission.
|
| 113 |
+
|
| 114 |
+
The copyright holders provide no reassurances that the source code
|
| 115 |
+
provided does not infringe any patent, copyright, or any other
|
| 116 |
+
intellectual property rights of third parties. The copyright holders
|
| 117 |
+
disclaim any liability to any recipient for claims brought against
|
| 118 |
+
recipient by any third party for infringement of that parties
|
| 119 |
+
intellectual property rights.
|
| 120 |
+
|
| 121 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 122 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 123 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 124 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 125 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 126 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 127 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 128 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 129 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 130 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 131 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
Name: GCC runtime library
|
| 135 |
+
Files: scipy.libs/libgfortran*.so
|
| 136 |
+
Description: dynamically linked to files compiled with gcc
|
| 137 |
+
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
|
| 138 |
+
License: GPL-3.0-with-GCC-exception
|
| 139 |
+
Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
| 140 |
+
|
| 141 |
+
Libgfortran is free software; you can redistribute it and/or modify
|
| 142 |
+
it under the terms of the GNU General Public License as published by
|
| 143 |
+
the Free Software Foundation; either version 3, or (at your option)
|
| 144 |
+
any later version.
|
| 145 |
+
|
| 146 |
+
Libgfortran is distributed in the hope that it will be useful,
|
| 147 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 148 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 149 |
+
GNU General Public License for more details.
|
| 150 |
+
|
| 151 |
+
Under Section 7 of GPL version 3, you are granted additional
|
| 152 |
+
permissions described in the GCC Runtime Library Exception, version
|
| 153 |
+
3.1, as published by the Free Software Foundation.
|
| 154 |
+
|
| 155 |
+
You should have received a copy of the GNU General Public License and
|
| 156 |
+
a copy of the GCC Runtime Library Exception along with this program;
|
| 157 |
+
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
| 158 |
+
<http://www.gnu.org/licenses/>.
|
| 159 |
+
|
| 160 |
+
----
|
| 161 |
+
|
| 162 |
+
Full text of license texts referred to above follows (that they are
|
| 163 |
+
listed below does not necessarily imply the conditions apply to the
|
| 164 |
+
present binary release):
|
| 165 |
+
|
| 166 |
+
----
|
| 167 |
+
|
| 168 |
+
GCC RUNTIME LIBRARY EXCEPTION
|
| 169 |
+
|
| 170 |
+
Version 3.1, 31 March 2009
|
| 171 |
+
|
| 172 |
+
Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
|
| 173 |
+
|
| 174 |
+
Everyone is permitted to copy and distribute verbatim copies of this
|
| 175 |
+
license document, but changing it is not allowed.
|
| 176 |
+
|
| 177 |
+
This GCC Runtime Library Exception ("Exception") is an additional
|
| 178 |
+
permission under section 7 of the GNU General Public License, version
|
| 179 |
+
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
|
| 180 |
+
bears a notice placed by the copyright holder of the file stating that
|
| 181 |
+
the file is governed by GPLv3 along with this Exception.
|
| 182 |
+
|
| 183 |
+
When you use GCC to compile a program, GCC may combine portions of
|
| 184 |
+
certain GCC header files and runtime libraries with the compiled
|
| 185 |
+
program. The purpose of this Exception is to allow compilation of
|
| 186 |
+
non-GPL (including proprietary) programs to use, in this way, the
|
| 187 |
+
header files and runtime libraries covered by this Exception.
|
| 188 |
+
|
| 189 |
+
0. Definitions.
|
| 190 |
+
|
| 191 |
+
A file is an "Independent Module" if it either requires the Runtime
|
| 192 |
+
Library for execution after a Compilation Process, or makes use of an
|
| 193 |
+
interface provided by the Runtime Library, but is not otherwise based
|
| 194 |
+
on the Runtime Library.
|
| 195 |
+
|
| 196 |
+
"GCC" means a version of the GNU Compiler Collection, with or without
|
| 197 |
+
modifications, governed by version 3 (or a specified later version) of
|
| 198 |
+
the GNU General Public License (GPL) with the option of using any
|
| 199 |
+
subsequent versions published by the FSF.
|
| 200 |
+
|
| 201 |
+
"GPL-compatible Software" is software whose conditions of propagation,
|
| 202 |
+
modification and use would permit combination with GCC in accord with
|
| 203 |
+
the license of GCC.
|
| 204 |
+
|
| 205 |
+
"Target Code" refers to output from any compiler for a real or virtual
|
| 206 |
+
target processor architecture, in executable form or suitable for
|
| 207 |
+
input to an assembler, loader, linker and/or execution
|
| 208 |
+
phase. Notwithstanding that, Target Code does not include data in any
|
| 209 |
+
format that is used as a compiler intermediate representation, or used
|
| 210 |
+
for producing a compiler intermediate representation.
|
| 211 |
+
|
| 212 |
+
The "Compilation Process" transforms code entirely represented in
|
| 213 |
+
non-intermediate languages designed for human-written code, and/or in
|
| 214 |
+
Java Virtual Machine byte code, into Target Code. Thus, for example,
|
| 215 |
+
use of source code generators and preprocessors need not be considered
|
| 216 |
+
part of the Compilation Process, since the Compilation Process can be
|
| 217 |
+
understood as starting with the output of the generators or
|
| 218 |
+
preprocessors.
|
| 219 |
+
|
| 220 |
+
A Compilation Process is "Eligible" if it is done using GCC, alone or
|
| 221 |
+
with other GPL-compatible software, or if it is done without using any
|
| 222 |
+
work based on GCC. For example, using non-GPL-compatible Software to
|
| 223 |
+
optimize any GCC intermediate representations would not qualify as an
|
| 224 |
+
Eligible Compilation Process.
|
| 225 |
+
|
| 226 |
+
1. Grant of Additional Permission.
|
| 227 |
+
|
| 228 |
+
You have permission to propagate a work of Target Code formed by
|
| 229 |
+
combining the Runtime Library with Independent Modules, even if such
|
| 230 |
+
propagation would otherwise violate the terms of GPLv3, provided that
|
| 231 |
+
all Target Code was generated by Eligible Compilation Processes. You
|
| 232 |
+
may then convey such a combination under terms of your choice,
|
| 233 |
+
consistent with the licensing of the Independent Modules.
|
| 234 |
+
|
| 235 |
+
2. No Weakening of GCC Copyleft.
|
| 236 |
+
|
| 237 |
+
The availability of this Exception does not imply any general
|
| 238 |
+
presumption that third-party software is unaffected by the copyleft
|
| 239 |
+
requirements of the license of GCC.
|
| 240 |
+
|
| 241 |
+
----
|
| 242 |
+
|
| 243 |
+
GNU GENERAL PUBLIC LICENSE
|
| 244 |
+
Version 3, 29 June 2007
|
| 245 |
+
|
| 246 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
| 247 |
+
Everyone is permitted to copy and distribute verbatim copies
|
| 248 |
+
of this license document, but changing it is not allowed.
|
| 249 |
+
|
| 250 |
+
Preamble
|
| 251 |
+
|
| 252 |
+
The GNU General Public License is a free, copyleft license for
|
| 253 |
+
software and other kinds of works.
|
| 254 |
+
|
| 255 |
+
The licenses for most software and other practical works are designed
|
| 256 |
+
to take away your freedom to share and change the works. By contrast,
|
| 257 |
+
the GNU General Public License is intended to guarantee your freedom to
|
| 258 |
+
share and change all versions of a program--to make sure it remains free
|
| 259 |
+
software for all its users. We, the Free Software Foundation, use the
|
| 260 |
+
GNU General Public License for most of our software; it applies also to
|
| 261 |
+
any other work released this way by its authors. You can apply it to
|
| 262 |
+
your programs, too.
|
| 263 |
+
|
| 264 |
+
When we speak of free software, we are referring to freedom, not
|
| 265 |
+
price. Our General Public Licenses are designed to make sure that you
|
| 266 |
+
have the freedom to distribute copies of free software (and charge for
|
| 267 |
+
them if you wish), that you receive source code or can get it if you
|
| 268 |
+
want it, that you can change the software or use pieces of it in new
|
| 269 |
+
free programs, and that you know you can do these things.
|
| 270 |
+
|
| 271 |
+
To protect your rights, we need to prevent others from denying you
|
| 272 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
| 273 |
+
certain responsibilities if you distribute copies of the software, or if
|
| 274 |
+
you modify it: responsibilities to respect the freedom of others.
|
| 275 |
+
|
| 276 |
+
For example, if you distribute copies of such a program, whether
|
| 277 |
+
gratis or for a fee, you must pass on to the recipients the same
|
| 278 |
+
freedoms that you received. You must make sure that they, too, receive
|
| 279 |
+
or can get the source code. And you must show them these terms so they
|
| 280 |
+
know their rights.
|
| 281 |
+
|
| 282 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
| 283 |
+
(1) assert copyright on the software, and (2) offer you this License
|
| 284 |
+
giving you legal permission to copy, distribute and/or modify it.
|
| 285 |
+
|
| 286 |
+
For the developers' and authors' protection, the GPL clearly explains
|
| 287 |
+
that there is no warranty for this free software. For both users' and
|
| 288 |
+
authors' sake, the GPL requires that modified versions be marked as
|
| 289 |
+
changed, so that their problems will not be attributed erroneously to
|
| 290 |
+
authors of previous versions.
|
| 291 |
+
|
| 292 |
+
Some devices are designed to deny users access to install or run
|
| 293 |
+
modified versions of the software inside them, although the manufacturer
|
| 294 |
+
can do so. This is fundamentally incompatible with the aim of
|
| 295 |
+
protecting users' freedom to change the software. The systematic
|
| 296 |
+
pattern of such abuse occurs in the area of products for individuals to
|
| 297 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
| 298 |
+
have designed this version of the GPL to prohibit the practice for those
|
| 299 |
+
products. If such problems arise substantially in other domains, we
|
| 300 |
+
stand ready to extend this provision to those domains in future versions
|
| 301 |
+
of the GPL, as needed to protect the freedom of users.
|
| 302 |
+
|
| 303 |
+
Finally, every program is threatened constantly by software patents.
|
| 304 |
+
States should not allow patents to restrict development and use of
|
| 305 |
+
software on general-purpose computers, but in those that do, we wish to
|
| 306 |
+
avoid the special danger that patents applied to a free program could
|
| 307 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
| 308 |
+
patents cannot be used to render the program non-free.
|
| 309 |
+
|
| 310 |
+
The precise terms and conditions for copying, distribution and
|
| 311 |
+
modification follow.
|
| 312 |
+
|
| 313 |
+
TERMS AND CONDITIONS
|
| 314 |
+
|
| 315 |
+
0. Definitions.
|
| 316 |
+
|
| 317 |
+
"This License" refers to version 3 of the GNU General Public License.
|
| 318 |
+
|
| 319 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
| 320 |
+
works, such as semiconductor masks.
|
| 321 |
+
|
| 322 |
+
"The Program" refers to any copyrightable work licensed under this
|
| 323 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
| 324 |
+
"recipients" may be individuals or organizations.
|
| 325 |
+
|
| 326 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
| 327 |
+
in a fashion requiring copyright permission, other than the making of an
|
| 328 |
+
exact copy. The resulting work is called a "modified version" of the
|
| 329 |
+
earlier work or a work "based on" the earlier work.
|
| 330 |
+
|
| 331 |
+
A "covered work" means either the unmodified Program or a work based
|
| 332 |
+
on the Program.
|
| 333 |
+
|
| 334 |
+
To "propagate" a work means to do anything with it that, without
|
| 335 |
+
permission, would make you directly or secondarily liable for
|
| 336 |
+
infringement under applicable copyright law, except executing it on a
|
| 337 |
+
computer or modifying a private copy. Propagation includes copying,
|
| 338 |
+
distribution (with or without modification), making available to the
|
| 339 |
+
public, and in some countries other activities as well.
|
| 340 |
+
|
| 341 |
+
To "convey" a work means any kind of propagation that enables other
|
| 342 |
+
parties to make or receive copies. Mere interaction with a user through
|
| 343 |
+
a computer network, with no transfer of a copy, is not conveying.
|
| 344 |
+
|
| 345 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
| 346 |
+
to the extent that it includes a convenient and prominently visible
|
| 347 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
| 348 |
+
tells the user that there is no warranty for the work (except to the
|
| 349 |
+
extent that warranties are provided), that licensees may convey the
|
| 350 |
+
work under this License, and how to view a copy of this License. If
|
| 351 |
+
the interface presents a list of user commands or options, such as a
|
| 352 |
+
menu, a prominent item in the list meets this criterion.
|
| 353 |
+
|
| 354 |
+
1. Source Code.
|
| 355 |
+
|
| 356 |
+
The "source code" for a work means the preferred form of the work
|
| 357 |
+
for making modifications to it. "Object code" means any non-source
|
| 358 |
+
form of a work.
|
| 359 |
+
|
| 360 |
+
A "Standard Interface" means an interface that either is an official
|
| 361 |
+
standard defined by a recognized standards body, or, in the case of
|
| 362 |
+
interfaces specified for a particular programming language, one that
|
| 363 |
+
is widely used among developers working in that language.
|
| 364 |
+
|
| 365 |
+
The "System Libraries" of an executable work include anything, other
|
| 366 |
+
than the work as a whole, that (a) is included in the normal form of
|
| 367 |
+
packaging a Major Component, but which is not part of that Major
|
| 368 |
+
Component, and (b) serves only to enable use of the work with that
|
| 369 |
+
Major Component, or to implement a Standard Interface for which an
|
| 370 |
+
implementation is available to the public in source code form. A
|
| 371 |
+
"Major Component", in this context, means a major essential component
|
| 372 |
+
(kernel, window system, and so on) of the specific operating system
|
| 373 |
+
(if any) on which the executable work runs, or a compiler used to
|
| 374 |
+
produce the work, or an object code interpreter used to run it.
|
| 375 |
+
|
| 376 |
+
The "Corresponding Source" for a work in object code form means all
|
| 377 |
+
the source code needed to generate, install, and (for an executable
|
| 378 |
+
work) run the object code and to modify the work, including scripts to
|
| 379 |
+
control those activities. However, it does not include the work's
|
| 380 |
+
System Libraries, or general-purpose tools or generally available free
|
| 381 |
+
programs which are used unmodified in performing those activities but
|
| 382 |
+
which are not part of the work. For example, Corresponding Source
|
| 383 |
+
includes interface definition files associated with source files for
|
| 384 |
+
the work, and the source code for shared libraries and dynamically
|
| 385 |
+
linked subprograms that the work is specifically designed to require,
|
| 386 |
+
such as by intimate data communication or control flow between those
|
| 387 |
+
subprograms and other parts of the work.
|
| 388 |
+
|
| 389 |
+
The Corresponding Source need not include anything that users
|
| 390 |
+
can regenerate automatically from other parts of the Corresponding
|
| 391 |
+
Source.
|
| 392 |
+
|
| 393 |
+
The Corresponding Source for a work in source code form is that
|
| 394 |
+
same work.
|
| 395 |
+
|
| 396 |
+
2. Basic Permissions.
|
| 397 |
+
|
| 398 |
+
All rights granted under this License are granted for the term of
|
| 399 |
+
copyright on the Program, and are irrevocable provided the stated
|
| 400 |
+
conditions are met. This License explicitly affirms your unlimited
|
| 401 |
+
permission to run the unmodified Program. The output from running a
|
| 402 |
+
covered work is covered by this License only if the output, given its
|
| 403 |
+
content, constitutes a covered work. This License acknowledges your
|
| 404 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
| 405 |
+
|
| 406 |
+
You may make, run and propagate covered works that you do not
|
| 407 |
+
convey, without conditions so long as your license otherwise remains
|
| 408 |
+
in force. You may convey covered works to others for the sole purpose
|
| 409 |
+
of having them make modifications exclusively for you, or provide you
|
| 410 |
+
with facilities for running those works, provided that you comply with
|
| 411 |
+
the terms of this License in conveying all material for which you do
|
| 412 |
+
not control copyright. Those thus making or running the covered works
|
| 413 |
+
for you must do so exclusively on your behalf, under your direction
|
| 414 |
+
and control, on terms that prohibit them from making any copies of
|
| 415 |
+
your copyrighted material outside their relationship with you.
|
| 416 |
+
|
| 417 |
+
Conveying under any other circumstances is permitted solely under
|
| 418 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
| 419 |
+
makes it unnecessary.
|
| 420 |
+
|
| 421 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
| 422 |
+
|
| 423 |
+
No covered work shall be deemed part of an effective technological
|
| 424 |
+
measure under any applicable law fulfilling obligations under article
|
| 425 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
| 426 |
+
similar laws prohibiting or restricting circumvention of such
|
| 427 |
+
measures.
|
| 428 |
+
|
| 429 |
+
When you convey a covered work, you waive any legal power to forbid
|
| 430 |
+
circumvention of technological measures to the extent such circumvention
|
| 431 |
+
is effected by exercising rights under this License with respect to
|
| 432 |
+
the covered work, and you disclaim any intention to limit operation or
|
| 433 |
+
modification of the work as a means of enforcing, against the work's
|
| 434 |
+
users, your or third parties' legal rights to forbid circumvention of
|
| 435 |
+
technological measures.
|
| 436 |
+
|
| 437 |
+
4. Conveying Verbatim Copies.
|
| 438 |
+
|
| 439 |
+
You may convey verbatim copies of the Program's source code as you
|
| 440 |
+
receive it, in any medium, provided that you conspicuously and
|
| 441 |
+
appropriately publish on each copy an appropriate copyright notice;
|
| 442 |
+
keep intact all notices stating that this License and any
|
| 443 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
| 444 |
+
keep intact all notices of the absence of any warranty; and give all
|
| 445 |
+
recipients a copy of this License along with the Program.
|
| 446 |
+
|
| 447 |
+
You may charge any price or no price for each copy that you convey,
|
| 448 |
+
and you may offer support or warranty protection for a fee.
|
| 449 |
+
|
| 450 |
+
5. Conveying Modified Source Versions.
|
| 451 |
+
|
| 452 |
+
You may convey a work based on the Program, or the modifications to
|
| 453 |
+
produce it from the Program, in the form of source code under the
|
| 454 |
+
terms of section 4, provided that you also meet all of these conditions:
|
| 455 |
+
|
| 456 |
+
a) The work must carry prominent notices stating that you modified
|
| 457 |
+
it, and giving a relevant date.
|
| 458 |
+
|
| 459 |
+
b) The work must carry prominent notices stating that it is
|
| 460 |
+
released under this License and any conditions added under section
|
| 461 |
+
7. This requirement modifies the requirement in section 4 to
|
| 462 |
+
"keep intact all notices".
|
| 463 |
+
|
| 464 |
+
c) You must license the entire work, as a whole, under this
|
| 465 |
+
License to anyone who comes into possession of a copy. This
|
| 466 |
+
License will therefore apply, along with any applicable section 7
|
| 467 |
+
additional terms, to the whole of the work, and all its parts,
|
| 468 |
+
regardless of how they are packaged. This License gives no
|
| 469 |
+
permission to license the work in any other way, but it does not
|
| 470 |
+
invalidate such permission if you have separately received it.
|
| 471 |
+
|
| 472 |
+
d) If the work has interactive user interfaces, each must display
|
| 473 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
| 474 |
+
interfaces that do not display Appropriate Legal Notices, your
|
| 475 |
+
work need not make them do so.
|
| 476 |
+
|
| 477 |
+
A compilation of a covered work with other separate and independent
|
| 478 |
+
works, which are not by their nature extensions of the covered work,
|
| 479 |
+
and which are not combined with it such as to form a larger program,
|
| 480 |
+
in or on a volume of a storage or distribution medium, is called an
|
| 481 |
+
"aggregate" if the compilation and its resulting copyright are not
|
| 482 |
+
used to limit the access or legal rights of the compilation's users
|
| 483 |
+
beyond what the individual works permit. Inclusion of a covered work
|
| 484 |
+
in an aggregate does not cause this License to apply to the other
|
| 485 |
+
parts of the aggregate.
|
| 486 |
+
|
| 487 |
+
6. Conveying Non-Source Forms.
|
| 488 |
+
|
| 489 |
+
You may convey a covered work in object code form under the terms
|
| 490 |
+
of sections 4 and 5, provided that you also convey the
|
| 491 |
+
machine-readable Corresponding Source under the terms of this License,
|
| 492 |
+
in one of these ways:
|
| 493 |
+
|
| 494 |
+
a) Convey the object code in, or embodied in, a physical product
|
| 495 |
+
(including a physical distribution medium), accompanied by the
|
| 496 |
+
Corresponding Source fixed on a durable physical medium
|
| 497 |
+
customarily used for software interchange.
|
| 498 |
+
|
| 499 |
+
b) Convey the object code in, or embodied in, a physical product
|
| 500 |
+
(including a physical distribution medium), accompanied by a
|
| 501 |
+
written offer, valid for at least three years and valid for as
|
| 502 |
+
long as you offer spare parts or customer support for that product
|
| 503 |
+
model, to give anyone who possesses the object code either (1) a
|
| 504 |
+
copy of the Corresponding Source for all the software in the
|
| 505 |
+
product that is covered by this License, on a durable physical
|
| 506 |
+
medium customarily used for software interchange, for a price no
|
| 507 |
+
more than your reasonable cost of physically performing this
|
| 508 |
+
conveying of source, or (2) access to copy the
|
| 509 |
+
Corresponding Source from a network server at no charge.
|
| 510 |
+
|
| 511 |
+
c) Convey individual copies of the object code with a copy of the
|
| 512 |
+
written offer to provide the Corresponding Source. This
|
| 513 |
+
alternative is allowed only occasionally and noncommercially, and
|
| 514 |
+
only if you received the object code with such an offer, in accord
|
| 515 |
+
with subsection 6b.
|
| 516 |
+
|
| 517 |
+
d) Convey the object code by offering access from a designated
|
| 518 |
+
place (gratis or for a charge), and offer equivalent access to the
|
| 519 |
+
Corresponding Source in the same way through the same place at no
|
| 520 |
+
further charge. You need not require recipients to copy the
|
| 521 |
+
Corresponding Source along with the object code. If the place to
|
| 522 |
+
copy the object code is a network server, the Corresponding Source
|
| 523 |
+
may be on a different server (operated by you or a third party)
|
| 524 |
+
that supports equivalent copying facilities, provided you maintain
|
| 525 |
+
clear directions next to the object code saying where to find the
|
| 526 |
+
Corresponding Source. Regardless of what server hosts the
|
| 527 |
+
Corresponding Source, you remain obligated to ensure that it is
|
| 528 |
+
available for as long as needed to satisfy these requirements.
|
| 529 |
+
|
| 530 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
| 531 |
+
you inform other peers where the object code and Corresponding
|
| 532 |
+
Source of the work are being offered to the general public at no
|
| 533 |
+
charge under subsection 6d.
|
| 534 |
+
|
| 535 |
+
A separable portion of the object code, whose source code is excluded
|
| 536 |
+
from the Corresponding Source as a System Library, need not be
|
| 537 |
+
included in conveying the object code work.
|
| 538 |
+
|
| 539 |
+
A "User Product" is either (1) a "consumer product", which means any
|
| 540 |
+
tangible personal property which is normally used for personal, family,
|
| 541 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
| 542 |
+
into a dwelling. In determining whether a product is a consumer product,
|
| 543 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
| 544 |
+
product received by a particular user, "normally used" refers to a
|
| 545 |
+
typical or common use of that class of product, regardless of the status
|
| 546 |
+
of the particular user or of the way in which the particular user
|
| 547 |
+
actually uses, or expects or is expected to use, the product. A product
|
| 548 |
+
is a consumer product regardless of whether the product has substantial
|
| 549 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
| 550 |
+
the only significant mode of use of the product.
|
| 551 |
+
|
| 552 |
+
"Installation Information" for a User Product means any methods,
|
| 553 |
+
procedures, authorization keys, or other information required to install
|
| 554 |
+
and execute modified versions of a covered work in that User Product from
|
| 555 |
+
a modified version of its Corresponding Source. The information must
|
| 556 |
+
suffice to ensure that the continued functioning of the modified object
|
| 557 |
+
code is in no case prevented or interfered with solely because
|
| 558 |
+
modification has been made.
|
| 559 |
+
|
| 560 |
+
If you convey an object code work under this section in, or with, or
|
| 561 |
+
specifically for use in, a User Product, and the conveying occurs as
|
| 562 |
+
part of a transaction in which the right of possession and use of the
|
| 563 |
+
User Product is transferred to the recipient in perpetuity or for a
|
| 564 |
+
fixed term (regardless of how the transaction is characterized), the
|
| 565 |
+
Corresponding Source conveyed under this section must be accompanied
|
| 566 |
+
by the Installation Information. But this requirement does not apply
|
| 567 |
+
if neither you nor any third party retains the ability to install
|
| 568 |
+
modified object code on the User Product (for example, the work has
|
| 569 |
+
been installed in ROM).
|
| 570 |
+
|
| 571 |
+
The requirement to provide Installation Information does not include a
|
| 572 |
+
requirement to continue to provide support service, warranty, or updates
|
| 573 |
+
for a work that has been modified or installed by the recipient, or for
|
| 574 |
+
the User Product in which it has been modified or installed. Access to a
|
| 575 |
+
network may be denied when the modification itself materially and
|
| 576 |
+
adversely affects the operation of the network or violates the rules and
|
| 577 |
+
protocols for communication across the network.
|
| 578 |
+
|
| 579 |
+
Corresponding Source conveyed, and Installation Information provided,
|
| 580 |
+
in accord with this section must be in a format that is publicly
|
| 581 |
+
documented (and with an implementation available to the public in
|
| 582 |
+
source code form), and must require no special password or key for
|
| 583 |
+
unpacking, reading or copying.
|
| 584 |
+
|
| 585 |
+
7. Additional Terms.
|
| 586 |
+
|
| 587 |
+
"Additional permissions" are terms that supplement the terms of this
|
| 588 |
+
License by making exceptions from one or more of its conditions.
|
| 589 |
+
Additional permissions that are applicable to the entire Program shall
|
| 590 |
+
be treated as though they were included in this License, to the extent
|
| 591 |
+
that they are valid under applicable law. If additional permissions
|
| 592 |
+
apply only to part of the Program, that part may be used separately
|
| 593 |
+
under those permissions, but the entire Program remains governed by
|
| 594 |
+
this License without regard to the additional permissions.
|
| 595 |
+
|
| 596 |
+
When you convey a copy of a covered work, you may at your option
|
| 597 |
+
remove any additional permissions from that copy, or from any part of
|
| 598 |
+
it. (Additional permissions may be written to require their own
|
| 599 |
+
removal in certain cases when you modify the work.) You may place
|
| 600 |
+
additional permissions on material, added by you to a covered work,
|
| 601 |
+
for which you have or can give appropriate copyright permission.
|
| 602 |
+
|
| 603 |
+
Notwithstanding any other provision of this License, for material you
|
| 604 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
| 605 |
+
that material) supplement the terms of this License with terms:
|
| 606 |
+
|
| 607 |
+
a) Disclaiming warranty or limiting liability differently from the
|
| 608 |
+
terms of sections 15 and 16 of this License; or
|
| 609 |
+
|
| 610 |
+
b) Requiring preservation of specified reasonable legal notices or
|
| 611 |
+
author attributions in that material or in the Appropriate Legal
|
| 612 |
+
Notices displayed by works containing it; or
|
| 613 |
+
|
| 614 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
| 615 |
+
requiring that modified versions of such material be marked in
|
| 616 |
+
reasonable ways as different from the original version; or
|
| 617 |
+
|
| 618 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
| 619 |
+
authors of the material; or
|
| 620 |
+
|
| 621 |
+
e) Declining to grant rights under trademark law for use of some
|
| 622 |
+
trade names, trademarks, or service marks; or
|
| 623 |
+
|
| 624 |
+
f) Requiring indemnification of licensors and authors of that
|
| 625 |
+
material by anyone who conveys the material (or modified versions of
|
| 626 |
+
it) with contractual assumptions of liability to the recipient, for
|
| 627 |
+
any liability that these contractual assumptions directly impose on
|
| 628 |
+
those licensors and authors.
|
| 629 |
+
|
| 630 |
+
All other non-permissive additional terms are considered "further
|
| 631 |
+
restrictions" within the meaning of section 10. If the Program as you
|
| 632 |
+
received it, or any part of it, contains a notice stating that it is
|
| 633 |
+
governed by this License along with a term that is a further
|
| 634 |
+
restriction, you may remove that term. If a license document contains
|
| 635 |
+
a further restriction but permits relicensing or conveying under this
|
| 636 |
+
License, you may add to a covered work material governed by the terms
|
| 637 |
+
of that license document, provided that the further restriction does
|
| 638 |
+
not survive such relicensing or conveying.
|
| 639 |
+
|
| 640 |
+
If you add terms to a covered work in accord with this section, you
|
| 641 |
+
must place, in the relevant source files, a statement of the
|
| 642 |
+
additional terms that apply to those files, or a notice indicating
|
| 643 |
+
where to find the applicable terms.
|
| 644 |
+
|
| 645 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
| 646 |
+
form of a separately written license, or stated as exceptions;
|
| 647 |
+
the above requirements apply either way.
|
| 648 |
+
|
| 649 |
+
8. Termination.
|
| 650 |
+
|
| 651 |
+
You may not propagate or modify a covered work except as expressly
|
| 652 |
+
provided under this License. Any attempt otherwise to propagate or
|
| 653 |
+
modify it is void, and will automatically terminate your rights under
|
| 654 |
+
this License (including any patent licenses granted under the third
|
| 655 |
+
paragraph of section 11).
|
| 656 |
+
|
| 657 |
+
However, if you cease all violation of this License, then your
|
| 658 |
+
license from a particular copyright holder is reinstated (a)
|
| 659 |
+
provisionally, unless and until the copyright holder explicitly and
|
| 660 |
+
finally terminates your license, and (b) permanently, if the copyright
|
| 661 |
+
holder fails to notify you of the violation by some reasonable means
|
| 662 |
+
prior to 60 days after the cessation.
|
| 663 |
+
|
| 664 |
+
Moreover, your license from a particular copyright holder is
|
| 665 |
+
reinstated permanently if the copyright holder notifies you of the
|
| 666 |
+
violation by some reasonable means, this is the first time you have
|
| 667 |
+
received notice of violation of this License (for any work) from that
|
| 668 |
+
copyright holder, and you cure the violation prior to 30 days after
|
| 669 |
+
your receipt of the notice.
|
| 670 |
+
|
| 671 |
+
Termination of your rights under this section does not terminate the
|
| 672 |
+
licenses of parties who have received copies or rights from you under
|
| 673 |
+
this License. If your rights have been terminated and not permanently
|
| 674 |
+
reinstated, you do not qualify to receive new licenses for the same
|
| 675 |
+
material under section 10.
|
| 676 |
+
|
| 677 |
+
9. Acceptance Not Required for Having Copies.
|
| 678 |
+
|
| 679 |
+
You are not required to accept this License in order to receive or
|
| 680 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
| 681 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
| 682 |
+
to receive a copy likewise does not require acceptance. However,
|
| 683 |
+
nothing other than this License grants you permission to propagate or
|
| 684 |
+
modify any covered work. These actions infringe copyright if you do
|
| 685 |
+
not accept this License. Therefore, by modifying or propagating a
|
| 686 |
+
covered work, you indicate your acceptance of this License to do so.
|
| 687 |
+
|
| 688 |
+
10. Automatic Licensing of Downstream Recipients.
|
| 689 |
+
|
| 690 |
+
Each time you convey a covered work, the recipient automatically
|
| 691 |
+
receives a license from the original licensors, to run, modify and
|
| 692 |
+
propagate that work, subject to this License. You are not responsible
|
| 693 |
+
for enforcing compliance by third parties with this License.
|
| 694 |
+
|
| 695 |
+
An "entity transaction" is a transaction transferring control of an
|
| 696 |
+
organization, or substantially all assets of one, or subdividing an
|
| 697 |
+
organization, or merging organizations. If propagation of a covered
|
| 698 |
+
work results from an entity transaction, each party to that
|
| 699 |
+
transaction who receives a copy of the work also receives whatever
|
| 700 |
+
licenses to the work the party's predecessor in interest had or could
|
| 701 |
+
give under the previous paragraph, plus a right to possession of the
|
| 702 |
+
Corresponding Source of the work from the predecessor in interest, if
|
| 703 |
+
the predecessor has it or can get it with reasonable efforts.
|
| 704 |
+
|
| 705 |
+
You may not impose any further restrictions on the exercise of the
|
| 706 |
+
rights granted or affirmed under this License. For example, you may
|
| 707 |
+
not impose a license fee, royalty, or other charge for exercise of
|
| 708 |
+
rights granted under this License, and you may not initiate litigation
|
| 709 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
| 710 |
+
any patent claim is infringed by making, using, selling, offering for
|
| 711 |
+
sale, or importing the Program or any portion of it.
|
| 712 |
+
|
| 713 |
+
11. Patents.
|
| 714 |
+
|
| 715 |
+
A "contributor" is a copyright holder who authorizes use under this
|
| 716 |
+
License of the Program or a work on which the Program is based. The
|
| 717 |
+
work thus licensed is called the contributor's "contributor version".
|
| 718 |
+
|
| 719 |
+
A contributor's "essential patent claims" are all patent claims
|
| 720 |
+
owned or controlled by the contributor, whether already acquired or
|
| 721 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
| 722 |
+
by this License, of making, using, or selling its contributor version,
|
| 723 |
+
but do not include claims that would be infringed only as a
|
| 724 |
+
consequence of further modification of the contributor version. For
|
| 725 |
+
purposes of this definition, "control" includes the right to grant
|
| 726 |
+
patent sublicenses in a manner consistent with the requirements of
|
| 727 |
+
this License.
|
| 728 |
+
|
| 729 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
| 730 |
+
patent license under the contributor's essential patent claims, to
|
| 731 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
| 732 |
+
propagate the contents of its contributor version.
|
| 733 |
+
|
| 734 |
+
In the following three paragraphs, a "patent license" is any express
|
| 735 |
+
agreement or commitment, however denominated, not to enforce a patent
|
| 736 |
+
(such as an express permission to practice a patent or covenant not to
|
| 737 |
+
sue for patent infringement). To "grant" such a patent license to a
|
| 738 |
+
party means to make such an agreement or commitment not to enforce a
|
| 739 |
+
patent against the party.
|
| 740 |
+
|
| 741 |
+
If you convey a covered work, knowingly relying on a patent license,
|
| 742 |
+
and the Corresponding Source of the work is not available for anyone
|
| 743 |
+
to copy, free of charge and under the terms of this License, through a
|
| 744 |
+
publicly available network server or other readily accessible means,
|
| 745 |
+
then you must either (1) cause the Corresponding Source to be so
|
| 746 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
| 747 |
+
patent license for this particular work, or (3) arrange, in a manner
|
| 748 |
+
consistent with the requirements of this License, to extend the patent
|
| 749 |
+
license to downstream recipients. "Knowingly relying" means you have
|
| 750 |
+
actual knowledge that, but for the patent license, your conveying the
|
| 751 |
+
covered work in a country, or your recipient's use of the covered work
|
| 752 |
+
in a country, would infringe one or more identifiable patents in that
|
| 753 |
+
country that you have reason to believe are valid.
|
| 754 |
+
|
| 755 |
+
If, pursuant to or in connection with a single transaction or
|
| 756 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
| 757 |
+
covered work, and grant a patent license to some of the parties
|
| 758 |
+
receiving the covered work authorizing them to use, propagate, modify
|
| 759 |
+
or convey a specific copy of the covered work, then the patent license
|
| 760 |
+
you grant is automatically extended to all recipients of the covered
|
| 761 |
+
work and works based on it.
|
| 762 |
+
|
| 763 |
+
A patent license is "discriminatory" if it does not include within
|
| 764 |
+
the scope of its coverage, prohibits the exercise of, or is
|
| 765 |
+
conditioned on the non-exercise of one or more of the rights that are
|
| 766 |
+
specifically granted under this License. You may not convey a covered
|
| 767 |
+
work if you are a party to an arrangement with a third party that is
|
| 768 |
+
in the business of distributing software, under which you make payment
|
| 769 |
+
to the third party based on the extent of your activity of conveying
|
| 770 |
+
the work, and under which the third party grants, to any of the
|
| 771 |
+
parties who would receive the covered work from you, a discriminatory
|
| 772 |
+
patent license (a) in connection with copies of the covered work
|
| 773 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
| 774 |
+
for and in connection with specific products or compilations that
|
| 775 |
+
contain the covered work, unless you entered into that arrangement,
|
| 776 |
+
or that patent license was granted, prior to 28 March 2007.
|
| 777 |
+
|
| 778 |
+
Nothing in this License shall be construed as excluding or limiting
|
| 779 |
+
any implied license or other defenses to infringement that may
|
| 780 |
+
otherwise be available to you under applicable patent law.
|
| 781 |
+
|
| 782 |
+
12. No Surrender of Others' Freedom.
|
| 783 |
+
|
| 784 |
+
If conditions are imposed on you (whether by court order, agreement or
|
| 785 |
+
otherwise) that contradict the conditions of this License, they do not
|
| 786 |
+
excuse you from the conditions of this License. If you cannot convey a
|
| 787 |
+
covered work so as to satisfy simultaneously your obligations under this
|
| 788 |
+
License and any other pertinent obligations, then as a consequence you may
|
| 789 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
| 790 |
+
to collect a royalty for further conveying from those to whom you convey
|
| 791 |
+
the Program, the only way you could satisfy both those terms and this
|
| 792 |
+
License would be to refrain entirely from conveying the Program.
|
| 793 |
+
|
| 794 |
+
13. Use with the GNU Affero General Public License.
|
| 795 |
+
|
| 796 |
+
Notwithstanding any other provision of this License, you have
|
| 797 |
+
permission to link or combine any covered work with a work licensed
|
| 798 |
+
under version 3 of the GNU Affero General Public License into a single
|
| 799 |
+
combined work, and to convey the resulting work. The terms of this
|
| 800 |
+
License will continue to apply to the part which is the covered work,
|
| 801 |
+
but the special requirements of the GNU Affero General Public License,
|
| 802 |
+
section 13, concerning interaction through a network will apply to the
|
| 803 |
+
combination as such.
|
| 804 |
+
|
| 805 |
+
14. Revised Versions of this License.
|
| 806 |
+
|
| 807 |
+
The Free Software Foundation may publish revised and/or new versions of
|
| 808 |
+
the GNU General Public License from time to time. Such new versions will
|
| 809 |
+
be similar in spirit to the present version, but may differ in detail to
|
| 810 |
+
address new problems or concerns.
|
| 811 |
+
|
| 812 |
+
Each version is given a distinguishing version number. If the
|
| 813 |
+
Program specifies that a certain numbered version of the GNU General
|
| 814 |
+
Public License "or any later version" applies to it, you have the
|
| 815 |
+
option of following the terms and conditions either of that numbered
|
| 816 |
+
version or of any later version published by the Free Software
|
| 817 |
+
Foundation. If the Program does not specify a version number of the
|
| 818 |
+
GNU General Public License, you may choose any version ever published
|
| 819 |
+
by the Free Software Foundation.
|
| 820 |
+
|
| 821 |
+
If the Program specifies that a proxy can decide which future
|
| 822 |
+
versions of the GNU General Public License can be used, that proxy's
|
| 823 |
+
public statement of acceptance of a version permanently authorizes you
|
| 824 |
+
to choose that version for the Program.
|
| 825 |
+
|
| 826 |
+
Later license versions may give you additional or different
|
| 827 |
+
permissions. However, no additional obligations are imposed on any
|
| 828 |
+
author or copyright holder as a result of your choosing to follow a
|
| 829 |
+
later version.
|
| 830 |
+
|
| 831 |
+
15. Disclaimer of Warranty.
|
| 832 |
+
|
| 833 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
| 834 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
| 835 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
| 836 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
| 837 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 838 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
| 839 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
| 840 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| 841 |
+
|
| 842 |
+
16. Limitation of Liability.
|
| 843 |
+
|
| 844 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
| 845 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
| 846 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
| 847 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
| 848 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
| 849 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
| 850 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
| 851 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
| 852 |
+
SUCH DAMAGES.
|
| 853 |
+
|
| 854 |
+
17. Interpretation of Sections 15 and 16.
|
| 855 |
+
|
| 856 |
+
If the disclaimer of warranty and limitation of liability provided
|
| 857 |
+
above cannot be given local legal effect according to their terms,
|
| 858 |
+
reviewing courts shall apply local law that most closely approximates
|
| 859 |
+
an absolute waiver of all civil liability in connection with the
|
| 860 |
+
Program, unless a warranty or assumption of liability accompanies a
|
| 861 |
+
copy of the Program in return for a fee.
|
| 862 |
+
|
| 863 |
+
END OF TERMS AND CONDITIONS
|
| 864 |
+
|
| 865 |
+
How to Apply These Terms to Your New Programs
|
| 866 |
+
|
| 867 |
+
If you develop a new program, and you want it to be of the greatest
|
| 868 |
+
possible use to the public, the best way to achieve this is to make it
|
| 869 |
+
free software which everyone can redistribute and change under these terms.
|
| 870 |
+
|
| 871 |
+
To do so, attach the following notices to the program. It is safest
|
| 872 |
+
to attach them to the start of each source file to most effectively
|
| 873 |
+
state the exclusion of warranty; and each file should have at least
|
| 874 |
+
the "copyright" line and a pointer to where the full notice is found.
|
| 875 |
+
|
| 876 |
+
<one line to give the program's name and a brief idea of what it does.>
|
| 877 |
+
Copyright (C) <year> <name of author>
|
| 878 |
+
|
| 879 |
+
This program is free software: you can redistribute it and/or modify
|
| 880 |
+
it under the terms of the GNU General Public License as published by
|
| 881 |
+
the Free Software Foundation, either version 3 of the License, or
|
| 882 |
+
(at your option) any later version.
|
| 883 |
+
|
| 884 |
+
This program is distributed in the hope that it will be useful,
|
| 885 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 886 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 887 |
+
GNU General Public License for more details.
|
| 888 |
+
|
| 889 |
+
You should have received a copy of the GNU General Public License
|
| 890 |
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
| 891 |
+
|
| 892 |
+
Also add information on how to contact you by electronic and paper mail.
|
| 893 |
+
|
| 894 |
+
If the program does terminal interaction, make it output a short
|
| 895 |
+
notice like this when it starts in an interactive mode:
|
| 896 |
+
|
| 897 |
+
<program> Copyright (C) <year> <name of author>
|
| 898 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
| 899 |
+
This is free software, and you are welcome to redistribute it
|
| 900 |
+
under certain conditions; type `show c' for details.
|
| 901 |
+
|
| 902 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
| 903 |
+
parts of the General Public License. Of course, your program's commands
|
| 904 |
+
might be different; for a GUI interface, you would use an "about box".
|
| 905 |
+
|
| 906 |
+
You should also get your employer (if you work as a programmer) or school,
|
| 907 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
| 908 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
| 909 |
+
<http://www.gnu.org/licenses/>.
|
| 910 |
+
|
| 911 |
+
The GNU General Public License does not permit incorporating your program
|
| 912 |
+
into proprietary programs. If your program is a subroutine library, you
|
| 913 |
+
may consider it more useful to permit linking proprietary applications with
|
| 914 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
| 915 |
+
Public License instead of this License. But first, please read
|
| 916 |
+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
| 917 |
+
|
| 918 |
+
|
| 919 |
+
Name: libquadmath
|
| 920 |
+
Files: scipy.libs/libquadmath*.so
|
| 921 |
+
Description: dynamically linked to files compiled with gcc
|
| 922 |
+
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
|
| 923 |
+
License: LGPL-2.1-or-later
|
| 924 |
+
|
| 925 |
+
GCC Quad-Precision Math Library
|
| 926 |
+
Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
| 927 |
+
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
| 928 |
+
|
| 929 |
+
This file is part of the libquadmath library.
|
| 930 |
+
Libquadmath is free software; you can redistribute it and/or
|
| 931 |
+
modify it under the terms of the GNU Library General Public
|
| 932 |
+
License as published by the Free Software Foundation; either
|
| 933 |
+
version 2.1 of the License, or (at your option) any later version.
|
| 934 |
+
|
| 935 |
+
Libquadmath is distributed in the hope that it will be useful,
|
| 936 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 937 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 938 |
+
Lesser General Public License for more details.
|
| 939 |
+
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
| 940 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 941 |
+
Classifier: Intended Audience :: Science/Research
|
| 942 |
+
Classifier: Intended Audience :: Developers
|
| 943 |
+
Classifier: License :: OSI Approved :: BSD License
|
| 944 |
+
Classifier: Programming Language :: C
|
| 945 |
+
Classifier: Programming Language :: Python
|
| 946 |
+
Classifier: Programming Language :: Python :: 3
|
| 947 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 948 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 949 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 950 |
+
Classifier: Topic :: Software Development :: Libraries
|
| 951 |
+
Classifier: Topic :: Scientific/Engineering
|
| 952 |
+
Classifier: Operating System :: Microsoft :: Windows
|
| 953 |
+
Classifier: Operating System :: POSIX :: Linux
|
| 954 |
+
Classifier: Operating System :: POSIX
|
| 955 |
+
Classifier: Operating System :: Unix
|
| 956 |
+
Classifier: Operating System :: MacOS
|
| 957 |
+
Project-URL: Homepage, https://scipy.org/
|
| 958 |
+
Project-URL: Documentation, https://docs.scipy.org/doc/scipy/
|
| 959 |
+
Project-URL: Source, https://github.com/scipy/scipy
|
| 960 |
+
Project-URL: Download, https://github.com/scipy/scipy/releases
|
| 961 |
+
Project-URL: Tracker, https://github.com/scipy/scipy/issues
|
| 962 |
+
Requires-Python: >=3.10
|
| 963 |
+
Requires-Dist: numpy<2.3,>=1.23.5
|
| 964 |
+
Requires-Dist: pytest; extra == "test"
|
| 965 |
+
Requires-Dist: pytest-cov; extra == "test"
|
| 966 |
+
Requires-Dist: pytest-timeout; extra == "test"
|
| 967 |
+
Requires-Dist: pytest-xdist; extra == "test"
|
| 968 |
+
Requires-Dist: asv; extra == "test"
|
| 969 |
+
Requires-Dist: mpmath; extra == "test"
|
| 970 |
+
Requires-Dist: gmpy2; extra == "test"
|
| 971 |
+
Requires-Dist: threadpoolctl; extra == "test"
|
| 972 |
+
Requires-Dist: scikit-umfpack; extra == "test"
|
| 973 |
+
Requires-Dist: pooch; extra == "test"
|
| 974 |
+
Requires-Dist: hypothesis>=6.30; extra == "test"
|
| 975 |
+
Requires-Dist: array-api-strict>=2.0; extra == "test"
|
| 976 |
+
Requires-Dist: Cython; extra == "test"
|
| 977 |
+
Requires-Dist: meson; extra == "test"
|
| 978 |
+
Requires-Dist: ninja; sys_platform != "emscripten" and extra == "test"
|
| 979 |
+
Requires-Dist: sphinx<=7.3.7,>=5.0.0; extra == "doc"
|
| 980 |
+
Requires-Dist: pydata-sphinx-theme>=0.15.2; extra == "doc"
|
| 981 |
+
Requires-Dist: sphinx-design>=0.4.0; extra == "doc"
|
| 982 |
+
Requires-Dist: matplotlib>=3.5; extra == "doc"
|
| 983 |
+
Requires-Dist: numpydoc; extra == "doc"
|
| 984 |
+
Requires-Dist: jupytext; extra == "doc"
|
| 985 |
+
Requires-Dist: myst-nb; extra == "doc"
|
| 986 |
+
Requires-Dist: pooch; extra == "doc"
|
| 987 |
+
Requires-Dist: jupyterlite-sphinx>=0.13.1; extra == "doc"
|
| 988 |
+
Requires-Dist: jupyterlite-pyodide-kernel; extra == "doc"
|
| 989 |
+
Requires-Dist: mypy==1.10.0; extra == "dev"
|
| 990 |
+
Requires-Dist: typing_extensions; extra == "dev"
|
| 991 |
+
Requires-Dist: types-psutil; extra == "dev"
|
| 992 |
+
Requires-Dist: pycodestyle; extra == "dev"
|
| 993 |
+
Requires-Dist: ruff>=0.0.292; extra == "dev"
|
| 994 |
+
Requires-Dist: cython-lint>=0.12.2; extra == "dev"
|
| 995 |
+
Requires-Dist: rich-click; extra == "dev"
|
| 996 |
+
Requires-Dist: doit>=0.36.0; extra == "dev"
|
| 997 |
+
Requires-Dist: pydevtool; extra == "dev"
|
| 998 |
+
Provides-Extra: test
|
| 999 |
+
Provides-Extra: doc
|
| 1000 |
+
Provides-Extra: dev
|
| 1001 |
+
Description-Content-Type: text/x-rst
|
| 1002 |
+
|
| 1003 |
+
.. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg
|
| 1004 |
+
:target: https://scipy.org
|
| 1005 |
+
:width: 110
|
| 1006 |
+
:height: 110
|
| 1007 |
+
:align: left
|
| 1008 |
+
|
| 1009 |
+
.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
|
| 1010 |
+
:target: https://numfocus.org
|
| 1011 |
+
|
| 1012 |
+
.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
|
| 1013 |
+
:target: https://pypi.org/project/scipy/
|
| 1014 |
+
|
| 1015 |
+
.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
|
| 1016 |
+
:target: https://anaconda.org/conda-forge/scipy
|
| 1017 |
+
|
| 1018 |
+
.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
|
| 1019 |
+
:target: https://stackoverflow.com/questions/tagged/scipy
|
| 1020 |
+
|
| 1021 |
+
.. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue.svg
|
| 1022 |
+
:target: https://www.nature.com/articles/s41592-019-0686-2
|
| 1023 |
+
|
| 1024 |
+
SciPy (pronounced "Sigh Pie") is an open-source software for mathematics,
|
| 1025 |
+
science, and engineering. It includes modules for statistics, optimization,
|
| 1026 |
+
integration, linear algebra, Fourier transforms, signal and image processing,
|
| 1027 |
+
ODE solvers, and more.
|
| 1028 |
+
|
| 1029 |
+
- **Website:** https://scipy.org
|
| 1030 |
+
- **Documentation:** https://docs.scipy.org/doc/scipy/
|
| 1031 |
+
- **Development version of the documentation:** https://scipy.github.io/devdocs
|
| 1032 |
+
- **SciPy development forum:** https://discuss.scientific-python.org/c/contributor/scipy
|
| 1033 |
+
- **Source code:** https://github.com/scipy/scipy
|
| 1034 |
+
- **Contributing:** https://scipy.github.io/devdocs/dev/index.html
|
| 1035 |
+
- **Bug reports:** https://github.com/scipy/scipy/issues
|
| 1036 |
+
- **Code of Conduct:** https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
|
| 1037 |
+
- **Report a security vulnerability:** https://tidelift.com/docs/security
|
| 1038 |
+
- **Citing in your work:** https://www.scipy.org/citing-scipy/
|
| 1039 |
+
|
| 1040 |
+
SciPy is built to work with
|
| 1041 |
+
NumPy arrays, and provides many user-friendly and efficient numerical routines,
|
| 1042 |
+
such as routines for numerical integration and optimization. Together, they
|
| 1043 |
+
run on all popular operating systems, are quick to install, and are free of
|
| 1044 |
+
charge. NumPy and SciPy are easy to use, but powerful enough to be depended
|
| 1045 |
+
upon by some of the world's leading scientists and engineers. If you need to
|
| 1046 |
+
manipulate numbers on a computer and display or publish the results, give
|
| 1047 |
+
SciPy a try!
|
| 1048 |
+
|
| 1049 |
+
For the installation instructions, see `our install
|
| 1050 |
+
guide <https://scipy.org/install/>`__.
|
| 1051 |
+
|
| 1052 |
+
|
| 1053 |
+
Call for Contributions
|
| 1054 |
+
----------------------
|
| 1055 |
+
|
| 1056 |
+
We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good
|
| 1057 |
+
first issue" may be a good starting point. Have a look at `our contributing
|
| 1058 |
+
guide <https://scipy.github.io/devdocs/dev/index.html>`__.
|
| 1059 |
+
|
| 1060 |
+
Writing code isn’t the only way to contribute to SciPy. You can also:
|
| 1061 |
+
|
| 1062 |
+
- review pull requests
|
| 1063 |
+
- triage issues
|
| 1064 |
+
- develop tutorials, presentations, and other educational materials
|
| 1065 |
+
- maintain and improve `our website <https://github.com/scipy/scipy.org>`__
|
| 1066 |
+
- develop graphic design for our brand assets and promotional materials
|
| 1067 |
+
- help with outreach and onboard new contributors
|
| 1068 |
+
- write grant proposals and help with other fundraising efforts
|
| 1069 |
+
|
| 1070 |
+
If you’re unsure where to start or how your skills fit in, reach out! You can
|
| 1071 |
+
ask on the `forum <https://discuss.scientific-python.org/c/contributor/scipy>`__
|
| 1072 |
+
or here, on GitHub, by leaving a comment on a relevant issue that is already
|
| 1073 |
+
open.
|
| 1074 |
+
|
| 1075 |
+
If you are new to contributing to open source, `this
|
| 1076 |
+
guide <https://opensource.guide/how-to-contribute/>`__ helps explain why, what,
|
| 1077 |
+
and how to get involved.
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/RECORD
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/REQUESTED
ADDED
|
File without changes
|
videollama2/lib/python3.10/site-packages/scipy-1.14.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: meson
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp310-cp310-manylinux2014_x86_64
|
| 6 |
+
|
videollama2/lib/python3.10/site-packages/sklearn/compose/__init__.py
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Meta-estimators for building composite models with transformers
|
| 2 |
+
|
| 3 |
+
In addition to its current contents, this module will eventually be home to
|
| 4 |
+
refurbished versions of Pipeline and FeatureUnion.
|
| 5 |
+
|
| 6 |
+
"""
|
| 7 |
+
|
| 8 |
+
from ._column_transformer import (
|
| 9 |
+
ColumnTransformer,
|
| 10 |
+
make_column_transformer,
|
| 11 |
+
make_column_selector,
|
| 12 |
+
)
|
| 13 |
+
from ._target import TransformedTargetRegressor
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
__all__ = [
|
| 17 |
+
"ColumnTransformer",
|
| 18 |
+
"make_column_transformer",
|
| 19 |
+
"TransformedTargetRegressor",
|
| 20 |
+
"make_column_selector",
|
| 21 |
+
]
|
videollama2/lib/python3.10/site-packages/sklearn/compose/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (607 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/sklearn/compose/_column_transformer.py
ADDED
|
@@ -0,0 +1,1124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
The :mod:`sklearn.compose._column_transformer` module implements utilities
|
| 3 |
+
to work with heterogeneous data and to apply different transformers to
|
| 4 |
+
different columns.
|
| 5 |
+
"""
|
| 6 |
+
# Author: Andreas Mueller
|
| 7 |
+
# Joris Van den Bossche
|
| 8 |
+
# License: BSD
|
| 9 |
+
from itertools import chain
|
| 10 |
+
from collections import Counter
|
| 11 |
+
|
| 12 |
+
import numpy as np
|
| 13 |
+
from scipy import sparse
|
| 14 |
+
|
| 15 |
+
from ..base import clone, TransformerMixin
|
| 16 |
+
from ..utils._estimator_html_repr import _VisualBlock
|
| 17 |
+
from ..pipeline import _fit_transform_one, _transform_one, _name_estimators
|
| 18 |
+
from ..preprocessing import FunctionTransformer
|
| 19 |
+
from ..utils import Bunch
|
| 20 |
+
from ..utils import _safe_indexing
|
| 21 |
+
from ..utils import _get_column_indices
|
| 22 |
+
from ..utils._set_output import _get_output_config, _safe_set_output
|
| 23 |
+
from ..utils import check_pandas_support
|
| 24 |
+
from ..utils.metaestimators import _BaseComposition
|
| 25 |
+
from ..utils.validation import check_array, check_is_fitted, _check_feature_names_in
|
| 26 |
+
from ..utils.parallel import delayed, Parallel
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
__all__ = ["ColumnTransformer", "make_column_transformer", "make_column_selector"]
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
_ERR_MSG_1DCOLUMN = (
|
| 33 |
+
"1D data passed to a transformer that expects 2D data. "
|
| 34 |
+
"Try to specify the column selection as a list of one "
|
| 35 |
+
"item instead of a scalar."
|
| 36 |
+
)
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
class ColumnTransformer(TransformerMixin, _BaseComposition):
|
| 40 |
+
"""Applies transformers to columns of an array or pandas DataFrame.
|
| 41 |
+
|
| 42 |
+
This estimator allows different columns or column subsets of the input
|
| 43 |
+
to be transformed separately and the features generated by each transformer
|
| 44 |
+
will be concatenated to form a single feature space.
|
| 45 |
+
This is useful for heterogeneous or columnar data, to combine several
|
| 46 |
+
feature extraction mechanisms or transformations into a single transformer.
|
| 47 |
+
|
| 48 |
+
Read more in the :ref:`User Guide <column_transformer>`.
|
| 49 |
+
|
| 50 |
+
.. versionadded:: 0.20
|
| 51 |
+
|
| 52 |
+
Parameters
|
| 53 |
+
----------
|
| 54 |
+
transformers : list of tuples
|
| 55 |
+
List of (name, transformer, columns) tuples specifying the
|
| 56 |
+
transformer objects to be applied to subsets of the data.
|
| 57 |
+
|
| 58 |
+
name : str
|
| 59 |
+
Like in Pipeline and FeatureUnion, this allows the transformer and
|
| 60 |
+
its parameters to be set using ``set_params`` and searched in grid
|
| 61 |
+
search.
|
| 62 |
+
transformer : {'drop', 'passthrough'} or estimator
|
| 63 |
+
Estimator must support :term:`fit` and :term:`transform`.
|
| 64 |
+
Special-cased strings 'drop' and 'passthrough' are accepted as
|
| 65 |
+
well, to indicate to drop the columns or to pass them through
|
| 66 |
+
untransformed, respectively.
|
| 67 |
+
columns : str, array-like of str, int, array-like of int, \
|
| 68 |
+
array-like of bool, slice or callable
|
| 69 |
+
Indexes the data on its second axis. Integers are interpreted as
|
| 70 |
+
positional columns, while strings can reference DataFrame columns
|
| 71 |
+
by name. A scalar string or int should be used where
|
| 72 |
+
``transformer`` expects X to be a 1d array-like (vector),
|
| 73 |
+
otherwise a 2d array will be passed to the transformer.
|
| 74 |
+
A callable is passed the input data `X` and can return any of the
|
| 75 |
+
above. To select multiple columns by name or dtype, you can use
|
| 76 |
+
:obj:`make_column_selector`.
|
| 77 |
+
|
| 78 |
+
remainder : {'drop', 'passthrough'} or estimator, default='drop'
|
| 79 |
+
By default, only the specified columns in `transformers` are
|
| 80 |
+
transformed and combined in the output, and the non-specified
|
| 81 |
+
columns are dropped. (default of ``'drop'``).
|
| 82 |
+
By specifying ``remainder='passthrough'``, all remaining columns that
|
| 83 |
+
were not specified in `transformers`, but present in the data passed
|
| 84 |
+
to `fit` will be automatically passed through. This subset of columns
|
| 85 |
+
is concatenated with the output of the transformers. For dataframes,
|
| 86 |
+
extra columns not seen during `fit` will be excluded from the output
|
| 87 |
+
of `transform`.
|
| 88 |
+
By setting ``remainder`` to be an estimator, the remaining
|
| 89 |
+
non-specified columns will use the ``remainder`` estimator. The
|
| 90 |
+
estimator must support :term:`fit` and :term:`transform`.
|
| 91 |
+
Note that using this feature requires that the DataFrame columns
|
| 92 |
+
input at :term:`fit` and :term:`transform` have identical order.
|
| 93 |
+
|
| 94 |
+
sparse_threshold : float, default=0.3
|
| 95 |
+
If the output of the different transformers contains sparse matrices,
|
| 96 |
+
these will be stacked as a sparse matrix if the overall density is
|
| 97 |
+
lower than this value. Use ``sparse_threshold=0`` to always return
|
| 98 |
+
dense. When the transformed output consists of all dense data, the
|
| 99 |
+
stacked result will be dense, and this keyword will be ignored.
|
| 100 |
+
|
| 101 |
+
n_jobs : int, default=None
|
| 102 |
+
Number of jobs to run in parallel.
|
| 103 |
+
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
|
| 104 |
+
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
|
| 105 |
+
for more details.
|
| 106 |
+
|
| 107 |
+
transformer_weights : dict, default=None
|
| 108 |
+
Multiplicative weights for features per transformer. The output of the
|
| 109 |
+
transformer is multiplied by these weights. Keys are transformer names,
|
| 110 |
+
values the weights.
|
| 111 |
+
|
| 112 |
+
verbose : bool, default=False
|
| 113 |
+
If True, the time elapsed while fitting each transformer will be
|
| 114 |
+
printed as it is completed.
|
| 115 |
+
|
| 116 |
+
verbose_feature_names_out : bool, default=True
|
| 117 |
+
If True, :meth:`get_feature_names_out` will prefix all feature names
|
| 118 |
+
with the name of the transformer that generated that feature.
|
| 119 |
+
If False, :meth:`get_feature_names_out` will not prefix any feature
|
| 120 |
+
names and will error if feature names are not unique.
|
| 121 |
+
|
| 122 |
+
.. versionadded:: 1.0
|
| 123 |
+
|
| 124 |
+
Attributes
|
| 125 |
+
----------
|
| 126 |
+
transformers_ : list
|
| 127 |
+
The collection of fitted transformers as tuples of
|
| 128 |
+
(name, fitted_transformer, column). `fitted_transformer` can be an
|
| 129 |
+
estimator, 'drop', or 'passthrough'. In case there were no columns
|
| 130 |
+
selected, this will be the unfitted transformer.
|
| 131 |
+
If there are remaining columns, the final element is a tuple of the
|
| 132 |
+
form:
|
| 133 |
+
('remainder', transformer, remaining_columns) corresponding to the
|
| 134 |
+
``remainder`` parameter. If there are remaining columns, then
|
| 135 |
+
``len(transformers_)==len(transformers)+1``, otherwise
|
| 136 |
+
``len(transformers_)==len(transformers)``.
|
| 137 |
+
|
| 138 |
+
named_transformers_ : :class:`~sklearn.utils.Bunch`
|
| 139 |
+
Read-only attribute to access any transformer by given name.
|
| 140 |
+
Keys are transformer names and values are the fitted transformer
|
| 141 |
+
objects.
|
| 142 |
+
|
| 143 |
+
sparse_output_ : bool
|
| 144 |
+
Boolean flag indicating whether the output of ``transform`` is a
|
| 145 |
+
sparse matrix or a dense numpy array, which depends on the output
|
| 146 |
+
of the individual transformers and the `sparse_threshold` keyword.
|
| 147 |
+
|
| 148 |
+
output_indices_ : dict
|
| 149 |
+
A dictionary from each transformer name to a slice, where the slice
|
| 150 |
+
corresponds to indices in the transformed output. This is useful to
|
| 151 |
+
inspect which transformer is responsible for which transformed
|
| 152 |
+
feature(s).
|
| 153 |
+
|
| 154 |
+
.. versionadded:: 1.0
|
| 155 |
+
|
| 156 |
+
n_features_in_ : int
|
| 157 |
+
Number of features seen during :term:`fit`. Only defined if the
|
| 158 |
+
underlying transformers expose such an attribute when fit.
|
| 159 |
+
|
| 160 |
+
.. versionadded:: 0.24
|
| 161 |
+
|
| 162 |
+
See Also
|
| 163 |
+
--------
|
| 164 |
+
make_column_transformer : Convenience function for
|
| 165 |
+
combining the outputs of multiple transformer objects applied to
|
| 166 |
+
column subsets of the original feature space.
|
| 167 |
+
make_column_selector : Convenience function for selecting
|
| 168 |
+
columns based on datatype or the columns name with a regex pattern.
|
| 169 |
+
|
| 170 |
+
Notes
|
| 171 |
+
-----
|
| 172 |
+
The order of the columns in the transformed feature matrix follows the
|
| 173 |
+
order of how the columns are specified in the `transformers` list.
|
| 174 |
+
Columns of the original feature matrix that are not specified are
|
| 175 |
+
dropped from the resulting transformed feature matrix, unless specified
|
| 176 |
+
in the `passthrough` keyword. Those columns specified with `passthrough`
|
| 177 |
+
are added at the right to the output of the transformers.
|
| 178 |
+
|
| 179 |
+
Examples
|
| 180 |
+
--------
|
| 181 |
+
>>> import numpy as np
|
| 182 |
+
>>> from sklearn.compose import ColumnTransformer
|
| 183 |
+
>>> from sklearn.preprocessing import Normalizer
|
| 184 |
+
>>> ct = ColumnTransformer(
|
| 185 |
+
... [("norm1", Normalizer(norm='l1'), [0, 1]),
|
| 186 |
+
... ("norm2", Normalizer(norm='l1'), slice(2, 4))])
|
| 187 |
+
>>> X = np.array([[0., 1., 2., 2.],
|
| 188 |
+
... [1., 1., 0., 1.]])
|
| 189 |
+
>>> # Normalizer scales each row of X to unit norm. A separate scaling
|
| 190 |
+
>>> # is applied for the two first and two last elements of each
|
| 191 |
+
>>> # row independently.
|
| 192 |
+
>>> ct.fit_transform(X)
|
| 193 |
+
array([[0. , 1. , 0.5, 0.5],
|
| 194 |
+
[0.5, 0.5, 0. , 1. ]])
|
| 195 |
+
|
| 196 |
+
:class:`ColumnTransformer` can be configured with a transformer that requires
|
| 197 |
+
a 1d array by setting the column to a string:
|
| 198 |
+
|
| 199 |
+
>>> from sklearn.feature_extraction import FeatureHasher
|
| 200 |
+
>>> from sklearn.preprocessing import MinMaxScaler
|
| 201 |
+
>>> import pandas as pd # doctest: +SKIP
|
| 202 |
+
>>> X = pd.DataFrame({
|
| 203 |
+
... "documents": ["First item", "second one here", "Is this the last?"],
|
| 204 |
+
... "width": [3, 4, 5],
|
| 205 |
+
... }) # doctest: +SKIP
|
| 206 |
+
>>> # "documents" is a string which configures ColumnTransformer to
|
| 207 |
+
>>> # pass the documents column as a 1d array to the FeatureHasher
|
| 208 |
+
>>> ct = ColumnTransformer(
|
| 209 |
+
... [("text_preprocess", FeatureHasher(input_type="string"), "documents"),
|
| 210 |
+
... ("num_preprocess", MinMaxScaler(), ["width"])])
|
| 211 |
+
>>> X_trans = ct.fit_transform(X) # doctest: +SKIP
|
| 212 |
+
"""
|
| 213 |
+
|
| 214 |
+
_required_parameters = ["transformers"]
|
| 215 |
+
|
| 216 |
+
def __init__(
|
| 217 |
+
self,
|
| 218 |
+
transformers,
|
| 219 |
+
*,
|
| 220 |
+
remainder="drop",
|
| 221 |
+
sparse_threshold=0.3,
|
| 222 |
+
n_jobs=None,
|
| 223 |
+
transformer_weights=None,
|
| 224 |
+
verbose=False,
|
| 225 |
+
verbose_feature_names_out=True,
|
| 226 |
+
):
|
| 227 |
+
self.transformers = transformers
|
| 228 |
+
self.remainder = remainder
|
| 229 |
+
self.sparse_threshold = sparse_threshold
|
| 230 |
+
self.n_jobs = n_jobs
|
| 231 |
+
self.transformer_weights = transformer_weights
|
| 232 |
+
self.verbose = verbose
|
| 233 |
+
self.verbose_feature_names_out = verbose_feature_names_out
|
| 234 |
+
|
| 235 |
+
@property
|
| 236 |
+
def _transformers(self):
|
| 237 |
+
"""
|
| 238 |
+
Internal list of transformer only containing the name and
|
| 239 |
+
transformers, dropping the columns. This is for the implementation
|
| 240 |
+
of get_params via BaseComposition._get_params which expects lists
|
| 241 |
+
of tuples of len 2.
|
| 242 |
+
"""
|
| 243 |
+
try:
|
| 244 |
+
return [(name, trans) for name, trans, _ in self.transformers]
|
| 245 |
+
except (TypeError, ValueError):
|
| 246 |
+
return self.transformers
|
| 247 |
+
|
| 248 |
+
@_transformers.setter
|
| 249 |
+
def _transformers(self, value):
|
| 250 |
+
try:
|
| 251 |
+
self.transformers = [
|
| 252 |
+
(name, trans, col)
|
| 253 |
+
for ((name, trans), (_, _, col)) in zip(value, self.transformers)
|
| 254 |
+
]
|
| 255 |
+
except (TypeError, ValueError):
|
| 256 |
+
self.transformers = value
|
| 257 |
+
|
| 258 |
+
def set_output(self, *, transform=None):
|
| 259 |
+
"""Set the output container when `"transform"` and `"fit_transform"` are called.
|
| 260 |
+
|
| 261 |
+
Calling `set_output` will set the output of all estimators in `transformers`
|
| 262 |
+
and `transformers_`.
|
| 263 |
+
|
| 264 |
+
Parameters
|
| 265 |
+
----------
|
| 266 |
+
transform : {"default", "pandas"}, default=None
|
| 267 |
+
Configure output of `transform` and `fit_transform`.
|
| 268 |
+
|
| 269 |
+
- `"default"`: Default output format of a transformer
|
| 270 |
+
- `"pandas"`: DataFrame output
|
| 271 |
+
- `None`: Transform configuration is unchanged
|
| 272 |
+
|
| 273 |
+
Returns
|
| 274 |
+
-------
|
| 275 |
+
self : estimator instance
|
| 276 |
+
Estimator instance.
|
| 277 |
+
"""
|
| 278 |
+
super().set_output(transform=transform)
|
| 279 |
+
transformers = (
|
| 280 |
+
trans
|
| 281 |
+
for _, trans, _ in chain(
|
| 282 |
+
self.transformers, getattr(self, "transformers_", [])
|
| 283 |
+
)
|
| 284 |
+
if trans not in {"passthrough", "drop"}
|
| 285 |
+
)
|
| 286 |
+
for trans in transformers:
|
| 287 |
+
_safe_set_output(trans, transform=transform)
|
| 288 |
+
|
| 289 |
+
return self
|
| 290 |
+
|
| 291 |
+
def get_params(self, deep=True):
|
| 292 |
+
"""Get parameters for this estimator.
|
| 293 |
+
|
| 294 |
+
Returns the parameters given in the constructor as well as the
|
| 295 |
+
estimators contained within the `transformers` of the
|
| 296 |
+
`ColumnTransformer`.
|
| 297 |
+
|
| 298 |
+
Parameters
|
| 299 |
+
----------
|
| 300 |
+
deep : bool, default=True
|
| 301 |
+
If True, will return the parameters for this estimator and
|
| 302 |
+
contained subobjects that are estimators.
|
| 303 |
+
|
| 304 |
+
Returns
|
| 305 |
+
-------
|
| 306 |
+
params : dict
|
| 307 |
+
Parameter names mapped to their values.
|
| 308 |
+
"""
|
| 309 |
+
return self._get_params("_transformers", deep=deep)
|
| 310 |
+
|
| 311 |
+
def set_params(self, **kwargs):
|
| 312 |
+
"""Set the parameters of this estimator.
|
| 313 |
+
|
| 314 |
+
Valid parameter keys can be listed with ``get_params()``. Note that you
|
| 315 |
+
can directly set the parameters of the estimators contained in
|
| 316 |
+
`transformers` of `ColumnTransformer`.
|
| 317 |
+
|
| 318 |
+
Parameters
|
| 319 |
+
----------
|
| 320 |
+
**kwargs : dict
|
| 321 |
+
Estimator parameters.
|
| 322 |
+
|
| 323 |
+
Returns
|
| 324 |
+
-------
|
| 325 |
+
self : ColumnTransformer
|
| 326 |
+
This estimator.
|
| 327 |
+
"""
|
| 328 |
+
self._set_params("_transformers", **kwargs)
|
| 329 |
+
return self
|
| 330 |
+
|
| 331 |
+
def _iter(self, fitted=False, replace_strings=False, column_as_strings=False):
|
| 332 |
+
"""
|
| 333 |
+
Generate (name, trans, column, weight) tuples.
|
| 334 |
+
|
| 335 |
+
If fitted=True, use the fitted transformers, else use the
|
| 336 |
+
user specified transformers updated with converted column names
|
| 337 |
+
and potentially appended with transformer for remainder.
|
| 338 |
+
|
| 339 |
+
"""
|
| 340 |
+
if fitted:
|
| 341 |
+
if replace_strings:
|
| 342 |
+
# Replace "passthrough" with the fitted version in
|
| 343 |
+
# _name_to_fitted_passthrough
|
| 344 |
+
def replace_passthrough(name, trans, columns):
|
| 345 |
+
if name not in self._name_to_fitted_passthrough:
|
| 346 |
+
return name, trans, columns
|
| 347 |
+
return name, self._name_to_fitted_passthrough[name], columns
|
| 348 |
+
|
| 349 |
+
transformers = [
|
| 350 |
+
replace_passthrough(*trans) for trans in self.transformers_
|
| 351 |
+
]
|
| 352 |
+
else:
|
| 353 |
+
transformers = self.transformers_
|
| 354 |
+
else:
|
| 355 |
+
# interleave the validated column specifiers
|
| 356 |
+
transformers = [
|
| 357 |
+
(name, trans, column)
|
| 358 |
+
for (name, trans, _), column in zip(self.transformers, self._columns)
|
| 359 |
+
]
|
| 360 |
+
# add transformer tuple for remainder
|
| 361 |
+
if self._remainder[2]:
|
| 362 |
+
transformers = chain(transformers, [self._remainder])
|
| 363 |
+
get_weight = (self.transformer_weights or {}).get
|
| 364 |
+
|
| 365 |
+
output_config = _get_output_config("transform", self)
|
| 366 |
+
for name, trans, columns in transformers:
|
| 367 |
+
if replace_strings:
|
| 368 |
+
# replace 'passthrough' with identity transformer and
|
| 369 |
+
# skip in case of 'drop'
|
| 370 |
+
if trans == "passthrough":
|
| 371 |
+
trans = FunctionTransformer(
|
| 372 |
+
accept_sparse=True,
|
| 373 |
+
check_inverse=False,
|
| 374 |
+
feature_names_out="one-to-one",
|
| 375 |
+
).set_output(transform=output_config["dense"])
|
| 376 |
+
elif trans == "drop":
|
| 377 |
+
continue
|
| 378 |
+
elif _is_empty_column_selection(columns):
|
| 379 |
+
continue
|
| 380 |
+
|
| 381 |
+
if column_as_strings:
|
| 382 |
+
# Convert all columns to using their string labels
|
| 383 |
+
columns_is_scalar = np.isscalar(columns)
|
| 384 |
+
|
| 385 |
+
indices = self._transformer_to_input_indices[name]
|
| 386 |
+
columns = self.feature_names_in_[indices]
|
| 387 |
+
|
| 388 |
+
if columns_is_scalar:
|
| 389 |
+
# selection is done with one dimension
|
| 390 |
+
columns = columns[0]
|
| 391 |
+
|
| 392 |
+
yield (name, trans, columns, get_weight(name))
|
| 393 |
+
|
| 394 |
+
def _validate_transformers(self):
|
| 395 |
+
if not self.transformers:
|
| 396 |
+
return
|
| 397 |
+
|
| 398 |
+
names, transformers, _ = zip(*self.transformers)
|
| 399 |
+
|
| 400 |
+
# validate names
|
| 401 |
+
self._validate_names(names)
|
| 402 |
+
|
| 403 |
+
# validate estimators
|
| 404 |
+
for t in transformers:
|
| 405 |
+
if t in ("drop", "passthrough"):
|
| 406 |
+
continue
|
| 407 |
+
if not (hasattr(t, "fit") or hasattr(t, "fit_transform")) or not hasattr(
|
| 408 |
+
t, "transform"
|
| 409 |
+
):
|
| 410 |
+
raise TypeError(
|
| 411 |
+
"All estimators should implement fit and "
|
| 412 |
+
"transform, or can be 'drop' or 'passthrough' "
|
| 413 |
+
"specifiers. '%s' (type %s) doesn't." % (t, type(t))
|
| 414 |
+
)
|
| 415 |
+
|
| 416 |
+
def _validate_column_callables(self, X):
|
| 417 |
+
"""
|
| 418 |
+
Converts callable column specifications.
|
| 419 |
+
"""
|
| 420 |
+
all_columns = []
|
| 421 |
+
transformer_to_input_indices = {}
|
| 422 |
+
for name, _, columns in self.transformers:
|
| 423 |
+
if callable(columns):
|
| 424 |
+
columns = columns(X)
|
| 425 |
+
all_columns.append(columns)
|
| 426 |
+
transformer_to_input_indices[name] = _get_column_indices(X, columns)
|
| 427 |
+
|
| 428 |
+
self._columns = all_columns
|
| 429 |
+
self._transformer_to_input_indices = transformer_to_input_indices
|
| 430 |
+
|
| 431 |
+
def _validate_remainder(self, X):
|
| 432 |
+
"""
|
| 433 |
+
Validates ``remainder`` and defines ``_remainder`` targeting
|
| 434 |
+
the remaining columns.
|
| 435 |
+
"""
|
| 436 |
+
is_transformer = (
|
| 437 |
+
hasattr(self.remainder, "fit") or hasattr(self.remainder, "fit_transform")
|
| 438 |
+
) and hasattr(self.remainder, "transform")
|
| 439 |
+
if self.remainder not in ("drop", "passthrough") and not is_transformer:
|
| 440 |
+
raise ValueError(
|
| 441 |
+
"The remainder keyword needs to be one of 'drop', "
|
| 442 |
+
"'passthrough', or estimator. '%s' was passed instead"
|
| 443 |
+
% self.remainder
|
| 444 |
+
)
|
| 445 |
+
|
| 446 |
+
self._n_features = X.shape[1]
|
| 447 |
+
cols = set(chain(*self._transformer_to_input_indices.values()))
|
| 448 |
+
remaining = sorted(set(range(self._n_features)) - cols)
|
| 449 |
+
self._remainder = ("remainder", self.remainder, remaining)
|
| 450 |
+
self._transformer_to_input_indices["remainder"] = remaining
|
| 451 |
+
|
| 452 |
+
@property
|
| 453 |
+
def named_transformers_(self):
|
| 454 |
+
"""Access the fitted transformer by name.
|
| 455 |
+
|
| 456 |
+
Read-only attribute to access any transformer by given name.
|
| 457 |
+
Keys are transformer names and values are the fitted transformer
|
| 458 |
+
objects.
|
| 459 |
+
"""
|
| 460 |
+
# Use Bunch object to improve autocomplete
|
| 461 |
+
return Bunch(**{name: trans for name, trans, _ in self.transformers_})
|
| 462 |
+
|
| 463 |
+
def _get_feature_name_out_for_transformer(
|
| 464 |
+
self, name, trans, column, feature_names_in
|
| 465 |
+
):
|
| 466 |
+
"""Gets feature names of transformer.
|
| 467 |
+
|
| 468 |
+
Used in conjunction with self._iter(fitted=True) in get_feature_names_out.
|
| 469 |
+
"""
|
| 470 |
+
column_indices = self._transformer_to_input_indices[name]
|
| 471 |
+
names = feature_names_in[column_indices]
|
| 472 |
+
if trans == "drop" or _is_empty_column_selection(column):
|
| 473 |
+
return
|
| 474 |
+
elif trans == "passthrough":
|
| 475 |
+
return names
|
| 476 |
+
|
| 477 |
+
# An actual transformer
|
| 478 |
+
if not hasattr(trans, "get_feature_names_out"):
|
| 479 |
+
raise AttributeError(
|
| 480 |
+
f"Transformer {name} (type {type(trans).__name__}) does "
|
| 481 |
+
"not provide get_feature_names_out."
|
| 482 |
+
)
|
| 483 |
+
return trans.get_feature_names_out(names)
|
| 484 |
+
|
| 485 |
+
def get_feature_names_out(self, input_features=None):
|
| 486 |
+
"""Get output feature names for transformation.
|
| 487 |
+
|
| 488 |
+
Parameters
|
| 489 |
+
----------
|
| 490 |
+
input_features : array-like of str or None, default=None
|
| 491 |
+
Input features.
|
| 492 |
+
|
| 493 |
+
- If `input_features` is `None`, then `feature_names_in_` is
|
| 494 |
+
used as feature names in. If `feature_names_in_` is not defined,
|
| 495 |
+
then the following input feature names are generated:
|
| 496 |
+
`["x0", "x1", ..., "x(n_features_in_ - 1)"]`.
|
| 497 |
+
- If `input_features` is an array-like, then `input_features` must
|
| 498 |
+
match `feature_names_in_` if `feature_names_in_` is defined.
|
| 499 |
+
|
| 500 |
+
Returns
|
| 501 |
+
-------
|
| 502 |
+
feature_names_out : ndarray of str objects
|
| 503 |
+
Transformed feature names.
|
| 504 |
+
"""
|
| 505 |
+
check_is_fitted(self)
|
| 506 |
+
input_features = _check_feature_names_in(self, input_features)
|
| 507 |
+
|
| 508 |
+
# List of tuples (name, feature_names_out)
|
| 509 |
+
transformer_with_feature_names_out = []
|
| 510 |
+
for name, trans, column, _ in self._iter(fitted=True):
|
| 511 |
+
feature_names_out = self._get_feature_name_out_for_transformer(
|
| 512 |
+
name, trans, column, input_features
|
| 513 |
+
)
|
| 514 |
+
if feature_names_out is None:
|
| 515 |
+
continue
|
| 516 |
+
transformer_with_feature_names_out.append((name, feature_names_out))
|
| 517 |
+
|
| 518 |
+
if not transformer_with_feature_names_out:
|
| 519 |
+
# No feature names
|
| 520 |
+
return np.array([], dtype=object)
|
| 521 |
+
|
| 522 |
+
return self._add_prefix_for_feature_names_out(
|
| 523 |
+
transformer_with_feature_names_out
|
| 524 |
+
)
|
| 525 |
+
|
| 526 |
+
def _add_prefix_for_feature_names_out(self, transformer_with_feature_names_out):
|
| 527 |
+
"""Add prefix for feature names out that includes the transformer names.
|
| 528 |
+
|
| 529 |
+
Parameters
|
| 530 |
+
----------
|
| 531 |
+
transformer_with_feature_names_out : list of tuples of (str, array-like of str)
|
| 532 |
+
The tuple consistent of the transformer's name and its feature names out.
|
| 533 |
+
|
| 534 |
+
Returns
|
| 535 |
+
-------
|
| 536 |
+
feature_names_out : ndarray of shape (n_features,), dtype=str
|
| 537 |
+
Transformed feature names.
|
| 538 |
+
"""
|
| 539 |
+
if self.verbose_feature_names_out:
|
| 540 |
+
# Prefix the feature names out with the transformers name
|
| 541 |
+
names = list(
|
| 542 |
+
chain.from_iterable(
|
| 543 |
+
(f"{name}__{i}" for i in feature_names_out)
|
| 544 |
+
for name, feature_names_out in transformer_with_feature_names_out
|
| 545 |
+
)
|
| 546 |
+
)
|
| 547 |
+
return np.asarray(names, dtype=object)
|
| 548 |
+
|
| 549 |
+
# verbose_feature_names_out is False
|
| 550 |
+
# Check that names are all unique without a prefix
|
| 551 |
+
feature_names_count = Counter(
|
| 552 |
+
chain.from_iterable(s for _, s in transformer_with_feature_names_out)
|
| 553 |
+
)
|
| 554 |
+
top_6_overlap = [
|
| 555 |
+
name for name, count in feature_names_count.most_common(6) if count > 1
|
| 556 |
+
]
|
| 557 |
+
top_6_overlap.sort()
|
| 558 |
+
if top_6_overlap:
|
| 559 |
+
if len(top_6_overlap) == 6:
|
| 560 |
+
# There are more than 5 overlapping names, we only show the 5
|
| 561 |
+
# of the feature names
|
| 562 |
+
names_repr = str(top_6_overlap[:5])[:-1] + ", ...]"
|
| 563 |
+
else:
|
| 564 |
+
names_repr = str(top_6_overlap)
|
| 565 |
+
raise ValueError(
|
| 566 |
+
f"Output feature names: {names_repr} are not unique. Please set "
|
| 567 |
+
"verbose_feature_names_out=True to add prefixes to feature names"
|
| 568 |
+
)
|
| 569 |
+
|
| 570 |
+
return np.concatenate(
|
| 571 |
+
[name for _, name in transformer_with_feature_names_out],
|
| 572 |
+
)
|
| 573 |
+
|
| 574 |
+
def _update_fitted_transformers(self, transformers):
|
| 575 |
+
# transformers are fitted; excludes 'drop' cases
|
| 576 |
+
fitted_transformers = iter(transformers)
|
| 577 |
+
transformers_ = []
|
| 578 |
+
self._name_to_fitted_passthrough = {}
|
| 579 |
+
|
| 580 |
+
for name, old, column, _ in self._iter():
|
| 581 |
+
if old == "drop":
|
| 582 |
+
trans = "drop"
|
| 583 |
+
elif old == "passthrough":
|
| 584 |
+
# FunctionTransformer is present in list of transformers,
|
| 585 |
+
# so get next transformer, but save original string
|
| 586 |
+
func_transformer = next(fitted_transformers)
|
| 587 |
+
trans = "passthrough"
|
| 588 |
+
|
| 589 |
+
# The fitted FunctionTransformer is saved in another attribute,
|
| 590 |
+
# so it can be used during transform for set_output.
|
| 591 |
+
self._name_to_fitted_passthrough[name] = func_transformer
|
| 592 |
+
elif _is_empty_column_selection(column):
|
| 593 |
+
trans = old
|
| 594 |
+
else:
|
| 595 |
+
trans = next(fitted_transformers)
|
| 596 |
+
transformers_.append((name, trans, column))
|
| 597 |
+
|
| 598 |
+
# sanity check that transformers is exhausted
|
| 599 |
+
assert not list(fitted_transformers)
|
| 600 |
+
self.transformers_ = transformers_
|
| 601 |
+
|
| 602 |
+
def _validate_output(self, result):
|
| 603 |
+
"""
|
| 604 |
+
Ensure that the output of each transformer is 2D. Otherwise
|
| 605 |
+
hstack can raise an error or produce incorrect results.
|
| 606 |
+
"""
|
| 607 |
+
names = [
|
| 608 |
+
name for name, _, _, _ in self._iter(fitted=True, replace_strings=True)
|
| 609 |
+
]
|
| 610 |
+
for Xs, name in zip(result, names):
|
| 611 |
+
if not getattr(Xs, "ndim", 0) == 2:
|
| 612 |
+
raise ValueError(
|
| 613 |
+
"The output of the '{0}' transformer should be 2D (scipy "
|
| 614 |
+
"matrix, array, or pandas DataFrame).".format(name)
|
| 615 |
+
)
|
| 616 |
+
|
| 617 |
+
def _record_output_indices(self, Xs):
|
| 618 |
+
"""
|
| 619 |
+
Record which transformer produced which column.
|
| 620 |
+
"""
|
| 621 |
+
idx = 0
|
| 622 |
+
self.output_indices_ = {}
|
| 623 |
+
|
| 624 |
+
for transformer_idx, (name, _, _, _) in enumerate(
|
| 625 |
+
self._iter(fitted=True, replace_strings=True)
|
| 626 |
+
):
|
| 627 |
+
n_columns = Xs[transformer_idx].shape[1]
|
| 628 |
+
self.output_indices_[name] = slice(idx, idx + n_columns)
|
| 629 |
+
idx += n_columns
|
| 630 |
+
|
| 631 |
+
# `_iter` only generates transformers that have a non empty
|
| 632 |
+
# selection. Here we set empty slices for transformers that
|
| 633 |
+
# generate no output, which are safe for indexing
|
| 634 |
+
all_names = [t[0] for t in self.transformers] + ["remainder"]
|
| 635 |
+
for name in all_names:
|
| 636 |
+
if name not in self.output_indices_:
|
| 637 |
+
self.output_indices_[name] = slice(0, 0)
|
| 638 |
+
|
| 639 |
+
def _log_message(self, name, idx, total):
|
| 640 |
+
if not self.verbose:
|
| 641 |
+
return None
|
| 642 |
+
return "(%d of %d) Processing %s" % (idx, total, name)
|
| 643 |
+
|
| 644 |
+
def _fit_transform(self, X, y, func, fitted=False, column_as_strings=False):
|
| 645 |
+
"""
|
| 646 |
+
Private function to fit and/or transform on demand.
|
| 647 |
+
|
| 648 |
+
Return value (transformers and/or transformed X data) depends
|
| 649 |
+
on the passed function.
|
| 650 |
+
``fitted=True`` ensures the fitted transformers are used.
|
| 651 |
+
"""
|
| 652 |
+
transformers = list(
|
| 653 |
+
self._iter(
|
| 654 |
+
fitted=fitted, replace_strings=True, column_as_strings=column_as_strings
|
| 655 |
+
)
|
| 656 |
+
)
|
| 657 |
+
try:
|
| 658 |
+
return Parallel(n_jobs=self.n_jobs)(
|
| 659 |
+
delayed(func)(
|
| 660 |
+
transformer=clone(trans) if not fitted else trans,
|
| 661 |
+
X=_safe_indexing(X, column, axis=1),
|
| 662 |
+
y=y,
|
| 663 |
+
weight=weight,
|
| 664 |
+
message_clsname="ColumnTransformer",
|
| 665 |
+
message=self._log_message(name, idx, len(transformers)),
|
| 666 |
+
)
|
| 667 |
+
for idx, (name, trans, column, weight) in enumerate(transformers, 1)
|
| 668 |
+
)
|
| 669 |
+
except ValueError as e:
|
| 670 |
+
if "Expected 2D array, got 1D array instead" in str(e):
|
| 671 |
+
raise ValueError(_ERR_MSG_1DCOLUMN) from e
|
| 672 |
+
else:
|
| 673 |
+
raise
|
| 674 |
+
|
| 675 |
+
def fit(self, X, y=None):
|
| 676 |
+
"""Fit all transformers using X.
|
| 677 |
+
|
| 678 |
+
Parameters
|
| 679 |
+
----------
|
| 680 |
+
X : {array-like, dataframe} of shape (n_samples, n_features)
|
| 681 |
+
Input data, of which specified subsets are used to fit the
|
| 682 |
+
transformers.
|
| 683 |
+
|
| 684 |
+
y : array-like of shape (n_samples,...), default=None
|
| 685 |
+
Targets for supervised learning.
|
| 686 |
+
|
| 687 |
+
Returns
|
| 688 |
+
-------
|
| 689 |
+
self : ColumnTransformer
|
| 690 |
+
This estimator.
|
| 691 |
+
"""
|
| 692 |
+
# we use fit_transform to make sure to set sparse_output_ (for which we
|
| 693 |
+
# need the transformed data) to have consistent output type in predict
|
| 694 |
+
self.fit_transform(X, y=y)
|
| 695 |
+
return self
|
| 696 |
+
|
| 697 |
+
def fit_transform(self, X, y=None):
|
| 698 |
+
"""Fit all transformers, transform the data and concatenate results.
|
| 699 |
+
|
| 700 |
+
Parameters
|
| 701 |
+
----------
|
| 702 |
+
X : {array-like, dataframe} of shape (n_samples, n_features)
|
| 703 |
+
Input data, of which specified subsets are used to fit the
|
| 704 |
+
transformers.
|
| 705 |
+
|
| 706 |
+
y : array-like of shape (n_samples,), default=None
|
| 707 |
+
Targets for supervised learning.
|
| 708 |
+
|
| 709 |
+
Returns
|
| 710 |
+
-------
|
| 711 |
+
X_t : {array-like, sparse matrix} of \
|
| 712 |
+
shape (n_samples, sum_n_components)
|
| 713 |
+
Horizontally stacked results of transformers. sum_n_components is the
|
| 714 |
+
sum of n_components (output dimension) over transformers. If
|
| 715 |
+
any result is a sparse matrix, everything will be converted to
|
| 716 |
+
sparse matrices.
|
| 717 |
+
"""
|
| 718 |
+
self._check_feature_names(X, reset=True)
|
| 719 |
+
|
| 720 |
+
X = _check_X(X)
|
| 721 |
+
# set n_features_in_ attribute
|
| 722 |
+
self._check_n_features(X, reset=True)
|
| 723 |
+
self._validate_transformers()
|
| 724 |
+
self._validate_column_callables(X)
|
| 725 |
+
self._validate_remainder(X)
|
| 726 |
+
|
| 727 |
+
result = self._fit_transform(X, y, _fit_transform_one)
|
| 728 |
+
|
| 729 |
+
if not result:
|
| 730 |
+
self._update_fitted_transformers([])
|
| 731 |
+
# All transformers are None
|
| 732 |
+
return np.zeros((X.shape[0], 0))
|
| 733 |
+
|
| 734 |
+
Xs, transformers = zip(*result)
|
| 735 |
+
|
| 736 |
+
# determine if concatenated output will be sparse or not
|
| 737 |
+
if any(sparse.issparse(X) for X in Xs):
|
| 738 |
+
nnz = sum(X.nnz if sparse.issparse(X) else X.size for X in Xs)
|
| 739 |
+
total = sum(
|
| 740 |
+
X.shape[0] * X.shape[1] if sparse.issparse(X) else X.size for X in Xs
|
| 741 |
+
)
|
| 742 |
+
density = nnz / total
|
| 743 |
+
self.sparse_output_ = density < self.sparse_threshold
|
| 744 |
+
else:
|
| 745 |
+
self.sparse_output_ = False
|
| 746 |
+
|
| 747 |
+
self._update_fitted_transformers(transformers)
|
| 748 |
+
self._validate_output(Xs)
|
| 749 |
+
self._record_output_indices(Xs)
|
| 750 |
+
|
| 751 |
+
return self._hstack(list(Xs))
|
| 752 |
+
|
| 753 |
+
def transform(self, X):
|
| 754 |
+
"""Transform X separately by each transformer, concatenate results.
|
| 755 |
+
|
| 756 |
+
Parameters
|
| 757 |
+
----------
|
| 758 |
+
X : {array-like, dataframe} of shape (n_samples, n_features)
|
| 759 |
+
The data to be transformed by subset.
|
| 760 |
+
|
| 761 |
+
Returns
|
| 762 |
+
-------
|
| 763 |
+
X_t : {array-like, sparse matrix} of \
|
| 764 |
+
shape (n_samples, sum_n_components)
|
| 765 |
+
Horizontally stacked results of transformers. sum_n_components is the
|
| 766 |
+
sum of n_components (output dimension) over transformers. If
|
| 767 |
+
any result is a sparse matrix, everything will be converted to
|
| 768 |
+
sparse matrices.
|
| 769 |
+
"""
|
| 770 |
+
check_is_fitted(self)
|
| 771 |
+
X = _check_X(X)
|
| 772 |
+
|
| 773 |
+
fit_dataframe_and_transform_dataframe = hasattr(
|
| 774 |
+
self, "feature_names_in_"
|
| 775 |
+
) and hasattr(X, "columns")
|
| 776 |
+
|
| 777 |
+
if fit_dataframe_and_transform_dataframe:
|
| 778 |
+
named_transformers = self.named_transformers_
|
| 779 |
+
# check that all names seen in fit are in transform, unless
|
| 780 |
+
# they were dropped
|
| 781 |
+
non_dropped_indices = [
|
| 782 |
+
ind
|
| 783 |
+
for name, ind in self._transformer_to_input_indices.items()
|
| 784 |
+
if name in named_transformers
|
| 785 |
+
and isinstance(named_transformers[name], str)
|
| 786 |
+
and named_transformers[name] != "drop"
|
| 787 |
+
]
|
| 788 |
+
|
| 789 |
+
all_indices = set(chain(*non_dropped_indices))
|
| 790 |
+
all_names = set(self.feature_names_in_[ind] for ind in all_indices)
|
| 791 |
+
|
| 792 |
+
diff = all_names - set(X.columns)
|
| 793 |
+
if diff:
|
| 794 |
+
raise ValueError(f"columns are missing: {diff}")
|
| 795 |
+
else:
|
| 796 |
+
# ndarray was used for fitting or transforming, thus we only
|
| 797 |
+
# check that n_features_in_ is consistent
|
| 798 |
+
self._check_n_features(X, reset=False)
|
| 799 |
+
|
| 800 |
+
Xs = self._fit_transform(
|
| 801 |
+
X,
|
| 802 |
+
None,
|
| 803 |
+
_transform_one,
|
| 804 |
+
fitted=True,
|
| 805 |
+
column_as_strings=fit_dataframe_and_transform_dataframe,
|
| 806 |
+
)
|
| 807 |
+
self._validate_output(Xs)
|
| 808 |
+
|
| 809 |
+
if not Xs:
|
| 810 |
+
# All transformers are None
|
| 811 |
+
return np.zeros((X.shape[0], 0))
|
| 812 |
+
|
| 813 |
+
return self._hstack(list(Xs))
|
| 814 |
+
|
| 815 |
+
def _hstack(self, Xs):
|
| 816 |
+
"""Stacks Xs horizontally.
|
| 817 |
+
|
| 818 |
+
This allows subclasses to control the stacking behavior, while reusing
|
| 819 |
+
everything else from ColumnTransformer.
|
| 820 |
+
|
| 821 |
+
Parameters
|
| 822 |
+
----------
|
| 823 |
+
Xs : list of {array-like, sparse matrix, dataframe}
|
| 824 |
+
"""
|
| 825 |
+
if self.sparse_output_:
|
| 826 |
+
try:
|
| 827 |
+
# since all columns should be numeric before stacking them
|
| 828 |
+
# in a sparse matrix, `check_array` is used for the
|
| 829 |
+
# dtype conversion if necessary.
|
| 830 |
+
converted_Xs = [
|
| 831 |
+
check_array(X, accept_sparse=True, force_all_finite=False)
|
| 832 |
+
for X in Xs
|
| 833 |
+
]
|
| 834 |
+
except ValueError as e:
|
| 835 |
+
raise ValueError(
|
| 836 |
+
"For a sparse output, all columns should "
|
| 837 |
+
"be a numeric or convertible to a numeric."
|
| 838 |
+
) from e
|
| 839 |
+
|
| 840 |
+
return sparse.hstack(converted_Xs).tocsr()
|
| 841 |
+
else:
|
| 842 |
+
Xs = [f.toarray() if sparse.issparse(f) else f for f in Xs]
|
| 843 |
+
config = _get_output_config("transform", self)
|
| 844 |
+
if config["dense"] == "pandas" and all(hasattr(X, "iloc") for X in Xs):
|
| 845 |
+
pd = check_pandas_support("transform")
|
| 846 |
+
output = pd.concat(Xs, axis=1)
|
| 847 |
+
|
| 848 |
+
# If all transformers define `get_feature_names_out`, then transform
|
| 849 |
+
# will adjust the column names to be consistent with
|
| 850 |
+
# verbose_feature_names_out. Here we prefix the feature names if
|
| 851 |
+
# verbose_feature_names_out=True.
|
| 852 |
+
|
| 853 |
+
if not self.verbose_feature_names_out:
|
| 854 |
+
return output
|
| 855 |
+
|
| 856 |
+
transformer_names = [
|
| 857 |
+
t[0] for t in self._iter(fitted=True, replace_strings=True)
|
| 858 |
+
]
|
| 859 |
+
# Selection of columns might be empty.
|
| 860 |
+
# Hence feature names are filtered for non-emptiness.
|
| 861 |
+
feature_names_outs = [X.columns for X in Xs if X.shape[1] != 0]
|
| 862 |
+
names_out = self._add_prefix_for_feature_names_out(
|
| 863 |
+
list(zip(transformer_names, feature_names_outs))
|
| 864 |
+
)
|
| 865 |
+
output.columns = names_out
|
| 866 |
+
return output
|
| 867 |
+
|
| 868 |
+
return np.hstack(Xs)
|
| 869 |
+
|
| 870 |
+
def _sk_visual_block_(self):
|
| 871 |
+
if isinstance(self.remainder, str) and self.remainder == "drop":
|
| 872 |
+
transformers = self.transformers
|
| 873 |
+
elif hasattr(self, "_remainder"):
|
| 874 |
+
remainder_columns = self._remainder[2]
|
| 875 |
+
if (
|
| 876 |
+
hasattr(self, "feature_names_in_")
|
| 877 |
+
and remainder_columns
|
| 878 |
+
and not all(isinstance(col, str) for col in remainder_columns)
|
| 879 |
+
):
|
| 880 |
+
remainder_columns = self.feature_names_in_[remainder_columns].tolist()
|
| 881 |
+
transformers = chain(
|
| 882 |
+
self.transformers, [("remainder", self.remainder, remainder_columns)]
|
| 883 |
+
)
|
| 884 |
+
else:
|
| 885 |
+
transformers = chain(self.transformers, [("remainder", self.remainder, "")])
|
| 886 |
+
|
| 887 |
+
names, transformers, name_details = zip(*transformers)
|
| 888 |
+
return _VisualBlock(
|
| 889 |
+
"parallel", transformers, names=names, name_details=name_details
|
| 890 |
+
)
|
| 891 |
+
|
| 892 |
+
|
| 893 |
+
def _check_X(X):
|
| 894 |
+
"""Use check_array only on lists and other non-array-likes / sparse"""
|
| 895 |
+
if hasattr(X, "__array__") or sparse.issparse(X):
|
| 896 |
+
return X
|
| 897 |
+
return check_array(X, force_all_finite="allow-nan", dtype=object)
|
| 898 |
+
|
| 899 |
+
|
| 900 |
+
def _is_empty_column_selection(column):
|
| 901 |
+
"""
|
| 902 |
+
Return True if the column selection is empty (empty list or all-False
|
| 903 |
+
boolean array).
|
| 904 |
+
|
| 905 |
+
"""
|
| 906 |
+
if hasattr(column, "dtype") and np.issubdtype(column.dtype, np.bool_):
|
| 907 |
+
return not column.any()
|
| 908 |
+
elif hasattr(column, "__len__"):
|
| 909 |
+
return (
|
| 910 |
+
len(column) == 0
|
| 911 |
+
or all(isinstance(col, bool) for col in column)
|
| 912 |
+
and not any(column)
|
| 913 |
+
)
|
| 914 |
+
else:
|
| 915 |
+
return False
|
| 916 |
+
|
| 917 |
+
|
| 918 |
+
def _get_transformer_list(estimators):
|
| 919 |
+
"""
|
| 920 |
+
Construct (name, trans, column) tuples from list
|
| 921 |
+
|
| 922 |
+
"""
|
| 923 |
+
transformers, columns = zip(*estimators)
|
| 924 |
+
names, _ = zip(*_name_estimators(transformers))
|
| 925 |
+
|
| 926 |
+
transformer_list = list(zip(names, transformers, columns))
|
| 927 |
+
return transformer_list
|
| 928 |
+
|
| 929 |
+
|
| 930 |
+
def make_column_transformer(
|
| 931 |
+
*transformers,
|
| 932 |
+
remainder="drop",
|
| 933 |
+
sparse_threshold=0.3,
|
| 934 |
+
n_jobs=None,
|
| 935 |
+
verbose=False,
|
| 936 |
+
verbose_feature_names_out=True,
|
| 937 |
+
):
|
| 938 |
+
"""Construct a ColumnTransformer from the given transformers.
|
| 939 |
+
|
| 940 |
+
This is a shorthand for the ColumnTransformer constructor; it does not
|
| 941 |
+
require, and does not permit, naming the transformers. Instead, they will
|
| 942 |
+
be given names automatically based on their types. It also does not allow
|
| 943 |
+
weighting with ``transformer_weights``.
|
| 944 |
+
|
| 945 |
+
Read more in the :ref:`User Guide <make_column_transformer>`.
|
| 946 |
+
|
| 947 |
+
Parameters
|
| 948 |
+
----------
|
| 949 |
+
*transformers : tuples
|
| 950 |
+
Tuples of the form (transformer, columns) specifying the
|
| 951 |
+
transformer objects to be applied to subsets of the data.
|
| 952 |
+
|
| 953 |
+
transformer : {'drop', 'passthrough'} or estimator
|
| 954 |
+
Estimator must support :term:`fit` and :term:`transform`.
|
| 955 |
+
Special-cased strings 'drop' and 'passthrough' are accepted as
|
| 956 |
+
well, to indicate to drop the columns or to pass them through
|
| 957 |
+
untransformed, respectively.
|
| 958 |
+
columns : str, array-like of str, int, array-like of int, slice, \
|
| 959 |
+
array-like of bool or callable
|
| 960 |
+
Indexes the data on its second axis. Integers are interpreted as
|
| 961 |
+
positional columns, while strings can reference DataFrame columns
|
| 962 |
+
by name. A scalar string or int should be used where
|
| 963 |
+
``transformer`` expects X to be a 1d array-like (vector),
|
| 964 |
+
otherwise a 2d array will be passed to the transformer.
|
| 965 |
+
A callable is passed the input data `X` and can return any of the
|
| 966 |
+
above. To select multiple columns by name or dtype, you can use
|
| 967 |
+
:obj:`make_column_selector`.
|
| 968 |
+
|
| 969 |
+
remainder : {'drop', 'passthrough'} or estimator, default='drop'
|
| 970 |
+
By default, only the specified columns in `transformers` are
|
| 971 |
+
transformed and combined in the output, and the non-specified
|
| 972 |
+
columns are dropped. (default of ``'drop'``).
|
| 973 |
+
By specifying ``remainder='passthrough'``, all remaining columns that
|
| 974 |
+
were not specified in `transformers` will be automatically passed
|
| 975 |
+
through. This subset of columns is concatenated with the output of
|
| 976 |
+
the transformers.
|
| 977 |
+
By setting ``remainder`` to be an estimator, the remaining
|
| 978 |
+
non-specified columns will use the ``remainder`` estimator. The
|
| 979 |
+
estimator must support :term:`fit` and :term:`transform`.
|
| 980 |
+
|
| 981 |
+
sparse_threshold : float, default=0.3
|
| 982 |
+
If the transformed output consists of a mix of sparse and dense data,
|
| 983 |
+
it will be stacked as a sparse matrix if the density is lower than this
|
| 984 |
+
value. Use ``sparse_threshold=0`` to always return dense.
|
| 985 |
+
When the transformed output consists of all sparse or all dense data,
|
| 986 |
+
the stacked result will be sparse or dense, respectively, and this
|
| 987 |
+
keyword will be ignored.
|
| 988 |
+
|
| 989 |
+
n_jobs : int, default=None
|
| 990 |
+
Number of jobs to run in parallel.
|
| 991 |
+
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
|
| 992 |
+
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
|
| 993 |
+
for more details.
|
| 994 |
+
|
| 995 |
+
verbose : bool, default=False
|
| 996 |
+
If True, the time elapsed while fitting each transformer will be
|
| 997 |
+
printed as it is completed.
|
| 998 |
+
|
| 999 |
+
verbose_feature_names_out : bool, default=True
|
| 1000 |
+
If True, :meth:`get_feature_names_out` will prefix all feature names
|
| 1001 |
+
with the name of the transformer that generated that feature.
|
| 1002 |
+
If False, :meth:`get_feature_names_out` will not prefix any feature
|
| 1003 |
+
names and will error if feature names are not unique.
|
| 1004 |
+
|
| 1005 |
+
.. versionadded:: 1.0
|
| 1006 |
+
|
| 1007 |
+
Returns
|
| 1008 |
+
-------
|
| 1009 |
+
ct : ColumnTransformer
|
| 1010 |
+
Returns a :class:`ColumnTransformer` object.
|
| 1011 |
+
|
| 1012 |
+
See Also
|
| 1013 |
+
--------
|
| 1014 |
+
ColumnTransformer : Class that allows combining the
|
| 1015 |
+
outputs of multiple transformer objects used on column subsets
|
| 1016 |
+
of the data into a single feature space.
|
| 1017 |
+
|
| 1018 |
+
Examples
|
| 1019 |
+
--------
|
| 1020 |
+
>>> from sklearn.preprocessing import StandardScaler, OneHotEncoder
|
| 1021 |
+
>>> from sklearn.compose import make_column_transformer
|
| 1022 |
+
>>> make_column_transformer(
|
| 1023 |
+
... (StandardScaler(), ['numerical_column']),
|
| 1024 |
+
... (OneHotEncoder(), ['categorical_column']))
|
| 1025 |
+
ColumnTransformer(transformers=[('standardscaler', StandardScaler(...),
|
| 1026 |
+
['numerical_column']),
|
| 1027 |
+
('onehotencoder', OneHotEncoder(...),
|
| 1028 |
+
['categorical_column'])])
|
| 1029 |
+
"""
|
| 1030 |
+
# transformer_weights keyword is not passed through because the user
|
| 1031 |
+
# would need to know the automatically generated names of the transformers
|
| 1032 |
+
transformer_list = _get_transformer_list(transformers)
|
| 1033 |
+
return ColumnTransformer(
|
| 1034 |
+
transformer_list,
|
| 1035 |
+
n_jobs=n_jobs,
|
| 1036 |
+
remainder=remainder,
|
| 1037 |
+
sparse_threshold=sparse_threshold,
|
| 1038 |
+
verbose=verbose,
|
| 1039 |
+
verbose_feature_names_out=verbose_feature_names_out,
|
| 1040 |
+
)
|
| 1041 |
+
|
| 1042 |
+
|
| 1043 |
+
class make_column_selector:
|
| 1044 |
+
"""Create a callable to select columns to be used with
|
| 1045 |
+
:class:`ColumnTransformer`.
|
| 1046 |
+
|
| 1047 |
+
:func:`make_column_selector` can select columns based on datatype or the
|
| 1048 |
+
columns name with a regex. When using multiple selection criteria, **all**
|
| 1049 |
+
criteria must match for a column to be selected.
|
| 1050 |
+
|
| 1051 |
+
Parameters
|
| 1052 |
+
----------
|
| 1053 |
+
pattern : str, default=None
|
| 1054 |
+
Name of columns containing this regex pattern will be included. If
|
| 1055 |
+
None, column selection will not be selected based on pattern.
|
| 1056 |
+
|
| 1057 |
+
dtype_include : column dtype or list of column dtypes, default=None
|
| 1058 |
+
A selection of dtypes to include. For more details, see
|
| 1059 |
+
:meth:`pandas.DataFrame.select_dtypes`.
|
| 1060 |
+
|
| 1061 |
+
dtype_exclude : column dtype or list of column dtypes, default=None
|
| 1062 |
+
A selection of dtypes to exclude. For more details, see
|
| 1063 |
+
:meth:`pandas.DataFrame.select_dtypes`.
|
| 1064 |
+
|
| 1065 |
+
Returns
|
| 1066 |
+
-------
|
| 1067 |
+
selector : callable
|
| 1068 |
+
Callable for column selection to be used by a
|
| 1069 |
+
:class:`ColumnTransformer`.
|
| 1070 |
+
|
| 1071 |
+
See Also
|
| 1072 |
+
--------
|
| 1073 |
+
ColumnTransformer : Class that allows combining the
|
| 1074 |
+
outputs of multiple transformer objects used on column subsets
|
| 1075 |
+
of the data into a single feature space.
|
| 1076 |
+
|
| 1077 |
+
Examples
|
| 1078 |
+
--------
|
| 1079 |
+
>>> from sklearn.preprocessing import StandardScaler, OneHotEncoder
|
| 1080 |
+
>>> from sklearn.compose import make_column_transformer
|
| 1081 |
+
>>> from sklearn.compose import make_column_selector
|
| 1082 |
+
>>> import numpy as np
|
| 1083 |
+
>>> import pandas as pd # doctest: +SKIP
|
| 1084 |
+
>>> X = pd.DataFrame({'city': ['London', 'London', 'Paris', 'Sallisaw'],
|
| 1085 |
+
... 'rating': [5, 3, 4, 5]}) # doctest: +SKIP
|
| 1086 |
+
>>> ct = make_column_transformer(
|
| 1087 |
+
... (StandardScaler(),
|
| 1088 |
+
... make_column_selector(dtype_include=np.number)), # rating
|
| 1089 |
+
... (OneHotEncoder(),
|
| 1090 |
+
... make_column_selector(dtype_include=object))) # city
|
| 1091 |
+
>>> ct.fit_transform(X) # doctest: +SKIP
|
| 1092 |
+
array([[ 0.90453403, 1. , 0. , 0. ],
|
| 1093 |
+
[-1.50755672, 1. , 0. , 0. ],
|
| 1094 |
+
[-0.30151134, 0. , 1. , 0. ],
|
| 1095 |
+
[ 0.90453403, 0. , 0. , 1. ]])
|
| 1096 |
+
"""
|
| 1097 |
+
|
| 1098 |
+
def __init__(self, pattern=None, *, dtype_include=None, dtype_exclude=None):
|
| 1099 |
+
self.pattern = pattern
|
| 1100 |
+
self.dtype_include = dtype_include
|
| 1101 |
+
self.dtype_exclude = dtype_exclude
|
| 1102 |
+
|
| 1103 |
+
def __call__(self, df):
|
| 1104 |
+
"""Callable for column selection to be used by a
|
| 1105 |
+
:class:`ColumnTransformer`.
|
| 1106 |
+
|
| 1107 |
+
Parameters
|
| 1108 |
+
----------
|
| 1109 |
+
df : dataframe of shape (n_features, n_samples)
|
| 1110 |
+
DataFrame to select columns from.
|
| 1111 |
+
"""
|
| 1112 |
+
if not hasattr(df, "iloc"):
|
| 1113 |
+
raise ValueError(
|
| 1114 |
+
"make_column_selector can only be applied to pandas dataframes"
|
| 1115 |
+
)
|
| 1116 |
+
df_row = df.iloc[:1]
|
| 1117 |
+
if self.dtype_include is not None or self.dtype_exclude is not None:
|
| 1118 |
+
df_row = df_row.select_dtypes(
|
| 1119 |
+
include=self.dtype_include, exclude=self.dtype_exclude
|
| 1120 |
+
)
|
| 1121 |
+
cols = df_row.columns
|
| 1122 |
+
if self.pattern is not None:
|
| 1123 |
+
cols = cols[cols.str.contains(self.pattern, regex=True)]
|
| 1124 |
+
return cols.tolist()
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/data/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (178 Bytes). View file
|
|
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/data/diabetes_data_raw.csv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e94cc7cea00f8a84fa5f6345203913a68efa42df18f87ddf9bead721bfd503
|
| 3 |
+
size 7105
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/data/diabetes_target.csv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e53f65eb811df43c206f3534bb3af0e5fed213bc37ed6ba36310157d6023803
|
| 3 |
+
size 1050
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/data/digits.csv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09f66e6debdee2cd2b5ae59e0d6abbb73fc2b0e0185d2e1957e9ebb51e23aa22
|
| 3 |
+
size 57523
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/images/flower.jpg
ADDED
|
Git LFS Details
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_3/api-v1-jdq-3.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ef19cfad25c5de487ddbaef3c4d068ca3063777730a288dfd6f5096a0c6f46
|
| 3 |
+
size 1407
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40945/data-v1-dl-16826755.arff.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:516e961f519876e5f89b339a0364a08dd64160ac3a4d76d5ec62955bfd6d6ce5
|
| 3 |
+
size 32243
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40966/api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:301396b4a42c814b1a15038ddfcbcf5c8590501231747d0dc2a500b84b2fd0df
|
| 3 |
+
size 328
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_40966/data-v1-dl-17928620.arff.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c5fd93ffec7deb63a940fd698534dd7ebb7db349fc183930041cbf17e60e2cc
|
| 3 |
+
size 6471
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jd-42074.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f443b3add7375ca92ece9296b8449a0780305d3b5210c84994bdeab36271d62a
|
| 3 |
+
size 584
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdf-42074.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38b74e7f02a61ff55bcfac4d87103d5bffc43febb0c019d9aaa162f8f7693068
|
| 3 |
+
size 272
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_42074/api-v1-jdq-42074.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8742a74bd5bc120acd9186c8a8737cb420ed9b009fade00b24e7ce5217797f2c
|
| 3 |
+
size 722
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_61/api-v1-jdl-dn-iris-l-2-dv-1.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bce20aae7fd903796d96d5b3a3677b7058fbc5f3fe0996ee9d491e4ee23d132
|
| 3 |
+
size 293
|
videollama2/lib/python3.10/site-packages/sklearn/datasets/tests/data/openml/id_62/data-v1-dl-52352.arff.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb5830c82112f62a400c82ac1f1b5eb61c29c0a7cc72ba56d2aeff0fae8a60f9
|
| 3 |
+
size 1625
|
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__init__.py
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
The :mod:`sklearn.preprocessing` module includes scaling, centering,
|
| 3 |
+
normalization, binarization methods.
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
from ._function_transformer import FunctionTransformer
|
| 7 |
+
|
| 8 |
+
from ._data import Binarizer
|
| 9 |
+
from ._data import KernelCenterer
|
| 10 |
+
from ._data import MinMaxScaler
|
| 11 |
+
from ._data import MaxAbsScaler
|
| 12 |
+
from ._data import Normalizer
|
| 13 |
+
from ._data import RobustScaler
|
| 14 |
+
from ._data import StandardScaler
|
| 15 |
+
from ._data import QuantileTransformer
|
| 16 |
+
from ._data import add_dummy_feature
|
| 17 |
+
from ._data import binarize
|
| 18 |
+
from ._data import normalize
|
| 19 |
+
from ._data import scale
|
| 20 |
+
from ._data import robust_scale
|
| 21 |
+
from ._data import maxabs_scale
|
| 22 |
+
from ._data import minmax_scale
|
| 23 |
+
from ._data import quantile_transform
|
| 24 |
+
from ._data import power_transform
|
| 25 |
+
from ._data import PowerTransformer
|
| 26 |
+
|
| 27 |
+
from ._encoders import OneHotEncoder
|
| 28 |
+
from ._encoders import OrdinalEncoder
|
| 29 |
+
|
| 30 |
+
from ._label import label_binarize
|
| 31 |
+
from ._label import LabelBinarizer
|
| 32 |
+
from ._label import LabelEncoder
|
| 33 |
+
from ._label import MultiLabelBinarizer
|
| 34 |
+
|
| 35 |
+
from ._discretization import KBinsDiscretizer
|
| 36 |
+
|
| 37 |
+
from ._polynomial import PolynomialFeatures
|
| 38 |
+
from ._polynomial import SplineTransformer
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
__all__ = [
|
| 42 |
+
"Binarizer",
|
| 43 |
+
"FunctionTransformer",
|
| 44 |
+
"KBinsDiscretizer",
|
| 45 |
+
"KernelCenterer",
|
| 46 |
+
"LabelBinarizer",
|
| 47 |
+
"LabelEncoder",
|
| 48 |
+
"MultiLabelBinarizer",
|
| 49 |
+
"MinMaxScaler",
|
| 50 |
+
"MaxAbsScaler",
|
| 51 |
+
"QuantileTransformer",
|
| 52 |
+
"Normalizer",
|
| 53 |
+
"OneHotEncoder",
|
| 54 |
+
"OrdinalEncoder",
|
| 55 |
+
"PowerTransformer",
|
| 56 |
+
"RobustScaler",
|
| 57 |
+
"SplineTransformer",
|
| 58 |
+
"StandardScaler",
|
| 59 |
+
"add_dummy_feature",
|
| 60 |
+
"PolynomialFeatures",
|
| 61 |
+
"binarize",
|
| 62 |
+
"normalize",
|
| 63 |
+
"scale",
|
| 64 |
+
"robust_scale",
|
| 65 |
+
"maxabs_scale",
|
| 66 |
+
"minmax_scale",
|
| 67 |
+
"label_binarize",
|
| 68 |
+
"quantile_transform",
|
| 69 |
+
"power_transform",
|
| 70 |
+
]
|
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (1.57 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_discretization.cpython-310.pyc
ADDED
|
Binary file (13.3 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_encoders.cpython-310.pyc
ADDED
|
Binary file (42.3 kB). View file
|
|
|
videollama2/lib/python3.10/site-packages/sklearn/preprocessing/__pycache__/_function_transformer.cpython-310.pyc
ADDED
|
Binary file (12.4 kB). View file
|
|
|