LICENSE
README.md
pyproject.toml
src/mercury_ocip/__init__.py
src/mercury_ocip/agent.py
src/mercury_ocip/client.py
src/mercury_ocip/exceptions.py
src/mercury_ocip/requester.py
src/mercury_ocip.egg-info/PKG-INFO
src/mercury_ocip.egg-info/SOURCES.txt
src/mercury_ocip.egg-info/dependency_links.txt
src/mercury_ocip.egg-info/entry_points.txt
src/mercury_ocip.egg-info/requires.txt
src/mercury_ocip.egg-info/top_level.txt
src/mercury_ocip/automate/__init__.py
src/mercury_ocip/automate/alias_finder.py
src/mercury_ocip/automate/automation_tasks.py
src/mercury_ocip/automate/base_automation.py
src/mercury_ocip/automate/call_center_digest.py
src/mercury_ocip/automate/enterprise_number_block.py
src/mercury_ocip/automate/group_auditor.py
src/mercury_ocip/automate/user_digest.py
src/mercury_ocip/bulk/__init__.py
src/mercury_ocip/bulk/administrator.py
src/mercury_ocip/bulk/auto_attendant.py
src/mercury_ocip/bulk/base_operation.py
src/mercury_ocip/bulk/bulk_operations.py
src/mercury_ocip/bulk/call_center.py
src/mercury_ocip/bulk/call_pickup.py
src/mercury_ocip/bulk/device.py
src/mercury_ocip/bulk/hunt_group.py
src/mercury_ocip/bulk/user.py
src/mercury_ocip/cli/__init__.py
src/mercury_ocip/cli/main.py
src/mercury_ocip/cli/commands/__init__.py
src/mercury_ocip/cli/commands/automations/__init__.py
src/mercury_ocip/cli/commands/automations/automations.py
src/mercury_ocip/cli/commands/automations/call_center_digest.py
src/mercury_ocip/cli/commands/automations/enterprise_number_block.py
src/mercury_ocip/cli/commands/automations/find_alias.py
src/mercury_ocip/cli/commands/automations/group_audit.py
src/mercury_ocip/cli/commands/automations/user_digest.py
src/mercury_ocip/cli/commands/bulk/__init__.py
src/mercury_ocip/cli/commands/bulk/bulk.py
src/mercury_ocip/cli/commands/bulk/create.py
src/mercury_ocip/cli/commands/bulk/delete.py
src/mercury_ocip/cli/commands/bulk/modify.py
src/mercury_ocip/cli/commands/misc/__init__.py
src/mercury_ocip/cli/commands/misc/help.py
src/mercury_ocip/cli/commands/misc/plugins.py
src/mercury_ocip/cli/commands/misc/utils.py
src/mercury_ocip/cli/globals/__init__.py
src/mercury_ocip/cli/globals/cli.py
src/mercury_ocip/cli/utils/__init__.py
src/mercury_ocip/cli/utils/egg.py
src/mercury_ocip/cli/utils/service_group_id_callable.py
src/mercury_ocip/commands/__init__.py
src/mercury_ocip/commands/base_command.py
src/mercury_ocip/commands/commands.py
src/mercury_ocip/libs/__init__.py
src/mercury_ocip/libs/basic_types.py
src/mercury_ocip/libs/types.py
src/mercury_ocip/plugins/__init__.py
src/mercury_ocip/plugins/base_plugin.py
src/mercury_ocip/utils/__init__.py
src/mercury_ocip/utils/defines.py
src/mercury_ocip/utils/file_handler.py
src/mercury_ocip/utils/parser.py
src/mercury_ocip/utils/shared_operations.py
tests/test_cli.py
tests/test_commands.py