Allows for a more pythonic interface for the Revit’s API
Revit API is written in C#. It get a bit difficult to deep dive into the Revit API.
It allows for a simple interface to the Revit API, it doesn’t really duplicates every method etc. But gives us the basic.
Revit Python Wrapper is part of PyRevit now.