Metadata-Version: 2.4
Name: duHast8
Version: 1.0.2
Summary: Sample code for Revit batch processing and the Revit API.
Author: Jan Christel
Author-email: Jan Christel <jan.r.christel@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/jchristel/SampleCodeRevitBatchProcessor
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Dynamic: requires-python

# Code samples for the Revit Batch Processor
This repository contains python code samples for the [Revit Batch Processor](https://github.com/bvn-architecture/RevitBatchProcessor)

A more detailed description of the varies modules, can be found in the online [docs](https://jchristel.github.io/SampleCodeRevitBatchProcessor/) and in the [wiki](https://github.com/jchristel/SampleCodeRevitBatchProcessor/wiki).

## Sample code via pip
The DuHast is now available as a pip installs:

for Revit 2024 and older:

```
pip install DuHast
```

For Revit 2025 and onwards:
```
pip install duHast8
```

The sample flows provided in /Sample in this repository use this package. 
