CHANGES.rst
DESCRIPTION.rst
LICENSE
MANIFEST.in
README.md
setup.py
src/wai.common.egg-info/PKG-INFO
src/wai.common.egg-info/SOURCES.txt
src/wai.common.egg-info/dependency_links.txt
src/wai.common.egg-info/namespace_packages.txt
src/wai.common.egg-info/requires.txt
src/wai.common.egg-info/top_level.txt
src/wai/common/_ClassRegistry.py
src/wai/common/_Interval.py
src/wai/common/_InvalidStateError.py
src/wai/common/_TwoWayDict.py
src/wai/common/__init__.py
src/wai/common/_functions.py
src/wai/common/_memoise.py
src/wai/common/_pool.py
src/wai/common/_switch.py
src/wai/common/_typing.py
src/wai/common/onehot.py
src/wai/common/abc/__init__.py
src/wai/common/abc/_functions.py
src/wai/common/abc/constants.py
src/wai/common/adams/__init__.py
src/wai/common/adams/imaging/__init__.py
src/wai/common/adams/imaging/locateobjects/_LocatedObject.py
src/wai/common/adams/imaging/locateobjects/_LocatedObjects.py
src/wai/common/adams/imaging/locateobjects/__init__.py
src/wai/common/adams/imaging/locateobjects/constants.py
src/wai/common/cli/_ArgumentParserConfigurer.py
src/wai/common/cli/_CLIFactory.py
src/wai/common/cli/_CLIInstantiable.py
src/wai/common/cli/_CLIRepresentable.py
src/wai/common/cli/_OptionHandler.py
src/wai/common/cli/_OptionValueHandler.py
src/wai/common/cli/__init__.py
src/wai/common/cli/_typing.py
src/wai/common/cli/constants.py
src/wai/common/cli/context/_OptionClassContext.py
src/wai/common/cli/context/_OptionContext.py
src/wai/common/cli/context/_OptionInstanceContext.py
src/wai/common/cli/context/__init__.py
src/wai/common/cli/options/_ClassOption.py
src/wai/common/cli/options/_CountOption.py
src/wai/common/cli/options/_FlagOption.py
src/wai/common/cli/options/_Option.py
src/wai/common/cli/options/_TypedOption.py
src/wai/common/cli/options/__init__.py
src/wai/common/cli/util/_ConcatAction.py
src/wai/common/cli/util/_LoggingArgumentParser.py
src/wai/common/cli/util/__init__.py
src/wai/common/cli/util/_cli_string.py
src/wai/common/cli/util/_flags.py
src/wai/common/cli/util/_get_option_sub_list.py
src/wai/common/cli/util/_translation.py
src/wai/common/config/__init__.py
src/wai/common/config/_get_config_dir.py
src/wai/common/decorator/_Tag.py
src/wai/common/decorator/__init__.py
src/wai/common/decorator/_ensure_error_type.py
src/wai/common/decorator/_sequence.py
src/wai/common/file/_FileIOBase.py
src/wai/common/file/_FileReader.py
src/wai/common/file/_FileWriter.py
src/wai/common/file/_NamedColumnSelection.py
src/wai/common/file/_PathContextManager.py
src/wai/common/file/__init__.py
src/wai/common/file/_functions.py
src/wai/common/file/_util.py
src/wai/common/file/arff/_ARFFFile.py
src/wai/common/file/arff/_ARFFFileReader.py
src/wai/common/file/arff/_ARFFFileWriter.py
src/wai/common/file/arff/_Attribute.py
src/wai/common/file/arff/__init__.py
src/wai/common/file/arff/_error.py
src/wai/common/file/arff/_load.py
src/wai/common/file/arff/_load_helper.py
src/wai/common/file/arff/_save.py
src/wai/common/file/arff/_save_helper.py
src/wai/common/file/arff/constants.py
src/wai/common/file/csv/_CSVFile.py
src/wai/common/file/csv/_CSVFileReader.py
src/wai/common/file/csv/_CSVFileWriter.py
src/wai/common/file/csv/__init__.py
src/wai/common/file/csv/_load.py
src/wai/common/file/csv/_save.py
src/wai/common/file/report/_AbstractField.py
src/wai/common/file/report/_DataType.py
src/wai/common/file/report/_Field.py
src/wai/common/file/report/_PrefixField.py
src/wai/common/file/report/_PrefixOnlyField.py
src/wai/common/file/report/_RegularField.py
src/wai/common/file/report/_Report.py
src/wai/common/file/report/_ReportFileReader.py
src/wai/common/file/report/_ReportFileWriter.py
src/wai/common/file/report/_SuffixField.py
src/wai/common/file/report/_SuffixOnlyField.py
src/wai/common/file/report/__init__.py
src/wai/common/file/report/_load.py
src/wai/common/file/report/_save.py
src/wai/common/file/report/constants.py
src/wai/common/file/spec/_Field.py
src/wai/common/file/spec/_Report.py
src/wai/common/file/spec/_SampleData.py
src/wai/common/file/spec/_SpecFileReader.py
src/wai/common/file/spec/_Spectrum.py
src/wai/common/file/spec/_SpectrumPoint.py
src/wai/common/file/spec/__init__.py
src/wai/common/geometry/_Point.py
src/wai/common/geometry/_Polygon.py
src/wai/common/geometry/_Rectangle.py
src/wai/common/geometry/__init__.py
src/wai/common/iterate/_ConstantIterator.py
src/wai/common/iterate/__init__.py
src/wai/common/iterate/_functions.py
src/wai/common/iterate/_metadata.py
src/wai/common/logging/_LoggingMixin.py
src/wai/common/logging/__init__.py
src/wai/common/logging/_root_logger.py
src/wai/common/logging/_standard_application_root_logger.py
src/wai/common/logging/_standard_library_root_logger.py
src/wai/common/math/__init__.py
src/wai/common/math/_factorial.py
src/wai/common/math/sets/__init__.py
src/wai/common/math/sets/_number_of_permutations.py
src/wai/common/math/sets/_number_of_subsets.py
src/wai/common/math/sets/_subset_number_to_subset.py
src/wai/common/math/sets/_subset_to_subset_number.py
src/wai/common/meta/_InstanceProperty.py
src/wai/common/meta/_LazyDescriptor.py
src/wai/common/meta/__init__.py
src/wai/common/meta/_fully_qualified_name.py
src/wai/common/meta/_functions.py
src/wai/common/meta/_import_code.py
src/wai/common/meta/_instanceoptionalmethod.py
src/wai/common/meta/_metadata.py
src/wai/common/meta/_non_default_kwargs.py
src/wai/common/meta/constants.py
src/wai/common/meta/code_repr/_CodeRepresentable.py
src/wai/common/meta/code_repr/__init__.py
src/wai/common/meta/code_repr/_builtins.py
src/wai/common/meta/code_repr/_error.py
src/wai/common/meta/code_repr/_functional.py
src/wai/common/meta/code_repr/_honorary_members.py
src/wai/common/meta/code_repr/_typing.py
src/wai/common/meta/code_repr/_utilities.py
src/wai/common/meta/dynamic_defaults/__init__.py
src/wai/common/meta/dynamic_defaults/_dynamic_default.py
src/wai/common/meta/dynamic_defaults/_with_dynamic_defaults.py
src/wai/common/meta/exception/_ExceptionChainer.py
src/wai/common/meta/exception/__init__.py
src/wai/common/meta/typing/_TypeVarProperty.py
src/wai/common/meta/typing/__init__.py
src/wai/common/meta/typing/_typing.py
src/wai/common/meta/typing/_get_argument_to_typevar/__init__.py
src/wai/common/meta/typing/_get_argument_to_typevar/_get_argument_to_typevar_3_6.py
src/wai/common/meta/typing/_get_argument_to_typevar/_get_argument_to_typevar_3_7.py
src/wai/common/meta/typing/_get_argument_to_typevar/_get_argument_to_typevar_base.py
src/wai/common/meta/version/_Python36Checker.py
src/wai/common/meta/version/_Python37Checker.py
src/wai/common/meta/version/_PythonVersionChecker.py
src/wai/common/meta/version/_SupportedVersionChecker.py
src/wai/common/meta/version/__init__.py
src/wai/common/sequence/__init__.py
src/wai/common/sequence/_functions.py
src/wai/common/serialisation/_Serialiser.py
src/wai/common/serialisation/__init__.py
src/wai/common/serialisation/serialisers/_BoolSerialiser.py
src/wai/common/serialisation/serialisers/_DictSerialiser.py
src/wai/common/serialisation/serialisers/_FixedLengthStringSerialiser.py
src/wai/common/serialisation/serialisers/_FloatSerialiser.py
src/wai/common/serialisation/serialisers/_IntSerialiser.py
src/wai/common/serialisation/serialisers/_LengthPrefixedBytesSerialiser.py
src/wai/common/serialisation/serialisers/_LengthPrefixedStringSerialiser.py
src/wai/common/serialisation/serialisers/_ListSerialiser.py
src/wai/common/serialisation/serialisers/_NullTerminatedStringSerialiser.py
src/wai/common/serialisation/serialisers/_SecondsSinceEpochSerialiser.py
src/wai/common/serialisation/serialisers/_StringSerialiser.py
src/wai/common/serialisation/serialisers/_TupleSerialiser.py
src/wai/common/serialisation/serialisers/__init__.py
src/wai/common/statistics/__init__.py
src/wai/common/statistics/_functions.py
test/_IntervalTest.py
test/_TwoWayDictTest.py
test/__init__.py
test/meta/__init__.py
test/meta/_metadata.py