About Anaconda Help Download Anaconda
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods).

Installers

  • noarch v19.1.0

conda install

To install this package run one of the following:
conda install cctbx201909::attrs

Description

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code. For that, it gives you a class decorator and a way to declaratively define the attributes on that class:


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy