├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug-report.md │ └── new-hook-request.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── lint.yml │ ├── oneshot-test.yml │ ├── pr-test.yml │ ├── release.yml │ └── validate-new-news.yml ├── .gitignore ├── .pyup.yml ├── CHANGELOG.rst ├── LICENSE ├── MANIFEST.in ├── README.md ├── _pyinstaller_hooks_contrib ├── __init__.py ├── compat.py ├── pre_find_module_path │ └── __init__.py ├── pre_safe_import_module │ ├── __init__.py │ ├── hook-tensorflow.py │ └── hook-win32com.py ├── rthooks.dat ├── rthooks │ ├── __init__.py │ ├── pyi_rth_cryptography_openssl.py │ ├── pyi_rth_enchant.py │ ├── pyi_rth_ffpyplayer.py │ ├── pyi_rth_findlibs.py │ ├── pyi_rth_nltk.py │ ├── pyi_rth_osgeo.py │ ├── pyi_rth_pygraphviz.py │ ├── pyi_rth_pyproj.py │ ├── pyi_rth_pyqtgraph_multiprocess.py │ ├── pyi_rth_pythoncom.py │ ├── pyi_rth_pywintypes.py │ ├── pyi_rth_tensorflow.py │ ├── pyi_rth_traitlets.py │ └── pyi_rth_usb.py ├── stdhooks │ ├── __init__.py │ ├── hook-BTrees.py │ ├── hook-CTkMessagebox.py │ ├── hook-Crypto.py │ ├── hook-Cryptodome.py │ ├── hook-HtmlTestRunner.py │ ├── hook-IPython.py │ ├── hook-OpenGL.py │ ├── hook-OpenGL_accelerate.py │ ├── hook-PyTaskbar.py │ ├── hook-Xlib.py │ ├── hook-_mssql.py │ ├── hook-_mysql.py │ ├── hook-accessible_output2.py │ ├── hook-adbutils.py │ ├── hook-adios.py │ ├── hook-afmformats.py │ ├── hook-aliyunsdkcore.py │ ├── hook-altair.py │ ├── hook-amazonproduct.py │ ├── hook-anyio.py │ ├── hook-apkutils.py │ ├── hook-appdirs.py │ ├── hook-appy.pod.py │ ├── hook-apscheduler.py │ ├── hook-argon2.py │ ├── hook-astor.py │ ├── hook-astroid.py │ ├── hook-astropy.py │ ├── hook-astropy_iers_data.py │ ├── hook-av.py │ ├── hook-avro.py │ ├── hook-azurerm.py │ ├── hook-backports.py │ ├── hook-backports.zoneinfo.py │ ├── hook-bacon.py │ ├── hook-bcrypt.py │ ├── hook-bitsandbytes.py │ ├── hook-black.py │ ├── hook-bleak.py │ ├── hook-blib2to3.py │ ├── hook-blspy.py │ ├── hook-bokeh.py │ ├── hook-boto.py │ ├── hook-boto3.py │ ├── hook-botocore.py │ ├── hook-branca.py │ ├── hook-cairocffi.py │ ├── hook-cairosvg.py │ ├── hook-capstone.py │ ├── hook-cassandra.py │ ├── hook-celpy.py │ ├── hook-certifi.py │ ├── hook-cf_units.py │ ├── hook-cftime.py │ ├── hook-charset_normalizer.py │ ├── hook-cloudpickle.py │ ├── hook-cloudscraper.py │ ├── hook-clr.py │ ├── hook-clr_loader.py │ ├── hook-cmocean.py │ ├── hook-compliance_checker.py │ ├── hook-comtypes.client.py │ ├── hook-countrycode.py │ ├── hook-countryinfo.py │ ├── hook-cryptography.py │ ├── hook-customtkinter.py │ ├── hook-cv2.py │ ├── hook-cx_Oracle.py │ ├── hook-cytoolz.itertoolz.py │ ├── hook-dash.py │ ├── hook-dash_bootstrap_components.py │ ├── hook-dash_core_components.py │ ├── hook-dash_html_components.py │ ├── hook-dash_renderer.py │ ├── hook-dash_table.py │ ├── hook-dash_uploader.py │ ├── hook-dask.py │ ├── hook-datasets.py │ ├── hook-dateparser.utils.strptime.py │ ├── hook-dateutil.py │ ├── hook-dbus_fast.py │ ├── hook-dclab.py │ ├── hook-detectron2.py │ ├── hook-discid.py │ ├── hook-distorm3.py │ ├── hook-distributed.py │ ├── hook-dns.rdata.py │ ├── hook-docutils.py │ ├── hook-docx.py │ ├── hook-docx2pdf.py │ ├── hook-dynaconf.py │ ├── hook-easyocr.py │ ├── hook-eel.py │ ├── hook-emoji.py │ ├── hook-enchant.py │ ├── hook-eng_to_ipa.py │ ├── hook-ens.py │ ├── hook-enzyme.parsers.ebml.core.py │ ├── hook-eth_abi.py │ ├── hook-eth_account.py │ ├── hook-eth_hash.py │ ├── hook-eth_keyfile.py │ ├── hook-eth_keys.py │ ├── hook-eth_rlp.py │ ├── hook-eth_typing.py │ ├── hook-eth_utils.network.py │ ├── hook-eth_utils.py │ ├── hook-exchangelib.py │ ├── hook-fabric.py │ ├── hook-fairscale.py │ ├── hook-faker.py │ ├── hook-falcon.py │ ├── hook-fastai.py │ ├── hook-fastparquet.py │ ├── hook-ffpyplayer.py │ ├── hook-fiona.py │ ├── hook-flask_compress.py │ ├── hook-flask_restx.py │ ├── hook-flex.py │ ├── hook-flirpy.py │ ├── hook-fmpy.py │ ├── hook-folium.py │ ├── hook-freetype.py │ ├── hook-frictionless.py │ ├── hook-fsspec.py │ ├── hook-fvcore.nn.py │ ├── hook-gadfly.py │ ├── hook-gbulb.py │ ├── hook-gcloud.py │ ├── hook-geopandas.py │ ├── hook-gitlab.py │ ├── hook-gmplot.py │ ├── hook-gmsh.py │ ├── hook-gooey.py │ ├── hook-google.api_core.py │ ├── hook-google.cloud.bigquery.py │ ├── hook-google.cloud.core.py │ ├── hook-google.cloud.kms_v1.py │ ├── hook-google.cloud.pubsub_v1.py │ ├── hook-google.cloud.speech.py │ ├── hook-google.cloud.storage.py │ ├── hook-google.cloud.translate.py │ ├── hook-googleapiclient.model.py │ ├── hook-grapheme.py │ ├── hook-graphql_query.py │ ├── hook-great_expectations.py │ ├── hook-gribapi.py │ ├── hook-grpc.py │ ├── hook-gst._gst.py │ ├── hook-gtk.py │ ├── hook-h3.py │ ├── hook-h5py.py │ ├── hook-hdf5plugin.py │ ├── hook-hexbytes.py │ ├── hook-httplib2.py │ ├── hook-humanize.py │ ├── hook-hydra.py │ ├── hook-ijson.py │ ├── hook-imageio.py │ ├── hook-imageio_ffmpeg.py │ ├── hook-iminuit.py │ ├── hook-intake.py │ ├── hook-iso639.py │ ├── hook-itk.py │ ├── hook-jaraco.text.py │ ├── hook-jedi.py │ ├── hook-jieba.py │ ├── hook-jinja2.py │ ├── hook-jinxed.py │ ├── hook-jira.py │ ├── hook-jsonpath_rw_ext.py │ ├── hook-jsonrpcserver.py │ ├── hook-jsonschema.py │ ├── hook-jsonschema_specifications.py │ ├── hook-jupyterlab.py │ ├── hook-kaleido.py │ ├── hook-khmernltk.py │ ├── hook-kinterbasdb.py │ ├── hook-langchain.py │ ├── hook-langcodes.py │ ├── hook-langdetect.py │ ├── hook-laonlp.py │ ├── hook-lark.py │ ├── hook-ldfparser.py │ ├── hook-lensfunpy.py │ ├── hook-libaudioverse.py │ ├── hook-librosa.py │ ├── hook-lightgbm.py │ ├── hook-lightning.py │ ├── hook-limits.py │ ├── hook-linear_operator.py │ ├── hook-lingua.py │ ├── hook-litestar.py │ ├── hook-llvmlite.py │ ├── hook-logilab.py │ ├── hook-lxml.etree.py │ ├── hook-lxml.isoschematron.py │ ├── hook-lxml.objectify.py │ ├── hook-lxml.py │ ├── hook-lz4.py │ ├── hook-magic.py │ ├── hook-mako.codegen.py │ ├── hook-mariadb.py │ ├── hook-markdown.py │ ├── hook-mecab.py │ ├── hook-metpy.py │ ├── hook-migrate.py │ ├── hook-mimesis.py │ ├── hook-minecraft_launcher_lib.py │ ├── hook-mistune.py │ ├── hook-mnemonic.py │ ├── hook-monai.py │ ├── hook-moviepy.audio.fx.all.py │ ├── hook-moviepy.video.fx.all.py │ ├── hook-mpl_toolkits.basemap.py │ ├── hook-msoffcrypto.py │ ├── hook-nacl.py │ ├── hook-names.py │ ├── hook-nanite.py │ ├── hook-narwhals.py │ ├── hook-nbconvert.py │ ├── hook-nbdime.py │ ├── hook-nbformat.py │ ├── hook-nbt.py │ ├── hook-ncclient.py │ ├── hook-netCDF4.py │ ├── hook-niquests.py │ ├── hook-nltk.py │ ├── hook-nnpy.py │ ├── hook-notebook.py │ ├── hook-numba.py │ ├── hook-numbers_parser.py │ ├── hook-numcodecs.py │ ├── hook-nvidia.cublas.py │ ├── hook-nvidia.cuda_cupti.py │ ├── hook-nvidia.cuda_nvcc.py │ ├── hook-nvidia.cuda_nvrtc.py │ ├── hook-nvidia.cuda_runtime.py │ ├── hook-nvidia.cudnn.py │ ├── hook-nvidia.cufft.py │ ├── hook-nvidia.curand.py │ ├── hook-nvidia.cusolver.py │ ├── hook-nvidia.cusparse.py │ ├── hook-nvidia.nccl.py │ ├── hook-nvidia.nvjitlink.py │ ├── hook-nvidia.nvtx.py │ ├── hook-office365.py │ ├── hook-onnxruntime.py │ ├── hook-opencc.py │ ├── hook-openpyxl.py │ ├── hook-opentelemetry.py │ ├── hook-orjson.py │ ├── hook-osgeo.py │ ├── hook-pandas_flavor.py │ ├── hook-panel.py │ ├── hook-parsedatetime.py │ ├── hook-parso.py │ ├── hook-passlib.py │ ├── hook-paste.exceptions.reporter.py │ ├── hook-patoolib.py │ ├── hook-patsy.py │ ├── hook-pdfminer.py │ ├── hook-pendulum.py │ ├── hook-phonenumbers.py │ ├── hook-pingouin.py │ ├── hook-pint.py │ ├── hook-pinyin.py │ ├── hook-platformdirs.py │ ├── hook-plotly.py │ ├── hook-pptx.py │ ├── hook-prettytable.py │ ├── hook-psutil.py │ ├── hook-psychopy.py │ ├── hook-psycopg2.py │ ├── hook-publicsuffix2.py │ ├── hook-pubsub.core.py │ ├── hook-puremagic.py │ ├── hook-py.py │ ├── hook-pyarrow.py │ ├── hook-pycountry.py │ ├── hook-pycparser.py │ ├── hook-pycrfsuite.py │ ├── hook-pydantic.py │ ├── hook-pydicom.py │ ├── hook-pydivert.py │ ├── hook-pyexcel-io.py │ ├── hook-pyexcel-ods.py │ ├── hook-pyexcel-ods3.py │ ├── hook-pyexcel-odsr.py │ ├── hook-pyexcel-xls.py │ ├── hook-pyexcel-xlsx.py │ ├── hook-pyexcel-xlsxw.py │ ├── hook-pyexcel.py │ ├── hook-pyexcel_io.py │ ├── hook-pyexcel_ods.py │ ├── hook-pyexcel_ods3.py │ ├── hook-pyexcel_odsr.py │ ├── hook-pyexcel_xls.py │ ├── hook-pyexcel_xlsx.py │ ├── hook-pyexcel_xlsxw.py │ ├── hook-pyexcelerate.Writer.py │ ├── hook-pygraphviz.py │ ├── hook-pygwalker.py │ ├── hook-pylibmagic.py │ ├── hook-pylint.py │ ├── hook-pylsl.py │ ├── hook-pymediainfo.py │ ├── hook-pymorphy3.py │ ├── hook-pymssql.py │ ├── hook-pynput.py │ ├── hook-pyodbc.py │ ├── hook-pyopencl.py │ ├── hook-pypdfium2.py │ ├── hook-pypdfium2_raw.py │ ├── hook-pypemicro.py │ ├── hook-pyphen.py │ ├── hook-pyppeteer.py │ ├── hook-pyproj.py │ ├── hook-pypsexec.py │ ├── hook-pypylon.py │ ├── hook-pyqtgraph.py │ ├── hook-pyshark.py │ ├── hook-pysnmp.py │ ├── hook-pystray.py │ ├── hook-pytest.py │ ├── hook-pythainlp.py │ ├── hook-pythoncom.py │ ├── hook-pyttsx.py │ ├── hook-pyttsx3.py │ ├── hook-pyviz_comms.py │ ├── hook-pyvjoy.py │ ├── hook-pywintypes.py │ ├── hook-pywt.py │ ├── hook-qtmodern.py │ ├── hook-radicale.py │ ├── hook-raven.py │ ├── hook-rawpy.py │ ├── hook-rdflib.py │ ├── hook-redmine.py │ ├── hook-regex.py │ ├── hook-reportlab.lib.utils.py │ ├── hook-reportlab.pdfbase._fontdata.py │ ├── hook-resampy.py │ ├── hook-rlp.py │ ├── hook-rpy2.py │ ├── hook-rtree.py │ ├── hook-ruamel.yaml.py │ ├── hook-rubicon.py │ ├── hook-sacremoses.py │ ├── hook-sam2.py │ ├── hook-saml2.py │ ├── hook-schwifty.py │ ├── hook-seedir.py │ ├── hook-selectolax.py │ ├── hook-selenium.py │ ├── hook-sentry_sdk.py │ ├── hook-setuptools_scm.py │ ├── hook-shapely.py │ ├── hook-shotgun_api3.py │ ├── hook-simplemma.py │ ├── hook-skimage.color.py │ ├── hook-skimage.data.py │ ├── hook-skimage.draw.py │ ├── hook-skimage.exposure.py │ ├── hook-skimage.feature.py │ ├── hook-skimage.filters.py │ ├── hook-skimage.future.py │ ├── hook-skimage.graph.py │ ├── hook-skimage.io.py │ ├── hook-skimage.measure.py │ ├── hook-skimage.metrics.py │ ├── hook-skimage.morphology.py │ ├── hook-skimage.py │ ├── hook-skimage.registration.py │ ├── hook-skimage.restoration.py │ ├── hook-skimage.transform.py │ ├── hook-sklearn.cluster.py │ ├── hook-sklearn.linear_model.py │ ├── hook-sklearn.metrics.cluster.py │ ├── hook-sklearn.metrics.pairwise.py │ ├── hook-sklearn.metrics.py │ ├── hook-sklearn.neighbors.py │ ├── hook-sklearn.py │ ├── hook-sklearn.tree.py │ ├── hook-sklearn.utils.py │ ├── hook-skyfield.py │ ├── hook-slixmpp.py │ ├── hook-sound_lib.py │ ├── hook-sounddevice.py │ ├── hook-soundfile.py │ ├── hook-spacy.py │ ├── hook-speech_recognition.py │ ├── hook-spiceypy.py │ ├── hook-spnego.py │ ├── hook-srsly.msgpack._packer.py │ ├── hook-sspilib.raw.py │ ├── hook-statsmodels.tsa.statespace.py │ ├── hook-stdnum.py │ ├── hook-storm.database.py │ ├── hook-sudachipy.py │ ├── hook-sunpy.py │ ├── hook-sv_ttk.py │ ├── hook-swagger_spec_validator.py │ ├── hook-sympy.py │ ├── hook-tableauhyperapi.py │ ├── hook-tables.py │ ├── hook-tcod.py │ ├── hook-tensorflow.py │ ├── hook-text_unidecode.py │ ├── hook-textdistance.py │ ├── hook-thinc.backends.numpy_ops.py │ ├── hook-thinc.py │ ├── hook-timezonefinder.py │ ├── hook-timm.py │ ├── hook-tinycss2.py │ ├── hook-tkinterdnd2.py │ ├── hook-tkinterweb.py │ ├── hook-tkinterweb_tkhtml.py │ ├── hook-toga.py │ ├── hook-toga_cocoa.py │ ├── hook-toga_gtk.py │ ├── hook-toga_winforms.py │ ├── hook-torch.py │ ├── hook-torchaudio.py │ ├── hook-torchtext.py │ ├── hook-torchvision.io.image.py │ ├── hook-torchvision.py │ ├── hook-trame.py │ ├── hook-trame_client.py │ ├── hook-trame_code.py │ ├── hook-trame_components.py │ ├── hook-trame_datagrid.py │ ├── hook-trame_deckgl.py │ ├── hook-trame_formkit.py │ ├── hook-trame_grid.py │ ├── hook-trame_iframe.py │ ├── hook-trame_keycloak.py │ ├── hook-trame_leaflet.py │ ├── hook-trame_markdown.py │ ├── hook-trame_matplotlib.py │ ├── hook-trame_mesh_streamer.py │ ├── hook-trame_plotly.py │ ├── hook-trame_pvui.py │ ├── hook-trame_quasar.py │ ├── hook-trame_rca.py │ ├── hook-trame_router.py │ ├── hook-trame_simput.py │ ├── hook-trame_tauri.py │ ├── hook-trame_tweakpane.py │ ├── hook-trame_vega.py │ ├── hook-trame_vtk.py │ ├── hook-trame_vtk3d.py │ ├── hook-trame_vtklocal.py │ ├── hook-trame_vuetify.py │ ├── hook-trame_xterm.py │ ├── hook-transformers.py │ ├── hook-travertino.py │ ├── hook-trimesh.py │ ├── hook-triton.py │ ├── hook-ttkthemes.py │ ├── hook-ttkwidgets.py │ ├── hook-tzdata.py │ ├── hook-tzwhere.py │ ├── hook-u1db.py │ ├── hook-ultralytics.py │ ├── hook-umap.py │ ├── hook-unidecode.py │ ├── hook-uniseg.py │ ├── hook-urllib3.py │ ├── hook-urllib3_future.py │ ├── hook-usb.py │ ├── hook-uvicorn.py │ ├── hook-uvloop.py │ ├── hook-vaderSentiment.py │ ├── hook-vtkmodules.vtkAcceleratorsVTKmCore.py │ ├── hook-vtkmodules.vtkAcceleratorsVTKmDataModel.py │ ├── hook-vtkmodules.vtkAcceleratorsVTKmFilters.py │ ├── hook-vtkmodules.vtkChartsCore.py │ ├── hook-vtkmodules.vtkCommonColor.py │ ├── hook-vtkmodules.vtkCommonComputationalGeometry.py │ ├── hook-vtkmodules.vtkCommonDataModel.py │ ├── hook-vtkmodules.vtkCommonExecutionModel.py │ ├── hook-vtkmodules.vtkCommonMath.py │ ├── hook-vtkmodules.vtkCommonMisc.py │ ├── hook-vtkmodules.vtkCommonPython.py │ ├── hook-vtkmodules.vtkCommonSystem.py │ ├── hook-vtkmodules.vtkCommonTransforms.py │ ├── hook-vtkmodules.vtkDomainsChemistry.py │ ├── hook-vtkmodules.vtkDomainsChemistryOpenGL2.py │ ├── hook-vtkmodules.vtkFiltersAMR.py │ ├── hook-vtkmodules.vtkFiltersCellGrid.py │ ├── hook-vtkmodules.vtkFiltersCore.py │ ├── hook-vtkmodules.vtkFiltersExtraction.py │ ├── hook-vtkmodules.vtkFiltersFlowPaths.py │ ├── hook-vtkmodules.vtkFiltersGeneral.py │ ├── hook-vtkmodules.vtkFiltersGeneric.py │ ├── hook-vtkmodules.vtkFiltersGeometry.py │ ├── hook-vtkmodules.vtkFiltersGeometryPreview.py │ ├── hook-vtkmodules.vtkFiltersHybrid.py │ ├── hook-vtkmodules.vtkFiltersHyperTree.py │ ├── hook-vtkmodules.vtkFiltersImaging.py │ ├── hook-vtkmodules.vtkFiltersModeling.py │ ├── hook-vtkmodules.vtkFiltersParallel.py │ ├── hook-vtkmodules.vtkFiltersParallelDIY2.py │ ├── hook-vtkmodules.vtkFiltersParallelImaging.py │ ├── hook-vtkmodules.vtkFiltersParallelStatistics.py │ ├── hook-vtkmodules.vtkFiltersPoints.py │ ├── hook-vtkmodules.vtkFiltersProgrammable.py │ ├── hook-vtkmodules.vtkFiltersPython.py │ ├── hook-vtkmodules.vtkFiltersReduction.py │ ├── hook-vtkmodules.vtkFiltersSMP.py │ ├── hook-vtkmodules.vtkFiltersSelection.py │ ├── hook-vtkmodules.vtkFiltersSources.py │ ├── hook-vtkmodules.vtkFiltersStatistics.py │ ├── hook-vtkmodules.vtkFiltersTemporal.py │ ├── hook-vtkmodules.vtkFiltersTensor.py │ ├── hook-vtkmodules.vtkFiltersTexture.py │ ├── hook-vtkmodules.vtkFiltersTopology.py │ ├── hook-vtkmodules.vtkFiltersVerdict.py │ ├── hook-vtkmodules.vtkGeovisCore.py │ ├── hook-vtkmodules.vtkIOAMR.py │ ├── hook-vtkmodules.vtkIOAsynchronous.py │ ├── hook-vtkmodules.vtkIOCGNSReader.py │ ├── hook-vtkmodules.vtkIOCONVERGECFD.py │ ├── hook-vtkmodules.vtkIOCellGrid.py │ ├── hook-vtkmodules.vtkIOCesium3DTiles.py │ ├── hook-vtkmodules.vtkIOChemistry.py │ ├── hook-vtkmodules.vtkIOCityGML.py │ ├── hook-vtkmodules.vtkIOCore.py │ ├── hook-vtkmodules.vtkIOERF.py │ ├── hook-vtkmodules.vtkIOEnSight.py │ ├── hook-vtkmodules.vtkIOEngys.py │ ├── hook-vtkmodules.vtkIOExodus.py │ ├── hook-vtkmodules.vtkIOExport.py │ ├── hook-vtkmodules.vtkIOExportGL2PS.py │ ├── hook-vtkmodules.vtkIOExportPDF.py │ ├── hook-vtkmodules.vtkIOFDS.py │ ├── hook-vtkmodules.vtkIOFLUENTCFF.py │ ├── hook-vtkmodules.vtkIOGeoJSON.py │ ├── hook-vtkmodules.vtkIOGeometry.py │ ├── hook-vtkmodules.vtkIOH5Rage.py │ ├── hook-vtkmodules.vtkIOH5part.py │ ├── hook-vtkmodules.vtkIOHDF.py │ ├── hook-vtkmodules.vtkIOIOSS.py │ ├── hook-vtkmodules.vtkIOImage.py │ ├── hook-vtkmodules.vtkIOImport.py │ ├── hook-vtkmodules.vtkIOInfovis.py │ ├── hook-vtkmodules.vtkIOLSDyna.py │ ├── hook-vtkmodules.vtkIOLegacy.py │ ├── hook-vtkmodules.vtkIOMINC.py │ ├── hook-vtkmodules.vtkIOMotionFX.py │ ├── hook-vtkmodules.vtkIOMovie.py │ ├── hook-vtkmodules.vtkIONetCDF.py │ ├── hook-vtkmodules.vtkIOOMF.py │ ├── hook-vtkmodules.vtkIOOggTheora.py │ ├── hook-vtkmodules.vtkIOPIO.py │ ├── hook-vtkmodules.vtkIOPLY.py │ ├── hook-vtkmodules.vtkIOParallel.py │ ├── hook-vtkmodules.vtkIOParallelExodus.py │ ├── hook-vtkmodules.vtkIOParallelLSDyna.py │ ├── hook-vtkmodules.vtkIOParallelXML.py │ ├── hook-vtkmodules.vtkIOSQL.py │ ├── hook-vtkmodules.vtkIOSegY.py │ ├── hook-vtkmodules.vtkIOTRUCHAS.py │ ├── hook-vtkmodules.vtkIOTecplotTable.py │ ├── hook-vtkmodules.vtkIOVPIC.py │ ├── hook-vtkmodules.vtkIOVeraOut.py │ ├── hook-vtkmodules.vtkIOVideo.py │ ├── hook-vtkmodules.vtkIOXML.py │ ├── hook-vtkmodules.vtkIOXMLParser.py │ ├── hook-vtkmodules.vtkIOXdmf2.py │ ├── hook-vtkmodules.vtkImagingColor.py │ ├── hook-vtkmodules.vtkImagingCore.py │ ├── hook-vtkmodules.vtkImagingFourier.py │ ├── hook-vtkmodules.vtkImagingGeneral.py │ ├── hook-vtkmodules.vtkImagingHybrid.py │ ├── hook-vtkmodules.vtkImagingMath.py │ ├── hook-vtkmodules.vtkImagingMorphological.py │ ├── hook-vtkmodules.vtkImagingOpenGL2.py │ ├── hook-vtkmodules.vtkImagingSources.py │ ├── hook-vtkmodules.vtkImagingStatistics.py │ ├── hook-vtkmodules.vtkImagingStencil.py │ ├── hook-vtkmodules.vtkInfovisCore.py │ ├── hook-vtkmodules.vtkInfovisLayout.py │ ├── hook-vtkmodules.vtkInteractionImage.py │ ├── hook-vtkmodules.vtkInteractionStyle.py │ ├── hook-vtkmodules.vtkInteractionWidgets.py │ ├── hook-vtkmodules.vtkParallelCore.py │ ├── hook-vtkmodules.vtkPythonContext2D.py │ ├── hook-vtkmodules.vtkRenderingAnnotation.py │ ├── hook-vtkmodules.vtkRenderingCellGrid.py │ ├── hook-vtkmodules.vtkRenderingContext2D.py │ ├── hook-vtkmodules.vtkRenderingContextOpenGL2.py │ ├── hook-vtkmodules.vtkRenderingCore.py │ ├── hook-vtkmodules.vtkRenderingExternal.py │ ├── hook-vtkmodules.vtkRenderingFreeType.py │ ├── hook-vtkmodules.vtkRenderingGL2PSOpenGL2.py │ ├── hook-vtkmodules.vtkRenderingHyperTreeGrid.py │ ├── hook-vtkmodules.vtkRenderingImage.py │ ├── hook-vtkmodules.vtkRenderingLICOpenGL2.py │ ├── hook-vtkmodules.vtkRenderingLOD.py │ ├── hook-vtkmodules.vtkRenderingLabel.py │ ├── hook-vtkmodules.vtkRenderingMatplotlib.py │ ├── hook-vtkmodules.vtkRenderingOpenGL2.py │ ├── hook-vtkmodules.vtkRenderingParallel.py │ ├── hook-vtkmodules.vtkRenderingSceneGraph.py │ ├── hook-vtkmodules.vtkRenderingUI.py │ ├── hook-vtkmodules.vtkRenderingVR.py │ ├── hook-vtkmodules.vtkRenderingVRModels.py │ ├── hook-vtkmodules.vtkRenderingVolume.py │ ├── hook-vtkmodules.vtkRenderingVolumeAMR.py │ ├── hook-vtkmodules.vtkRenderingVolumeOpenGL2.py │ ├── hook-vtkmodules.vtkRenderingVtkJS.py │ ├── hook-vtkmodules.vtkSerializationManager.py │ ├── hook-vtkmodules.vtkTestingRendering.py │ ├── hook-vtkmodules.vtkViewsContext2D.py │ ├── hook-vtkmodules.vtkViewsCore.py │ ├── hook-vtkmodules.vtkViewsInfovis.py │ ├── hook-vtkmodules.vtkWebCore.py │ ├── hook-vtkmodules.vtkWebGLExporter.py │ ├── hook-vtkpython.py │ ├── hook-wavefile.py │ ├── hook-weasyprint.py │ ├── hook-web3.py │ ├── hook-webassets.py │ ├── hook-webrtcvad.py │ ├── hook-websockets.py │ ├── hook-webview.py │ ├── hook-win32com.py │ ├── hook-wordcloud.py │ ├── hook-workflow.py │ ├── hook-wx.lib.activex.py │ ├── hook-wx.lib.pubsub.py │ ├── hook-wx.xrc.py │ ├── hook-xarray.py │ ├── hook-xml.dom.html.HTMLDocument.py │ ├── hook-xml.sax.saxexts.py │ ├── hook-xmldiff.py │ ├── hook-xmlschema.py │ ├── hook-xsge_gui.py │ ├── hook-xyzservices.py │ ├── hook-yapf_third_party.py │ ├── hook-z3c.rml.py │ ├── hook-zarr.py │ ├── hook-zeep.py │ ├── hook-zmq.py │ └── hook-zoneinfo.py └── utils │ ├── __init__.py │ ├── nvidia_cuda.py │ └── vtkmodules.py ├── appveyor.yml ├── hooks-config.rst ├── news ├── 906.update.rst ├── 913.update.rst ├── README.txt └── _template.rst ├── pyproject.toml ├── requirements-release.txt ├── requirements-test-libraries.txt ├── requirements-test.txt ├── scripts ├── cloud-test.py └── verify-news-fragments.py ├── setup.cfg ├── setup.py └── tests ├── conftest.py ├── data └── test_hydra │ └── config.yaml ├── scripts ├── pyi_lib_boto.py ├── pyi_lib_enchant.py ├── pyi_lib_pycparser.py ├── pyi_lib_tensorflow_layer.py ├── pyi_lib_tensorflow_mnist.py └── pyi_toga_app.py ├── test_deep_learning.py ├── test_libraries.py ├── test_pytorch.py ├── test_scikit_image.py ├── test_scikit_learn.py ├── test_tensorflow.py ├── test_trame.py ├── test_vtkmodules.py └── test_wx_lib_pubsub.py /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @pyinstaller/contrib-contributors -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-hook-request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: New Hook Request 3 | about: Would you like a new hook included? 4 | title: '' 5 | labels: good first issue, hook-request 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | 12 | **Which library is the hook for?** 13 | 14 | Eg `foobar` 15 | 16 | **Have you gotten the library to work with pyinstaller?** 17 | 18 | Yes, but it needs several hidden imports. 19 | 20 | **Additional context** 21 | 22 | Add any other context here. 23 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /.pyup.yml: -------------------------------------------------------------------------------- 1 | # Run PyUp once a week. 2 | schedule: "every week" 3 | 4 | # Only touch the test libraries requirements file. 5 | search: False 6 | requirements: 7 | - requirements-test-libraries.txt 8 | -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | graft _pyinstaller_hooks_contrib 2 | include LICENSE 3 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/pre_find_module_path/__init__.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/pre_safe_import_module/__init__.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/rthooks/__init__.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the Apache License 2.0 5 | # 6 | # The full license is available in LICENSE, distributed with 7 | # this software. 8 | # 9 | # SPDX-License-Identifier: Apache-2.0 10 | # ------------------------------------------------------------------ 11 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/rthooks/pyi_rth_nltk.py: -------------------------------------------------------------------------------- 1 | #----------------------------------------------------------------------------- 2 | # Copyright (c) 2013-2020, PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the Apache License 2.0 5 | # 6 | # The full license is available in LICENSE, distributed with 7 | # this software. 8 | # 9 | # SPDX-License-Identifier: Apache-2.0 10 | #----------------------------------------------------------------------------- 11 | 12 | import sys 13 | import os 14 | import nltk 15 | 16 | #add the path to nltk_data 17 | nltk.data.path.insert(0, os.path.join(sys._MEIPASS, "nltk_data")) 18 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/__init__.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-PyTaskbar.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files("PyTaskbar") 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-Xlib.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules('Xlib') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-_mssql.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['uuid'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-_mysql.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | """ 13 | Hook for _mysql, required if higher-level pure python module is not imported 14 | """ 15 | 16 | hiddenimports = ['_mysql_exceptions'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-adios.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | """ 13 | Hook for http://pypi.python.org/pypi/adios/ 14 | """ 15 | 16 | hiddenimports = ['adios._hl.selections'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-aliyunsdkcore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files("aliyunsdkcore") 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-altair.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("altair") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-apkutils.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("apkutils") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-argon2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ["_cffi_backend"] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-astor.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('astor') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-bcrypt.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | """ 13 | Hook for https://pypi.org/project/bcrypt/ 14 | """ 15 | 16 | hiddenimports = ['_cffi_backend'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-branca.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("branca") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-capstone.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_dynamic_libs 13 | 14 | # Collect needed libraries for capstone 15 | binaries = collect_dynamic_libs('capstone') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-cloudscraper.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('cloudscraper') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-cmocean.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("cmocean", subdir="rgb") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-countrycode.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('countrycode') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-countryinfo.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata, collect_data_files 14 | 15 | datas = copy_metadata("countryinfo") + collect_data_files("countryinfo") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-customtkinter.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files("customtkinter") 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-cx_Oracle.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['decimal'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_bootstrap_components.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_bootstrap_components') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_core_components.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_core_components') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_html_components.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_html_components') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_renderer.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_renderer') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_table.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_table') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dash_uploader.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('dash_uploader') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-datasets.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dateutil.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("dateutil") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dclab.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Hook for dclab: https://pypi.python.org/pypi/dclab 14 | 15 | from PyInstaller.utils.hooks import collect_data_files 16 | 17 | datas = collect_data_files('dclab') 18 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-detectron2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-docx.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("docx") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-dynaconf.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['dynaconf.loaders.env_loader', 14 | 'dynaconf.loaders.redis_loader', 15 | 'dynaconf.loaders.vault.loader'] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eel.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('eel') 16 | hiddenimports = ['bottle_websocket'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-emoji.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('emoji') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eng_to_ipa.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('eng_to_ipa') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-ens.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("ens") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eth_abi.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata("eth_abi") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eth_account.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata("eth_account") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eth_keyfile.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata("eth_keyfile") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eth_utils.network.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("eth_utils") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-eth_utils.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata("eth_utils") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-exchangelib.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | hiddenimports = ['tzdata'] 13 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-fairscale.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-fastai.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-flask_compress.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('flask_compress') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-flask_restx.py: -------------------------------------------------------------------------------- 1 | # ----------------------------------------------------------------------------- 2 | # Copyright (c) 2005-2020, PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ----------------------------------------------------------------------------- 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files('flask_restx') 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-flex.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # hook for https://github.com/pipermerriam/flex 14 | 15 | from PyInstaller.utils.hooks import copy_metadata 16 | 17 | datas = copy_metadata('flex') 18 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-folium.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | # Collect data files (templates) 16 | datas = collect_data_files("folium") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-fsspec.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules('fsspec') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-fvcore.nn.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-gadfly.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ["sql_mar"] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-gbulb.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Prevent this package from pulling `setuptools_scm` into frozen application, as it makes no sense in that context. 14 | excludedimports = ["setuptools_scm"] 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-geopandas.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("geopandas", subdir="datasets") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-gmplot.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2005-2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('gmplot') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.api_core.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-api-core') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.core.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-cloud-core') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.pubsub_v1.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-cloud-pubsub') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.speech.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-cloud-speech') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.storage.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-cloud-storage') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.translate.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('google-cloud-translate') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-grapheme.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('grapheme') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-great_expectations.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('great_expectations') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-grpc.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('grpc') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-ijson.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules("ijson.backends") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-intake.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_entry_point 14 | 15 | datas, hiddenimports = collect_entry_point('intake.drivers') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-iso639.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | # Collect data files for iso639 16 | datas = collect_data_files("iso639") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jieba.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('jieba') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jinja2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['jinja2.ext'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jinxed.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = [ 14 | 'jinxed.terminfo.ansicon', 'jinxed.terminfo.vtwin10' 15 | ] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jsonpath_rw_ext.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('jsonpath_rw_ext') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jsonschema_specifications.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | datas = collect_data_files('jsonschema_specifications') 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-jupyterlab.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('jupyterlab') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-kaleido.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('kaleido') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-khmernltk.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('khmernltk') 16 | hiddenimports = ['sklearn_crfsuite'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-langcodes.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('langcodes') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-langdetect.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("langdetect") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-laonlp.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('laonlp') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-lark.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("lark") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-ldfparser.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | #----------------------------------------------------------------------------- 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('ldfparser') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-limits.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("limits") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-linear_operator.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # --------------------------------------------------- 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-lingua.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('lingua') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-litestar.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | hiddenimports = collect_submodules('litestar.logging') 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-lxml.etree.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['lxml._elementpath', 'gzip', 'contextlib'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-lxml.objectify.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['lxml.etree'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-lz4.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | # hook for https://github.com/python-lz4/python-lz4 13 | 14 | from PyInstaller.utils.hooks import copy_metadata 15 | 16 | datas = copy_metadata('lz4') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-mecab.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('mecab') 16 | datas += collect_data_files('mecab_ko_dic') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-minecraft_launcher_lib.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files("minecraft_launcher_lib") 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-mnemonic.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('mnemonic') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-monai.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = "pyz+py" 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-nanite.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Hook for nanite: https://pypi.python.org/pypi/nanite 14 | 15 | from PyInstaller.utils.hooks import collect_data_files 16 | 17 | datas = collect_data_files('nanite') 18 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-nbdime.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('nbdime') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-nbformat.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('nbformat') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-nbt.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | hiddenimports = ["nbt.nbt", "nbt.world", "nbt.region", "nbt.chunk"] 13 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-niquests.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules("niquests") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-nnpy.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | """ 13 | Hook for https://pypi.org/project/nnpy/ 14 | """ 15 | 16 | hiddenimports = ['_cffi_backend'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-opencc.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('opencc') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-patsy.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['patsy.builtins'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pdfminer.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pdfminer') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pingouin.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pingouin') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pint.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files, copy_metadata 14 | 15 | datas = collect_data_files('pint') 16 | datas += copy_metadata('pint') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pptx.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pptx.templates') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-psycopg2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['mx.DateTime'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-publicsuffix2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('publicsuffix2') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-puremagic.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("puremagic") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-py.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2022 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules("py._path") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pycrfsuite.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['pycrfsuite._dumpparser', 'pycrfsuite._logparser', 'tempfile'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pydivert.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pydivert.windivert_dll') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-io.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-io 0.5.18: 14 | # https://github.com/pyexcel/pyexcel-io 15 | 16 | hiddenimports = ['pyexcel_io'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-ods.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-ods 0.5.6: 14 | # https://github.com/pyexcel/pyexcel-ods 15 | 16 | hiddenimports = ['pyexcel_ods'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-ods3.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-ods3 0.5.3: 14 | # https://github.com/pyexcel/pyexcel-ods3 15 | 16 | hiddenimports = ['pyexcel_ods3'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-odsr.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-io 0.5.2: 14 | # https://github.com/pyexcel/pyexcel-io 15 | 16 | hiddenimports = ['pyexcel_odsr'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xls.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-xls 0.5.8: 14 | # https://github.com/pyexcel/pyexcel-xls 15 | 16 | hiddenimports = ['pyexcel_xls'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xlsx.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-xlsx 0.4.2: 14 | # https://github.com/pyexcel/pyexcel-xlsx 15 | 16 | hiddenimports = ['pyexcel_xlsx'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xlsxw.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-xlsxw 0.4.2: 14 | # https://github.com/pyexcel/pyexcel-xlsxw 15 | 16 | hiddenimports = ['pyexcel_xlsxw'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_odsr.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # This hook was tested with pyexcel-io 0.5.2: 14 | # https://github.com/pyexcel/pyexcel-io 15 | 16 | hiddenimports = ['pyexcel_odsr', 'pyexcel_odsr.odsr'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyexcelerate.Writer.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pyexcelerate') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pygwalker.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pygwalker') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pynput.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules("pynput") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pypdfium2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | # Collect `version.json`. 16 | datas = collect_data_files("pypdfium2") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyphen.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pyphen') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyppeteer.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | # pyppeteer uses importlib.metadata to query its own version. 16 | datas = copy_metadata("pyppeteer") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pytest.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | """ 13 | Hook for http://pypi.python.org/pypi/pytest/ 14 | """ 15 | 16 | import pytest 17 | 18 | hiddenimports = pytest.freeze_includes() 19 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pythainlp.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('pythainlp') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyviz_comms.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("pyviz_comms") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-pyvjoy.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_dynamic_libs 13 | 14 | binaries = collect_dynamic_libs("pyvjoy") 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-qtmodern.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("qtmodern", includes=["**/*.qss"]) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-radicale.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata, collect_data_files 14 | 15 | datas = copy_metadata('radicale') 16 | datas += collect_data_files('radicale') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-raven.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['raven.events', 'raven.processors'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-rawpy.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Python wrapper for LibRaw (https://pypi.python.org/pypi/rawpy) 14 | # Tested with version 0.3.5 15 | 16 | hiddenimports = ['numpy', 'enum'] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-rdflib.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules('rdflib.plugins') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-redmine.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['redmine.resources'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-regex.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['warnings'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-reportlab.lib.utils.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Needed for ReportLab 3 14 | hiddenimports = [ 15 | 'reportlab.rl_settings', 16 | ] 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-rpy2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = [ 14 | "rpy2", 15 | "rpy2.robjects", 16 | "rpy2.robjects.packages", 17 | "rpy2.situation", 18 | ] 19 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-rubicon.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Prevent this package from pulling `setuptools_scm` into frozen application, as it makes no sense in that context. 14 | excludedimports = ["setuptools_scm"] 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-sacremoses.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('sacremoses') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-schwifty.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata, collect_data_files 14 | 15 | datas = copy_metadata('schwifty') 16 | datas += collect_data_files('schwifty') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-seedir.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('seedir') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-selectolax.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("selectolax") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-selenium.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('selenium') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-simplemma.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('simplemma') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Tested on Windows 10 64bit with python 3.7.1 14 | 15 | from PyInstaller.utils.hooks import collect_data_files 16 | 17 | datas = collect_data_files('sklearn') 18 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.utils.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['sklearn.utils._cython_blas', ] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-skyfield.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | datas = collect_data_files('skyfield') 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-slixmpp.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules("slixmpp.features") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-spnego.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules('spnego') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-sv_ttk.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | # Collect all files in the sv_ttk package 16 | datas = collect_data_files(package="sv_ttk") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-swagger_spec_validator.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("swagger_spec_validator") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-tableauhyperapi.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_dynamic_libs 14 | 15 | binaries = collect_dynamic_libs("tableauhyperapi") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-timezonefinder.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('timezonefinder') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-timm.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # Collect source .py files for JIT/torchscript. Requires PyInstaller >= 5.3, no-op in older versions. 14 | module_collection_mode = 'pyz+py' 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-tkinterweb.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | # Collect files from 'resources' 16 | datas = collect_data_files('tkinterweb') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-torchvision.io.image.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | # torchivison.io.image attempts to dynamically load the torchvision.image extension. 14 | hiddenimports = ['torchvision.image'] 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ["pkgutil"] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_client.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_client", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_code.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_code", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_components.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_components", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_datagrid.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_datagrid", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_deckgl.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_deckgl", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_formkit.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_formkit", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_grid.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_grid", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_iframe.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_iframe", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_keycloak.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_keycloak", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_leaflet.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_leaflet", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_markdown.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_markdown", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_matplotlib.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_matplotlib", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_plotly.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_plotly", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_pvui.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_pvui", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_quasar.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_quasar", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_rca.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_rca", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_router.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_router", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_simput.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_simput", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_tauri.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_tauri", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_tweakpane.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = [*collect_data_files("trame_tweakpane", subdir="module")] 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_vega.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_vega", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_vtk3d.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_vtk3d", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_vtklocal.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | hiddenimports = ["vtk"] 16 | datas = collect_data_files("trame_vtklocal", subdir="module") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_vuetify.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_vuetify", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-trame_xterm.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files("trame_xterm", subdir="module") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-tzwhere.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('tzwhere') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-umap.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('umap-learn') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-uvicorn.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | hiddenimports = collect_submodules('uvicorn') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vaderSentiment.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('vaderSentiment') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkChartsCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonColor.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonMath.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonMisc.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonPython.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonSystem.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersAMR.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeneral.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeneric.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersHybrid.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersImaging.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersPoints.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersPython.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersSMP.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersSources.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTensor.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTexture.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersVerdict.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkGeovisCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOAMR.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOAsynchronous.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCGNSReader.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCONVERGECFD.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCellGrid.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOChemistry.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCityGML.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOERF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOEnSight.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOEngys.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExodus.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExport.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExportGL2PS.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExportPDF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOFDS.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOFLUENTCFF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOGeoJSON.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOGeometry.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOH5Rage.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOH5part.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOHDF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOIOSS.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOImage.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOImport.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOInfovis.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOLSDyna.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOLegacy.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMINC.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMotionFX.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMovie.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIONetCDF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOOMF.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOOggTheora.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOPIO.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOPLY.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallel.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallelXML.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOSQL.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOSegY.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOTRUCHAS.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOTecplotTable.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVPIC.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVeraOut.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVideo.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXML.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXMLParser.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXdmf2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingColor.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingFourier.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingGeneral.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingHybrid.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingMath.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingOpenGL2.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingSources.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingStencil.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInfovisCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInfovisLayout.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkParallelCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingImage.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingLOD.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingLabel.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingUI.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVR.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVtkJS.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsContext2D.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsInfovis.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkWebCore.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from _pyinstaller_hooks_contrib.utils.vtkmodules import add_vtkmodules_dependencies 14 | 15 | hiddenimports = add_vtkmodules_dependencies(__file__) 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-web3.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata("web3") 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-webassets.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | from PyInstaller.utils.hooks import collect_data_files 13 | 14 | datas = collect_data_files('webassets', include_py_files=True) 15 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-webrtcvad.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('webrtcvad') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-websockets.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2021 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_submodules 14 | 15 | # Websockets lazily loads its submodules. 16 | hiddenimports = collect_submodules("websockets") 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-wordcloud.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('wordcloud') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-workflow.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('workflow') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-wx.xrc.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | hiddenimports = ['wx._xml', 'wx'] 14 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-xmldiff.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | # Hook for https://github.com/Shoobx/xmldiff 13 | 14 | from PyInstaller.utils.hooks import copy_metadata 15 | 16 | datas = copy_metadata('xmldiff') 17 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-xyzservices.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2023 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('xyzservices') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-yapf_third_party.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2024 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import collect_data_files 14 | 15 | datas = collect_data_files('yapf_third_party') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/stdhooks/hook-zarr.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2025 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | 13 | from PyInstaller.utils.hooks import copy_metadata 14 | 15 | datas = copy_metadata('zarr') 16 | -------------------------------------------------------------------------------- /_pyinstaller_hooks_contrib/utils/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /news/906.update.rst: -------------------------------------------------------------------------------- 1 | ``usb`` hook: fix shared library collection on Windows. -------------------------------------------------------------------------------- /news/913.update.rst: -------------------------------------------------------------------------------- 1 | Have the ``_load_library`` override installed by the ``usb`` run-time 2 | hook honor the passed ``find_library`` argument. 3 | -------------------------------------------------------------------------------- /requirements-release.txt: -------------------------------------------------------------------------------- 1 | towncrier==22.8.0 2 | setuptools 3 | wheel 4 | twine 5 | -------------------------------------------------------------------------------- /requirements-test.txt: -------------------------------------------------------------------------------- 1 | # pyup: ignore file 2 | 3 | # PyTest 4 | pytest >= 2.7.3 5 | pytest-timeout # Stop hanging tests 6 | pytest-xdist # Distributed testing 7 | execnet >= 1.5.0 # for pytest-xdist 8 | pytest-drop-dup-tests # Don't run tests twice 9 | psutil 10 | -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------------ 2 | # Copyright (c) 2020 PyInstaller Development Team. 3 | # 4 | # This file is distributed under the terms of the GNU General Public 5 | # License (version 2.0 or later). 6 | # 7 | # The full license is available in LICENSE, distributed with 8 | # this software. 9 | # 10 | # SPDX-License-Identifier: GPL-2.0-or-later 11 | # ------------------------------------------------------------------ 12 | # Import all fixtures from PyInstaller into the tests. 13 | from PyInstaller.utils.conftest import * # noqa: F401,F403 14 | -------------------------------------------------------------------------------- /tests/data/test_hydra/config.yaml: -------------------------------------------------------------------------------- 1 | test_group: 2 | secret_string: secret 3 | secret_number: 123 4 | --------------------------------------------------------------------------------