LICENSE
MANIFEST.in
README.md
pyproject.toml
womm.bat
womm.py
womm/__init__.py
womm/__main__.py
womm/cli.py
womm/bin/RefreshEnv.cmd
womm/commands/__init__.py
womm/commands/context.py
womm/commands/install.py
womm/commands/lint.py
womm/commands/new.py
womm/commands/spell.py
womm/commands/system.py
womm/commands/template.py
womm/common/__init__.py
womm/common/imports.py
womm/common/path_resolver.py
womm/common/results.py
womm/common/security.py
womm/configs/__init__.py
womm/configs/cspell.global.json
womm/core/exceptions/__init__.py
womm/core/exceptions/installation_exceptions.py
womm/core/exceptions/uninstallation_exceptions.py
womm/core/managers/__init__.py
womm/core/managers/context/__init__.py
womm/core/managers/context/managers/__init__.py
womm/core/managers/context/managers/backup_manager.py
womm/core/managers/context/managers/context_menu.py
womm/core/managers/context/managers/icon_manager.py
womm/core/managers/context/managers/script_detector.py
womm/core/managers/context/utils/__init__.py
womm/core/managers/context/utils/context_parameters.py
womm/core/managers/context/utils/registry_utils.py
womm/core/managers/context/utils/validation.py
womm/core/managers/dependencies/__init__.py
womm/core/managers/dependencies/dev_tools_manager.py
womm/core/managers/dependencies/package_manager.py
womm/core/managers/dependencies/runtime_manager.py
womm/core/managers/installation/__init__.py
womm/core/managers/installation/installation_manager.py
womm/core/managers/installation/uninstallation_manager.py
womm/core/managers/lint/__init__.py
womm/core/managers/lint/lint_manager.py
womm/core/managers/project/__init__.py
womm/core/managers/project/project_manager.py
womm/core/managers/project/creation/__init__.py
womm/core/managers/project/creation/javascript_project_manager.py
womm/core/managers/project/creation/project_creator.py
womm/core/managers/project/creation/python_project_manager.py
womm/core/managers/project/templates/__init__.py
womm/core/managers/project/templates/template_manager.py
womm/core/managers/spell/__init__.py
womm/core/managers/spell/spell_manager.py
womm/core/managers/system/__init__.py
womm/core/managers/system/system_manager.py
womm/core/managers/system/user_path_manager.py
womm/core/system/__init__.py
womm/core/ui/__init__.py
womm/core/ui/interactive.py
womm/core/ui/common/console.py
womm/core/ui/common/panels.py
womm/core/ui/common/progress.py
womm/core/ui/common/prompts.py
womm/core/ui/common/tables.py
womm/core/ui/common/extended/__init__.py
womm/core/ui/common/extended/dynamic_progress.py
womm/core/ui/common/extended/layer_controller.py
womm/core/ui/common/extended/progress_animations.py
womm/core/ui/context/context.py
womm/core/ui/context/interactive_wizard.py
womm/core/ui/lint/lint.py
womm/core/ui/project/__init__.py
womm/core/ui/project/completion_summaries.py
womm/core/ui/project/project_wizard.py
womm/core/ui/project/setup_summaries.py
womm/core/ui/project/template_ui.py
womm/core/ui/project/templates/project_configurator.py
womm/core/ui/project/templates/template_selector.py
womm/core/ui/spell/spell.py
womm/core/utils/__init__.py
womm/core/utils/cli_utils.py
womm/core/utils/file_scanner.py
womm/core/utils/installation/__init__.py
womm/core/utils/installation/installation_utils.py
womm/core/utils/installation/path_management_utils.py
womm/core/utils/lint/__init__.py
womm/core/utils/lint/lint_utils.py
womm/core/utils/lint/python_linting.py
womm/core/utils/project/__init__.py
womm/core/utils/project/project_detector.py
womm/core/utils/project/project_validator.py
womm/core/utils/project/template_helpers.py
womm/core/utils/project/vscode_config.py
womm/core/utils/security/__init__.py
womm/core/utils/security/security_validator.py
womm/core/utils/spell/__init__.py
womm/core/utils/spell/cspell_utils.py
womm/core/utils/spell/dictionary_utils.py
womm/core/utils/system/__init__.py
womm/core/utils/system/system_detector.py
womm/core/utils/system/user_path_utils.py
womm/languages/__init__.py
womm/languages/javascript/JAVASCRIPT.md
womm/languages/javascript/__init__.py
womm/languages/javascript/configs/.eslintrc.json
womm/languages/javascript/configs/prettier.config.js
womm/languages/javascript/scripts/setup_project.py
womm/languages/javascript/templates/DEVELOPMENT.md.template
womm/languages/javascript/templates/Makefile.template
womm/languages/javascript/templates/cspell.json.template
womm/languages/javascript/templates/gitignore-node.txt
womm/languages/javascript/templates/package.template.json
womm/languages/javascript/vscode/extensions.json
womm/languages/javascript/vscode/settings.json
womm/languages/python/__init__.py
womm/languages/python/scripts/lint.py
womm/languages/python/scripts/setup_project.py
womm/languages/python/templates/DEVELOPMENT.md.template
womm/languages/python/templates/MANIFEST.in.template
womm/languages/python/templates/Makefile.template
womm/languages/python/templates/cspell.json.template
womm/languages/python/templates/gitignore-python.txt
womm/languages/python/templates/pyproject.toml.template
womm/languages/python/vscode/extensions.json
womm/languages/python/vscode/settings.json
works_on_my_machine.egg-info/PKG-INFO
works_on_my_machine.egg-info/SOURCES.txt
works_on_my_machine.egg-info/dependency_links.txt
works_on_my_machine.egg-info/entry_points.txt
works_on_my_machine.egg-info/not-zip-safe
works_on_my_machine.egg-info/requires.txt
works_on_my_machine.egg-info/top_level.txt