-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attrs Support #318
Comments
As per #317 (comment), the new extractor will make it easy to write extensions to support third-party libs such as attrs. |
Any chance to bump this? :) |
I attempted to implement an extension for Griffe. However it really needs to be a post processing extension. |
Thank you for giving it a try @LordOfPolls. Post-processing extensions are on the Griffe to do list 🙂 |
Hi @pawamoy, just checking in; has there been any movement on this? |
Hey @LordOfPolls, no movement yet! But I've recently announced that I'm now working full-time on open source, so the development pace of mkdocstrings should greatly increase 🙂 |
Oh neat, congratulations on the move. If attrs support became a insiders feature, i'd definitely jump on your sponsors list |
Hi, is this extension still planned? Would be very much interested 🙃 |
Still planned! |
Thanks @AdrianSosic, that's useful context! |
Is your feature request related to a problem? Please describe.
As of right now, this library does not support
attrs
dataclasses. Default values or types are not recognised.Describe the solution you'd like
Attrs to be detected and their attributes documented correctly
Describe alternatives you've considered
Writing the documentation in the class docstring manually.
Additional context
Attrs: https://www.attrs.org/en/stable/
Boost priority
The text was updated successfully, but these errors were encountered: