Utilities to augment attrs.
| Docs | |
|---|---|
| Tests | |
| PyPI | |
| Anaconda | |
| Activity | |
| QA | |
| Other |
attr_utils can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install attr_utilsTo install with conda:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install attr_utils
Attention!
In v0.6.0 and above the pprinter module requires the pprint extra to be installed:
$ python -m pip install attr-utils[pprint]