github.com/apache/beam/sdks/v2@v2.48.2/python/container/license_scripts/dep_urls_py.yaml (about) 1 # 2 # Licensed to the Apache Software Foundation (ASF) under one or more 3 # contributor license agreements. See the NOTICE file distributed with 4 # this work for additional information regarding copyright ownership. 5 # The ASF licenses this file to You under the Apache License, Version 2.0 6 # (the "License"); you may not use this file except in compliance with 7 # 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, software 12 # distributed under the License is distributed on an "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 # See the License for the specific language governing permissions and 15 # limitations under the License. 16 # 17 pip_dependencies: 18 # This is a list of packages whose license files cannot be pulled with pip-licenses tool. 19 # pip-licenses scans site-packages/ directory to get a list of packages installed and their licenses. 20 # For packages that do not include licenses in their distribution, we need to manually 21 # provide license files in ./manual_licences/, or provide a url where they can be downloaded from. 22 # We need to manually configure licenses for a dependency if pip-licenses fails to retrieve 23 # the license file under any Python version we support. 24 25 # template: 26 # dependency_name: 27 # license: url_to_license or "skip" 28 # # skip: don't add license for the dependency 29 # # url_to_license: a url to source code (https://...) or a local file (file://...) 30 # notice: it's optional, url_to_notice 31 apache-beam: 32 license: "skip" # don't include self dependency. 33 # TODO(BEAM-8371): License for this dependency cannot be automatically retrieved on Python 2. 34 appdirs: 35 license: "https://raw.githubusercontent.com/ActiveState/appdirs/master/LICENSE.txt" 36 avro: 37 license: "https://raw.githubusercontent.com/apache/avro/master/LICENSE.txt" 38 notice: "https://raw.githubusercontent.com/apache/avro/master/NOTICE.txt" 39 avro-python3: 40 license: "https://raw.githubusercontent.com/apache/avro/master/LICENSE.txt" 41 notice: "https://raw.githubusercontent.com/apache/avro/master/NOTICE.txt" 42 backports.weakref: 43 license: "https://raw.githubusercontent.com/PiDelport/backports.weakref/master/LICENSE" 44 beautifulsoup4: 45 # copied from source tar files. 46 license: "file:///tmp/license_scripts/manual_licenses/beautifulsoup4/LICENSE" 47 bs4: 48 # bs4 is a dummy PyPI package setup for beautifulsoup4. 49 license: "skip" 50 chardet: 51 license: "https://raw.githubusercontent.com/chardet/chardet/master/LICENSE" 52 certifi: 53 license: "https://raw.githubusercontent.com/certifi/python-certifi/master/LICENSE" 54 clang: 55 license: "https://raw.githubusercontent.com/llvm/llvm-project/main/clang/LICENSE.TXT" 56 cython: 57 license: "https://raw.githubusercontent.com/cython/cython/master/LICENSE.txt" 58 dataclasses: 59 license: "https://raw.githubusercontent.com/ericvsmith/dataclasses/master/LICENSE.txt" 60 enum34: 61 # The original repo is down. This license taken from somebody's clone: 62 # https://github.com/jamespharaoh/python-enum34/blob/master/enum/LICENSE 63 license: "file:///tmp/license_scripts/manual_licenses/enum34/LICENSE" 64 fastavro: 65 license: "https://raw.githubusercontent.com/fastavro/fastavro/master/LICENSE" 66 notice: "https://raw.githubusercontent.com/fastavro/fastavro/master/NOTICE.txt" 67 flatbuffers: 68 license: "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE" 69 funcsigs: 70 license: "https://raw.githubusercontent.com/aliles/funcsigs/master/LICENSE" 71 futures: 72 license: "https://raw.githubusercontent.com/agronholm/pythonfutures/master/LICENSE" 73 google-apitools: 74 license: "https://raw.githubusercontent.com/google/apitools/master/LICENSE" 75 googledatastore: 76 license: "https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-datastore/master/LICENSE" 77 google-python-cloud-debugger: 78 license: "https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-debug-python/master/LICENSE" 79 grpcio: 80 license: "https://raw.githubusercontent.com/grpc/grpc/master/LICENSE" 81 notice: "https://raw.githubusercontent.com/grpc/grpc/master/NOTICE.txt" 82 grpcio-gcp: 83 license: "https://raw.githubusercontent.com/GoogleCloudPlatform/grpc-gcp-python/master/LICENSE" 84 grpcio-status: 85 license: "https://raw.githubusercontent.com/grpc/grpc/master/LICENSE" 86 notice: "https://raw.githubusercontent.com/grpc/grpc/master/NOTICE.txt" 87 guppy: 88 license: "https://raw.githubusercontent.com/joshwcomeau/guppy/master/LICENSE.md" 89 guppy3: 90 license: "https://raw.githubusercontent.com/zhuyifei1999/guppy3/master/LICENSE" 91 h5py: 92 license: "https://raw.githubusercontent.com/h5py/h5py/master/LICENSE" 93 hdfs: 94 license: "https://raw.githubusercontent.com/mtth/hdfs/master/LICENSE" 95 httplib2: 96 license: "https://raw.githubusercontent.com/httplib2/httplib2/master/LICENSE" 97 keras: 98 license: "https://raw.githubusercontent.com/keras-team/keras/master/LICENSE" 99 keras-nightly: 100 license: "https://raw.githubusercontent.com/keras-team/keras/master/LICENSE" 101 mmh3: 102 license: "https://raw.githubusercontent.com/hajimes/mmh3/master/LICENSE" 103 mock: 104 license: "https://raw.githubusercontent.com/testing-cabal/mock/master/LICENSE.txt" 105 monotonic: 106 license: "https://raw.githubusercontent.com/atdt/monotonic/master/LICENSE" 107 nose: 108 license: "https://raw.githubusercontent.com/nose-devs/nose/master/lgpl.txt" 109 numpy: 110 license: "https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt" 111 oauth2client: 112 license: "https://raw.githubusercontent.com/googleapis/oauth2client/master/LICENSE" 113 orjson: 114 license: "https://github.com/ijl/orjson/raw/master/LICENSE-APACHE" 115 pandas: 116 license: "https://raw.githubusercontent.com/pandas-dev/pandas/master/LICENSE" 117 pathlib2: 118 license: "https://raw.githubusercontent.com/mcmtroffaes/pathlib2/develop/LICENSE.rst" 119 protobuf: 120 license: "https://raw.githubusercontent.com/protocolbuffers/protobuf/master/LICENSE" 121 protorpc: 122 license: "https://raw.githubusercontent.com/google/protorpc/master/LICENSE" 123 proto-plus: 124 license: "https://raw.githubusercontent.com/googleapis/proto-plus-python/master/LICENSE" 125 pbr: 126 license: "https://opendev.org/openstack/pbr/raw/branch/master/LICENSE" 127 pyarrow: 128 license: "https://raw.githubusercontent.com/apache/arrow/master/LICENSE.txt" 129 notice: "https://raw.githubusercontent.com/apache/arrow/master/NOTICE.txt" 130 pyhamcrest: 131 license: "https://raw.githubusercontent.com/hamcrest/PyHamcrest/master/LICENSE.txt" 132 pymongo: 133 license: "https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE" 134 python-gflags: 135 license: "https://raw.githubusercontent.com/google/python-gflags/master/COPYING" 136 pyvcf: 137 license: "https://raw.githubusercontent.com/jamescasbon/PyVCF/master/LICENSE" 138 singledispatch: 139 license: "file:///tmp/license_scripts/manual_licenses/singledispatch/LICENSE" 140 scipy: 141 license: "https://raw.githubusercontent.com/scipy/scipy/master/LICENSE.txt" 142 soupsieve: 143 license: "https://raw.githubusercontent.com/facelessuser/soupsieve/main/LICENSE.md" 144 termcolor: 145 license: "file:///tmp/license_scripts/manual_licenses/termcolor/LICENSE" 146 tensorflow: 147 license: "https://raw.githubusercontent.com/tensorflow/tensorflow/master/LICENSE" 148 tensorflow-estimator: 149 license: "https://raw.githubusercontent.com/tensorflow/estimator/master/LICENSE" 150 tf-estimator-nightly: 151 license: "https://raw.githubusercontent.com/tensorflow/estimator/master/LICENSE" 152 tensorboard-data-server: 153 license: "https://raw.githubusercontent.com/tensorflow/tensorboard/master/LICENSE" 154 tensorboard-plugin-wit: 155 license: "https://raw.githubusercontent.com/PAIR-code/what-if-tool/master/LICENSE" 156 timeloop: 157 license: "https://raw.githubusercontent.com/sankalpjonn/timeloop/master/LICENSE" 158 torch: 159 license: "https://raw.githubusercontent.com/pytorch/pytorch/master/LICENSE" 160 wget: 161 license: "https://raw.githubusercontent.com/mirror/wget/master/COPYING"