About Anaconda Help Download Anaconda

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

  • linux-s390x v24.2.0
  • osx-arm64 v24.2.0
  • osx-64 v24.2.0
  • linux-aarch64 v24.2.0
  • linux-64 v24.2.0
  • win-64 v24.2.0
  • noarch v21.4.0
  • linux-32 v18.2.0
  • linux-ppc64le v23.1.0
  • win-32 v19.1.0

conda install

To install this package run one of the following:
conda install main::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:


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy