.coveragerc
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/example.py
docs/example_codegen.py
docs/docs/wordlistools_example.py
src/koalak/__init__.py
src/koalak/all.py
src/koalak/bases.py
src/koalak/consts.py
src/koalak/decorators.py
src/koalak/exceptions.py
src/koalak/utils.py
src/koalak.egg-info/PKG-INFO
src/koalak.egg-info/SOURCES.txt
src/koalak.egg-info/dependency_links.txt
src/koalak.egg-info/not-zip-safe
src/koalak.egg-info/requires.txt
src/koalak.egg-info/top_level.txt
src/koalak/_deprecated/__init__.py
src/koalak/_deprecated/argparse_helper.py
src/koalak/_workinprogress/__init__.py
src/koalak/_workinprogress/fixtures.py
src/koalak/_workinprogress/multipleapi.py
src/koalak/core/__init__.py
src/koalak/core/bases.py
src/koalak/databases/__init__.py
src/koalak/databases/bases.py
src/koalak/databases/databases.py
src/koalak/databases/helper_tests.py
src/koalak/databases/relationaldb.py
src/koalak/databases/relationaldb_sqlalchemy.py
src/koalak/frameworks/__init__.py
src/koalak/frameworks/home_structure.py
src/koalak/frameworks/mkframework.py
src/koalak/iterpaths/__init__.py
src/koalak/iterpaths/iterpaths.py
src/koalak/list_of_dict/__init__.py
src/koalak/list_of_dict/list_of_dict.py
src/koalak/plugin_manager/__init__.py
src/koalak/plugin_manager/constraints.py
src/koalak/plugin_manager/plugin_manager.py
src/koalak/plugin_manager/plugin_runner.py
src/koalak/relationaldb/__init__.py
src/koalak/relationaldb/bases.py
src/koalak/relationaldb/conception.py
src/koalak/relationaldb/consts.py
src/koalak/relationaldb/exceptions.py
src/koalak/relationaldb/mongodb_builder.py
src/koalak/relationaldb/random_data_generation.py
src/koalak/relationaldb/utils.py
src/koalak/relationaldb/data/mongodb_template.jinja2
src/koalak/relationaldb/data/mongodb_template_one_cls.jinja2
src/koalak/selenium_automator/selenium_automator.py
src/koalak/subcommand_parser/__init__.py
src/koalak/subcommand_parser/subcommand_parser.py
tests/__init__.py
tests/test_core/__init__.py
tests/test_core/test_entity_description.py
tests/test_core/test_generic_field.py
tests/test_core/test_named_unnamed_container.py
tests/test_core/test_object_storage.py
tests/test_decorators/__init__.py
tests/test_decorators/atest_decorators_addinit.py
tests/test_decorators/test_add_postinit.py
tests/test_decorators/test_optionalargs.py
tests/test_deprecated/__init__.py
tests/test_deprecated/test_argparse_helper.py
tests/test_deprecated/test_hooks.py
tests/test_framework/__init__.py
tests/test_framework/test_db_in_framework.py
tests/test_framework/test_framework.py
tests/test_framework/test_framework_manager.py
tests/test_framework/test_simple.py
tests/test_framework/test_variables.py
tests/test_framework/test_file_actions/__init__.py
tests/test_framework/test_file_actions/test_bashrc.py
tests/test_iterpaths/__init__.py
tests/test_iterpaths/test_duplicates_only.py
tests/test_iterpaths/test_endswith.py
tests/test_iterpaths/test_filter_isearch.py
tests/test_iterpaths/test_iter_paths.py
tests/test_iterpaths/test_iterpath_import.py
tests/test_iterpaths/test_plugins_directly.py
tests/test_iterpaths/test_search.py
tests/test_iterpaths/test_skip_duplicates.py
tests/test_iterpaths/test_startswith.py
tests/test_iterpaths/utils_test_iterpath.py
tests/test_koalak_utils/__init__.py
tests/test_koalak_utils/test_data_to_csv.py
tests/test_koalak_utils/test_data_to_excel.py
tests/test_koalak_utils/test_str_find_all.py
tests/test_koalak_utils/test_utils.py
tests/test_list_of_dict/test_list_of_dicts.py
tests/test_plugin_managers/__init__.py
tests/test_plugin_managers/test_plugin_manager_instances.py
tests/test_plugin_managers/test_plugin_manager_metadata.py
tests/test_plugin_managers/test_plugin_managers_abstract_plugins.py
tests/test_plugin_managers/test_plugin_managers_basics.py
tests/test_plugin_managers/test_plugin_managers_constraints.py
tests/test_plugin_managers/test_plugin_managers_run.py
tests/test_plugin_managers/test_plugin_managers_unsorted.py
tests/test_relationaldb/__init__.py
tests/test_relationaldb/test_basic_operations.py
tests/test_relationaldb/test_conception.py
tests/test_relationaldb/test_operations_create.py
tests/test_relationaldb/test_operations_delete.py
tests/test_relationaldb/test_operations_feed.py
tests/test_relationaldb/test_operations_read.py
tests/test_relationaldb/test_operations_update.py
tests/test_subcommand_parser/__init__.py
tests/test_subcommand_parser/test_subcommand_parser.py
tests/test_unsorted/noatest_decorators_addinit.py
tests/test_unsorted/test_init_home.py
tests/test_useless/noptest_databases/__init__.py
tests/test_useless/noptest_databases/test_dict_db.py
tests/test_useless/noptest_databases/test_list_database.py