question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for attrs

See original GitHub issue

I like to use the attrs module. Attrs functionality is a superset of dataclasses, though a few of the names are different (e.g. factory vs default_factory). How would you feel about having support for attrs in addition to dataclasses?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
ligcommented, Jan 26, 2021

@lig, no YOU are your only hope ! I am not interested in creating, using, or maintaining such a project. If you need it, then you should maintain it 😃

I might consider contributing the attrs support. Personally, I think it would be beneficial to have attrs and dataclasses being supported by the same project of this kind.

2reactions
sloriacommented, Jan 26, 2021

@lig Have you seen https://github.com/python-desert/desert? It also supports attrs and looks to be maintained.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support new attrs aliases : PY-47532 - YouTrack - JetBrains
Hey, recently attrs added some new apis, they are basically just aliases to the old ones with different default arguments, it would be...
Read more >
Support the "attrs" library · Issue #1698 · PyCQA/pylint
Many projects (Twisted, Hypothesis, pytest, my own, and probably more) started using attrs because it makes it much more pleasant to write data...
Read more >
How To Contribute - attrs 21.2.0 documentation
First off, thank you for considering contributing to attrs ! It's people like you who make it such a great tool for everyone....
Read more >
appcompat/appcompat/src/main/res/values/attrs.xml
-- Many app-specific attributes are declared in this file. Unless otherwise specified, they are intended to be set within. the context of a...
Read more >
Attributes - WalkMe Support
Supported Attribute types: Variable; WalkMe Data; Cookie; jQuery; Text; On Screen Element. There is no limit on the number of User Attributes ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found