pyrevit-stubs-26
Typing & Autocomplete stubs for RevitAPI 2021 and pyRevit modules.
Prepared by Erik Frits from www.LearnRevitAPI.com
Installation
Install like any other python package:
pip install pyrevit-stubs-26
💡 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-21 1.0
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_21-1.0.tar.gz | 3.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyrevit_stubs_21-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 MB
Release files / pyrevit_stubs_21-1.0.tar.gz
| Download URL | pyrevit_stubs_21-1.0.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
001c78a63d4ba284a7c6996717045553cfb79d253cfb130505d6b33aed248d8f
|
|
BLAKE2b-256 checksum How to use checksums |
c4f82690057c2bfab15e78ac45351e7c27d0d3a2e28e2d50dbeb25c2a2a0fb4b
|
| 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_21-1.0-py3-none-any.whl
| Download URL | pyrevit_stubs_21-1.0-py3-none-any.whl |
|---|---|
| Size | 4.9 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5097c771b54b21c74be7b7dc537078950d29e74f7b7866d275de4a91153e5eab
|
|
BLAKE2b-256 checksum How to use checksums |
6d3512011668d7c63957bff406b3089b409123ff3921ce849823e8d3f0e9103d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.6
|