twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
179 stars 48 forks source link

Add support for the newer APIs of attrs #718

Open tristanlatr opened 1 year ago

tristanlatr commented 1 year ago

Attrs introduced the define APIs and friends a while ago now. Would be good to have support for those as well. I might use this opportunity to abstract out some of the code that handle all the dataclass-like classes so it’s easier to reuse and implement #596. This should probably be done before we merge #656.