README.md
setup.py
slytherin/__init__.py
slytherin/colour.py
slytherin/distance.py
slytherin/get_size.py
slytherin/remove_non_alphanumeric.py
slytherin/split_and_strip.py
slytherin/textfile_to_string.py
slytherin/timestamp.py
slytherin/trim.py
slytherin.egg-info/PKG-INFO
slytherin.egg-info/SOURCES.txt
slytherin.egg-info/dependency_links.txt
slytherin.egg-info/not-zip-safe
slytherin.egg-info/requires.txt
slytherin.egg-info/top_level.txt
slytherin/collections/Dictionary.py
slytherin/collections/OrderedSet.py
slytherin/collections/Series.py
slytherin/collections/__init__.py
slytherin/collections/apply_on_dict_keys.py
slytherin/collections/create_grid.py
slytherin/collections/cross_lists.py
slytherin/collections/flatten.py
slytherin/collections/get_dict_product.py
slytherin/collections/get_intersection.py
slytherin/collections/has_duplicates.py
slytherin/collections/is_iterable.py
slytherin/collections/merge_dictionaries.py
slytherin/collections/remove_list_duplicates.py
slytherin/collections/rename_dict_keys.py
slytherin/collections/serialize_arguments.py
slytherin/collections/sum.py
slytherin/functions/__init__.py
slytherin/functions/exit_after.py
slytherin/functions/get_function_arguments.py
slytherin/hash/__init__.py
slytherin/hash/hash_object.py
slytherin/immutability/ImmutableDictionary.py
slytherin/immutability/__init__.py
slytherin/immutability/make_immutable.py
slytherin/json/__init__.py
slytherin/json/json_from_string.py
slytherin/json/json_from_url.py
slytherin/numbers/__init__.py
slytherin/numbers/beautify_num.py
slytherin/numbers/divide_into_almost_equal_parts.py
slytherin/numbers/flexible_number.py
slytherin/numbers/number_part.py