# Sphinx inventory version 2
# Project: attrs
# Version: 22.1
# The remainder of this file is compressed using zlib.
attr py:module 0 index.html#module-$ -
attr.VersionInfo py:class 1 api.html#$ -
attr._make.Attribute py:class -1 api.html#attrs.Attribute -
attr._make.Factory py:class -1 api.html#attrs.Factory -
attr._version_info.VersionInfo py:class -1 api.html#attr.VersionInfo -
attr.asdict py:function 1 api.html#$ -
attr.assoc py:function 1 api.html#$ -
attr.astuple py:function 1 api.html#$ -
attr.attr.NOTHING py:data 1 api.html#$ -
attr.attr.cmp_using py:function 1 api.html#$ -
attr.attr.evolve py:function 1 api.html#$ -
attr.attr.fields py:function 1 api.html#$ -
attr.attr.fields_dict py:function 1 api.html#$ -
attr.attr.filters.exclude py:function 1 api.html#$ -
attr.attr.filters.include py:function 1 api.html#$ -
attr.attr.has py:function 1 api.html#$ -
attr.attr.resolve_types py:function 1 api.html#$ -
attr.attr.validate py:function 1 api.html#$ -
attr.attrs.frozen py:function 1 api.html#$ -
attr.attrs.mutable py:function 1 api.html#$ -
attr.attrs.setters.NO_OP py:data 1 api.html#$ -
attr.define py:function 1 api.html#$ -
attr.exceptions.AttrsAttributeNotFoundError py:exception -1 api.html#attrs.exceptions.AttrsAttributeNotFoundError -
attr.exceptions.DefaultAlreadySetError py:exception -1 api.html#attrs.exceptions.DefaultAlreadySetError -
attr.exceptions.FrozenAttributeError py:exception -1 api.html#attrs.exceptions.FrozenAttributeError -
attr.exceptions.FrozenError py:exception -1 api.html#attrs.exceptions.FrozenError -
attr.exceptions.FrozenInstanceError py:exception -1 api.html#attrs.exceptions.FrozenInstanceError -
attr.exceptions.NotAnAttrsClassError py:exception -1 api.html#attrs.exceptions.NotAnAttrsClassError -
attr.exceptions.NotCallableError py:exception -1 api.html#attrs.exceptions.NotCallableError -
attr.exceptions.PythonTooOldError py:exception -1 api.html#attrs.exceptions.PythonTooOldError -
attr.exceptions.UnannotatedAttributeError py:exception -1 api.html#attrs.exceptions.UnannotatedAttributeError -
attr.field py:function 1 api.html#$ -
attr.frozen py:function 1 api.html#$ -
attr.get_run_validators py:function 1 api.html#$ -
attr.ib py:function 1 api.html#$ -
attr.mutable py:function 1 api.html#$ -
attr.s py:function 1 api.html#$ -
attr.set_run_validators py:function 1 api.html#$ -
attrs py:module 0 index.html#module-$ -
attrs.Attribute py:class 1 api.html#$ -
attrs.Attribute.evolve py:method 1 api.html#$ -
attrs.Factory py:class 1 api.html#$ -
attrs.NOTHING py:data 1 api.html#$ -
attrs.asdict py:function 1 api.html#$ -
attrs.astuple py:function 1 api.html#$ -
attrs.cmp_using py:function 1 api.html#$ -
attrs.converters.default_if_none py:function 1 api.html#$ -
attrs.converters.optional py:function 1 api.html#$ -
attrs.converters.pipe py:function 1 api.html#$ -
attrs.converters.to_bool py:function 1 api.html#$ -
attrs.define py:function 1 api.html#$ -
attrs.evolve py:function 1 api.html#$ -
attrs.exceptions.AttrsAttributeNotFoundError py:exception 1 api.html#$ -
attrs.exceptions.DefaultAlreadySetError py:exception 1 api.html#$ -
attrs.exceptions.FrozenAttributeError py:exception 1 api.html#$ -
attrs.exceptions.FrozenError py:exception 1 api.html#$ -
attrs.exceptions.FrozenInstanceError py:exception 1 api.html#$ -
attrs.exceptions.NotAnAttrsClassError py:exception 1 api.html#$ -
attrs.exceptions.NotCallableError py:exception 1 api.html#$ -
attrs.exceptions.PythonTooOldError py:exception 1 api.html#$ -
attrs.exceptions.UnannotatedAttributeError py:exception 1 api.html#$ -
attrs.field py:function 1 api.html#$ -
attrs.fields py:function 1 api.html#$ -
attrs.fields_dict py:function 1 api.html#$ -
attrs.filters.exclude py:function 1 api.html#$ -
attrs.filters.include py:function 1 api.html#$ -
attrs.has py:function 1 api.html#$ -
attrs.make_class py:function 1 api.html#$ -
attrs.resolve_types py:function 1 api.html#$ -
attrs.setters.convert py:function 1 api.html#$ -
attrs.setters.frozen py:function 1 api.html#$ -
attrs.setters.pipe py:function 1 api.html#$ -
attrs.setters.validate py:function 1 api.html#$ -
attrs.validate py:function 1 api.html#$ -
attrs.validators.and_ py:function 1 api.html#$ -
attrs.validators.deep_iterable py:function 1 api.html#$ -
attrs.validators.deep_mapping py:function 1 api.html#$ -
attrs.validators.disabled py:function 1 api.html#$ -
attrs.validators.ge py:function 1 api.html#$ -
attrs.validators.get_disabled py:function 1 api.html#$ -
attrs.validators.gt py:function 1 api.html#$ -
attrs.validators.in_ py:function 1 api.html#$ -
attrs.validators.instance_of py:function 1 api.html#$ -
attrs.validators.is_callable py:function 1 api.html#$ -
attrs.validators.le py:function 1 api.html#$ -
attrs.validators.lt py:function 1 api.html#$ -
attrs.validators.matches_re py:function 1 api.html#$ -
attrs.validators.max_len py:function 1 api.html#$ -
attrs.validators.min_len py:function 1 api.html#$ -
attrs.validators.optional py:function 1 api.html#$ -
attrs.validators.provides py:function 1 api.html#$ -
attrs.validators.set_disabled py:function 1 api.html#$ -
api std:doc -1 api.html API Reference
api_setters std:label -1 api.html#api-setters Setters
api_validators std:label -1 api.html#api-validators Validators
asdict std:label -1 examples.html#$ Converting to Collections Types
changelog std:doc -1 changelog.html Changelog
comparison std:doc -1 comparison.html Comparison
converters std:label -1 init.html#$ Converters
custom-comparison std:label -1 comparison.html#$ Customization
dict classes std:term -1 glossary.html#term-dict-classes -
dunder methods std:term -1 glossary.html#term-dunder-methods -
examples std:doc -1 examples.html attrs by Example
examples_validators std:label -1 examples.html#examples-validators Validators
extending std:doc -1 extending.html Extending
extending_metadata std:label -1 extending.html#extending-metadata Metadata
genindex std:label -1 genindex.html Index
glossary std:doc -1 glossary.html Glossary
hashing std:doc -1 hashing.html Hashing
helpers std:label -1 api.html#$ Helpers
how std:label -1 how-does-it-work.html#$ How Does It Work?
how-does-it-work std:doc -1 how-does-it-work.html How Does It Work?
how-frozen std:label -1 how-does-it-work.html#$ Immutability
index std:doc -1 index.html attrs: Classes Without Boilerplate
init std:doc -1 init.html Initialization
license std:doc -1 license.html License and Credits
metadata std:label -1 examples.html#$ Metadata
modindex std:label -1 py-modindex.html Module Index
names std:doc -1 names.html On The Core API Names
overview std:doc -1 overview.html Overview
philosophy std:label -1 overview.html#$ Philosophy
py-modindex std:label -1 py-modindex.html Python Module Index
search std:label -1 search.html Search Page
slotted classes std:term -1 glossary.html#term-slotted-classes -
transform-fields std:label -1 extending.html#$ Automatic Field Transformation and Modification
types std:doc -1 types.html Type Annotations
validators std:label -1 init.html#$ Validators
version-info std:label -1 api.html#$ -
why std:doc -1 why.html Why not…
