A Library allow extract revit without open revit
Project description
Revit Extractor
This is a library allow export native data from Revit file without Open Revit, it's useful for extract data from Revit file to another system.
Requirement
- Make sure you have Revit installed on your machine.
- Make sure you have Python installed on your machine version
3.9
or later.
How to use
- Install the library by using pip:
pip install revit-extractor --upgrade
- Use the library in your code:
- Extract all categories from Revit file:
from revit_extractor import RevitExtractor
rvt_path = r"D:\_WIP\Download\Sample Office Building Model V1.rvt"
prodb = RevitExtractor(rvt_path).read_prob_data()
categories = prodb.get_all_categories()
for key in categories:
print(key, categories[key])
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
revit-extractor-0.1.0.tar.gz
(15.4 kB
view details)
Built Distribution
File details
Details for the file revit-extractor-0.1.0.tar.gz
.
File metadata
- Download URL: revit-extractor-0.1.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfd88e5b372f442c256cf4b5ded403a91cffa88ae4f60e9a63b6c28e23f5dc3b |
|
MD5 | 5f9e5d37bc015397d882c7f5d4c6eb76 |
|
BLAKE2b-256 | 0eb9823e8c5d3080817dc21afe04277d2bdf54178bbf8dcffee2ad6ebc0d44ce |
File details
Details for the file revit_extractor-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: revit_extractor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f77655ba4b761467897b8225647f26fbce88962b49a56f0f4e692a7432169ee |
|
MD5 | 40bc67a9ae05b6a79d352983b0314b7c |
|
BLAKE2b-256 | 61b29a8a600b2d93dfb313a243d37d2b77bc114803524a5d9ab5767751f5b393 |