LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
olutils/__init__.py
olutils/comparison.py
olutils/os.py
olutils/params.py
olutils/path.py
olutils/sequencing.py
olutils/typing.py
olutils.egg-info/PKG-INFO
olutils.egg-info/SOURCES.txt
olutils.egg-info/dependency_links.txt
olutils.egg-info/requires.txt
olutils.egg-info/top_level.txt
olutils/collection/__init__.py
olutils/collection/deepdefaultdict.py
olutils/collection/flatstr.py
olutils/collection/functions.py
olutils/collection/lazylist.py
olutils/collection/singleton.py
olutils/conversion/__init__.py
olutils/conversion/dictionary.py
olutils/conversion/error.py
olutils/conversion/temporality.py
olutils/storing/__init__.py
olutils/storing/common.py
olutils/storing/csv.py
olutils/storing/functions.py
olutils/storing/rowreader.py
olutils/storing/txt.py
tests/__init__.py
tests/test_comparison.py
tests/test_os.py
tests/test_params.py
tests/test_path.py
tests/test_sequencing.py
tests/test_collection/__init__.py
tests/test_collection/test_deepdefaultdict.py
tests/test_collection/test_flatstr.py
tests/test_collection/test_functions.py
tests/test_collection/test_lazylist.py
tests/test_collection/test_singleton.py
tests/test_conversion/__init__.py
tests/test_conversion/test_dictionary.py
tests/test_conversion/test_error.py
tests/test_conversion/test_temporality.py
tests/test_storing/__init__.py
tests/test_storing/test_csv.py
tests/test_storing/test_functions.py
tests/test_storing/test_rowreader.py
tests/test_storing/test_txt.py