Type stubs for the 3DEqualizer4 Python module tde4.
Project description
types-tde4
types-tde4 provides type stubs for the tde4 Python extension module shipped with 3DEqualizer4.
The package is intended for type checkers and editor tooling. It does not provide a runtime implementation of tde4; scripts still have to run inside 3DEqualizer4, or in an environment where 3DEqualizer4 provides the extension module.
Installation
Install directly from the repository:
python -m pip install git+ssh://git@github.com/uwe-at-sdv/types-tde4.git
For local development, install the checkout in editable mode:
python -m pip install -e .
Usage
After installation, type checkers should find the stubs automatically when code imports tde4:
import tde4
camera = tde4.getCurrentCamera()
The installed package is a PEP 561 stub-only package. Its importable target is tde4, while the installed stub package directory is tde4-stubs.
Source
The authoritative source for these stubs is tde4_stubs.py in the documentation workspace. The published src/tde4-stubs/__init__.pyi file is generated or copied from that source.
License
BSD-2-Clause.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file types_tde4-0.1.0.tar.gz.
File metadata
- Download URL: types_tde4-0.1.0.tar.gz
- Upload date:
- Size: 125.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f1456aba78289e3ab5d80675f33dacd7de5530e50c0aa316b1725a19979f5d2
|
|
| MD5 |
14ec43574de13399887edcfe1398df39
|
|
| BLAKE2b-256 |
0565b91ce1d7cb66e5968797b373e287d076ad1b5af39dbf8366d024651463e9
|
File details
Details for the file types_tde4-0.1.0-py3-none-any.whl.
File metadata
- Download URL: types_tde4-0.1.0-py3-none-any.whl
- Upload date:
- Size: 125.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae0c40ebd7edd2a5b07eed2a673947e2400d6bb7c060e4b0b4ea2dd38158387
|
|
| MD5 |
c7eff25f6a951672ff0d502079c5a909
|
|
| BLAKE2b-256 |
c978f017c8b308fb6de36ba12233950deba418bb784757d61dd60260ea820dde
|