pyrevit-stubs-25
Typing & Autocomplete stubs for RevitAPI 2025 and pyRevit modules.
Prepared by Erik Frits from www.LearnRevitAPI.com
Installation
Install like any other python package:
pip install pyrevit-stubs-25
💡 Tip: After installation give your IDE some time to index all new files.
Usage:
You should see autocomplete suggestions while you type RevitAPI / pyRevit code.
For Example:
from Autodesk.Revit.DB import *
collector = FilteredElementCollector(doc).OfClass(Wall).ToElements()
Notes:
- Install only one pyrevit-stubs version at a time
- Stubs are for autocomplete & typing only
- Code will be execute by pyRevit's engine NOT YOUR IDE!
Disclaimer
This package provides unofficial type stubs for Autodesk Revit API and pyRevit modules. Autodesk Revit is a trademark of Autodesk, Inc. These stubs are independently created and are not affiliated with or endorsed by Autodesk.
Dear Autodesk, don't sue me...
Release files for pyrevit-stubs-25 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyrevit_stubs_25-1.1.tar.gz | 3.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyrevit_stubs_25-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 MB
Release files / pyrevit_stubs_25-1.1.tar.gz
| Download URL | pyrevit_stubs_25-1.1.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04caac6d8aec033f7ddf780ef5bb98c80e568bff09dc8da9701ad2820b0f6aab
|
|
BLAKE2b-256 checksum How to use checksums |
f4320bd6e5e53554fbad03c91e6c5edb1dca54bf75f737d81133c28d7ad8f076
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.6
|
Release files / pyrevit_stubs_25-1.1-py3-none-any.whl
| Download URL | pyrevit_stubs_25-1.1-py3-none-any.whl |
|---|---|
| Size | 5.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ef14a8efdc3dd210020e7714dc7265aba3fa147d8f05767cc470d9cdb62e0b34
|
|
BLAKE2b-256 checksum How to use checksums |
f1f47c39812d6f06576f82e7b4abe1db845dda9ebd5fc87b257cd21abc402696
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.6
|