diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index 93d7b0bb..c02a3efa 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -16,26 +16,26 @@ jobs: uses: ./.gitea/workflows/package.yaml needs: [prepare] with: - working_directory: src/cpl_core + working_directory: src/cpl-core secrets: inherit query: uses: ./.gitea/workflows/package.yaml needs: [prepare] with: - working_directory: src/cpl_query + working_directory: src/cpl-query secrets: inherit translation: uses: ./.gitea/workflows/package.yaml - needs: [prepare] + needs: [ prepare, core ] with: working_directory: src/cpl_translation secrets: inherit mail: uses: ./.gitea/workflows/package.yaml - needs: [prepare] + needs: [ prepare, core ] with: - working_directory: src/cpl_mail + working_directory: src/cpl-mail secrets: inherit \ No newline at end of file diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2ecda3ae..06f9e5cd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,26 +14,26 @@ jobs: uses: ./.gitea/workflows/package.yaml needs: [prepare] with: - working_directory: src/cpl_core + working_directory: src/cpl-core secrets: inherit query: uses: ./.gitea/workflows/package.yaml needs: [prepare] with: - working_directory: src/cpl_query + working_directory: src/cpl-query secrets: inherit translation: uses: ./.gitea/workflows/package.yaml - needs: [prepare] + needs: [ prepare, core ] with: working_directory: src/cpl_translation secrets: inherit mail: uses: ./.gitea/workflows/package.yaml - needs: [prepare] + needs: [ prepare, core ] with: - working_directory: src/cpl_mail + working_directory: src/cpl-mail secrets: inherit \ No newline at end of file diff --git a/docs/build/html/_sources/cpl_cli.generate.md.txt b/docs/build/html/_sources/cpl_cli.generate.md.txt index 6dc285a0..dc49a947 100644 --- a/docs/build/html/_sources/cpl_cli.generate.md.txt +++ b/docs/build/html/_sources/cpl_cli.generate.md.txt @@ -35,7 +35,7 @@ You can define custom schematics by creating templates in a ```.cpl``` folder. | ```enum``` | Enum class | `````` | | ```pipe``` | Pipe class | `````` | | ```service``` | Service class | `````` | -| ```settings``` | [Configmodel](cpl_core.configuration) | `````` | +| ```settings``` | [Configmodel](cpl.core.configuration) | `````` | | ```test``` | Test class | `````` | | ```thread``` | Thread class | `````` | | ```validator``` | Validator class | `````` | diff --git a/docs/build/html/_sources/cpl_cli.publish.md.txt b/docs/build/html/_sources/cpl_cli.publish.md.txt index ead7aebb..380aa27a 100644 --- a/docs/build/html/_sources/cpl_cli.publish.md.txt +++ b/docs/build/html/_sources/cpl_cli.publish.md.txt @@ -15,7 +15,7 @@ cpl **P** The command can be used to publish a project of type "console" or "library". -The publish command builds the source files and then creates an ```setup.py``` with data from ```cpl_core.json```. +The publish command builds the source files and then creates an ```setup.py``` with data from ```cpl.core.json```. The command executes the ```setup.py``` and removes all source files with the ```setup.py``` from the 'publish/' directory. Generated files of ```setup.py``` are in the 'publish/setup/' directory. diff --git a/docs/build/html/_sources/cpl_core.application.rst.txt b/docs/build/html/_sources/cpl_core.application.rst.txt index bcdcbc20..64afcf80 100644 --- a/docs/build/html/_sources/cpl_core.application.rst.txt +++ b/docs/build/html/_sources/cpl_core.application.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.application.application\_abc module --------------------------------------------- -.. automodule:: cpl_core.application.application_abc +.. automodule:: cpl.core.application.application_abc :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.application.application\_abc module cpl\_core.application.application\_builder module ------------------------------------------------- -.. automodule:: cpl_core.application.application_builder +.. automodule:: cpl.core.application.application_builder :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.application.application\_builder module cpl\_core.application.application\_builder\_abc module ------------------------------------------------------ -.. automodule:: cpl_core.application.application_builder_abc +.. automodule:: cpl.core.application.application_builder_abc :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.application.application\_builder\_abc module cpl\_core.application.application\_extension\_abc module -------------------------------------------------------- -.. automodule:: cpl_core.application.application_extension_abc +.. automodule:: cpl.core.application.application_extension_abc :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.application.application\_extension\_abc module cpl\_core.application.startup\_abc module ----------------------------------------- -.. automodule:: cpl_core.application.startup_abc +.. automodule:: cpl.core.application.startup_abc :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.application.startup\_abc module cpl\_core.application.startup\_extension\_abc module ---------------------------------------------------- -.. automodule:: cpl_core.application.startup_extension_abc +.. automodule:: cpl.core.application.startup_extension_abc :members: :undoc-members: :show-inheritance: @@ -55,7 +55,7 @@ cpl\_core.application.startup\_extension\_abc module Module contents --------------- -.. automodule:: cpl_core.application +.. automodule:: cpl.core.application :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.configuration.rst.txt b/docs/build/html/_sources/cpl_core.configuration.rst.txt index 708c4ea6..4a4afe66 100644 --- a/docs/build/html/_sources/cpl_core.configuration.rst.txt +++ b/docs/build/html/_sources/cpl_core.configuration.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.configuration.argument\_abc module -------------------------------------------- -.. automodule:: cpl_core.configuration.argument_abc +.. automodule:: cpl.core.configuration.argument_abc :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.configuration.argument\_abc module cpl\_core.configuration.argument\_builder module ------------------------------------------------ -.. automodule:: cpl_core.configuration.argument_builder +.. automodule:: cpl.core.configuration.argument_builder :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.configuration.argument\_builder module cpl\_core.configuration.argument\_executable\_abc module -------------------------------------------------------- -.. automodule:: cpl_core.configuration.argument_executable_abc +.. automodule:: cpl.core.configuration.argument_executable_abc :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.configuration.argument\_executable\_abc module cpl\_core.configuration.argument\_type\_enum module --------------------------------------------------- -.. automodule:: cpl_core.configuration.argument_type_enum +.. automodule:: cpl.core.configuration.argument_type_enum :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.configuration.argument\_type\_enum module cpl\_core.configuration.configuration module -------------------------------------------- -.. automodule:: cpl_core.configuration.configuration +.. automodule:: cpl.core.configuration.configuration :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.configuration.configuration module cpl\_core.configuration.configuration\_abc module ------------------------------------------------- -.. automodule:: cpl_core.configuration.configuration_abc +.. automodule:: cpl.core.configuration.configuration_abc :members: :undoc-members: :show-inheritance: @@ -55,7 +55,7 @@ cpl\_core.configuration.configuration\_abc module cpl\_core.configuration.configuration\_model\_abc module -------------------------------------------------------- -.. automodule:: cpl_core.configuration.configuration_model_abc +.. automodule:: cpl.core.configuration.configuration_model_abc :members: :undoc-members: :show-inheritance: @@ -63,7 +63,7 @@ cpl\_core.configuration.configuration\_model\_abc module cpl\_core.configuration.configuration\_variable\_name\_enum module ------------------------------------------------------------------ -.. automodule:: cpl_core.configuration.configuration_variable_name_enum +.. automodule:: cpl.core.configuration.configuration_variable_name_enum :members: :undoc-members: :show-inheritance: @@ -71,7 +71,7 @@ cpl\_core.configuration.configuration\_variable\_name\_enum module cpl\_core.configuration.executable\_argument module --------------------------------------------------- -.. automodule:: cpl_core.configuration.executable_argument +.. automodule:: cpl.core.configuration.executable_argument :members: :undoc-members: :show-inheritance: @@ -79,7 +79,7 @@ cpl\_core.configuration.executable\_argument module cpl\_core.configuration.flag\_argument module --------------------------------------------- -.. automodule:: cpl_core.configuration.flag_argument +.. automodule:: cpl.core.configuration.flag_argument :members: :undoc-members: :show-inheritance: @@ -87,7 +87,7 @@ cpl\_core.configuration.flag\_argument module cpl\_core.configuration.validator\_abc module --------------------------------------------- -.. automodule:: cpl_core.configuration.validator_abc +.. automodule:: cpl.core.configuration.validator_abc :members: :undoc-members: :show-inheritance: @@ -95,7 +95,7 @@ cpl\_core.configuration.validator\_abc module cpl\_core.configuration.variable\_argument module ------------------------------------------------- -.. automodule:: cpl_core.configuration.variable_argument +.. automodule:: cpl.core.configuration.variable_argument :members: :undoc-members: :show-inheritance: @@ -103,7 +103,7 @@ cpl\_core.configuration.variable\_argument module Module contents --------------- -.. automodule:: cpl_core.configuration +.. automodule:: cpl.core.configuration :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.console.rst.txt b/docs/build/html/_sources/cpl_core.console.rst.txt index b14cc8c8..b5d542b8 100644 --- a/docs/build/html/_sources/cpl_core.console.rst.txt +++ b/docs/build/html/_sources/cpl_core.console.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.console.background\_color\_enum module ------------------------------------------------ -.. automodule:: cpl_core.console.background_color_enum +.. automodule:: cpl.core.console.background_color_enum :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.console.background\_color\_enum module cpl\_core.console.console module -------------------------------- -.. automodule:: cpl_core.console.console +.. automodule:: cpl.core.console.console :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.console.console module cpl\_core.console.console\_call module -------------------------------------- -.. automodule:: cpl_core.console.console_call +.. automodule:: cpl.core.console.console_call :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.console.console\_call module cpl\_core.console.foreground\_color\_enum module ------------------------------------------------ -.. automodule:: cpl_core.console.foreground_color_enum +.. automodule:: cpl.core.console.foreground_color_enum :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.console.foreground\_color\_enum module cpl\_core.console.spinner\_thread module ---------------------------------------- -.. automodule:: cpl_core.console.spinner_thread +.. automodule:: cpl.core.console.spinner_thread :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.console.spinner\_thread module Module contents --------------- -.. automodule:: cpl_core.console +.. automodule:: cpl.core.console :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.connection.rst.txt b/docs/build/html/_sources/cpl_core.database.connection.rst.txt index 86ec3966..e1e91f34 100644 --- a/docs/build/html/_sources/cpl_core.database.connection.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.connection.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.database.connection.database\_connection module --------------------------------------------------------- -.. automodule:: cpl_core.database.connection.database_connection +.. automodule:: cpl.core.database.connection.database_connection :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.database.connection.database\_connection module cpl\_core.database.connection.database\_connection\_abc module -------------------------------------------------------------- -.. automodule:: cpl_core.database.connection.database_connection_abc +.. automodule:: cpl.core.database.connection.database_connection_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.database.connection.database\_connection\_abc module Module contents --------------- -.. automodule:: cpl_core.database.connection +.. automodule:: cpl.core.database.connection :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.context.rst.txt b/docs/build/html/_sources/cpl_core.database.context.rst.txt index a17353d7..7db5e60d 100644 --- a/docs/build/html/_sources/cpl_core.database.context.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.context.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.database.context.database\_context module --------------------------------------------------- -.. automodule:: cpl_core.database.context.database_context +.. automodule:: cpl.core.database.context.database_context :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.database.context.database\_context module cpl\_core.database.context.database\_context\_abc module -------------------------------------------------------- -.. automodule:: cpl_core.database.context.database_context_abc +.. automodule:: cpl.core.database.context.database_context_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.database.context.database\_context\_abc module Module contents --------------- -.. automodule:: cpl_core.database.context +.. automodule:: cpl.core.database.context :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.rst.txt b/docs/build/html/_sources/cpl_core.database.rst.txt index c5fbcffb..9dc12a36 100644 --- a/docs/build/html/_sources/cpl_core.database.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.rst.txt @@ -7,8 +7,8 @@ Subpackages .. toctree:: :maxdepth: 4 - cpl_core.database.connection - cpl_core.database.context + cpl.core.database.connection + cpl.core.database.context Submodules ---------- @@ -16,7 +16,7 @@ Submodules cpl\_core.database.database\_settings module -------------------------------------------- -.. automodule:: cpl_core.database.database_settings +.. automodule:: cpl.core.database.database_settings :members: :undoc-members: :show-inheritance: @@ -24,7 +24,7 @@ cpl\_core.database.database\_settings module cpl\_core.database.database\_settings\_name\_enum module -------------------------------------------------------- -.. automodule:: cpl_core.database.database_settings_name_enum +.. automodule:: cpl.core.database.database_settings_name_enum :members: :undoc-members: :show-inheritance: @@ -32,7 +32,7 @@ cpl\_core.database.database\_settings\_name\_enum module cpl\_core.database.table\_abc module ------------------------------------ -.. automodule:: cpl_core.database.table_abc +.. automodule:: cpl.core.database.table_abc :members: :undoc-members: :show-inheritance: @@ -40,7 +40,7 @@ cpl\_core.database.table\_abc module Module contents --------------- -.. automodule:: cpl_core.database +.. automodule:: cpl.core.database :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt b/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt index 4e951d6e..ccd40035 100644 --- a/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt +++ b/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.dependency\_injection.scope module -------------------------------------------- -.. automodule:: cpl_core.dependency_injection.scope +.. automodule:: cpl.core.dependency_injection.scope :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.dependency\_injection.scope module cpl\_core.dependency\_injection.scope\_abc module ------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.scope_abc +.. automodule:: cpl.core.dependency_injection.scope_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.dependency\_injection.scope\_abc module cpl\_core.dependency\_injection.scope\_builder module ----------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.scope_builder +.. automodule:: cpl.core.dependency_injection.scope_builder :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.dependency\_injection.scope\_builder module cpl\_core.dependency\_injection.service\_collection module ---------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_collection +.. automodule:: cpl.core.dependency_injection.service_collection :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.dependency\_injection.service\_collection module cpl\_core.dependency\_injection.service\_collection\_abc module --------------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_collection_abc +.. automodule:: cpl.core.dependency_injection.service_collection_abc :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.dependency\_injection.service\_collection\_abc module cpl\_core.dependency\_injection.service\_descriptor module ---------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_descriptor +.. automodule:: cpl.core.dependency_injection.service_descriptor :members: :undoc-members: :show-inheritance: @@ -55,7 +55,7 @@ cpl\_core.dependency\_injection.service\_descriptor module cpl\_core.dependency\_injection.service\_lifetime\_enum module -------------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_lifetime_enum +.. automodule:: cpl.core.dependency_injection.service_lifetime_enum :members: :undoc-members: :show-inheritance: @@ -63,7 +63,7 @@ cpl\_core.dependency\_injection.service\_lifetime\_enum module cpl\_core.dependency\_injection.service\_provider module -------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_provider +.. automodule:: cpl.core.dependency_injection.service_provider :members: :undoc-members: :show-inheritance: @@ -71,7 +71,7 @@ cpl\_core.dependency\_injection.service\_provider module cpl\_core.dependency\_injection.service\_provider\_abc module ------------------------------------------------------------- -.. automodule:: cpl_core.dependency_injection.service_provider_abc +.. automodule:: cpl.core.dependency_injection.service_provider_abc :members: :undoc-members: :show-inheritance: @@ -79,7 +79,7 @@ cpl\_core.dependency\_injection.service\_provider\_abc module Module contents --------------- -.. automodule:: cpl_core.dependency_injection +.. automodule:: cpl.core.dependency_injection :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.environment.rst.txt b/docs/build/html/_sources/cpl_core.environment.rst.txt index 84eaedde..b175e209 100644 --- a/docs/build/html/_sources/cpl_core.environment.rst.txt +++ b/docs/build/html/_sources/cpl_core.environment.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.environment.application\_environment module ----------------------------------------------------- -.. automodule:: cpl_core.environment.application_environment +.. automodule:: cpl.core.environment.application_environment :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.environment.application\_environment module cpl\_core.environment.application\_environment\_abc module ---------------------------------------------------------- -.. automodule:: cpl_core.environment.application_environment_abc +.. automodule:: cpl.core.environment.application_environment_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.environment.application\_environment\_abc module cpl\_core.environment.environment\_name\_enum module ---------------------------------------------------- -.. automodule:: cpl_core.environment.environment_name_enum +.. automodule:: cpl.core.environment.environment_name_enum :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.environment.environment\_name\_enum module Module contents --------------- -.. automodule:: cpl_core.environment +.. automodule:: cpl.core.environment :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.logging.rst.txt b/docs/build/html/_sources/cpl_core.logging.rst.txt index 9eb1c04f..8df9c0ad 100644 --- a/docs/build/html/_sources/cpl_core.logging.rst.txt +++ b/docs/build/html/_sources/cpl_core.logging.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.logging.logger\_abc module ------------------------------------ -.. automodule:: cpl_core.log.logger_abc +.. automodule:: cpl.core.log.logger_abc :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.logging.logger\_abc module cpl\_core.logging.logger\_service module ---------------------------------------- -.. automodule:: cpl_core.log.logger_service +.. automodule:: cpl.core.log.logger_service :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.logging.logger\_service module cpl\_core.logging.logging\_level\_enum module --------------------------------------------- -.. automodule:: cpl_core.log.logging_level_enum +.. automodule:: cpl.core.log.logging_level_enum :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.logging.logging\_level\_enum module cpl\_core.logging.logging\_settings module ------------------------------------------ -.. automodule:: cpl_core.log.logging_settings +.. automodule:: cpl.core.log.logging_settings :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.logging.logging\_settings module cpl\_core.logging.logging\_settings\_name\_enum module ------------------------------------------------------ -.. automodule:: cpl_core.log.logging_settings_name_enum +.. automodule:: cpl.core.log.logging_settings_name_enum :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.logging.logging\_settings\_name\_enum module Module contents --------------- -.. automodule:: cpl_core.log +.. automodule:: cpl.core.log :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.mailing.rst.txt b/docs/build/html/_sources/cpl_core.mailing.rst.txt index 2c45c152..88281ed7 100644 --- a/docs/build/html/_sources/cpl_core.mailing.rst.txt +++ b/docs/build/html/_sources/cpl_core.mailing.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.mailing.email module ------------------------------ -.. automodule:: cpl_mail.email +.. automodule:: cpl.mail.email :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.mailing.email module cpl\_core.mailing.email\_client\_abc module ------------------------------------------- -.. automodule:: cpl_mail.email_client_abc +.. automodule:: cpl.mail.email_client_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.mailing.email\_client\_abc module cpl\_core.mailing.email\_client\_service module ----------------------------------------------- -.. automodule:: cpl_mail.email_client_service +.. automodule:: cpl.mail.email_client_service :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.mailing.email\_client\_service module cpl\_core.mailing.email\_client\_settings module ------------------------------------------------ -.. automodule:: cpl_mail.email_client_settings +.. automodule:: cpl.mail.email_client_settings :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.mailing.email\_client\_settings module cpl\_core.mailing.email\_client\_settings\_name\_enum module ------------------------------------------------------------ -.. automodule:: cpl_mail.email_client_settings_name_enum +.. automodule:: cpl.mail.email_client_settings_name_enum :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.mailing.email\_client\_settings\_name\_enum module Module contents --------------- -.. automodule:: cpl_mail +.. automodule:: cpl.mail :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.pipes.rst.txt b/docs/build/html/_sources/cpl_core.pipes.rst.txt index cc061b15..342444ba 100644 --- a/docs/build/html/_sources/cpl_core.pipes.rst.txt +++ b/docs/build/html/_sources/cpl_core.pipes.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.pipes.bool\_pipe module --------------------------------- -.. automodule:: cpl_core.pipes.bool_pipe +.. automodule:: cpl.core.pipes.bool_pipe :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.pipes.bool\_pipe module cpl\_core.pipes.first\_char\_to\_lower\_pipe module --------------------------------------------------- -.. automodule:: cpl_core.pipes.first_char_to_lower_pipe +.. automodule:: cpl.core.pipes.first_char_to_lower_pipe :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.pipes.first\_char\_to\_lower\_pipe module cpl\_core.pipes.first\_to\_upper\_pipe module --------------------------------------------- -.. automodule:: cpl_core.pipes.first_to_upper_pipe +.. automodule:: cpl.core.pipes.first_to_upper_pipe :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.pipes.first\_to\_upper\_pipe module cpl\_core.pipes.ip\_address\_pipe module ---------------------------------------- -.. automodule:: cpl_core.pipes.ip_address_pipe +.. automodule:: cpl.core.pipes.ip_address_pipe :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_core.pipes.ip\_address\_pipe module cpl\_core.pipes.pipe\_abc module -------------------------------- -.. automodule:: cpl_core.pipes.pipe_abc +.. automodule:: cpl.core.pipes.pipe_abc :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_core.pipes.pipe\_abc module cpl\_core.pipes.to\_camel\_case\_pipe module -------------------------------------------- -.. automodule:: cpl_core.pipes.to_camel_case_pipe +.. automodule:: cpl.core.pipes.to_camel_case_pipe :members: :undoc-members: :show-inheritance: @@ -55,7 +55,7 @@ cpl\_core.pipes.to\_camel\_case\_pipe module cpl\_core.pipes.to\_snake\_case\_pipe module -------------------------------------------- -.. automodule:: cpl_core.pipes.to_snake_case_pipe +.. automodule:: cpl.core.pipes.to_snake_case_pipe :members: :undoc-members: :show-inheritance: @@ -63,7 +63,7 @@ cpl\_core.pipes.to\_snake\_case\_pipe module cpl\_core.pipes.version\_pipe module ------------------------------------ -.. automodule:: cpl_core.pipes.version_pipe +.. automodule:: cpl.core.pipes.version_pipe :members: :undoc-members: :show-inheritance: @@ -71,7 +71,7 @@ cpl\_core.pipes.version\_pipe module Module contents --------------- -.. automodule:: cpl_core.pipes +.. automodule:: cpl.core.pipes :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.rst.txt b/docs/build/html/_sources/cpl_core.rst.txt index 74ff0aca..707ea7d1 100644 --- a/docs/build/html/_sources/cpl_core.rst.txt +++ b/docs/build/html/_sources/cpl_core.rst.txt @@ -4,15 +4,15 @@ API reference .. toctree:: :maxdepth: 4 - cpl_core.application - cpl_core.configuration - cpl_core.console - cpl_core.database - cpl_core.dependency_injection - cpl_core.environment - cpl_core.log - cpl_mail - cpl_core.pipes - cpl_core.time - cpl_core.utils + cpl.core.application + cpl.core.configuration + cpl.core.console + cpl.core.database + cpl.core.dependency_injection + cpl.core.environment + cpl.core.log + cpl.mail + cpl.core.pipes + cpl.core.time + cpl.core.utils diff --git a/docs/build/html/_sources/cpl_core.time.rst.txt b/docs/build/html/_sources/cpl_core.time.rst.txt index 4ecce6ec..d5331a9f 100644 --- a/docs/build/html/_sources/cpl_core.time.rst.txt +++ b/docs/build/html/_sources/cpl_core.time.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.time.time\_format\_settings module -------------------------------------------- -.. automodule:: cpl_core.time.time_format_settings +.. automodule:: cpl.core.time.time_format_settings :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.time.time\_format\_settings module cpl\_core.time.time\_format\_settings\_names\_enum module --------------------------------------------------------- -.. automodule:: cpl_core.time.time_format_settings_names_enum +.. automodule:: cpl.core.time.time_format_settings_names_enum :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.time.time\_format\_settings\_names\_enum module Module contents --------------- -.. automodule:: cpl_core.time +.. automodule:: cpl.core.time :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.utils.rst.txt b/docs/build/html/_sources/cpl_core.utils.rst.txt index 6318a1de..4aa37ef1 100644 --- a/docs/build/html/_sources/cpl_core.utils.rst.txt +++ b/docs/build/html/_sources/cpl_core.utils.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_core.utils.credential\_manager module ------------------------------------------ -.. automodule:: cpl_core.utils.credential_manager +.. automodule:: cpl.core.utils.credential_manager :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_core.utils.credential\_manager module cpl\_core.utils.pip module -------------------------- -.. automodule:: cpl_core.utils.pip +.. automodule:: cpl.core.utils.pip :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_core.utils.pip module cpl\_core.utils.string module ----------------------------- -.. automodule:: cpl_core.utils.string +.. automodule:: cpl.core.utils.string :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_core.utils.string module Module contents --------------- -.. automodule:: cpl_core.utils +.. automodule:: cpl.core.utils :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.base.rst.txt b/docs/build/html/_sources/cpl_query.base.rst.txt index 34fc9962..9898a22a 100644 --- a/docs/build/html/_sources/cpl_query.base.rst.txt +++ b/docs/build/html/_sources/cpl_query.base.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_query.base.default\_lambda module -------------------------------------- -.. automodule:: cpl_query.base.default_lambda +.. automodule:: cpl.query.base.default_lambda :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_query.base.default\_lambda module cpl\_query.base.ordered\_queryable module ----------------------------------------- -.. automodule:: cpl_query.base.ordered_queryable +.. automodule:: cpl.query.base.ordered_queryable :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_query.base.ordered\_queryable module cpl\_query.base.ordered\_queryable\_abc module ---------------------------------------------- -.. automodule:: cpl_query.base.ordered_queryable_abc +.. automodule:: cpl.query.base.ordered_queryable_abc :members: :undoc-members: :show-inheritance: @@ -31,7 +31,7 @@ cpl\_query.base.ordered\_queryable\_abc module cpl\_query.base.queryable\_abc module ------------------------------------- -.. automodule:: cpl_query.base.queryable_abc +.. automodule:: cpl.query.base.queryable_abc :members: :undoc-members: :show-inheritance: @@ -39,7 +39,7 @@ cpl\_query.base.queryable\_abc module cpl\_query.base.sequence module ------------------------------- -.. automodule:: cpl_query.base.sequence +.. automodule:: cpl.query.base.sequence :members: :undoc-members: :show-inheritance: @@ -47,7 +47,7 @@ cpl\_query.base.sequence module Module contents --------------- -.. automodule:: cpl_query.base +.. automodule:: cpl.query.base :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.enumerable.rst.txt b/docs/build/html/_sources/cpl_query.enumerable.rst.txt index 6c4d6a18..a4c9b744 100644 --- a/docs/build/html/_sources/cpl_query.enumerable.rst.txt +++ b/docs/build/html/_sources/cpl_query.enumerable.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_query.enumerable.enumerable module --------------------------------------- -.. automodule:: cpl_query.enumerable.enumerable +.. automodule:: cpl.query.enumerable.enumerable :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_query.enumerable.enumerable module cpl\_query.enumerable.enumerable\_abc module -------------------------------------------- -.. automodule:: cpl_query.enumerable.enumerable_abc +.. automodule:: cpl.query.enumerable.enumerable_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_query.enumerable.enumerable\_abc module Module contents --------------- -.. automodule:: cpl_query.enumerable +.. automodule:: cpl.query.enumerable :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.extension.rst.txt b/docs/build/html/_sources/cpl_query.extension.rst.txt index 4579c6e1..089f3696 100644 --- a/docs/build/html/_sources/cpl_query.extension.rst.txt +++ b/docs/build/html/_sources/cpl_query.extension.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_query.extension.list module -------------------------------- -.. automodule:: cpl_query.extension.list +.. automodule:: cpl.query.extension.list :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_query.extension.list module Module contents --------------- -.. automodule:: cpl_query.extension +.. automodule:: cpl.query.extension :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.iterable.rst.txt b/docs/build/html/_sources/cpl_query.iterable.rst.txt index 07ea0c19..fb2b33b9 100644 --- a/docs/build/html/_sources/cpl_query.iterable.rst.txt +++ b/docs/build/html/_sources/cpl_query.iterable.rst.txt @@ -7,7 +7,7 @@ Submodules cpl\_query.iterable.iterable module ----------------------------------- -.. automodule:: cpl_query.iterable.iterable +.. automodule:: cpl.query.iterable.iterable :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ cpl\_query.iterable.iterable module cpl\_query.iterable.iterable\_abc module ---------------------------------------- -.. automodule:: cpl_query.iterable.iterable_abc +.. automodule:: cpl.query.iterable.iterable_abc :members: :undoc-members: :show-inheritance: @@ -23,7 +23,7 @@ cpl\_query.iterable.iterable\_abc module Module contents --------------- -.. automodule:: cpl_query.iterable +.. automodule:: cpl.query.iterable :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.rst.txt b/docs/build/html/_sources/cpl_query.rst.txt index 5812cc73..02525dd8 100644 --- a/docs/build/html/_sources/cpl_query.rst.txt +++ b/docs/build/html/_sources/cpl_query.rst.txt @@ -4,7 +4,7 @@ Query reference .. toctree:: :maxdepth: 4 - cpl_query.base - cpl_query.enumerable - cpl_query.extension - cpl_query.iterable + cpl.query.base + cpl.query.enumerable + cpl.query.extension + cpl.query.iterable diff --git a/docs/build/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt index 9b6e6056..d8a703ff 100644 --- a/docs/build/html/_sources/index.rst.txt +++ b/docs/build/html/_sources/index.rst.txt @@ -89,7 +89,7 @@ These pages go into great detail about everything the Library can do. contributing deprecated cpl_cli - cpl_core + cpl.core cpl_discord - cpl_query + cpl.query cpl_translation diff --git a/docs/build/html/_sources/introduction.md.txt b/docs/build/html/_sources/introduction.md.txt index 33d31430..7551f23d 100644 --- a/docs/build/html/_sources/introduction.md.txt +++ b/docs/build/html/_sources/introduction.md.txt @@ -55,6 +55,6 @@ This CPL docs help you learn, understand and use the package. From your first ap - [Getting started](quickstart) - [Setup](setup) -- [API Reference](cpl_core) +- [API Reference](cpl.core) - [CLI Reference](cpl_cli.overview) -- [Query Reference](cpl_query) +- [Query Reference](cpl.query) diff --git a/docs/build/html/_sources/modules.rst.txt b/docs/build/html/_sources/modules.rst.txt index 49bd8182..695d65c2 100644 --- a/docs/build/html/_sources/modules.rst.txt +++ b/docs/build/html/_sources/modules.rst.txt @@ -5,7 +5,7 @@ Packages :maxdepth: 4 cpl_cli - cpl_core + cpl.core cpl_discord - cpl_query + cpl.query cpl_translation diff --git a/docs/build/html/_sources/quickstart.md.txt b/docs/build/html/_sources/quickstart.md.txt index ef5b6693..8bf8ba68 100644 --- a/docs/build/html/_sources/quickstart.md.txt +++ b/docs/build/html/_sources/quickstart.md.txt @@ -83,7 +83,7 @@ To create the sample project to the following: 3. Add ```Console.select``` as follows: ```py - from cpl_core.console import Console + from cpl.core.console import Console def main(): @@ -156,7 +156,7 @@ To create the sample project to the following: import random import string - from cpl_core.console import Console + from cpl.core.console import Console def generate_password(letters: str, length: int) -> str: @@ -200,9 +200,9 @@ In this section, you've created an application that uses user input to generate To continue exploring CPL and developing applications: -- [Application base](cpl_core.application) -- [Dependency injection](cpl_core.dependency_injection) -- [Console](cpl_core.console) +- [Application base](cpl.core.application) +- [Dependency injection](cpl.core.dependency_injection) +- [Console](cpl.core.console) [pip-url]: https://pip.sh-edraft.de diff --git a/docs/build/html/_sources/setup.md.txt b/docs/build/html/_sources/setup.md.txt index 1a953c69..5a4ed9a2 100644 --- a/docs/build/html/_sources/setup.md.txt +++ b/docs/build/html/_sources/setup.md.txt @@ -50,7 +50,7 @@ pip install cpl-query --extra-index-url https://pip.sh-edraft.de ## Create initial console app -You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json. +You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json. 1. Run the CLI command ```cpl new console``` and provide the name my-app, as shown here: @@ -64,7 +64,7 @@ The CLI create a new workspace and a simple 'Hello World' app, ready to run. ## Create initial library -You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json. +You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json. 1. Run the CLI command ```cpl new library``` and provide the name my-lib, as shown here: diff --git a/docs/build/html/_sources/tutorials.console.md.txt b/docs/build/html/_sources/tutorials.console.md.txt index fcbaaba1..fcc36296 100644 --- a/docs/build/html/_sources/tutorials.console.md.txt +++ b/docs/build/html/_sources/tutorials.console.md.txt @@ -1,3 +1,3 @@ -# Use cpl_core.console.Console +# Use cpl.core.console.Console ## Coming soon \ No newline at end of file diff --git a/docs/build/html/_sources/tutorials.templating.md.txt b/docs/build/html/_sources/tutorials.templating.md.txt index 4530b17c..faab43e5 100644 --- a/docs/build/html/_sources/tutorials.templating.md.txt +++ b/docs/build/html/_sources/tutorials.templating.md.txt @@ -76,7 +76,7 @@ Here the template ```project_console.py``` defines how a console project has to ```python from cpl_cli.abc.project_type_abc import ProjectTypeABC from cpl_cli.configuration import WorkspaceSettings -from cpl_core.utils import String +from cpl.core.utils import String class Console(ProjectTypeABC): @@ -142,10 +142,10 @@ class ProjectFileStartup(CodeFileTemplateABC): import textwrap return textwrap.dedent("""\ - from cpl_core.application import StartupABC - from cpl_core.configuration import ConfigurationABC - from cpl_core.dependency_injection import ServiceProviderABC, ServiceCollectionABC - from cpl_core.environment import ApplicationEnvironment + from cpl.core.application import StartupABC + from cpl.core.configuration import ConfigurationABC + from cpl.core.dependency_injection import ServiceProviderABC, ServiceCollectionABC + from cpl.core.environment import ApplicationEnvironment class Startup(StartupABC): diff --git a/docs/build/html/contributing.html b/docs/build/html/contributing.html index 938a6c1d..578a9507 100644 --- a/docs/build/html/contributing.html +++ b/docs/build/html/contributing.html @@ -63,9 +63,9 @@
  • Deprecated
  • CLI reference
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • diff --git a/docs/build/html/cpl_cli.add.html b/docs/build/html/cpl_cli.add.html index fa7f0700..5a7fb3d4 100644 --- a/docs/build/html/cpl_cli.add.html +++ b/docs/build/html/cpl_cli.add.html @@ -70,9 +70,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -107,7 +107,7 @@

    Contents

    Removes a project from workspace.

    diff --git a/docs/build/html/cpl_cli.build.html b/docs/build/html/cpl_cli.build.html index 51851f4a..02b75021 100644 --- a/docs/build/html/cpl_cli.build.html +++ b/docs/build/html/cpl_cli.build.html @@ -68,9 +68,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • diff --git a/docs/build/html/cpl_cli.generate.html b/docs/build/html/cpl_cli.generate.html index 9d53a079..b8bf6762 100644 --- a/docs/build/html/cpl_cli.generate.html +++ b/docs/build/html/cpl_cli.generate.html @@ -70,9 +70,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -107,7 +107,7 @@

    Contents

    Generate a file based on schematic.

    @@ -176,7 +176,7 @@ cpl G <schematic> <name>

    <name>

    settings

    -

    Configmodel

    +

    Configmodel

    <name>

    test

    diff --git a/docs/build/html/cpl_cli.help.html b/docs/build/html/cpl_cli.help.html index 38d5941c..32ebfe6f 100644 --- a/docs/build/html/cpl_cli.help.html +++ b/docs/build/html/cpl_cli.help.html @@ -69,9 +69,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -106,7 +106,7 @@

    Contents

    Lists available command and their short descriptions.

    cpl help <command>
    diff --git a/docs/build/html/cpl_cli.html b/docs/build/html/cpl_cli.html index 6525cecb..73729ca6 100644 --- a/docs/build/html/cpl_cli.html +++ b/docs/build/html/cpl_cli.html @@ -64,9 +64,9 @@

  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • diff --git a/docs/build/html/cpl_cli.install.html b/docs/build/html/cpl_cli.install.html index beed348d..83e0deae 100644 --- a/docs/build/html/cpl_cli.install.html +++ b/docs/build/html/cpl_cli.install.html @@ -70,9 +70,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -107,7 +107,7 @@

    Contents

    Installs given package via pip

    cpl install <package>
    diff --git a/docs/build/html/cpl_cli.new.html b/docs/build/html/cpl_cli.new.html index 31f66dfa..ca751977 100644 --- a/docs/build/html/cpl_cli.new.html +++ b/docs/build/html/cpl_cli.new.html @@ -70,9 +70,9 @@

  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -107,7 +107,7 @@

    Contents

    Generates a workspace and initial project or add a project to workspace.

    diff --git a/docs/build/html/cpl_cli.overview.html b/docs/build/html/cpl_cli.overview.html index ee566ab2..839792e8 100644 --- a/docs/build/html/cpl_cli.overview.html +++ b/docs/build/html/cpl_cli.overview.html @@ -74,9 +74,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • diff --git a/docs/build/html/cpl_cli.publish.html b/docs/build/html/cpl_cli.publish.html index af4609f6..400af288 100644 --- a/docs/build/html/cpl_cli.publish.html +++ b/docs/build/html/cpl_cli.publish.html @@ -68,9 +68,9 @@
  • cpl version
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -115,7 +115,7 @@ cpl P

    Description

    The command can be used to publish a project of type “console” or “library”.

    -

    The publish command builds the source files and then creates an setup.py with data from cpl_core.json. +

    The publish command builds the source files and then creates an setup.py with data from cpl.core.json. The command executes the setup.py and removes all source files with the setup.py from the ‘publish/’ directory.

    Generated files of setup.py are in the ‘publish/setup/’ directory.

    diff --git a/docs/build/html/search.html b/docs/build/html/search.html index 332ebb5f..df7a35ed 100644 --- a/docs/build/html/search.html +++ b/docs/build/html/search.html @@ -48,9 +48,9 @@
  • Contributing to CPL
  • Deprecated
  • CLI reference
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js index 84c9b4cb..f5bb2271 100644 --- a/docs/build/html/searchindex.js +++ b/docs/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["contributing", "cpl_cli", "cpl_cli.add", "cpl_cli.build", "cpl_cli.generate", "cpl_cli.help", "cpl_cli.install", "cpl_cli.new", "cpl_cli.overview", "cpl_cli.publish", "cpl_cli.remove", "cpl_cli.run", "cpl_cli.start", "cpl_cli.uninstall", "cpl_cli.update", "cpl_cli.version", "cpl_core", "cpl_core.application", "cpl_core.configuration", "cpl_core.console", "cpl_core.database", "cpl_core.database.connection", "cpl_core.database.context", "cpl_core.dependency_injection", "cpl_core.environment", "cpl_core.log", "cpl_mail", "cpl_core.pipes", "cpl_core.time", "cpl_core.utils", "cpl_discord", "cpl_discord.application", "cpl_discord.command", "cpl_discord.configuration", "cpl_discord.container", "cpl_discord.events", "cpl_discord.helper", "cpl_discord.service", "cpl_query", "cpl_query.base", "cpl_query.enumerable", "cpl_query.extension", "cpl_query.iterable", "cpl_translation", "deprecated", "getting_started", "index", "introduction", "modules", "quickstart", "setup", "tutorials", "tutorials.appsettings", "tutorials.console", "tutorials.console-arguments", "tutorials.create-startup", "tutorials.extend-application", "tutorials.extend-startup", "tutorials.logging", "tutorials.mail", "tutorials.templating"], "filenames": ["contributing.md", "cpl_cli.rst", "cpl_cli.add.md", "cpl_cli.build.md", "cpl_cli.generate.md", "cpl_cli.help.md", "cpl_cli.install.md", "cpl_cli.new.md", "cpl_cli.overview.md", "cpl_cli.publish.md", "cpl_cli.remove.md", "cpl_cli.run.md", "cpl_cli.start.md", "cpl_cli.uninstall.md", "cpl_cli.update.md", "cpl_cli.version.md", "cpl_core.rst", "cpl_core.application.rst", "cpl_core.configuration.rst", "cpl_core.console.rst", "cpl_core.database.rst", "cpl_core.database.connection.rst", "cpl_core.database.context.rst", "cpl_core.dependency_injection.rst", "cpl_core.environment.rst", "cpl_core.log.rst", "cpl_mail.rst", "cpl_core.pipes.rst", "cpl_core.time.rst", "cpl_core.utils.rst", "cpl_discord.rst", "cpl_discord.application.rst", "cpl_discord.command.rst", "cpl_discord.configuration.rst", "cpl_discord.container.rst", "cpl_discord.events.rst", "cpl_discord.helper.rst", "cpl_discord.service.rst", "cpl_query.rst", "cpl_query.base.rst", "cpl_query.enumerable.rst", "cpl_query.extension.rst", "cpl_query.iterable.rst", "cpl_translation.rst", "deprecated.md", "getting_started.rst", "index.rst", "introduction.md", "modules.rst", "quickstart.md", "setup.md", "tutorials.rst", "tutorials.appsettings.md", "tutorials.console.md", "tutorials.console-arguments.md", "tutorials.create-startup.md", "tutorials.extend-application.md", "tutorials.extend-startup.md", "tutorials.logging.md", "tutorials.mail.md", "tutorials.templating.md"], "titles": ["Contributing to CPL", "CLI reference", "cpl add", "cpl build", "cpl generate", "cpl help", "cpl install", "cpl new", "CLI Overview and Command Reference", "cpl publish", "cpl remove", "cpl run", "cpl start", "cpl uninstall", "cpl update", "cpl version", "API reference", "cpl_core.application package", "cpl_core.configuration package", "cpl_core.console package", "cpl_core.database package", "cpl_core.database.connection package", "cpl_core.database.context package", "cpl_core.dependency_injection package", "cpl_core.environment package", "cpl_core.log package", "cpl_mail package", "cpl_core.pipes package", "cpl_core.time package", "cpl_core.utils package", "Discord Reference", "cpl_discord.application package", "cpl_discord.command package", "cpl_discord.configuration package", "cpl_discord.container package", "cpl_discord.events package", "cpl_discord.helper package", "cpl_discord.service package", "Query reference", "cpl_query.base package", "cpl_query.enumerable package", "cpl_query.extension package", "cpl_query.iterable package", "Translation reference", "Deprecated", "Getting started", "Introduction to the CPL Docs", "Introduction to the CPL Docs", "Packages", "Getting started with CPL", "Setting up the local environment and workspace", "Tutorials", "Using appsettings.json", "Use cpl_core.console.Console", "Handle console arguments", "Create startup class", "Extend application", "Extend startup", "Use builtin logger", "Send mails", "Using cpl g & cpl n templating"], "terms": {"we": [0, 44, 49, 60], "would": [0, 4, 7], "love": 0, "you": [0, 2, 3, 4, 7, 8, 10, 34, 46, 47, 49, 50, 60], "help": [0, 1, 8, 46, 47, 48, 60], "make": [0, 44, 50], "even": 0, "better": 0, "than": [0, 39], "i": [0, 2, 3, 6, 7, 8, 10, 13, 14, 17, 18, 19, 26, 29, 34, 37, 39, 44, 46, 47, 49, 50, 60], "todai": 0, "As": 0, "contributor": 0, "here": [0, 50, 60], "ar": [0, 8, 9, 18, 34], "like": [0, 46, 49, 60], "follow": [0, 8, 44, 49, 50], "issus": 0, "If": [0, 2, 7, 10, 19, 50], "find": 0, "sourc": [0, 2, 3, 9, 11, 12, 29, 49, 50], "can": [0, 2, 3, 4, 7, 8, 9, 10, 34, 44, 46, 50, 60], "u": [0, 8, 14], "our": 0, "gitea": 0, "repositori": 0, "fix": 0, "new": [0, 1, 8, 19, 34, 45, 48, 49, 50, 51], "implement": [0, 16, 23, 39, 40, 41], "pleas": 0, "consid": 0, "size": 0, "chang": [0, 8, 12, 22, 49], "order": [0, 34, 39], "determin": 0, "right": 0, "step": 0, "proce": 0, "For": [0, 4, 7, 44, 60], "major": [0, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "first": [0, 4, 7, 8, 27, 29, 34, 38, 39, 46, 47, 60], "open": [0, 49, 50], "outlin": 0, "your": [0, 6, 8, 11, 12, 46, 47, 50, 60], "propos": 0, "so": [0, 44, 50], "discuss": 0, "thi": [0, 5, 17, 34, 44, 46, 47, 49, 50, 60], "process": [0, 44], "allow": [0, 23], "coordin": [0, 19], "effort": 0, "prevent": 0, "duplic": 0, "work": [0, 8, 24, 46, 47], "craft": 0, "successfulli": 0, "accept": 0, "project": [0, 1, 2, 3, 6, 8, 9, 10, 11, 12, 13, 14, 45, 48, 50, 51], "note": [0, 34], "ad": [0, 2], "topic": [0, 30, 34], "document": 0, "significantli": 0, "re": 0, "write": [0, 16, 19, 25, 46, 47], "count": [0, 38, 39], "small": 0, "directli": [0, 3, 44], "befor": [0, 19, 35, 37], "search": [0, 18, 23], "tracker": 0, "mayb": 0, "problem": 0, "alreadi": [0, 49, 50], "exist": [0, 18, 60], "might": 0, "inform": [0, 18, 25, 50, 60], "workaround": 0, "readili": 0, "avail": [0, 5, 8, 60], "want": [0, 49], "all": [0, 3, 9, 15, 18, 34, 38, 39, 60], "soon": [0, 45, 51], "possibl": [0, 18], "need": [0, 34, 49, 50], "reproduc": 0, "confirm": 0, "In": [0, 8, 49, 60], "requir": [0, 34], "provid": [0, 7, 17, 23, 34, 46, 47, 49, 50], "minim": 0, "reproduct": 0, "have": [0, 8, 34, 49, 50], "scenario": 0, "give": 0, "wealth": 0, "import": [0, 49, 60], "without": [0, 6, 8, 39], "go": [0, 8, 46], "back": [0, 19], "forth": 0, "addit": [0, 8], "question": 0, "A": [0, 2, 7, 34, 44, 60], "quickli": 0, "point": [0, 17, 19], "out": [0, 49, 50], "well": 0, "save": [0, 18, 22], "maintain": 0, "time": [0, 16, 25, 34, 48], "ultim": 0, "abl": 0, "more": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50, 60], "often": 0, "develop": [0, 6, 8, 13, 16, 24, 46, 47, 49, 50], "themselv": 0, "while": 0, "prepar": [0, 3, 8, 9, 17, 46], "understand": [0, 46, 47, 49, 50], "sometim": 0, "hard": 0, "extract": 0, "essenti": [0, 49], "bit": 0, "from": [0, 2, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 34, 39, 42, 44, 46, 47, 49, 60], "larger": 0, "codebas": 0, "realli": 0, "isol": 0, "unfortun": 0, "investig": 0, "don": [0, 49], "t": [0, 18, 23, 39, 40, 41, 42, 49], "hear": 0, "close": [0, 16, 19], "doesn": 0, "enough": 0, "info": [0, 16, 25, 46, 47], "pr": 0, "relat": 0, "Be": 0, "sure": 0, "describ": 0, "design": 0, "d": 0, "add": [0, 1, 7, 8, 18, 23, 26, 38, 42, 48, 49], "upfront": 0, "ensur": 0, "readi": [0, 50], "fork": 0, "sh": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "edraft": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "de": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "repo": 0, "git": 0, "branch": 0, "checkout": 0, "b": [0, 3, 8], "my": [0, 8, 50], "master": 0, "creat": [0, 4, 7, 8, 9, 16, 17, 18, 19, 23, 25, 26, 29, 39, 44, 45, 46, 47, 51, 60], "patch": 0, "includ": [0, 3, 50], "appropri": [0, 60], "test": [0, 4, 7, 16, 24, 46, 47, 49, 60], "case": [0, 27, 29, 49], "commit": 0, "option": [0, 8, 11, 18, 19, 23, 39, 44, 46, 47, 49], "command": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 29, 30, 46, 47, 48, 50], "line": [0, 19, 49], "automat": 0, "rm": 0, "edit": 0, "file": [0, 3, 4, 8, 9, 10, 12, 18, 46, 50, 60], "push": 0, "origin": 0, "send": [0, 26, 45, 46, 47, 51], "The": [0, 3, 4, 6, 7, 8, 9, 10, 13, 23, 26, 29, 34, 37, 44, 46, 47, 49, 50, 60], "team": 0, "reserv": 0, "commun": 0, "member": [0, 30, 35, 37, 48], "who": 0, "haven": 0, "been": 0, "good": 0, "citizen": 0, "Such": 0, "behavior": 0, "appli": 0, "within": [0, 3, 8], "outsid": 0, "manag": [0, 30, 34, 46, 47], "channel": [0, 34, 35, 37], "ask": 0, "via": [0, 6, 13, 46, 47], "updat": [0, 1, 8, 48], "fixup": 0, "head": 0, "That": 0, "": [0, 8, 12, 34, 45], "thank": 0, "To": [0, 8, 11, 12, 44, 49, 50], "consist": 0, "throughout": 0, "keep": 0, "mind": 0, "must": [0, 2, 3, 8, 10, 19, 44, 60], "one": [0, 39], "unit": 0, "public": 0, "api": [0, 46, 47, 48], "method": [0, 18, 23], "pep": 0, "8": 0, "style": 0, "guid": 0, "python": [0, 3, 29, 39, 40, 41, 42, 46, 47, 49, 50], "By": 0, "agre": 0, "under": [0, 34], "its": [0, 8], "mit": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "see": [0, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 50], "overview": [1, 48, 50], "tabl": [1, 16, 19, 29, 45, 46, 47, 48], "content": [1, 16, 30, 38, 45, 48, 51], "basic": [1, 48, 49, 50], "workflow": [1, 48], "languag": [1, 43, 48], "syntax": [1, 48], "rel": [1, 48], "path": [1, 2, 3, 4, 7, 9, 10, 16, 18, 24, 25, 48, 50, 60], "schemat": [1, 45, 48, 51], "cpl": [1, 8, 16, 30, 38, 45, 48, 50, 51], "descript": [1, 8, 11, 12, 14, 30, 34, 48], "argument": [1, 3, 7, 8, 9, 11, 12, 14, 16, 18, 19, 29, 39, 44, 45, 46, 47, 48, 51], "flag": [1, 16, 18, 48], "build": [1, 8, 9, 11, 12, 16, 17, 23, 29, 46, 48, 49, 50], "gener": [1, 7, 8, 9, 45, 46, 48, 49, 50, 51], "instal": [1, 8, 15, 16, 29, 45, 48, 49], "type": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 17, 18, 23, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 51], "publish": [1, 3, 8, 46, 48, 50], "remov": [1, 2, 8, 9, 38, 42, 48], "run": [1, 3, 7, 12, 16, 17, 18, 19, 22, 29, 39, 46, 47, 48, 49, 50], "start": [1, 8, 11, 39, 46, 47, 48, 60], "uninstal": [1, 8, 16, 29, 48], "version": [1, 8, 34, 48], "workspac": [2, 3, 7, 8, 10, 45, 60], "target": [2, 3], "refer": [2, 10, 46, 47, 48], "given": [2, 3, 6, 8, 9, 13, 18, 19, 23, 29, 39, 42], "call": [2, 10, 17, 18, 19, 34, 39, 44, 60], "us": [2, 3, 4, 7, 8, 9, 10, 17, 19, 26, 29, 45, 46, 47, 49, 50, 51], "name": [2, 3, 4, 7, 8, 9, 10, 16, 18, 24, 25, 29, 30, 32, 34, 44, 50, 60], "otherwis": [2, 10, 19], "specifi": [2, 6, 7, 8, 10, 11, 13, 14, 18, 19], "valu": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 30, 39, 40, 41, 42, 43, 44], "which": [2, 8, 11, 18, 19, 29, 50, 60], "ha": [2, 19, 60], "str": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 33, 34, 35, 37, 43, 44, 49, 60], "referenc": 2, "simul": [2, 6, 10, 13, 14], "whether": [2, 6, 7, 10, 13, 14, 18], "copi": [3, 38, 39], "an": [3, 8, 9, 17, 18, 19, 20, 23, 24, 25, 26, 28, 30, 39, 49, 50, 60], "app": [3, 8, 17, 45, 46, 47, 49], "output": [3, 8, 9, 18, 19, 46, 47, 49, 50], "directori": [3, 8, 9, 24, 46, 47, 49], "execut": [3, 8, 9, 16, 18, 29], "consol": [3, 5, 7, 8, 9, 16, 18, 25, 45, 46, 47, 48, 49, 51, 60], "librari": [3, 7, 8, 9, 45, 46, 47], "them": 3, "base": [4, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49], "g": [4, 7, 8, 45, 51], "defin": [4, 7, 8, 18, 19, 40, 42, 50, 60], "custom": [4, 7, 16, 17, 18, 24, 46, 47], "templat": [4, 7, 45, 51], "folder": [4, 7, 49, 60], "element": [4, 7, 19, 22, 34, 39, 42], "src": [4, 7, 49], "exampl": [4, 7, 60], "c": [4, 7, 46], "abc": [4, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 35, 37, 39, 40, 42, 43, 60], "abstract": [4, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 31, 35, 37, 39, 43], "class": [4, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 51, 60], "enum": [4, 18, 19, 20, 23, 24, 25, 26, 28, 30, 60], "pipe": [4, 16, 23, 46, 47, 48], "servic": [4, 7, 17, 18, 23, 25, 26, 30, 31, 46, 47, 48, 49, 60], "set": [4, 11, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 43, 44, 45, 49], "configmodel": 4, "thread": [4, 19, 30, 48], "valid": [4, 16, 18, 26, 49], "discord": [4, 23, 46, 48], "bot": [4, 37], "event": [4, 30, 37, 48], "list": [5, 8, 15, 18, 19, 22, 23, 26, 27, 29, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 60], "short": [5, 8], "h": [5, 8], "show": [5, 19], "messag": [5, 19, 25, 35, 37], "packag": [6, 7, 8, 13, 15, 16, 30, 38, 45, 46, 47, 49], "pip": [6, 13, 15, 16, 46, 47, 48, 49, 50], "deped": 6, "dev": [6, 11, 12, 13], "mode": [6, 13], "virtual": [6, 13], "initi": [7, 45, 60], "n": [7, 8, 45, 49, 50, 51], "simpl": [7, 44, 46, 47, 50], "applic": [7, 11, 12, 16, 19, 24, 25, 26, 30, 45, 46, 47, 48, 49, 50, 51, 60], "async": [7, 17, 35, 37], "startup": [7, 17, 45, 46, 47, 51, 60], "noth": 7, "venv": 7, "serv": 8, "server": [8, 20, 21, 26, 46, 47, 50], "parent": 8, "cd": [8, 50], "termin": [8, 19, 49, 50], "commandnameoralia": 8, "requiredarg": 8, "optionalsarg": 8, "most": [8, 34, 49, 50], "some": 8, "alias": [8, 16, 18], "shown": [8, 18, 50], "statement": [8, 22], "each": [8, 18, 39], "prefix": [8, 18, 30, 33], "absolut": 8, "current": [8, 24, 34], "either": [8, 44], "root": 8, "take": [8, 18, 38, 39], "artifact": 8, "ani": [8, 18, 19, 27, 32, 37, 38, 39, 43, 60], "own": 8, "suppli": 8, "same": [8, 60], "format": [8, 25, 28, 39], "immedi": 8, "alia": [8, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 60], "dist": [8, 9, 11, 12], "With": [8, 44], "depend": [8, 14, 46, 47, 49], "p": [8, 9], "setup": [8, 9, 47, 50], "py": [8, 9, 29, 31, 32, 33, 34, 35, 36, 37, 46, 49, 60], "r": [8, 10, 11], "restart": [8, 12, 50], "ui": [8, 13, 34], "v": [8, 15, 49], "data": [9, 19, 34, 39], "cpl_core": [9, 16, 45, 48, 49, 50, 51, 60], "json": [9, 18, 44, 45, 46, 47, 49, 50, 51, 60], "delet": 10, "onc": 11, "paramet": [11, 17, 18, 19, 21, 22, 24, 25, 26, 27, 29, 42, 44], "default": [11, 16, 19, 34, 50], "after": [11, 12, 35, 37, 39], "cli": [15, 45, 46, 47, 48, 49], "submodul": [16, 30, 38, 48], "application_abc": [16, 48], "modul": [16, 38, 48], "applicationabc": [16, 17, 31, 48], "configur": [16, 17, 23, 30, 44, 46, 47, 48, 60], "main": [16, 17, 49], "run_async": [16, 17], "application_build": [16, 48], "applicationbuild": [16, 17, 48], "build_async": [16, 17], "use_extens": [16, 17], "use_startup": [16, 17, 60], "application_builder_abc": [16, 48], "applicationbuilderabc": [16, 17, 48], "application_extension_abc": [16, 48], "applicationextensionabc": [16, 17, 48], "startup_abc": [16, 48], "startupabc": [16, 17, 48, 60], "configure_configur": [16, 17, 60], "configure_servic": [16, 17, 60], "startup_extension_abc": [16, 48], "startupextensionabc": [16, 17, 48], "core": [16, 46, 48, 50], "versioninfo": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 48], "micro": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "minor": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "argument_abc": [16, 48], "argumentabc": [16, 18, 48], "add_console_argu": [16, 18], "console_argu": [16, 18], "prevent_next_execut": [16, 18], "token": [16, 18, 30, 33], "argument_build": [16, 48], "argumentbuild": [16, 18, 48], "build_argu": [16, 18], "argument_executable_abc": [16, 48], "argumentexecutableabc": [16, 18, 48], "argument_type_enum": [16, 48], "argumenttypeenum": [16, 18, 48], "variabl": [16, 18, 29], "add_configur": [16, 18], "add_environment_vari": [16, 18], "add_json_fil": [16, 18], "additional_argu": [16, 18], "argument_error_funct": [16, 18], "create_console_argu": [16, 18], "environ": [16, 17, 18, 25, 26, 45, 46, 47, 48, 60], "for_each_argu": [16, 18], "get_configur": [16, 18], "parse_console_argu": [16, 18], "configuration_abc": [16, 17, 23, 48], "configurationabc": [16, 17, 18, 23, 31, 37, 48, 60], "configuration_model_abc": [16, 48], "configurationmodelabc": [16, 18, 20, 25, 26, 28, 33, 43, 48], "from_dict": [16, 18], "base_func": [16, 18, 48], "configuration_variable_name_enum": [16, 48], "configurationvariablenameenum": [16, 18, 48], "to_list": [16, 18, 38, 39], "executable_argu": [16, 48], "executableargu": [16, 18, 48], "executable_typ": [16, 18], "set_execut": [16, 18, 29], "flag_argu": [16, 48], "flagargu": [16, 18, 48], "validator_abc": [16, 48], "validatorabc": [16, 18, 48], "variable_argu": [16, 48], "variableargu": [16, 18, 48], "set_valu": [16, 18], "value_token": [16, 18], "background_color_enum": [16, 48], "backgroundcolorenum": [16, 19, 48], "blue": [16, 19], "cyan": [16, 19], "green": [16, 19], "grei": [16, 19], "magenta": [16, 19], "red": [16, 19], "white": [16, 19], "yellow": [16, 19], "background_color": [16, 19], "banner": [16, 19, 46, 47], "clear": [16, 19], "color_reset": [16, 19], "disabl": [16, 19], "enabl": [16, 19, 49], "error": [16, 18, 19, 25, 35, 37, 46, 47], "foreground_color": [16, 19], "read": [16, 18, 19, 49], "read_lin": [16, 19], "reset_cursor_posit": [16, 19], "select": [16, 19, 20, 22, 38, 39, 49], "set_background_color": [16, 19], "set_cursor_posit": [16, 19], "set_foreground_color": [16, 19], "set_hold_back": [16, 19], "spinner": [16, 19, 46, 47], "write_at": [16, 19, 46, 47], "write_lin": [16, 19, 46, 47, 49], "write_line_at": [16, 19, 46, 47], "console_cal": [16, 48], "consolecal": [16, 19, 48], "arg": [16, 17, 18, 19, 22, 23, 27, 29, 32, 35, 37, 43, 60], "function": [16, 18, 19, 23, 29, 39, 40, 42, 44, 46, 49], "foreground_color_enum": [16, 48], "foregroundcolorenum": [16, 19, 48], "spinner_thread": [16, 48], "spinnerthread": [16, 19, 48], "exit": [16, 19, 49], "stop_spin": [16, 19], "databas": [16, 23, 48], "subpackag": [16, 48], "connect": [16, 20, 22, 26, 37, 48], "database_connect": [16, 20], "database_connection_abc": [16, 20], "context": [16, 20, 23, 35, 37, 48, 50], "database_context": [16, 20], "database_context_abc": [16, 20, 23], "database_set": [16, 21, 22, 48], "databaseset": [16, 20, 21, 22, 23, 48], "auth_plugin": [16, 20], "buffer": [16, 19, 20], "charset": [16, 20], "host": [16, 20, 26], "password": [16, 20, 49], "port": [16, 20, 26], "use_unicod": [16, 20], "user": [16, 20, 35, 37, 49], "database_settings_name_enum": [16, 48], "databasesettingsnameenum": [16, 20, 48], "table_abc": [16, 48], "tableabc": [16, 20, 48], "created_at": [16, 20], "delete_str": [16, 20], "insert_str": [16, 20], "modified_at": [16, 20], "udpate_str": [16, 20], "dependency_inject": [16, 17, 48, 60], "scope": [16, 46, 47, 48], "dispos": [16, 23], "service_provid": [16, 48], "scope_abc": [16, 48], "scopeabc": [16, 23, 48], "scope_build": [16, 48], "scopebuild": [16, 23, 48], "service_collect": [16, 37, 48], "servicecollect": [16, 23, 48], "add_db_context": [16, 23], "add_log": [16, 23], "add_pip": [16, 23], "add_scop": [16, 23], "add_singleton": [16, 23], "add_transi": [16, 23], "build_service_provid": [16, 23, 60], "service_collection_abc": [16, 17, 48], "servicecollectionabc": [16, 17, 23, 37, 48, 60], "add_discord": [16, 23], "add_transl": [16, 23], "service_descriptor": [16, 48], "servicedescriptor": [16, 23, 48], "base_typ": [16, 23], "lifetim": [16, 23, 46, 47], "service_typ": [16, 23], "service_lifetime_enum": [16, 48], "servicelifetimeenum": [16, 23, 48], "singleton": [16, 23, 46, 47], "transient": [16, 23, 46, 47], "serviceprovid": [16, 23, 48], "build_by_signatur": [16, 23], "build_servic": [16, 23], "create_scop": [16, 23], "get_servic": [16, 23], "set_scop": [16, 23], "service_provider_abc": [16, 17, 48], "serviceproviderabc": [16, 17, 18, 23, 31, 48, 60], "inject": [16, 23, 46, 47, 49], "set_global_provid": [16, 23], "application_environ": [16, 48], "applicationenviron": [16, 24, 48, 60], "application_nam": [16, 24], "date_time_now": [16, 24], "end_tim": [16, 24], "environment_nam": [16, 24], "host_nam": [16, 24], "runtime_directori": [16, 24], "set_runtime_directori": [16, 24], "set_working_directori": [16, 24], "start_tim": [16, 24], "working_directori": [16, 24], "application_environment_abc": [16, 17, 25, 26, 48], "applicationenvironmentabc": [16, 17, 18, 24, 25, 26, 37, 48], "environment_name_enum": [16, 48], "environmentnameenum": [16, 24, 48], "product": [16, 24, 46, 47], "stage": [16, 24, 46, 47], "log": [16, 26, 46, 47, 48], "logger_abc": [16, 26, 48], "loggerabc": [16, 25, 26, 37, 48], "debug": [16, 25, 46, 47], "fatal": [16, 25, 46, 47], "header": [16, 19, 25, 26], "trace": [16, 25, 46, 47], "warn": [16, 25, 46, 47], "logger_servic": [16, 48], "logger": [16, 23, 25, 26, 37, 45, 46, 47, 48, 51], "logging_level_enum": [16, 48], "logginglevelenum": [16, 25, 48], "off": [16, 25], "logging_set": [16, 48], "loggingset": [16, 25, 37, 48], "filenam": [16, 25], "level": [16, 25, 46, 47], "logging_settings_name_enum": [16, 48], "loggingsettingsnameenum": [16, 25, 48], "console_level": [16, 25], "file_level": [16, 25], "mail": [16, 45, 46, 47, 48, 51], "email": [16, 48], "add_head": [16, 26], "add_receiv": [16, 26], "bodi": [16, 26], "check_mail": [16, 26], "get_cont": [16, 26], "header_list": [16, 26], "receiv": [16, 26], "receiver_list": [16, 26], "subject": [16, 26], "transceiv": [16, 26], "email_client_abc": [16, 48], "emailclientabc": [16, 26, 48], "send_mail": [16, 26], "email_client_servic": [16, 48], "emailcli": [16, 26, 48], "login": [16, 26], "email_client_set": [16, 48], "emailclientset": [16, 26, 48], "credenti": [16, 26, 29, 46, 47], "user_nam": [16, 26], "email_client_settings_name_enum": [16, 48], "emailclientsettingsnameenum": [16, 26, 48], "bool_pip": [16, 48], "boolpip": [16, 27, 48], "transform": [16, 27, 43, 48], "first_char_to_lower_pip": [16, 48], "firstchartolowerpip": [16, 27, 48], "first_to_upper_pip": [16, 48], "firsttoupperpip": [16, 27, 48], "ip_address_pip": [16, 48], "ipaddresspip": [16, 27, 48], "pipe_abc": [16, 48], "pipeabc": [16, 27, 43, 48], "to_camel_case_pip": [16, 48], "tocamelcasepip": [16, 27, 48], "to_snake_case_pip": [16, 48], "tosnakecasepip": [16, 27, 48], "version_pip": [16, 48], "versionpip": [16, 27, 48], "time_format_set": [16, 25, 48], "timeformatset": [16, 25, 28, 48], "date_format": [16, 28], "date_time_format": [16, 28], "date_time_log_format": [16, 28], "time_format": [16, 25, 28], "time_format_settings_names_enum": [16, 48], "timeformatsettingsnamesenum": [16, 28, 48], "util": [16, 46, 47, 48, 60], "credential_manag": [16, 48], "credentialmanag": [16, 29, 48], "build_str": [16, 29], "decrypt": [16, 29], "encrypt": [16, 29, 46, 47], "get_execut": [16, 29], "get_outd": [16, 29], "get_packag": [16, 29], "reset_execut": [16, 29], "string": [16, 19, 21, 25, 26, 27, 46, 47, 48, 49, 60], "convert_to_camel_cas": [16, 29], "convert_to_snake_cas": [16, 29, 60], "first_to_low": [16, 29], "first_to_upp": [16, 29], "random_str": [16, 29], "config": [17, 23, 31, 37], "contain": [17, 30, 36, 38, 39, 48], "object": [17, 18, 19, 23, 26, 29, 34, 36, 39, 42, 46, 47], "load": [17, 43, 48], "appset": [17, 45, 49, 51], "instanc": [17, 23], "entri": [17, 19], "return": [17, 18, 19, 22, 26, 27, 29, 34, 40, 41, 42, 49, 60], "extens": [17, 38, 42, 46, 47, 48], "env": [17, 25, 37], "copyright": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "2020": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "2023": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "licens": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49], "detail": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 46], "tupl": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "field": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "number": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "0": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 49, 60], "2": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 60], "1": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 60], "bool": [18, 19, 20, 26, 27, 34, 39, 60], "fals": 18, "none": [18, 19, 20, 23, 25, 26, 28, 29, 33, 34, 35, 37, 39, 40, 41, 42, 43, 44, 60], "arg_typ": 18, "kwarg": [18, 19, 23, 32, 35, 37, 44], "known": 18, "specif": 18, "self": [18, 23, 44, 60], "consoleargu": 18, "properti": [18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 33, 34, 37, 39, 43], "static": [18, 23, 26, 29, 36], "enumer": [18, 19, 20, 23, 24, 25, 26, 28, 30, 38, 41, 42, 48], "3": [18, 25], "key_typ": 18, "union": [18, 19, 23, 39], "consoleargumentabc": 18, "true": 18, "should": [18, 49, 50, 60], "occur": 18, "wa": [18, 50], "found": [18, 39], "place": 18, "store": 18, "callabl": [18, 19, 23, 39], "begin": [18, 60], "were": 18, "is_value_token_opt": 18, "runnabl": 18, "when": [18, 19, 35, 37, 39, 60], "iter": [18, 38, 39, 40, 41, 48], "through": [18, 44, 49], "search_typ": 18, "invalid": 18, "dict": [18, 19, 27, 44, 60], "deprec": [18, 46], "attribut": [18, 44], "__init__": [18, 44, 49, 60], "instead": 18, "http": [18, 21, 50], "doc": [18, 21], "html": [18, 21], "further": [18, 44], "convert": [18, 27, 29, 30, 36, 39, 40, 41, 42, 46, 47], "on_blu": 19, "on_cyan": 19, "on_default": 19, "on_green": 19, "on_grei": 19, "on_magenta": 19, "on_r": 19, "on_whit": 19, "on_yellow": 19, "handl": [19, 29, 45, 46, 47, 51], "input": [19, 46, 47, 49], "bytes_or_buff": 19, "encod": [19, 29], "expos": 19, "decod": [19, 29], "handler": 19, "result": [19, 26, 29, 39], "__str__": 19, "repr": 19, "sy": 19, "getdefaultencod": 19, "strict": 19, "classmethod": [19, 23, 29, 39, 60], "print": [19, 49], "reset": [19, 29], "color": 19, "interact": 19, "tb": 19, "traceback": 19, "next": [19, 45], "cursor": [19, 20, 21, 22], "posit": [19, 30, 34], "char": [19, 27, 29], "header_foreground_color": 19, "header_background_color": 19, "option_foreground_color": 19, "option_background_color": 19, "cursor_foreground_color": 19, "cursor_background_color": 19, "menu": [19, 45, 46, 47], "charact": 19, "foreground": 19, "background": 19, "x": [19, 39, 44], "int": [19, 20, 26, 27, 29, 34, 39, 42, 44, 49], "y": [19, 44, 49], "text_foreground_color": 19, "spinner_foreground_color": 19, "text_background_color": 19, "spinner_background_color": 19, "end": [19, 25], "stop": 19, "text": [19, 34], "keyword": [19, 44], "activ": [19, 30, 34], "last": [19, 38, 39], "repres": [19, 20, 24, 26], "hold": 19, "msg_len": 19, "length": [19, 29, 39, 49], "databaseconnect": [20, 21], "databaseconnectionabc": [20, 21], "databasecontext": [20, 22], "save_chang": [20, 22], "databasecontextabc": [20, 22, 23], "databs": 20, "authplugin": 20, "useunicod": 20, "datetim": [20, 24, 34, 35, 37], "represent": [21, 22, 23, 25, 26, 28], "connection_str": 21, "sqlalchemi": 21, "org": 21, "en": 21, "14": 21, "engin": 21, "mysqlcursorbuff": [21, 22], "mysqlconnectionabstract": 21, "sql": 22, "fetch": 22, "collect": 23, "db_context_typ": 23, "db_set": 23, "db_context": 23, "intern": [23, 60], "translat": [23, 46, 48], "descriptor": 23, "sig": 23, "signatur": 23, "instance_typ": 23, "f": [23, 60], "decor": 23, "runtim": [24, 46, 47], "ex": 25, "except": [25, 39], "thrown": 25, "program": 25, "tree": 25, "logfil": 25, "5": [25, 49], "4": 25, "6": 25, "console_log_level": 25, "file_log_level": 25, "consoleloglevel": 25, "fileloglevel": 25, "e": [26, 44, 60], "address": 26, "check": [26, 39, 60], "mail_set": 26, "usernam": 26, "lower": [27, 29, 49], "upper": [27, 29, 49], "camel": [27, 29], "camelcas": [27, 29], "snake": [27, 29], "snake_cas": [27, 29], "dateformat": 28, "datetimeformat": 28, "datetimelogformat": 28, "timeformat": 28, "replac": [29, 60], "base64": [29, 46, 47], "byte": 29, "get": [29, 46, 47, 50], "outdat": 29, "local": [29, 45], "stdout": 29, "stderr": 29, "extra": [29, 50], "index": [29, 39, 42, 49, 50], "url": [29, 50], "subprocess": [29, 46, 47], "system": 29, "standard": [29, 46, 47], "random": [29, 49], "discord_bot_application_abc": [30, 48], "discordbotapplicationabc": [30, 31, 48], "stop_async": [30, 31, 37], "discord_command_abc": [30, 48], "discordcommandabc": [30, 32, 37, 48], "discord_commands_meta": [30, 48], "discordcogmeta": [30, 32, 48], "discord_bot_set": [30, 37, 48], "discordbotset": [30, 33, 37, 48], "category_channel": [30, 48], "categorychannel": [30, 34, 48], "category_id": [30, 34], "guild": [30, 35, 37, 48], "id": [30, 34, 49], "nsfw": [30, 34], "text_channel": [30, 48], "voice_channel": [30, 48], "afk_channel": [30, 34], "afk_timeout": [30, 34], "approximate_member_count": [30, 34], "approximate_presence_count": [30, 34], "categori": [30, 34], "default_notif": [30, 34], "emoji": [30, 34, 35, 37], "explicit_content_filt": [30, 34], "featur": [30, 34, 50], "max_memb": [30, 34], "max_pres": [30, 34], "max_video_channel_us": [30, 34], "mfa_level": [30, 34], "nsfw_level": [30, 34], "owner_id": [30, 34], "preferred_local": [30, 34], "premium_progress_bar_en": [30, 34], "premium_subscription_count": [30, 34], "premium_ti": [30, 34], "role": [30, 35, 37, 48], "sticker": [30, 34], "unavail": [30, 34], "vanity_url_cod": [30, 34], "verification_level": [30, 34], "widget_en": [30, 34], "joined_at": [30, 34], "nick": [30, 34], "pend": [30, 34], "premium_sinc": [30, 34], "timed_out_until": [30, 34], "hoist": [30, 34], "mention": [30, 34], "tag": [30, 34], "unicode_emoji": [30, 34], "textchannel": [30, 34, 48], "default_auto_archive_dur": [30, 34], "last_message_id": [30, 34], "slowmode_delai": [30, 34], "archive_timestamp": [30, 34], "archiv": [30, 34], "archiver_id": [30, 34], "auto_archive_dur": [30, 34], "invit": [30, 34, 35, 37], "lock": [30, 34], "me": [30, 34], "member_count": [30, 34], "message_count": [30, 34], "parent_id": [30, 34], "voicechannel": [30, 34, 48], "on_bulk_message_delete_abc": [30, 48], "onbulkmessagedeleteabc": [30, 35, 48], "on_bulk_message_delet": [30, 35, 37, 48], "on_command_abc": [30, 48], "oncommandabc": [30, 35, 48], "on_command": [30, 35, 37, 48], "on_command_completion_abc": [30, 48], "oncommandcompletionabc": [30, 35, 48], "on_command_complet": [30, 35, 37, 48], "on_command_error_abc": [30, 48], "oncommanderrorabc": [30, 35, 37, 48], "on_command_error": [30, 35, 37, 48], "on_connect_abc": [30, 48], "onconnectabc": [30, 35, 48], "on_connect": [30, 35, 37, 48], "on_disconnect_abc": [30, 48], "ondisconnectabc": [30, 35, 48], "on_disconnect": [30, 35, 37, 48], "on_error_abc": [30, 48], "onerrorabc": [30, 35, 48], "on_error": [30, 35, 37, 48], "on_group_join_abc": [30, 48], "ongroupjoinabc": [30, 35, 48], "on_group_join": [30, 35, 37, 48], "on_group_remove_abc": [30, 48], "ongroupremoveabc": [30, 35, 48], "on_group_remov": [30, 35, 37, 48], "on_guild_available_abc": [30, 48], "onguildavailableabc": [30, 35, 48], "on_guild_avail": [30, 35, 37, 48], "on_guild_channel_create_abc": [30, 48], "onguildchannelcreateabc": [30, 35, 48], "on_guild_channel_cr": [30, 35, 37, 48], "on_guild_channel_delete_abc": [30, 48], "onguildchanneldeleteabc": [30, 35, 48], "on_guild_channel_delet": [30, 35, 37, 48], "on_guild_channel_pins_update_abc": [30, 48], "onguildchannelpinsupdateabc": [30, 35, 48], "on_guild_channel_pins_upd": [30, 35, 37, 48], "on_guild_channel_update_abc": [30, 48], "onguildchannelupdateabc": [30, 35, 48], "on_guild_channel_upd": [30, 35, 37, 48], "on_guild_emojis_update_abc": [30, 48], "onguildemojisupdateabc": [30, 35, 48], "on_guild_emojis_upd": [30, 35, 37, 48], "on_guild_integrations_update_abc": [30, 48], "onguildintegrationsupdateabc": [30, 35, 48], "on_guild_integrations_upd": [30, 35, 37, 48], "on_guild_join_abc": [30, 48], "onguildjoinabc": [30, 35, 48], "on_guild_join": [30, 35, 37, 48], "on_guild_remove_abc": [30, 48], "onguildremoveabc": [30, 35, 48], "on_guild_remov": [30, 35, 37, 48], "on_guild_role_create_abc": [30, 48], "onguildrolecreateabc": [30, 35, 48], "on_guild_role_cr": [30, 35, 37, 48], "on_guild_role_delete_abc": [30, 48], "onguildroledeleteabc": [30, 35, 48], "on_guild_role_delet": [30, 35, 37, 48], "on_guild_role_update_abc": [30, 48], "onguildroleupdateabc": [30, 35, 48], "on_guild_role_upd": [30, 35, 37, 48], "on_guild_unavailable_abc": [30, 48], "onguildunavailableabc": [30, 35, 48], "on_guild_unavail": [30, 35, 37, 48], "on_guild_update_abc": [30, 48], "onguildupdateabc": [30, 35, 48], "on_guild_upd": [30, 35, 37, 48], "on_invite_create_abc": [30, 48], "oninvitecreateabc": [30, 35, 48], "on_invite_cr": [30, 35, 37, 48], "on_invite_delete_abc": [30, 48], "oninvitedeleteabc": [30, 35, 48], "on_invite_delet": [30, 35, 37, 48], "on_member_ban_abc": [30, 48], "onmemberbanabc": [30, 35, 48], "on_member_ban": [30, 35, 37, 48], "on_member_join_abc": [30, 48], "onmemberjoinabc": [30, 35, 48], "on_member_join": [30, 35, 37, 48], "on_member_remove_abc": [30, 48], "onmemberremoveabc": [30, 35, 48], "on_member_remov": [30, 35, 37, 48], "on_member_unban_abc": [30, 48], "onmemberunbanabc": [30, 35, 48], "on_member_unban": [30, 35, 37, 48], "on_member_update_abc": [30, 48], "onmemberupdateabc": [30, 35, 48], "on_member_upd": [30, 35, 37, 48], "on_message_abc": [30, 48], "onmessageabc": [30, 35, 48], "on_messag": [30, 35, 37, 48], "on_message_delete_abc": [30, 48], "onmessagedeleteabc": [30, 35, 48], "on_message_delet": [30, 35, 37, 48], "on_message_edit_abc": [30, 48], "onmessageeditabc": [30, 35, 48], "on_message_edit": [30, 35, 37, 48], "on_private_channel_create_abc": [30, 48], "onprivatechannelcreateabc": [30, 35, 48], "on_private_channel_cr": [30, 35, 37, 48], "on_private_channel_delete_abc": [30, 48], "onprivatechanneldeleteabc": [30, 35, 48], "on_private_channel_delet": [30, 35, 37, 48], "on_private_channel_pins_update_abc": [30, 48], "onprivatechannelpinsupdateabc": [30, 35, 48], "on_private_channel_pins_upd": [30, 35, 37, 48], "on_private_channel_update_abc": [30, 48], "onprivatechannelupdateabc": [30, 35, 48], "on_private_channel_upd": [30, 35, 37, 48], "on_raw_reaction_add_abc": [30, 48], "onrawreactionaddabc": [30, 35, 48], "on_raw_reaction_add": [30, 35, 37, 48], "on_raw_reaction_clear_abc": [30, 48], "onrawreactionclearabc": [30, 35, 48], "on_raw_reaction_clear": [30, 35, 37, 48], "on_raw_reaction_clear_emoji_abc": [30, 48], "onrawreactionclearemojiabc": [30, 35, 48], "on_raw_reaction_clear_emoji": [30, 35, 37, 48], "on_raw_reaction_remove_abc": [30, 48], "onrawreactionremoveabc": [30, 35, 48], "on_raw_reaction_remov": [30, 35, 37, 48], "on_reaction_add_abc": [30, 48], "onreactionaddabc": [30, 35, 48], "on_reaction_add": [30, 35, 37, 48], "on_reaction_clear_abc": [30, 48], "onreactionclearabc": [30, 35, 48], "on_reaction_clear": [30, 35, 37, 48], "on_reaction_clear_emoji_abc": [30, 48], "onreactionclearemojiabc": [30, 35, 48], "on_reaction_clear_emoji": [30, 35, 37, 48], "on_reaction_remove_abc": [30, 48], "onreactionremoveabc": [30, 35, 48], "on_reaction_remov": [30, 35, 37, 48], "on_ready_abc": [30, 48], "onreadyabc": [30, 35, 48], "on_readi": [30, 35, 37, 48], "on_resume_abc": [30, 48], "onresumeabc": [30, 35, 48], "on_resum": [30, 35, 37, 48], "on_typing_abc": [30, 48], "ontypingabc": [30, 35, 48], "on_typ": [30, 35, 37, 48], "on_user_update_abc": [30, 48], "onuserupdateabc": [30, 35, 48], "on_user_upd": [30, 35, 37, 48], "on_voice_state_update_abc": [30, 48], "onvoicestateupdateabc": [30, 35, 48], "on_voice_state_upd": [30, 35, 37, 48], "on_webhooks_update_abc": [30, 48], "onwebhooksupdateabc": [30, 35, 48], "on_webhooks_upd": [30, 35, 37, 48], "helper": [30, 48], "to_containers_convert": [30, 48], "tocontainersconvert": [30, 36, 48], "command_error_handler_servic": [30, 48], "commanderrorhandlerservic": [30, 37, 48], "discord_bot_servic": [30, 48], "discordbotservic": [30, 37, 48], "start_async": [30, 37], "discord_bot_service_abc": [30, 48], "discordbotserviceabc": [30, 37, 48], "discord_collect": [30, 48], "discordcollect": [30, 37, 48], "add_command": [30, 37], "add_ev": [30, 37], "get_command": [30, 37], "get_events_by_bas": [30, 37], "discord_collection_abc": [30, 48], "discordcollectionabc": [30, 37, 48], "discord_servic": [30, 48], "discordservic": [30, 37, 48], "init": [30, 37, 44, 60], "on_scheduled_event_cr": [30, 37, 48], "on_scheduled_event_delet": [30, 37, 48], "on_scheduled_event_upd": [30, 37, 48], "on_scheduled_event_user_add": [30, 37, 48], "on_scheduled_event_user_remov": [30, 37, 48], "discord_service_abc": [30, 48], "discordserviceabc": [30, 37, 48], "discordeventtypesenum": [30, 48], "on_scheduled_event_create_abc": 30, "onscheduledeventcreateabc": 30, "on_scheduled_event_delete_abc": 30, "onscheduledeventdeleteabc": 30, "on_scheduled_event_update_abc": 30, "onscheduledeventupdateabc": 30, "on_scheduled_event_user_add_abc": 30, "onscheduledeventuseraddabc": 30, "on_scheduled_event_user_remove_abc": 30, "onscheduledeventuserremoveabc": 30, "link": [31, 32, 33, 34, 35, 36, 37, 44], "between": [31, 32, 33, 34, 35, 36, 37, 46], "2022": [31, 32, 33, 34, 35, 36, 37], "cog": [32, 37], "namespac": 32, "abcmeta": 32, "cogmeta": 32, "_t": [34, 36, 37, 39], "voic": 34, "_o": 34, "belong": 34, "sort": [34, 39, 46], "top": 34, "bottom": 34, "sequenc": [34, 35, 36, 37, 38, 48], "hierarchi": 34, "lowest": [34, 39], "permiss": 34, "view": 34, "activitytyp": 34, "alwai": 34, "everyon": 34, "These": [34, 46], "threadmemb": 34, "intent": 34, "properli": 34, "fill": 34, "howev": 34, "gatewai": 34, "fetch_memb": 34, "insid": 34, "ctx": [35, 37], "commanderror": [35, 37], "groupchannel": [35, 37], "chhanel": [35, 37], "guildchannel": [35, 37], "list_pin": [35, 37], "privatechannel": [35, 37], "payload": [35, 37], "rawreactionactionev": [35, 37], "reaction": [35, 37], "voicest": [35, 37], "_l": 36, "logging_st": 37, "client": 37, "_t_event": 37, "scheduledev": 37, "cpl_queri": [38, 48], "default_lambda": [38, 48], "ordered_query": [38, 48], "orderedquery": [38, 39, 48], "then_bi": [38, 39], "then_by_descend": [38, 39], "ordered_queryable_abc": [38, 48], "orderedqueryableabc": [38, 39, 48], "queryable_abc": [38, 48], "queryableabc": [38, 39, 40, 42, 48], "averag": [38, 39], "distinct": [38, 39], "element_at": [38, 39], "element_at_or_default": [38, 39], "first_or_default": [38, 39], "for_each": [38, 39], "group_bi": [38, 39], "last_or_default": [38, 39], "max": [38, 39], "median": [38, 39], "min": [38, 39], "order_bi": [38, 39], "order_by_descend": [38, 39], "revers": [38, 39], "select_mani": [38, 39], "singl": [38, 39], "single_or_default": [38, 39], "skip": [38, 39], "skip_last": [38, 39], "split": [38, 39, 60], "sum": [38, 39], "take_last": [38, 39], "where": [38, 39], "empti": [38, 39], "index_of": [38, 39], "rang": [38, 39, 49], "enumerable_abc": [38, 41, 42, 48], "enumerableabc": [38, 40, 41, 42, 48], "to_iter": [38, 40, 41], "to_enumer": [38, 41, 42], "iterable_abc": [38, 40, 41, 48], "iterableabc": [38, 40, 41, 42, 48], "append": [38, 42], "extend": [38, 42, 45, 51], "remove_at": [38, 42], "_valu": 39, "_func": 39, "orderedlist": 39, "ascend": 39, "func": 39, "descend": 39, "everi": 39, "equal": 39, "float": 39, "complex": [39, 46, 47, 60], "redund": 39, "_index": [39, 42], "group": 39, "highest": 39, "flatten": 39, "argumentnoneexcept": 39, "seper": 39, "_object": [39, 42], "indexerror": 39, "sequence_abc": 39, "sequenceabc": 39, "integr": [39, 40, 41, 42], "2021": [39, 40, 41, 42], "_iterableabc__iter": 42, "__iter": 42, "translatepip": [43, 48], "translationserviceabc": [43, 48], "translationservic": [43, 48], "lang": 43, "load_by_set": [43, 48], "translationset": [43, 48], "set_default_lang": [43, 48], "set_lang": [43, 48], "kei": [43, 46, 50], "default_lang": 43, "default_languag": [43, 48], "now": [44, 60], "model": 44, "recurs": 44, "pars": 44, "jsonprocessor": 44, "goe": 44, "simpli": 44, "assign": 44, "processor": 44, "wai": 44, "nest": 44, "configurationmodel": 44, "code": [44, 46, 49, 50, 60], "adapt": 44, "versionset": 44, "def": [44, 49, 60], "els": 44, "obsolet": 44, "few": 44, "rule": 44, "observ": 44, "onli": [44, 49], "wrong": 44, "correct": 44, "incorrect": 44, "prerequisit": [45, 51], "what": 45, "up": 45, "queri": [45, 46, 47, 48], "tutori": [45, 49, 50], "come": [45, 51], "builtin": [45, 51], "common": [46, 47], "platform": [46, 47], "meant": [46, 47], "effici": [46, 47], "desktop": [46, 47], "learn": [46, 47, 50], "enterpris": [46, 47], "expand": 46, "builder": [46, 47], "map": [46, 47], "appnam": [46, 47], "hostnam": [46, 47], "wrapper": [46, 47], "differ": [46, 47], "variant": [46, 47], "to_lower_cas": [46, 47], "to_camel_cas": [46, 47], "expandl": [46, 47], "connector": 46, "filter": 46, "linq": 46, "xd": 46, "dot": 46, "notat": 46, "page": 46, "great": 46, "about": [46, 50], "everyth": 46, "do": [46, 49, 60], "contribut": 46, "cpl_discord": 48, "discord_event_types_enum": 48, "cpl_translat": 48, "translate_pip": 48, "translation_servic": 48, "translation_service_abc": 48, "translation_set": 48, "welcom": 49, "introduc": 49, "walk": 49, "also": [49, 50, 60], "sampl": 49, "ouput": 49, "look": [49, 60], "done": 49, "readm": 49, "md": 49, "projectmain": 49, "pycharm": 49, "hello": [49, 50], "world": [49, 50], "emul": 49, "__name__": 49, "__main__": 49, "generate_password": 49, "letter": [49, 60], "join": 49, "choic": 49, "ascii_lowercas": 49, "elif": 49, "ascii_uppercas": 49, "ascii_lett": 49, "len": 49, "full": 49, "section": 49, "ve": 49, "continu": 49, "explor": 49, "window": 50, "prompt": 50, "declin": 50, "enter": 50, "press": 50, "lib": 50, "live": 50, "navig": 50, "launch": 50, "watch": 50, "chnage": 50, "those": 50, "success": 50, "similar": 50, "fore": 50, "pyhton": 50, "schematic_your_schemat": 60, "detect": 60, "schematic_": 60, "endswith": 60, "your_schemat": 60, "choos": 60, "attent": 60, "It": 60, "overwrit": 60, "cpl_cli": 60, "generate_schematic_abc": 60, "generateschematicabc": 60, "get_cod": 60, "textwrap": 60, "dedent": 60, "atr": 60, "build_code_str": 60, "_class_nam": 60, "regist": 60, "cl": 60, "littl": 60, "therefor": 60, "divid": 60, "sever": 60, "veri": 60, "structur": 60, "explain": 60, "project_consol": 60, "project_file_licens": 60, "project_file_appset": 60, "project_fil": 60, "project_file_readm": 60, "project_file_code_main": 60, "project_file_code_startup": 60, "project_file_code_appl": 60, "how": 60, "illustr": 60, "project_type_abc": 60, "projecttypeabc": 60, "workspaceset": 60, "base_path": 60, "project_nam": 60, "use_application_api": 60, "use_service_provid": 60, "use_async": 60, "project_file_data": 60, "projectfil": 60, "projectfileappset": 60, "projectfileappl": 60, "projectfilemain": 60, "projectfilestartup": 60, "projectfilereadm": 60, "projectfilelicens": 60, "schematic_init": 60, "project_path": 60, "add_templ": 60, "exactli": 60, "normal": 60, "inherit": 60, "filetemplateabc": 60, "codefiletemplateabc": 60, "code_file_template_abc": 60, "file_template_abc": 60, "_name": 60, "_code": 60, "dump": 60, "indent": 60}, "objects": {"cpl_core": [[17, 0, 0, "-", "application"], [18, 0, 0, "-", "configuration"], [19, 0, 0, "-", "console"], [20, 0, 0, "-", "database"], [23, 0, 0, "-", "dependency_injection"], [24, 0, 0, "-", "environment"], [25, 0, 0, "-", "logging"], [26, 0, 0, "-", "mailing"], [27, 0, 0, "-", "pipes"], [28, 0, 0, "-", "time"], [29, 0, 0, "-", "utils"]], "cpl_core.application": [[17, 1, 1, "", "VersionInfo"], [17, 0, 0, "-", "application_abc"], [17, 0, 0, "-", "application_builder"], [17, 0, 0, "-", "application_builder_abc"], [17, 0, 0, "-", "application_extension_abc"], [17, 0, 0, "-", "startup_abc"], [17, 0, 0, "-", "startup_extension_abc"]], "cpl_core.application.VersionInfo": [[17, 2, 1, "", "major"], [17, 2, 1, "", "micro"], [17, 2, 1, "", "minor"]], "cpl_core.application.application_abc": [[17, 1, 1, "", "ApplicationABC"]], "cpl_core.application.application_abc.ApplicationABC": [[17, 3, 1, "", "configure"], [17, 3, 1, "", "main"], [17, 3, 1, "", "run"], [17, 3, 1, "", "run_async"]], "cpl_core.application.application_builder": [[17, 1, 1, "", "ApplicationBuilder"]], "cpl_core.application.application_builder.ApplicationBuilder": [[17, 3, 1, "", "build"], [17, 3, 1, "", "build_async"], [17, 3, 1, "", "use_extension"], [17, 3, 1, "", "use_startup"]], "cpl_core.application.application_builder_abc": [[17, 1, 1, "", "ApplicationBuilderABC"]], "cpl_core.application.application_builder_abc.ApplicationBuilderABC": [[17, 3, 1, "", "build"], [17, 3, 1, "", "build_async"], [17, 3, 1, "", "use_startup"]], "cpl_core.application.application_extension_abc": [[17, 1, 1, "", "ApplicationExtensionABC"]], "cpl_core.application.application_extension_abc.ApplicationExtensionABC": [[17, 3, 1, "", "run"]], "cpl_core.application.startup_abc": [[17, 1, 1, "", "StartupABC"]], "cpl_core.application.startup_abc.StartupABC": [[17, 3, 1, "", "configure_configuration"], [17, 3, 1, "", "configure_services"]], "cpl_core.application.startup_extension_abc": [[17, 1, 1, "", "StartupExtensionABC"]], "cpl_core.application.startup_extension_abc.StartupExtensionABC": [[17, 3, 1, "", "configure_configuration"], [17, 3, 1, "", "configure_services"]], "cpl_core.configuration": [[18, 1, 1, "", "VersionInfo"], [18, 0, 0, "-", "argument_abc"], [18, 0, 0, "-", "argument_builder"], [18, 0, 0, "-", "argument_executable_abc"], [18, 0, 0, "-", "argument_type_enum"], [18, 0, 0, "-", "configuration"], [18, 0, 0, "-", "configuration_abc"], [18, 0, 0, "-", "configuration_model_abc"], [18, 0, 0, "-", "configuration_variable_name_enum"], [18, 0, 0, "-", "executable_argument"], [18, 0, 0, "-", "flag_argument"], [18, 0, 0, "-", "validator_abc"], [18, 0, 0, "-", "variable_argument"]], "cpl_core.configuration.VersionInfo": [[18, 2, 1, "", "major"], [18, 2, 1, "", "micro"], [18, 2, 1, "", "minor"]], "cpl_core.configuration.argument_abc": [[18, 1, 1, "", "ArgumentABC"]], "cpl_core.configuration.argument_abc.ArgumentABC": [[18, 3, 1, "", "add_console_argument"], [18, 4, 1, "", "aliases"], [18, 4, 1, "", "console_arguments"], [18, 4, 1, "", "name"], [18, 4, 1, "", "prevent_next_executable"], [18, 4, 1, "", "token"]], "cpl_core.configuration.argument_builder": [[18, 1, 1, "", "ArgumentBuilder"]], "cpl_core.configuration.argument_builder.ArgumentBuilder": [[18, 3, 1, "", "build_argument"]], "cpl_core.configuration.argument_executable_abc": [[18, 1, 1, "", "ArgumentExecutableABC"]], "cpl_core.configuration.argument_executable_abc.ArgumentExecutableABC": [[18, 3, 1, "", "run"]], "cpl_core.configuration.argument_type_enum": [[18, 1, 1, "", "ArgumentTypeEnum"]], "cpl_core.configuration.argument_type_enum.ArgumentTypeEnum": [[18, 2, 1, "", "Executable"], [18, 2, 1, "", "Flag"], [18, 2, 1, "", "Variable"]], "cpl_core.configuration.configuration": [[18, 1, 1, "", "Configuration"]], "cpl_core.configuration.configuration.Configuration": [[18, 3, 1, "", "add_configuration"], [18, 3, 1, "", "add_console_argument"], [18, 3, 1, "", "add_environment_variables"], [18, 3, 1, "", "add_json_file"], [18, 4, 1, "", "additional_arguments"], [18, 4, 1, "", "argument_error_function"], [18, 4, 1, "", "arguments"], [18, 3, 1, "", "create_console_argument"], [18, 4, 1, "", "environment"], [18, 3, 1, "", "for_each_argument"], [18, 3, 1, "", "get_configuration"], [18, 3, 1, "", "parse_console_arguments"]], "cpl_core.configuration.configuration_abc": [[18, 1, 1, "", "ConfigurationABC"]], "cpl_core.configuration.configuration_abc.ConfigurationABC": [[18, 3, 1, "", "add_configuration"], [18, 3, 1, "", "add_console_argument"], [18, 3, 1, "", "add_environment_variables"], [18, 3, 1, "", "add_json_file"], [18, 4, 1, "", "additional_arguments"], [18, 4, 1, "", "argument_error_function"], [18, 4, 1, "", "arguments"], [18, 3, 1, "", "create_console_argument"], [18, 4, 1, "", "environment"], [18, 3, 1, "", "for_each_argument"], [18, 3, 1, "", "get_configuration"], [18, 3, 1, "", "parse_console_arguments"]], "cpl_core.configuration.configuration_model_abc": [[18, 1, 1, "", "ConfigurationModelABC"], [18, 5, 1, "", "base_func"]], "cpl_core.configuration.configuration_model_abc.ConfigurationModelABC": [[18, 3, 1, "", "from_dict"]], "cpl_core.configuration.configuration_variable_name_enum": [[18, 1, 1, "", "ConfigurationVariableNameEnum"]], "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum": [[18, 2, 1, "", "customer"], [18, 2, 1, "", "environment"], [18, 2, 1, "", "name"], [18, 3, 1, "", "to_list"]], "cpl_core.configuration.executable_argument": [[18, 1, 1, "", "ExecutableArgument"]], "cpl_core.configuration.executable_argument.ExecutableArgument": [[18, 4, 1, "", "executable_type"], [18, 3, 1, "", "run"], [18, 3, 1, "", "set_executable"], [18, 4, 1, "", "validators"]], "cpl_core.configuration.flag_argument": [[18, 1, 1, "", "FlagArgument"]], "cpl_core.configuration.validator_abc": [[18, 1, 1, "", "ValidatorABC"]], "cpl_core.configuration.validator_abc.ValidatorABC": [[18, 3, 1, "", "validate"]], "cpl_core.configuration.variable_argument": [[18, 1, 1, "", "VariableArgument"]], "cpl_core.configuration.variable_argument.VariableArgument": [[18, 3, 1, "", "set_value"], [18, 4, 1, "", "value"], [18, 4, 1, "", "value_token"]], "cpl_core.console": [[19, 1, 1, "", "VersionInfo"], [19, 0, 0, "-", "background_color_enum"], [19, 0, 0, "-", "console"], [19, 0, 0, "-", "console_call"], [19, 0, 0, "-", "foreground_color_enum"], [19, 0, 0, "-", "spinner_thread"]], "cpl_core.console.VersionInfo": [[19, 2, 1, "", "major"], [19, 2, 1, "", "micro"], [19, 2, 1, "", "minor"]], "cpl_core.console.background_color_enum": [[19, 1, 1, "", "BackgroundColorEnum"]], "cpl_core.console.background_color_enum.BackgroundColorEnum": [[19, 2, 1, "", "blue"], [19, 2, 1, "", "cyan"], [19, 2, 1, "", "default"], [19, 2, 1, "", "green"], [19, 2, 1, "", "grey"], [19, 2, 1, "", "magenta"], [19, 2, 1, "", "red"], [19, 2, 1, "", "white"], [19, 2, 1, "", "yellow"]], "cpl_core.console.console": [[19, 1, 1, "", "Console"]], "cpl_core.console.console.Console": [[19, 4, 1, "", "background_color"], [19, 3, 1, "", "banner"], [19, 3, 1, "", "clear"], [19, 3, 1, "", "close"], [19, 3, 1, "", "color_reset"], [19, 3, 1, "", "disable"], [19, 3, 1, "", "enable"], [19, 3, 1, "", "error"], [19, 4, 1, "", "foreground_color"], [19, 3, 1, "", "read"], [19, 3, 1, "", "read_line"], [19, 3, 1, "", "reset_cursor_position"], [19, 3, 1, "", "select"], [19, 3, 1, "", "set_background_color"], [19, 3, 1, "", "set_cursor_position"], [19, 3, 1, "", "set_foreground_color"], [19, 3, 1, "", "set_hold_back"], [19, 3, 1, "", "spinner"], [19, 3, 1, "", "table"], [19, 3, 1, "", "write"], [19, 3, 1, "", "write_at"], [19, 3, 1, "", "write_line"], [19, 3, 1, "", "write_line_at"]], "cpl_core.console.console_call": [[19, 1, 1, "", "ConsoleCall"]], "cpl_core.console.console_call.ConsoleCall": [[19, 4, 1, "", "args"], [19, 4, 1, "", "function"]], "cpl_core.console.foreground_color_enum": [[19, 1, 1, "", "ForegroundColorEnum"]], "cpl_core.console.foreground_color_enum.ForegroundColorEnum": [[19, 2, 1, "", "blue"], [19, 2, 1, "", "cyan"], [19, 2, 1, "", "default"], [19, 2, 1, "", "green"], [19, 2, 1, "", "grey"], [19, 2, 1, "", "magenta"], [19, 2, 1, "", "red"], [19, 2, 1, "", "white"], [19, 2, 1, "", "yellow"]], "cpl_core.console.spinner_thread": [[19, 1, 1, "", "SpinnerThread"]], "cpl_core.console.spinner_thread.SpinnerThread": [[19, 3, 1, "", "exit"], [19, 3, 1, "", "run"], [19, 3, 1, "", "stop_spinning"]], "cpl_core.database": [[20, 1, 1, "", "VersionInfo"], [21, 0, 0, "-", "connection"], [22, 0, 0, "-", "context"], [20, 0, 0, "-", "database_settings"], [20, 0, 0, "-", "database_settings_name_enum"], [20, 0, 0, "-", "table_abc"]], "cpl_core.database.VersionInfo": [[20, 2, 1, "", "major"], [20, 2, 1, "", "micro"], [20, 2, 1, "", "minor"]], "cpl_core.database.connection": [[21, 1, 1, "", "VersionInfo"], [21, 0, 0, "-", "database_connection"], [21, 0, 0, "-", "database_connection_abc"]], "cpl_core.database.connection.VersionInfo": [[21, 2, 1, "", "major"], [21, 2, 1, "", "micro"], [21, 2, 1, "", "minor"]], "cpl_core.database.connection.database_connection": [[21, 1, 1, "", "DatabaseConnection"]], "cpl_core.database.connection.database_connection.DatabaseConnection": [[21, 3, 1, "", "connect"], [21, 4, 1, "", "cursor"], [21, 4, 1, "", "server"]], "cpl_core.database.connection.database_connection_abc": [[21, 1, 1, "", "DatabaseConnectionABC"]], "cpl_core.database.connection.database_connection_abc.DatabaseConnectionABC": [[21, 3, 1, "", "connect"], [21, 4, 1, "", "cursor"], [21, 4, 1, "", "server"]], "cpl_core.database.context": [[22, 1, 1, "", "VersionInfo"], [22, 0, 0, "-", "database_context"], [22, 0, 0, "-", "database_context_abc"]], "cpl_core.database.context.VersionInfo": [[22, 2, 1, "", "major"], [22, 2, 1, "", "micro"], [22, 2, 1, "", "minor"]], "cpl_core.database.context.database_context": [[22, 1, 1, "", "DatabaseContext"]], "cpl_core.database.context.database_context.DatabaseContext": [[22, 3, 1, "", "connect"], [22, 4, 1, "", "cursor"], [22, 3, 1, "", "save_changes"], [22, 3, 1, "", "select"]], "cpl_core.database.context.database_context_abc": [[22, 1, 1, "", "DatabaseContextABC"]], "cpl_core.database.context.database_context_abc.DatabaseContextABC": [[22, 3, 1, "", "connect"], [22, 4, 1, "", "cursor"], [22, 3, 1, "", "save_changes"], [22, 3, 1, "", "select"]], "cpl_core.database.database_settings": [[20, 1, 1, "", "DatabaseSettings"]], "cpl_core.database.database_settings.DatabaseSettings": [[20, 4, 1, "", "auth_plugin"], [20, 4, 1, "", "buffered"], [20, 4, 1, "", "charset"], [20, 4, 1, "", "database"], [20, 4, 1, "", "host"], [20, 4, 1, "", "password"], [20, 4, 1, "", "port"], [20, 4, 1, "", "use_unicode"], [20, 4, 1, "", "user"]], "cpl_core.database.database_settings_name_enum": [[20, 1, 1, "", "DatabaseSettingsNameEnum"]], "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum": [[20, 2, 1, "", "auth_plugin"], [20, 2, 1, "", "buffered"], [20, 2, 1, "", "charset"], [20, 2, 1, "", "database"], [20, 2, 1, "", "host"], [20, 2, 1, "", "password"], [20, 2, 1, "", "port"], [20, 2, 1, "", "use_unicode"], [20, 2, 1, "", "user"]], "cpl_core.database.table_abc": [[20, 1, 1, "", "TableABC"]], "cpl_core.database.table_abc.TableABC": [[20, 4, 1, "", "created_at"], [20, 4, 1, "", "delete_string"], [20, 4, 1, "", "insert_string"], [20, 4, 1, "", "modified_at"], [20, 4, 1, "", "udpate_string"]], "cpl_core.dependency_injection": [[23, 1, 1, "", "VersionInfo"], [23, 0, 0, "-", "scope"], [23, 0, 0, "-", "scope_abc"], [23, 0, 0, "-", "scope_builder"], [23, 0, 0, "-", "service_collection"], [23, 0, 0, "-", "service_collection_abc"], [23, 0, 0, "-", "service_descriptor"], [23, 0, 0, "-", "service_lifetime_enum"], [23, 0, 0, "-", "service_provider"], [23, 0, 0, "-", "service_provider_abc"]], "cpl_core.dependency_injection.VersionInfo": [[23, 2, 1, "", "major"], [23, 2, 1, "", "micro"], [23, 2, 1, "", "minor"]], "cpl_core.dependency_injection.scope": [[23, 1, 1, "", "Scope"]], "cpl_core.dependency_injection.scope.Scope": [[23, 3, 1, "", "dispose"], [23, 4, 1, "", "service_provider"]], "cpl_core.dependency_injection.scope_abc": [[23, 1, 1, "", "ScopeABC"]], "cpl_core.dependency_injection.scope_abc.ScopeABC": [[23, 3, 1, "", "dispose"], [23, 4, 1, "", "service_provider"]], "cpl_core.dependency_injection.scope_builder": [[23, 1, 1, "", "ScopeBuilder"]], "cpl_core.dependency_injection.scope_builder.ScopeBuilder": [[23, 3, 1, "", "build"]], "cpl_core.dependency_injection.service_collection": [[23, 1, 1, "", "ServiceCollection"]], "cpl_core.dependency_injection.service_collection.ServiceCollection": [[23, 3, 1, "", "add_db_context"], [23, 3, 1, "", "add_logging"], [23, 3, 1, "", "add_pipes"], [23, 3, 1, "", "add_scoped"], [23, 3, 1, "", "add_singleton"], [23, 3, 1, "", "add_transient"], [23, 3, 1, "", "build_service_provider"]], "cpl_core.dependency_injection.service_collection_abc": [[23, 1, 1, "", "ServiceCollectionABC"]], "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC": [[23, 3, 1, "", "add_db_context"], [23, 3, 1, "", "add_discord"], [23, 3, 1, "", "add_logging"], [23, 3, 1, "", "add_pipes"], [23, 3, 1, "", "add_scoped"], [23, 3, 1, "", "add_singleton"], [23, 3, 1, "", "add_transient"], [23, 3, 1, "", "add_translation"], [23, 3, 1, "", "build_service_provider"]], "cpl_core.dependency_injection.service_descriptor": [[23, 1, 1, "", "ServiceDescriptor"]], "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor": [[23, 4, 1, "", "base_type"], [23, 4, 1, "", "implementation"], [23, 4, 1, "", "lifetime"], [23, 4, 1, "", "service_type"]], "cpl_core.dependency_injection.service_lifetime_enum": [[23, 1, 1, "", "ServiceLifetimeEnum"]], "cpl_core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum": [[23, 2, 1, "", "scoped"], [23, 2, 1, "", "singleton"], [23, 2, 1, "", "transient"]], "cpl_core.dependency_injection.service_provider": [[23, 1, 1, "", "ServiceProvider"]], "cpl_core.dependency_injection.service_provider.ServiceProvider": [[23, 3, 1, "", "build_by_signature"], [23, 3, 1, "", "build_service"], [23, 3, 1, "", "create_scope"], [23, 3, 1, "", "get_service"], [23, 3, 1, "", "get_services"], [23, 3, 1, "", "set_scope"]], "cpl_core.dependency_injection.service_provider_abc": [[23, 1, 1, "", "ServiceProviderABC"]], "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC": [[23, 3, 1, "", "build_by_signature"], [23, 3, 1, "", "build_service"], [23, 3, 1, "", "create_scope"], [23, 3, 1, "", "get_service"], [23, 3, 1, "", "get_services"], [23, 3, 1, "", "inject"], [23, 3, 1, "", "set_global_provider"], [23, 3, 1, "", "set_scope"]], "cpl_core.environment": [[24, 1, 1, "", "VersionInfo"], [24, 0, 0, "-", "application_environment"], [24, 0, 0, "-", "application_environment_abc"], [24, 0, 0, "-", "environment_name_enum"]], "cpl_core.environment.VersionInfo": [[24, 2, 1, "", "major"], [24, 2, 1, "", "micro"], [24, 2, 1, "", "minor"]], "cpl_core.environment.application_environment": [[24, 1, 1, "", "ApplicationEnvironment"]], "cpl_core.environment.application_environment.ApplicationEnvironment": [[24, 4, 1, "", "application_name"], [24, 4, 1, "", "customer"], [24, 4, 1, "", "date_time_now"], [24, 4, 1, "", "end_time"], [24, 4, 1, "", "environment_name"], [24, 4, 1, "", "host_name"], [24, 4, 1, "", "runtime_directory"], [24, 3, 1, "", "set_runtime_directory"], [24, 3, 1, "", "set_working_directory"], [24, 4, 1, "", "start_time"], [24, 4, 1, "", "working_directory"]], "cpl_core.environment.application_environment_abc": [[24, 1, 1, "", "ApplicationEnvironmentABC"]], "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC": [[24, 4, 1, "", "application_name"], [24, 4, 1, "", "customer"], [24, 4, 1, "", "date_time_now"], [24, 4, 1, "", "end_time"], [24, 4, 1, "", "environment_name"], [24, 4, 1, "", "host_name"], [24, 4, 1, "", "runtime_directory"], [24, 3, 1, "", "set_runtime_directory"], [24, 3, 1, "", "set_working_directory"], [24, 4, 1, "", "start_time"], [24, 4, 1, "", "working_directory"]], "cpl_core.environment.environment_name_enum": [[24, 1, 1, "", "EnvironmentNameEnum"]], "cpl_core.environment.environment_name_enum.EnvironmentNameEnum": [[24, 2, 1, "", "development"], [24, 2, 1, "", "production"], [24, 2, 1, "", "staging"], [24, 2, 1, "", "testing"]], "cpl_core.log": [[25, 1, 1, "", "VersionInfo"], [25, 0, 0, "-", "logger_abc"], [25, 0, 0, "-", "logger_service"], [25, 0, 0, "-", "logging_level_enum"], [25, 0, 0, "-", "logging_settings"], [25, 0, 0, "-", "logging_settings_name_enum"]], "cpl_core.log.VersionInfo": [[25, 2, 1, "", "major"], [25, 2, 1, "", "micro"], [25, 2, 1, "", "minor"]], "cpl_core.log.logger_abc": [[25, 1, 1, "", "LoggerABC"]], "cpl_core.log.logger_abc.LoggerABC": [[25, 3, 1, "", "debug"], [25, 3, 1, "", "error"], [25, 3, 1, "", "fatal"], [25, 3, 1, "", "header"], [25, 3, 1, "", "info"], [25, 3, 1, "", "trace"], [25, 3, 1, "", "warn"]], "cpl_core.log.logger_service": [[25, 1, 1, "", "Logger"]], "cpl_core.log.logger_service.Logger": [[25, 3, 1, "", "create"], [25, 3, 1, "", "debug"], [25, 3, 1, "", "error"], [25, 3, 1, "", "fatal"], [25, 3, 1, "", "header"], [25, 3, 1, "", "info"], [25, 3, 1, "", "trace"], [25, 3, 1, "", "warn"]], "cpl_core.log.logging_level_enum": [[25, 1, 1, "", "LoggingLevelEnum"]], "cpl_core.log.logging_level_enum.LoggingLevelEnum": [[25, 2, 1, "", "DEBUG"], [25, 2, 1, "", "ERROR"], [25, 2, 1, "", "FATAL"], [25, 2, 1, "", "INFO"], [25, 2, 1, "", "OFF"], [25, 2, 1, "", "TRACE"], [25, 2, 1, "", "WARN"]], "cpl_core.log.logging_settings": [[25, 1, 1, "", "LoggingSettings"]], "cpl_core.log.logging_settings.LoggingSettings": [[25, 4, 1, "", "console"], [25, 4, 1, "", "filename"], [25, 4, 1, "", "level"], [25, 4, 1, "", "path"]], "cpl_core.log.logging_settings_name_enum": [[25, 1, 1, "", "LoggingSettingsNameEnum"]], "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum": [[25, 2, 1, "", "console_level"], [25, 2, 1, "", "file_level"], [25, 2, 1, "", "filename"], [25, 2, 1, "", "path"]], "cpl_mail": [[26, 1, 1, "", "VersionInfo"], [26, 0, 0, "-", "email"], [26, 0, 0, "-", "email_client_abc"], [26, 0, 0, "-", "email_client_service"], [26, 0, 0, "-", "email_client_settings"], [26, 0, 0, "-", "email_client_settings_name_enum"]], "cpl_mail.VersionInfo": [[26, 2, 1, "", "major"], [26, 2, 1, "", "micro"], [26, 2, 1, "", "minor"]], "cpl_mail.email": [[26, 1, 1, "", "EMail"]], "cpl_mail.email.EMail": [[26, 3, 1, "", "add_header"], [26, 3, 1, "", "add_receiver"], [26, 4, 1, "", "body"], [26, 3, 1, "", "check_mail"], [26, 3, 1, "", "get_content"], [26, 4, 1, "", "header"], [26, 4, 1, "", "header_list"], [26, 4, 1, "", "receiver"], [26, 4, 1, "", "receiver_list"], [26, 4, 1, "", "subject"], [26, 4, 1, "", "transceiver"]], "cpl_mail.email_client_abc": [[26, 1, 1, "", "EMailClientABC"]], "cpl_mail.email_client_abc.EMailClientABC": [[26, 3, 1, "", "connect"], [26, 3, 1, "", "send_mail"]], "cpl_mail.email_client_service": [[26, 1, 1, "", "EMailClient"]], "cpl_mail.email_client_service.EMailClient": [[26, 3, 1, "", "connect"], [26, 3, 1, "", "create"], [26, 3, 1, "", "login"], [26, 3, 1, "", "send_mail"]], "cpl_mail.email_client_settings": [[26, 1, 1, "", "EMailClientSettings"]], "cpl_mail.email_client_settings.EMailClientSettings": [[26, 4, 1, "", "credentials"], [26, 4, 1, "", "host"], [26, 4, 1, "", "port"], [26, 4, 1, "", "user_name"]], "cpl_mail.email_client_settings_name_enum": [[26, 1, 1, "", "EMailClientSettingsNameEnum"]], "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum": [[26, 2, 1, "", "credentials"], [26, 2, 1, "", "host"], [26, 2, 1, "", "port"], [26, 2, 1, "", "user_name"]], "cpl_core.pipes": [[27, 1, 1, "", "VersionInfo"], [27, 0, 0, "-", "bool_pipe"], [27, 0, 0, "-", "first_char_to_lower_pipe"], [27, 0, 0, "-", "first_to_upper_pipe"], [27, 0, 0, "-", "ip_address_pipe"], [27, 0, 0, "-", "pipe_abc"], [27, 0, 0, "-", "to_camel_case_pipe"], [27, 0, 0, "-", "to_snake_case_pipe"], [27, 0, 0, "-", "version_pipe"]], "cpl_core.pipes.VersionInfo": [[27, 2, 1, "", "major"], [27, 2, 1, "", "micro"], [27, 2, 1, "", "minor"]], "cpl_core.pipes.bool_pipe": [[27, 1, 1, "", "BoolPipe"]], "cpl_core.pipes.bool_pipe.BoolPipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.first_char_to_lower_pipe": [[27, 1, 1, "", "FirstCharToLowerPipe"]], "cpl_core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.first_to_upper_pipe": [[27, 1, 1, "", "FirstToUpperPipe"]], "cpl_core.pipes.first_to_upper_pipe.FirstToUpperPipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.ip_address_pipe": [[27, 1, 1, "", "IPAddressPipe"]], "cpl_core.pipes.ip_address_pipe.IPAddressPipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.pipe_abc": [[27, 1, 1, "", "PipeABC"]], "cpl_core.pipes.pipe_abc.PipeABC": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.to_camel_case_pipe": [[27, 1, 1, "", "ToCamelCasePipe"]], "cpl_core.pipes.to_camel_case_pipe.ToCamelCasePipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.to_snake_case_pipe": [[27, 1, 1, "", "ToSnakeCasePipe"]], "cpl_core.pipes.to_snake_case_pipe.ToSnakeCasePipe": [[27, 3, 1, "", "transform"]], "cpl_core.pipes.version_pipe": [[27, 1, 1, "", "VersionPipe"]], "cpl_core.pipes.version_pipe.VersionPipe": [[27, 3, 1, "", "transform"]], "cpl_core.time": [[28, 1, 1, "", "VersionInfo"], [28, 0, 0, "-", "time_format_settings"], [28, 0, 0, "-", "time_format_settings_names_enum"]], "cpl_core.time.VersionInfo": [[28, 2, 1, "", "major"], [28, 2, 1, "", "micro"], [28, 2, 1, "", "minor"]], "cpl_core.time.time_format_settings": [[28, 1, 1, "", "TimeFormatSettings"]], "cpl_core.time.time_format_settings.TimeFormatSettings": [[28, 4, 1, "", "date_format"], [28, 4, 1, "", "date_time_format"], [28, 4, 1, "", "date_time_log_format"], [28, 4, 1, "", "time_format"]], "cpl_core.time.time_format_settings_names_enum": [[28, 1, 1, "", "TimeFormatSettingsNamesEnum"]], "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum": [[28, 2, 1, "", "date_format"], [28, 2, 1, "", "date_time_format"], [28, 2, 1, "", "date_time_log_format"], [28, 2, 1, "", "time_format"]], "cpl_core.utils": [[29, 1, 1, "", "VersionInfo"], [29, 0, 0, "-", "credential_manager"], [29, 0, 0, "-", "pip"], [29, 0, 0, "-", "string"]], "cpl_core.utils.VersionInfo": [[29, 2, 1, "", "major"], [29, 2, 1, "", "micro"], [29, 2, 1, "", "minor"]], "cpl_core.utils.credential_manager": [[29, 1, 1, "", "CredentialManager"]], "cpl_core.utils.credential_manager.CredentialManager": [[29, 3, 1, "", "build_string"], [29, 3, 1, "", "decrypt"], [29, 3, 1, "", "encrypt"]], "cpl_core.utils.pip": [[29, 1, 1, "", "Pip"]], "cpl_core.utils.pip.Pip": [[29, 3, 1, "", "get_executable"], [29, 3, 1, "", "get_outdated"], [29, 3, 1, "", "get_package"], [29, 3, 1, "", "install"], [29, 3, 1, "", "reset_executable"], [29, 3, 1, "", "set_executable"], [29, 3, 1, "", "uninstall"]], "cpl_core.utils.string": [[29, 1, 1, "", "String"]], "cpl_core.utils.string.String": [[29, 3, 1, "", "convert_to_camel_case"], [29, 3, 1, "", "convert_to_snake_case"], [29, 3, 1, "", "first_to_lower"], [29, 3, 1, "", "first_to_upper"], [29, 3, 1, "", "random_string"]], "cpl_discord": [[31, 0, 0, "-", "application"], [32, 0, 0, "-", "command"], [33, 0, 0, "-", "configuration"], [34, 0, 0, "-", "container"], [30, 0, 0, "-", "discord_event_types_enum"], [35, 0, 0, "-", "events"], [36, 0, 0, "-", "helper"], [37, 0, 0, "-", "service"]], "cpl_discord.application": [[31, 1, 1, "", "VersionInfo"], [31, 0, 0, "-", "discord_bot_application_abc"]], "cpl_discord.application.VersionInfo": [[31, 2, 1, "", "major"], [31, 2, 1, "", "micro"], [31, 2, 1, "", "minor"]], "cpl_discord.application.discord_bot_application_abc": [[31, 1, 1, "", "DiscordBotApplicationABC"]], "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC": [[31, 3, 1, "", "stop_async"]], "cpl_discord.command": [[32, 1, 1, "", "VersionInfo"], [32, 0, 0, "-", "discord_command_abc"], [32, 0, 0, "-", "discord_commands_meta"]], "cpl_discord.command.VersionInfo": [[32, 2, 1, "", "major"], [32, 2, 1, "", "micro"], [32, 2, 1, "", "minor"]], "cpl_discord.command.discord_command_abc": [[32, 1, 1, "", "DiscordCommandABC"]], "cpl_discord.command.discord_commands_meta": [[32, 1, 1, "", "DiscordCogMeta"]], "cpl_discord.configuration": [[33, 1, 1, "", "VersionInfo"], [33, 0, 0, "-", "discord_bot_settings"]], "cpl_discord.configuration.VersionInfo": [[33, 2, 1, "", "major"], [33, 2, 1, "", "micro"], [33, 2, 1, "", "minor"]], "cpl_discord.configuration.discord_bot_settings": [[33, 1, 1, "", "DiscordBotSettings"]], "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings": [[33, 4, 1, "", "prefix"], [33, 4, 1, "", "token"]], "cpl_discord.container": [[34, 1, 1, "", "VersionInfo"], [34, 0, 0, "-", "category_channel"], [34, 0, 0, "-", "container"], [34, 0, 0, "-", "guild"], [34, 0, 0, "-", "member"], [34, 0, 0, "-", "role"], [34, 0, 0, "-", "text_channel"], [34, 0, 0, "-", "thread"], [34, 0, 0, "-", "voice_channel"]], "cpl_discord.container.VersionInfo": [[34, 2, 1, "", "major"], [34, 2, 1, "", "micro"], [34, 2, 1, "", "minor"]], "cpl_discord.container.category_channel": [[34, 1, 1, "", "CategoryChannel"]], "cpl_discord.container.category_channel.CategoryChannel": [[34, 2, 1, "", "category_id"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw"], [34, 2, 1, "", "position"], [34, 4, 1, "", "text_channels"], [34, 4, 1, "", "voice_channels"]], "cpl_discord.container.container": [[34, 1, 1, "", "Container"]], "cpl_discord.container.guild": [[34, 1, 1, "", "Guild"]], "cpl_discord.container.guild.Guild": [[34, 2, 1, "", "afk_channel"], [34, 2, 1, "", "afk_timeout"], [34, 2, 1, "", "approximate_member_count"], [34, 2, 1, "", "approximate_presence_count"], [34, 4, 1, "", "categories"], [34, 2, 1, "", "default_notifications"], [34, 2, 1, "", "description"], [34, 2, 1, "", "emojis"], [34, 2, 1, "", "explicit_content_filter"], [34, 2, 1, "", "features"], [34, 2, 1, "", "id"], [34, 2, 1, "", "max_members"], [34, 2, 1, "", "max_presences"], [34, 2, 1, "", "max_video_channel_users"], [34, 4, 1, "", "members"], [34, 2, 1, "", "mfa_level"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw_level"], [34, 2, 1, "", "owner_id"], [34, 2, 1, "", "preferred_locale"], [34, 2, 1, "", "premium_progress_bar_enabled"], [34, 2, 1, "", "premium_subscription_count"], [34, 2, 1, "", "premium_tier"], [34, 4, 1, "", "roles"], [34, 2, 1, "", "stickers"], [34, 4, 1, "", "text_channels"], [34, 4, 1, "", "threads"], [34, 2, 1, "", "unavailable"], [34, 2, 1, "", "vanity_url_code"], [34, 2, 1, "", "verification_level"], [34, 4, 1, "", "voice_channels"], [34, 2, 1, "", "widget_enabled"]], "cpl_discord.container.member": [[34, 1, 1, "", "Member"]], "cpl_discord.container.member.Member": [[34, 2, 1, "", "activities"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "joined_at"], [34, 2, 1, "", "nick"], [34, 2, 1, "", "pending"], [34, 2, 1, "", "premium_since"], [34, 4, 1, "", "roles"], [34, 2, 1, "", "timed_out_until"]], "cpl_discord.container.role": [[34, 1, 1, "", "Role"]], "cpl_discord.container.role.Role": [[34, 2, 1, "", "guild"], [34, 2, 1, "", "hoist"], [34, 2, 1, "", "id"], [34, 2, 1, "", "managed"], [34, 4, 1, "", "members"], [34, 2, 1, "", "mentionable"], [34, 2, 1, "", "name"], [34, 2, 1, "", "position"], [34, 2, 1, "", "tags"], [34, 2, 1, "", "unicode_emoji"]], "cpl_discord.container.text_channel": [[34, 1, 1, "", "TextChannel"]], "cpl_discord.container.text_channel.TextChannel": [[34, 2, 1, "", "category_id"], [34, 2, 1, "", "default_auto_archive_duration"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "last_message_id"], [34, 4, 1, "", "members"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw"], [34, 2, 1, "", "position"], [34, 2, 1, "", "slowmode_delay"], [34, 4, 1, "", "threads"], [34, 2, 1, "", "topic"]], "cpl_discord.container.thread": [[34, 1, 1, "", "Thread"]], "cpl_discord.container.thread.Thread": [[34, 2, 1, "", "archive_timestamp"], [34, 2, 1, "", "archived"], [34, 2, 1, "", "archiver_id"], [34, 2, 1, "", "auto_archive_duration"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "invitable"], [34, 2, 1, "", "last_message_id"], [34, 2, 1, "", "locked"], [34, 2, 1, "", "me"], [34, 2, 1, "", "member_count"], [34, 4, 1, "", "members"], [34, 2, 1, "", "message_count"], [34, 2, 1, "", "name"], [34, 2, 1, "", "owner_id"], [34, 2, 1, "", "parent_id"], [34, 2, 1, "", "slowmode_delay"]], "cpl_discord.container.voice_channel": [[34, 1, 1, "", "VoiceChannel"]], "cpl_discord.container.voice_channel.VoiceChannel": [[34, 4, 1, "", "members"]], "cpl_discord.discord_event_types_enum": [[30, 1, 1, "", "DiscordEventTypesEnum"]], "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum": [[30, 2, 1, "", "on_bulk_message_delete"], [30, 2, 1, "", "on_command"], [30, 2, 1, "", "on_command_completion"], [30, 2, 1, "", "on_command_error"], [30, 2, 1, "", "on_connect"], [30, 2, 1, "", "on_disconnect"], [30, 2, 1, "", "on_error"], [30, 2, 1, "", "on_group_join"], [30, 2, 1, "", "on_group_remove"], [30, 2, 1, "", "on_guild_available"], [30, 2, 1, "", "on_guild_channel_create"], [30, 2, 1, "", "on_guild_channel_delete"], [30, 2, 1, "", "on_guild_channel_pins_update"], [30, 2, 1, "", "on_guild_channel_update"], [30, 2, 1, "", "on_guild_emojis_update"], [30, 2, 1, "", "on_guild_integrations_update"], [30, 2, 1, "", "on_guild_join"], [30, 2, 1, "", "on_guild_remove"], [30, 2, 1, "", "on_guild_role_create"], [30, 2, 1, "", "on_guild_role_delete"], [30, 2, 1, "", "on_guild_role_update"], [30, 2, 1, "", "on_guild_unavailable"], [30, 2, 1, "", "on_guild_update"], [30, 2, 1, "", "on_invite_create"], [30, 2, 1, "", "on_invite_delete"], [30, 2, 1, "", "on_member_ban"], [30, 2, 1, "", "on_member_join"], [30, 2, 1, "", "on_member_remove"], [30, 2, 1, "", "on_member_unban"], [30, 2, 1, "", "on_member_update"], [30, 2, 1, "", "on_message"], [30, 2, 1, "", "on_message_delete"], [30, 2, 1, "", "on_message_edit"], [30, 2, 1, "", "on_private_channel_create"], [30, 2, 1, "", "on_private_channel_delete"], [30, 2, 1, "", "on_private_channel_pins_update"], [30, 2, 1, "", "on_private_channel_update"], [30, 2, 1, "", "on_raw_reaction_add"], [30, 2, 1, "", "on_raw_reaction_clear"], [30, 2, 1, "", "on_raw_reaction_clear_emoji"], [30, 2, 1, "", "on_raw_reaction_remove"], [30, 2, 1, "", "on_reaction_add"], [30, 2, 1, "", "on_reaction_clear"], [30, 2, 1, "", "on_reaction_clear_emoji"], [30, 2, 1, "", "on_reaction_remove"], [30, 2, 1, "", "on_ready"], [30, 2, 1, "", "on_resume"], [30, 2, 1, "", "on_scheduled_event_create"], [30, 2, 1, "", "on_scheduled_event_delete"], [30, 2, 1, "", "on_scheduled_event_update"], [30, 2, 1, "", "on_scheduled_event_user_add"], [30, 2, 1, "", "on_scheduled_event_user_remove"], [30, 2, 1, "", "on_typing"], [30, 2, 1, "", "on_user_update"], [30, 2, 1, "", "on_voice_state_update"], [30, 2, 1, "", "on_webhooks_update"]], "cpl_discord.events": [[35, 1, 1, "", "VersionInfo"], [35, 0, 0, "-", "on_bulk_message_delete_abc"], [35, 0, 0, "-", "on_command_abc"], [35, 0, 0, "-", "on_command_completion_abc"], [35, 0, 0, "-", "on_command_error_abc"], [35, 0, 0, "-", "on_connect_abc"], [35, 0, 0, "-", "on_disconnect_abc"], [35, 0, 0, "-", "on_error_abc"], [35, 0, 0, "-", "on_group_join_abc"], [35, 0, 0, "-", "on_group_remove_abc"], [35, 0, 0, "-", "on_guild_available_abc"], [35, 0, 0, "-", "on_guild_channel_create_abc"], [35, 0, 0, "-", "on_guild_channel_delete_abc"], [35, 0, 0, "-", "on_guild_channel_pins_update_abc"], [35, 0, 0, "-", "on_guild_channel_update_abc"], [35, 0, 0, "-", "on_guild_emojis_update_abc"], [35, 0, 0, "-", "on_guild_integrations_update_abc"], [35, 0, 0, "-", "on_guild_join_abc"], [35, 0, 0, "-", "on_guild_remove_abc"], [35, 0, 0, "-", "on_guild_role_create_abc"], [35, 0, 0, "-", "on_guild_role_delete_abc"], [35, 0, 0, "-", "on_guild_role_update_abc"], [35, 0, 0, "-", "on_guild_unavailable_abc"], [35, 0, 0, "-", "on_guild_update_abc"], [35, 0, 0, "-", "on_invite_create_abc"], [35, 0, 0, "-", "on_invite_delete_abc"], [35, 0, 0, "-", "on_member_ban_abc"], [35, 0, 0, "-", "on_member_join_abc"], [35, 0, 0, "-", "on_member_remove_abc"], [35, 0, 0, "-", "on_member_unban_abc"], [35, 0, 0, "-", "on_member_update_abc"], [35, 0, 0, "-", "on_message_abc"], [35, 0, 0, "-", "on_message_delete_abc"], [35, 0, 0, "-", "on_message_edit_abc"], [35, 0, 0, "-", "on_private_channel_create_abc"], [35, 0, 0, "-", "on_private_channel_delete_abc"], [35, 0, 0, "-", "on_private_channel_pins_update_abc"], [35, 0, 0, "-", "on_private_channel_update_abc"], [35, 0, 0, "-", "on_raw_reaction_add_abc"], [35, 0, 0, "-", "on_raw_reaction_clear_abc"], [35, 0, 0, "-", "on_raw_reaction_clear_emoji_abc"], [35, 0, 0, "-", "on_raw_reaction_remove_abc"], [35, 0, 0, "-", "on_reaction_add_abc"], [35, 0, 0, "-", "on_reaction_clear_abc"], [35, 0, 0, "-", "on_reaction_clear_emoji_abc"], [35, 0, 0, "-", "on_reaction_remove_abc"], [35, 0, 0, "-", "on_ready_abc"], [35, 0, 0, "-", "on_resume_abc"], [35, 0, 0, "-", "on_typing_abc"], [35, 0, 0, "-", "on_user_update_abc"], [35, 0, 0, "-", "on_voice_state_update_abc"], [35, 0, 0, "-", "on_webhooks_update_abc"]], "cpl_discord.events.VersionInfo": [[35, 2, 1, "", "major"], [35, 2, 1, "", "micro"], [35, 2, 1, "", "minor"]], "cpl_discord.events.on_bulk_message_delete_abc": [[35, 1, 1, "", "OnBulkMessageDeleteABC"]], "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC": [[35, 3, 1, "", "on_bulk_message_delete"]], "cpl_discord.events.on_command_abc": [[35, 1, 1, "", "OnCommandABC"]], "cpl_discord.events.on_command_abc.OnCommandABC": [[35, 3, 1, "", "on_command"]], "cpl_discord.events.on_command_completion_abc": [[35, 1, 1, "", "OnCommandCompletionABC"]], "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC": [[35, 3, 1, "", "on_command_completion"]], "cpl_discord.events.on_command_error_abc": [[35, 1, 1, "", "OnCommandErrorABC"]], "cpl_discord.events.on_command_error_abc.OnCommandErrorABC": [[35, 3, 1, "", "on_command_error"]], "cpl_discord.events.on_connect_abc": [[35, 1, 1, "", "OnConnectABC"]], "cpl_discord.events.on_connect_abc.OnConnectABC": [[35, 3, 1, "", "on_connect"]], "cpl_discord.events.on_disconnect_abc": [[35, 1, 1, "", "OnDisconnectABC"]], "cpl_discord.events.on_disconnect_abc.OnDisconnectABC": [[35, 3, 1, "", "on_disconnect"]], "cpl_discord.events.on_error_abc": [[35, 1, 1, "", "OnErrorABC"]], "cpl_discord.events.on_error_abc.OnErrorABC": [[35, 3, 1, "", "on_error"]], "cpl_discord.events.on_group_join_abc": [[35, 1, 1, "", "OnGroupJoinABC"]], "cpl_discord.events.on_group_join_abc.OnGroupJoinABC": [[35, 3, 1, "", "on_group_join"]], "cpl_discord.events.on_group_remove_abc": [[35, 1, 1, "", "OnGroupRemoveABC"]], "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC": [[35, 3, 1, "", "on_group_remove"]], "cpl_discord.events.on_guild_available_abc": [[35, 1, 1, "", "OnGuildAvailableABC"]], "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC": [[35, 3, 1, "", "on_guild_available"]], "cpl_discord.events.on_guild_channel_create_abc": [[35, 1, 1, "", "OnGuildChannelCreateABC"]], "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC": [[35, 3, 1, "", "on_guild_channel_create"]], "cpl_discord.events.on_guild_channel_delete_abc": [[35, 1, 1, "", "OnGuildChannelDeleteABC"]], "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC": [[35, 3, 1, "", "on_guild_channel_delete"]], "cpl_discord.events.on_guild_channel_pins_update_abc": [[35, 1, 1, "", "OnGuildChannelPinsUpdateABC"]], "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC": [[35, 3, 1, "", "on_guild_channel_pins_update"]], "cpl_discord.events.on_guild_channel_update_abc": [[35, 1, 1, "", "OnGuildChannelUpdateABC"]], "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC": [[35, 3, 1, "", "on_guild_channel_update"]], "cpl_discord.events.on_guild_emojis_update_abc": [[35, 1, 1, "", "OnGuildEmojisUpdateABC"]], "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC": [[35, 3, 1, "", "on_guild_emojis_update"]], "cpl_discord.events.on_guild_integrations_update_abc": [[35, 1, 1, "", "OnGuildIntegrationsUpdateABC"]], "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC": [[35, 3, 1, "", "on_guild_integrations_update"]], "cpl_discord.events.on_guild_join_abc": [[35, 1, 1, "", "OnGuildJoinABC"]], "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC": [[35, 3, 1, "", "on_guild_join"]], "cpl_discord.events.on_guild_remove_abc": [[35, 1, 1, "", "OnGuildRemoveABC"]], "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC": [[35, 3, 1, "", "on_guild_remove"]], "cpl_discord.events.on_guild_role_create_abc": [[35, 1, 1, "", "OnGuildRoleCreateABC"]], "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC": [[35, 3, 1, "", "on_guild_role_create"]], "cpl_discord.events.on_guild_role_delete_abc": [[35, 1, 1, "", "OnGuildRoleDeleteABC"]], "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC": [[35, 3, 1, "", "on_guild_role_delete"]], "cpl_discord.events.on_guild_role_update_abc": [[35, 1, 1, "", "OnGuildRoleUpdateABC"]], "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC": [[35, 3, 1, "", "on_guild_role_update"]], "cpl_discord.events.on_guild_unavailable_abc": [[35, 1, 1, "", "OnGuildUnavailableABC"]], "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC": [[35, 3, 1, "", "on_guild_unavailable"]], "cpl_discord.events.on_guild_update_abc": [[35, 1, 1, "", "OnGuildUpdateABC"]], "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC": [[35, 3, 1, "", "on_guild_update"]], "cpl_discord.events.on_invite_create_abc": [[35, 1, 1, "", "OnInviteCreateABC"]], "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC": [[35, 3, 1, "", "on_invite_create"]], "cpl_discord.events.on_invite_delete_abc": [[35, 1, 1, "", "OnInviteDeleteABC"]], "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC": [[35, 3, 1, "", "on_invite_delete"]], "cpl_discord.events.on_member_ban_abc": [[35, 1, 1, "", "OnMemberBanABC"]], "cpl_discord.events.on_member_ban_abc.OnMemberBanABC": [[35, 3, 1, "", "on_member_ban"]], "cpl_discord.events.on_member_join_abc": [[35, 1, 1, "", "OnMemberJoinABC"]], "cpl_discord.events.on_member_join_abc.OnMemberJoinABC": [[35, 3, 1, "", "on_member_join"]], "cpl_discord.events.on_member_remove_abc": [[35, 1, 1, "", "OnMemberRemoveABC"]], "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC": [[35, 3, 1, "", "on_member_remove"]], "cpl_discord.events.on_member_unban_abc": [[35, 1, 1, "", "OnMemberUnbanABC"]], "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC": [[35, 3, 1, "", "on_member_unban"]], "cpl_discord.events.on_member_update_abc": [[35, 1, 1, "", "OnMemberUpdateABC"]], "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC": [[35, 3, 1, "", "on_member_update"]], "cpl_discord.events.on_message_abc": [[35, 1, 1, "", "OnMessageABC"]], "cpl_discord.events.on_message_abc.OnMessageABC": [[35, 3, 1, "", "on_message"]], "cpl_discord.events.on_message_delete_abc": [[35, 1, 1, "", "OnMessageDeleteABC"]], "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC": [[35, 3, 1, "", "on_message_delete"]], "cpl_discord.events.on_message_edit_abc": [[35, 1, 1, "", "OnMessageEditABC"]], "cpl_discord.events.on_message_edit_abc.OnMessageEditABC": [[35, 3, 1, "", "on_message_edit"]], "cpl_discord.events.on_private_channel_create_abc": [[35, 1, 1, "", "OnPrivateChannelCreateABC"]], "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC": [[35, 3, 1, "", "on_private_channel_create"]], "cpl_discord.events.on_private_channel_delete_abc": [[35, 1, 1, "", "OnPrivateChannelDeleteABC"]], "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC": [[35, 3, 1, "", "on_private_channel_delete"]], "cpl_discord.events.on_private_channel_pins_update_abc": [[35, 1, 1, "", "OnPrivateChannelPinsUpdateABC"]], "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC": [[35, 3, 1, "", "on_private_channel_pins_update"]], "cpl_discord.events.on_private_channel_update_abc": [[35, 1, 1, "", "OnPrivateChannelUpdateABC"]], "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC": [[35, 3, 1, "", "on_private_channel_update"]], "cpl_discord.events.on_raw_reaction_add_abc": [[35, 1, 1, "", "OnRawReactionAddABC"]], "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC": [[35, 3, 1, "", "on_raw_reaction_add"]], "cpl_discord.events.on_raw_reaction_clear_abc": [[35, 1, 1, "", "OnRawReactionClearABC"]], "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC": [[35, 3, 1, "", "on_raw_reaction_clear"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc": [[35, 1, 1, "", "OnRawReactionClearEmojiABC"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC": [[35, 3, 1, "", "on_raw_reaction_clear_emoji"]], "cpl_discord.events.on_raw_reaction_remove_abc": [[35, 1, 1, "", "OnRawReactionRemoveABC"]], "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC": [[35, 3, 1, "", "on_raw_reaction_remove"]], "cpl_discord.events.on_reaction_add_abc": [[35, 1, 1, "", "OnReactionAddABC"]], "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC": [[35, 3, 1, "", "on_reaction_add"]], "cpl_discord.events.on_reaction_clear_abc": [[35, 1, 1, "", "OnReactionClearABC"]], "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC": [[35, 3, 1, "", "on_reaction_clear"]], "cpl_discord.events.on_reaction_clear_emoji_abc": [[35, 1, 1, "", "OnReactionClearEmojiABC"]], "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC": [[35, 3, 1, "", "on_reaction_clear_emoji"]], "cpl_discord.events.on_reaction_remove_abc": [[35, 1, 1, "", "OnReactionRemoveABC"]], "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC": [[35, 3, 1, "", "on_reaction_remove"]], "cpl_discord.events.on_ready_abc": [[35, 1, 1, "", "OnReadyABC"]], "cpl_discord.events.on_ready_abc.OnReadyABC": [[35, 3, 1, "", "on_ready"]], "cpl_discord.events.on_resume_abc": [[35, 1, 1, "", "OnResumeABC"]], "cpl_discord.events.on_resume_abc.OnResumeABC": [[35, 3, 1, "", "on_resume"]], "cpl_discord.events.on_typing_abc": [[35, 1, 1, "", "OnTypingABC"]], "cpl_discord.events.on_typing_abc.OnTypingABC": [[35, 3, 1, "", "on_typing"]], "cpl_discord.events.on_user_update_abc": [[35, 1, 1, "", "OnUserUpdateABC"]], "cpl_discord.events.on_user_update_abc.OnUserUpdateABC": [[35, 3, 1, "", "on_user_update"]], "cpl_discord.events.on_voice_state_update_abc": [[35, 1, 1, "", "OnVoiceStateUpdateABC"]], "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC": [[35, 3, 1, "", "on_voice_state_update"]], "cpl_discord.events.on_webhooks_update_abc": [[35, 1, 1, "", "OnWebhooksUpdateABC"]], "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC": [[35, 3, 1, "", "on_webhooks_update"]], "cpl_discord.helper": [[36, 1, 1, "", "VersionInfo"], [36, 0, 0, "-", "to_containers_converter"]], "cpl_discord.helper.VersionInfo": [[36, 2, 1, "", "major"], [36, 2, 1, "", "micro"], [36, 2, 1, "", "minor"]], "cpl_discord.helper.to_containers_converter": [[36, 1, 1, "", "ToContainersConverter"]], "cpl_discord.helper.to_containers_converter.ToContainersConverter": [[36, 3, 1, "", "convert"]], "cpl_discord.service": [[37, 1, 1, "", "VersionInfo"], [37, 0, 0, "-", "command_error_handler_service"], [37, 0, 0, "-", "discord_bot_service"], [37, 0, 0, "-", "discord_bot_service_abc"], [37, 0, 0, "-", "discord_collection"], [37, 0, 0, "-", "discord_collection_abc"], [37, 0, 0, "-", "discord_service"], [37, 0, 0, "-", "discord_service_abc"]], "cpl_discord.service.VersionInfo": [[37, 2, 1, "", "major"], [37, 2, 1, "", "micro"], [37, 2, 1, "", "minor"]], "cpl_discord.service.command_error_handler_service": [[37, 1, 1, "", "CommandErrorHandlerService"]], "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService": [[37, 3, 1, "", "on_command_error"]], "cpl_discord.service.discord_bot_service": [[37, 1, 1, "", "DiscordBotService"]], "cpl_discord.service.discord_bot_service.DiscordBotService": [[37, 4, 1, "", "guilds"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "start_async"], [37, 3, 1, "", "stop_async"]], "cpl_discord.service.discord_bot_service_abc": [[37, 1, 1, "", "DiscordBotServiceABC"]], "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC": [[37, 4, 1, "", "guilds"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "start_async"], [37, 3, 1, "", "stop_async"]], "cpl_discord.service.discord_collection": [[37, 1, 1, "", "DiscordCollection"]], "cpl_discord.service.discord_collection.DiscordCollection": [[37, 3, 1, "", "add_command"], [37, 3, 1, "", "add_event"], [37, 3, 1, "", "get_commands"], [37, 3, 1, "", "get_events_by_base"]], "cpl_discord.service.discord_collection_abc": [[37, 1, 1, "", "DiscordCollectionABC"]], "cpl_discord.service.discord_collection_abc.DiscordCollectionABC": [[37, 3, 1, "", "add_command"], [37, 3, 1, "", "add_event"], [37, 3, 1, "", "get_commands"], [37, 3, 1, "", "get_events_by_base"]], "cpl_discord.service.discord_service": [[37, 1, 1, "", "DiscordService"]], "cpl_discord.service.discord_service.DiscordService": [[37, 3, 1, "", "init"], [37, 3, 1, "", "on_bulk_message_delete"], [37, 3, 1, "", "on_command"], [37, 3, 1, "", "on_command_completion"], [37, 3, 1, "", "on_command_error"], [37, 3, 1, "", "on_connect"], [37, 3, 1, "", "on_disconnect"], [37, 3, 1, "", "on_error"], [37, 3, 1, "", "on_group_join"], [37, 3, 1, "", "on_group_remove"], [37, 3, 1, "", "on_guild_available"], [37, 3, 1, "", "on_guild_channel_create"], [37, 3, 1, "", "on_guild_channel_delete"], [37, 3, 1, "", "on_guild_channel_pins_update"], [37, 3, 1, "", "on_guild_channel_update"], [37, 3, 1, "", "on_guild_emojis_update"], [37, 3, 1, "", "on_guild_integrations_update"], [37, 3, 1, "", "on_guild_join"], [37, 3, 1, "", "on_guild_remove"], [37, 3, 1, "", "on_guild_role_create"], [37, 3, 1, "", "on_guild_role_delete"], [37, 3, 1, "", "on_guild_role_update"], [37, 3, 1, "", "on_guild_unavailable"], [37, 3, 1, "", "on_guild_update"], [37, 3, 1, "", "on_invite_create"], [37, 3, 1, "", "on_invite_delete"], [37, 3, 1, "", "on_member_ban"], [37, 3, 1, "", "on_member_join"], [37, 3, 1, "", "on_member_remove"], [37, 3, 1, "", "on_member_unban"], [37, 3, 1, "", "on_member_update"], [37, 3, 1, "", "on_message"], [37, 3, 1, "", "on_message_delete"], [37, 3, 1, "", "on_message_edit"], [37, 3, 1, "", "on_private_channel_create"], [37, 3, 1, "", "on_private_channel_delete"], [37, 3, 1, "", "on_private_channel_pins_update"], [37, 3, 1, "", "on_private_channel_update"], [37, 3, 1, "", "on_raw_reaction_add"], [37, 3, 1, "", "on_raw_reaction_clear"], [37, 3, 1, "", "on_raw_reaction_clear_emoji"], [37, 3, 1, "", "on_raw_reaction_remove"], [37, 3, 1, "", "on_reaction_add"], [37, 3, 1, "", "on_reaction_clear"], [37, 3, 1, "", "on_reaction_clear_emoji"], [37, 3, 1, "", "on_reaction_remove"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "on_resume"], [37, 3, 1, "", "on_scheduled_event_create"], [37, 3, 1, "", "on_scheduled_event_delete"], [37, 3, 1, "", "on_scheduled_event_update"], [37, 3, 1, "", "on_scheduled_event_user_add"], [37, 3, 1, "", "on_scheduled_event_user_remove"], [37, 3, 1, "", "on_typing"], [37, 3, 1, "", "on_user_update"], [37, 3, 1, "", "on_voice_state_update"], [37, 3, 1, "", "on_webhooks_update"]], "cpl_discord.service.discord_service_abc": [[37, 1, 1, "", "DiscordServiceABC"]], "cpl_discord.service.discord_service_abc.DiscordServiceABC": [[37, 3, 1, "", "init"], [37, 3, 1, "", "on_bulk_message_delete"], [37, 3, 1, "", "on_command"], [37, 3, 1, "", "on_command_completion"], [37, 3, 1, "", "on_command_error"], [37, 3, 1, "", "on_connect"], [37, 3, 1, "", "on_disconnect"], [37, 3, 1, "", "on_error"], [37, 3, 1, "", "on_group_join"], [37, 3, 1, "", "on_group_remove"], [37, 3, 1, "", "on_guild_available"], [37, 3, 1, "", "on_guild_channel_create"], [37, 3, 1, "", "on_guild_channel_delete"], [37, 3, 1, "", "on_guild_channel_pins_update"], [37, 3, 1, "", "on_guild_channel_update"], [37, 3, 1, "", "on_guild_emojis_update"], [37, 3, 1, "", "on_guild_integrations_update"], [37, 3, 1, "", "on_guild_join"], [37, 3, 1, "", "on_guild_remove"], [37, 3, 1, "", "on_guild_role_create"], [37, 3, 1, "", "on_guild_role_delete"], [37, 3, 1, "", "on_guild_role_update"], [37, 3, 1, "", "on_guild_unavailable"], [37, 3, 1, "", "on_guild_update"], [37, 3, 1, "", "on_invite_create"], [37, 3, 1, "", "on_invite_delete"], [37, 3, 1, "", "on_member_ban"], [37, 3, 1, "", "on_member_join"], [37, 3, 1, "", "on_member_remove"], [37, 3, 1, "", "on_member_unban"], [37, 3, 1, "", "on_member_update"], [37, 3, 1, "", "on_message"], [37, 3, 1, "", "on_message_delete"], [37, 3, 1, "", "on_message_edit"], [37, 3, 1, "", "on_private_channel_create"], [37, 3, 1, "", "on_private_channel_delete"], [37, 3, 1, "", "on_private_channel_pins_update"], [37, 3, 1, "", "on_private_channel_update"], [37, 3, 1, "", "on_reaction_add"], [37, 3, 1, "", "on_reaction_clear"], [37, 3, 1, "", "on_reaction_clear_emoji"], [37, 3, 1, "", "on_reaction_remove"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "on_resume"], [37, 3, 1, "", "on_typing"], [37, 3, 1, "", "on_user_update"], [37, 3, 1, "", "on_voice_state_update"], [37, 3, 1, "", "on_webhooks_update"]], "cpl_query": [[39, 0, 0, "-", "base"], [40, 0, 0, "-", "enumerable"], [41, 0, 0, "-", "extension"], [42, 0, 0, "-", "iterable"]], "cpl_query.base": [[39, 1, 1, "", "VersionInfo"], [39, 0, 0, "-", "default_lambda"], [39, 0, 0, "-", "ordered_queryable"], [39, 0, 0, "-", "ordered_queryable_abc"], [39, 0, 0, "-", "queryable_abc"], [39, 0, 0, "-", "sequence"]], "cpl_query.base.VersionInfo": [[39, 2, 1, "", "major"], [39, 2, 1, "", "micro"], [39, 2, 1, "", "minor"]], "cpl_query.base.default_lambda": [[39, 5, 1, "", "default_lambda"]], "cpl_query.base.ordered_queryable": [[39, 1, 1, "", "OrderedQueryable"]], "cpl_query.base.ordered_queryable.OrderedQueryable": [[39, 3, 1, "", "then_by"], [39, 3, 1, "", "then_by_descending"]], "cpl_query.base.ordered_queryable_abc": [[39, 1, 1, "", "OrderedQueryableABC"]], "cpl_query.base.ordered_queryable_abc.OrderedQueryableABC": [[39, 3, 1, "", "then_by"], [39, 3, 1, "", "then_by_descending"]], "cpl_query.base.queryable_abc": [[39, 1, 1, "", "QueryableABC"]], "cpl_query.base.queryable_abc.QueryableABC": [[39, 3, 1, "", "all"], [39, 3, 1, "", "any"], [39, 3, 1, "", "average"], [39, 3, 1, "", "contains"], [39, 3, 1, "", "count"], [39, 3, 1, "", "distinct"], [39, 3, 1, "", "element_at"], [39, 3, 1, "", "element_at_or_default"], [39, 3, 1, "", "first"], [39, 3, 1, "", "first_or_default"], [39, 3, 1, "", "for_each"], [39, 3, 1, "", "group_by"], [39, 3, 1, "", "last"], [39, 3, 1, "", "last_or_default"], [39, 3, 1, "", "max"], [39, 3, 1, "", "median"], [39, 3, 1, "", "min"], [39, 3, 1, "", "order_by"], [39, 3, 1, "", "order_by_descending"], [39, 3, 1, "", "reverse"], [39, 3, 1, "", "select"], [39, 3, 1, "", "select_many"], [39, 3, 1, "", "single"], [39, 3, 1, "", "single_or_default"], [39, 3, 1, "", "skip"], [39, 3, 1, "", "skip_last"], [39, 3, 1, "", "split"], [39, 3, 1, "", "sum"], [39, 3, 1, "", "take"], [39, 3, 1, "", "take_last"], [39, 3, 1, "", "where"]], "cpl_query.base.sequence": [[39, 1, 1, "", "Sequence"]], "cpl_query.base.sequence.Sequence": [[39, 3, 1, "", "copy"], [39, 3, 1, "", "empty"], [39, 3, 1, "", "index_of"], [39, 3, 1, "", "range"], [39, 3, 1, "", "to_list"], [39, 4, 1, "", "type"]], "cpl_query.enumerable": [[40, 1, 1, "", "VersionInfo"], [40, 0, 0, "-", "enumerable"], [40, 0, 0, "-", "enumerable_abc"]], "cpl_query.enumerable.VersionInfo": [[40, 2, 1, "", "major"], [40, 2, 1, "", "micro"], [40, 2, 1, "", "minor"]], "cpl_query.enumerable.enumerable": [[40, 1, 1, "", "Enumerable"]], "cpl_query.enumerable.enumerable_abc": [[40, 1, 1, "", "EnumerableABC"]], "cpl_query.enumerable.enumerable_abc.EnumerableABC": [[40, 3, 1, "", "to_iterable"]], "cpl_query.extension": [[41, 1, 1, "", "VersionInfo"], [41, 0, 0, "-", "list"]], "cpl_query.extension.VersionInfo": [[41, 2, 1, "", "major"], [41, 2, 1, "", "micro"], [41, 2, 1, "", "minor"]], "cpl_query.extension.list": [[41, 1, 1, "", "List"]], "cpl_query.extension.list.List": [[41, 3, 1, "", "to_enumerable"], [41, 3, 1, "", "to_iterable"]], "cpl_query.iterable": [[42, 1, 1, "", "VersionInfo"], [42, 0, 0, "-", "iterable"], [42, 0, 0, "-", "iterable_abc"]], "cpl_query.iterable.VersionInfo": [[42, 2, 1, "", "major"], [42, 2, 1, "", "micro"], [42, 2, 1, "", "minor"]], "cpl_query.iterable.iterable": [[42, 1, 1, "", "Iterable"]], "cpl_query.iterable.iterable_abc": [[42, 1, 1, "", "IterableABC"]], "cpl_query.iterable.iterable_abc.IterableABC": [[42, 3, 1, "", "add"], [42, 3, 1, "", "append"], [42, 3, 1, "", "extend"], [42, 3, 1, "", "remove"], [42, 3, 1, "", "remove_at"], [42, 3, 1, "", "to_enumerable"]], "cpl_translation": [[43, 0, 0, "-", "translate_pipe"], [43, 0, 0, "-", "translation_service"], [43, 0, 0, "-", "translation_service_abc"], [43, 0, 0, "-", "translation_settings"]], "cpl_translation.translate_pipe": [[43, 1, 1, "", "TranslatePipe"]], "cpl_translation.translate_pipe.TranslatePipe": [[43, 3, 1, "", "transform"]], "cpl_translation.translation_service": [[43, 1, 1, "", "TranslationService"]], "cpl_translation.translation_service.TranslationService": [[43, 3, 1, "", "load"], [43, 3, 1, "", "load_by_settings"], [43, 3, 1, "", "set_default_lang"], [43, 3, 1, "", "set_lang"], [43, 3, 1, "", "translate"]], "cpl_translation.translation_service_abc": [[43, 1, 1, "", "TranslationServiceABC"]], "cpl_translation.translation_service_abc.TranslationServiceABC": [[43, 3, 1, "", "load"], [43, 3, 1, "", "load_by_settings"], [43, 3, 1, "", "set_default_lang"], [43, 3, 1, "", "set_lang"], [43, 3, 1, "", "translate"]], "cpl_translation.translation_settings": [[43, 1, 1, "", "TranslationSettings"]], "cpl_translation.translation_settings.TranslationSettings": [[43, 4, 1, "", "default_language"], [43, 4, 1, "", "languages"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:property", "5": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"], "5": ["py", "function", "Python function"]}, "titleterms": {"contribut": 0, "cpl": [0, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 46, 47, 49, 60], "found": 0, "bug": 0, "featur": [0, 46, 47], "request": 0, "submiss": 0, "guidelin": 0, "submit": 0, "an": 0, "issu": 0, "pull": 0, "review": 0, "address": 0, "feedback": 0, "code": 0, "rule": 0, "licens": 0, "cli": [1, 8, 50], "refer": [1, 8, 16, 30, 38, 43], "add": 2, "content": [2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 49, 50, 60], "descript": [2, 3, 4, 5, 6, 7, 9, 10, 13], "argument": [2, 4, 5, 6, 10, 13, 54], "flag": [2, 6, 7, 10, 13, 14], "build": 3, "gener": [4, 60], "schemat": [4, 8, 60], "help": 5, "instal": [6, 50], "new": [7, 60], "project": [7, 49, 60], "type": [7, 60], "overview": [8, 47], "command": [8, 32], "tabl": [8, 44, 49, 50], "basic": 8, "workflow": 8, "languag": 8, "syntax": 8, "rel": 8, "path": 8, "publish": 9, "remov": 10, "run": 11, "start": [12, 45, 49, 50], "uninstal": 13, "updat": 14, "version": 15, "api": 16, "cpl_core": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 53], "applic": [17, 31, 56], "packag": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 48, 50], "submodul": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "application_abc": 17, "modul": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "application_build": 17, "application_builder_abc": 17, "application_extension_abc": 17, "startup_abc": 17, "startup_extension_abc": 17, "core": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "configur": [18, 33], "argument_abc": 18, "argument_build": 18, "argument_executable_abc": 18, "argument_type_enum": 18, "configuration_abc": 18, "configuration_model_abc": 18, "configuration_variable_name_enum": 18, "executable_argu": 18, "flag_argu": 18, "validator_abc": 18, "variable_argu": 18, "consol": [19, 50, 53, 54], "background_color_enum": 19, "console_cal": 19, "foreground_color_enum": 19, "spinner_thread": 19, "databas": [20, 21, 22], "subpackag": 20, "database_set": 20, "database_settings_name_enum": 20, "table_abc": 20, "connect": 21, "database_connect": 21, "database_connection_abc": 21, "context": 22, "database_context": 22, "database_context_abc": 22, "dependency_inject": 23, "scope": 23, "scope_abc": 23, "scope_build": 23, "service_collect": 23, "service_collection_abc": 23, "service_descriptor": 23, "service_lifetime_enum": 23, "service_provid": 23, "paramet": [23, 39], "return": [23, 39], "service_provider_abc": 23, "environ": [24, 50], "application_environ": 24, "application_environment_abc": 24, "environment_name_enum": 24, "log": 25, "logger_abc": 25, "logger_servic": 25, "logging_level_enum": 25, "logging_set": 25, "logging_settings_name_enum": 25, "mail": [26, 59], "email": 26, "email_client_abc": 26, "email_client_servic": 26, "email_client_set": 26, "email_client_settings_name_enum": 26, "pipe": 27, "bool_pip": 27, "first_char_to_lower_pip": 27, "first_to_upper_pip": 27, "ip_address_pip": 27, "pipe_abc": 27, "to_camel_case_pip": 27, "to_snake_case_pip": 27, "version_pip": 27, "time": 28, "time_format_set": 28, "time_format_settings_names_enum": 28, "util": 29, "credential_manag": 29, "pip": 29, "string": 29, "discord": [30, 31, 32, 33, 34, 35, 36, 37], "cpl_discord": [30, 31, 32, 33, 34, 35, 36, 37], "discord_event_types_enum": 30, "discord_bot_application_abc": 31, "discord_command_abc": 32, "discord_commands_meta": 32, "discord_bot_set": 33, "contain": 34, "category_channel": 34, "guild": 34, "member": 34, "role": 34, "text_channel": 34, "thread": 34, "voice_channel": 34, "event": 35, "on_bulk_message_delete_abc": 35, "on_command_abc": 35, "on_command_completion_abc": 35, "on_command_error_abc": 35, "on_connect_abc": 35, "on_disconnect_abc": 35, "on_error_abc": 35, "on_group_join_abc": 35, "on_group_remove_abc": 35, "on_guild_available_abc": 35, "on_guild_channel_create_abc": 35, "on_guild_channel_delete_abc": 35, "on_guild_channel_pins_update_abc": 35, "on_guild_channel_update_abc": 35, "on_guild_emojis_update_abc": 35, "on_guild_integrations_update_abc": 35, "on_guild_join_abc": 35, "on_guild_remove_abc": 35, "on_guild_role_create_abc": 35, "on_guild_role_delete_abc": 35, "on_guild_role_update_abc": 35, "on_guild_unavailable_abc": 35, "on_guild_update_abc": 35, "on_invite_create_abc": 35, "on_invite_delete_abc": 35, "on_member_ban_abc": 35, "on_member_join_abc": 35, "on_member_remove_abc": 35, "on_member_unban_abc": 35, "on_member_update_abc": 35, "on_message_abc": 35, "on_message_delete_abc": 35, "on_message_edit_abc": 35, "on_private_channel_create_abc": 35, "on_private_channel_delete_abc": 35, "on_private_channel_pins_update_abc": 35, "on_private_channel_update_abc": 35, "on_raw_reaction_add_abc": 35, "on_raw_reaction_clear_abc": 35, "on_raw_reaction_clear_emoji_abc": 35, "on_raw_reaction_remove_abc": 35, "on_reaction_add_abc": 35, "on_reaction_clear_abc": 35, "on_reaction_clear_emoji_abc": 35, "on_reaction_remove_abc": 35, "on_ready_abc": 35, "on_resume_abc": 35, "on_typing_abc": 35, "on_user_update_abc": 35, "on_voice_state_update_abc": 35, "on_webhooks_update_abc": 35, "helper": 36, "to_containers_convert": 36, "servic": 37, "command_error_handler_servic": 37, "discord_bot_servic": 37, "discord_bot_service_abc": 37, "discord_collect": 37, "discord_collection_abc": 37, "discord_servic": 37, "discord_service_abc": 37, "queri": [38, 39, 40, 41, 42, 50], "cpl_queri": [39, 40, 41, 42], "base": 39, "default_lambda": 39, "ordered_query": 39, "ordered_queryable_abc": 39, "queryable_abc": 39, "rais": 39, "sequenc": 39, "enumer": 40, "enumerable_abc": 40, "extens": 41, "list": 41, "iter": 42, "iterable_abc": 42, "translat": 43, "cpl_translat": 43, "translate_pip": 43, "translation_servic": 43, "translation_service_abc": 43, "translation_set": 43, "deprec": 44, "configurationmodelabc": 44, "from_dict": 44, "method": 44, "get": [45, 49], "introduct": [46, 47], "doc": [46, 47], "manual": 46, "explor": 47, "prerequisit": [49, 50, 60], "creat": [49, 50, 55], "menu": 49, "what": [49, 50], "": [49, 50], "next": [49, 50], "set": 50, "up": 50, "local": 50, "workspac": 50, "initi": 50, "app": 50, "librari": 50, "tutori": 51, "us": [52, 53, 58, 60], "appset": 52, "json": 52, "come": [52, 53, 54, 55, 56, 57, 58, 59], "soon": [52, 53, 54, 55, 56, 57, 58, 59], "handl": 54, "startup": [55, 57], "class": 55, "extend": [56, 57], "builtin": 58, "logger": 58, "send": 59, "g": 60, "n": 60, "templat": 60}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"Contributing to CPL": [[0, "contributing-to-cpl"]], "Found a Bug?": [[0, "found-a-bug"]], "Feature Request": [[0, "feature-request"]], "Submission Guidelines": [[0, "submission-guidelines"]], "Submitting an Issue": [[0, "submitting-an-issue"]], "Submitting a Pull Request": [[0, "submitting-a-pull-request"]], "Reviewing a Pull Request": [[0, "reviewing-a-pull-request"]], "Addressing review feedback": [[0, "addressing-review-feedback"]], "Coding Rules": [[0, "coding-rules"]], "License": [[0, "license"]], "CLI reference": [[1, "cli-reference"]], "cpl add": [[2, "cpl-add"]], "Contents": [[2, "contents"], [3, "contents"], [4, "contents"], [5, "contents"], [6, "contents"], [7, "contents"], [9, "contents"], [10, "contents"], [13, "contents"], [60, "contents"]], "Description": [[2, "description"], [3, "description"], [4, "description"], [5, "description"], [6, "description"], [7, "description"], [9, "description"], [10, "description"], [13, "description"]], "Arguments": [[2, "arguments"], [4, "arguments"], [5, "arguments"], [6, "arguments"], [10, "arguments"], [13, "arguments"]], "Flags": [[2, "flags"], [6, "flags"], [7, "flags"], [10, "flags"], [13, "flags"], [14, "flags"]], "cpl build": [[3, "cpl-build"]], "cpl generate": [[4, "cpl-generate"]], "Schematics": [[4, "schematics"], [8, "schematics"]], "cpl help": [[5, "cpl-help"]], "cpl install": [[6, "cpl-install"]], "cpl new": [[7, "cpl-new"]], "Project types": [[7, "project-types"]], "CLI Overview and Command Reference": [[8, "cli-overview-and-command-reference"]], "Table of Contents": [[8, "table-of-contents"], [44, "table-of-contents"], [49, "table-of-contents"], [50, "table-of-contents"]], "Basic workflow": [[8, "basic-workflow"]], "CLI command-language syntax": [[8, "cli-command-language-syntax"]], "Relative paths": [[8, "relative-paths"]], "Command overview": [[8, "command-overview"]], "cpl publish": [[9, "cpl-publish"]], "cpl remove": [[10, "cpl-remove"]], "cpl run": [[11, "cpl-run"]], "cpl start": [[12, "cpl-start"]], "cpl uninstall": [[13, "cpl-uninstall"]], "cpl update": [[14, "cpl-update"]], "cpl version": [[15, "cpl-version"]], "API reference": [[16, "api-reference"]], "cpl_core.application package": [[17, "cpl-core-application-package"]], "Submodules": [[17, "submodules"], [18, "submodules"], [19, "submodules"], [20, "submodules"], [21, "submodules"], [22, "submodules"], [23, "submodules"], [24, "submodules"], [25, "submodules"], [26, "submodules"], [27, "submodules"], [28, "submodules"], [29, "submodules"], [31, "submodules"], [32, "submodules"], [33, "submodules"], [34, "submodules"], [35, "submodules"], [36, "submodules"], [37, "submodules"], [39, "submodules"], [40, "submodules"], [41, "submodules"], [42, "submodules"]], "cpl_core.application.application_abc module": [[17, "module-cpl_core.application.application_abc"]], "cpl_core.application.application_builder module": [[17, "module-cpl_core.application.application_builder"]], "cpl_core.application.application_builder_abc module": [[17, "module-cpl_core.application.application_builder_abc"]], "cpl_core.application.application_extension_abc module": [[17, "module-cpl_core.application.application_extension_abc"]], "cpl_core.application.startup_abc module": [[17, "module-cpl_core.application.startup_abc"]], "cpl_core.application.startup_extension_abc module": [[17, "module-cpl_core.application.startup_extension_abc"]], "Module contents": [[17, "module-cpl_core.application"], [18, "module-cpl_core.configuration"], [19, "module-cpl_core.console"], [20, "module-cpl_core.database"], [21, "module-cpl_core.database.connection"], [22, "module-cpl_core.database.context"], [23, "module-cpl_core.dependency_injection"], [24, "module-cpl_core.environment"], [25, "module-cpl_core.log"], [26, "module-cpl_mail"], [27, "module-cpl_core.pipes"], [28, "module-cpl_core.time"], [29, "module-cpl_core.utils"], [31, "module-cpl_discord.application"], [32, "module-cpl_discord.command"], [33, "module-cpl_discord.configuration"], [34, "module-cpl_discord.container"], [35, "module-cpl_discord.events"], [36, "module-cpl_discord.helper"], [37, "module-cpl_discord.service"], [39, "module-cpl_query.base"], [40, "module-cpl_query.enumerable"], [41, "module-cpl_query.extension"], [42, "module-cpl_query.iterable"]], "cpl-core CPL core": [[17, "cpl-core-cpl-core"], [18, "cpl-core-cpl-core"], [19, "cpl-core-cpl-core"], [20, "cpl-core-cpl-core"], [21, "cpl-core-cpl-core"], [22, "cpl-core-cpl-core"], [23, "cpl-core-cpl-core"], [24, "cpl-core-cpl-core"], [25, "cpl-core-cpl-core"], [26, "cpl-core-cpl-core"], [27, "cpl-core-cpl-core"], [28, "cpl-core-cpl-core"], [29, "cpl-core-cpl-core"]], "cpl_core.configuration package": [[18, "cpl-core-configuration-package"]], "cpl_core.configuration.argument_abc module": [[18, "module-cpl_core.configuration.argument_abc"]], "cpl_core.configuration.argument_builder module": [[18, "module-cpl_core.configuration.argument_builder"]], "cpl_core.configuration.argument_executable_abc module": [[18, "module-cpl_core.configuration.argument_executable_abc"]], "cpl_core.configuration.argument_type_enum module": [[18, "module-cpl_core.configuration.argument_type_enum"]], "cpl_core.configuration.configuration module": [[18, "module-cpl_core.configuration.configuration"]], "cpl_core.configuration.configuration_abc module": [[18, "module-cpl_core.configuration.configuration_abc"]], "cpl_core.configuration.configuration_model_abc module": [[18, "module-cpl_core.configuration.configuration_model_abc"]], "cpl_core.configuration.configuration_variable_name_enum module": [[18, "module-cpl_core.configuration.configuration_variable_name_enum"]], "cpl_core.configuration.executable_argument module": [[18, "module-cpl_core.configuration.executable_argument"]], "cpl_core.configuration.flag_argument module": [[18, "module-cpl_core.configuration.flag_argument"]], "cpl_core.configuration.validator_abc module": [[18, "module-cpl_core.configuration.validator_abc"]], "cpl_core.configuration.variable_argument module": [[18, "module-cpl_core.configuration.variable_argument"]], "cpl_core.console package": [[19, "cpl-core-console-package"]], "cpl_core.console.background_color_enum module": [[19, "module-cpl_core.console.background_color_enum"]], "cpl_core.console.console module": [[19, "module-cpl_core.console.console"]], "cpl_core.console.console_call module": [[19, "module-cpl_core.console.console_call"]], "cpl_core.console.foreground_color_enum module": [[19, "module-cpl_core.console.foreground_color_enum"]], "cpl_core.console.spinner_thread module": [[19, "module-cpl_core.console.spinner_thread"]], "cpl_core.database package": [[20, "cpl-core-database-package"]], "Subpackages": [[20, "subpackages"]], "cpl_core.database.database_settings module": [[20, "module-cpl_core.database.database_settings"]], "cpl_core.database.database_settings_name_enum module": [[20, "module-cpl_core.database.database_settings_name_enum"]], "cpl_core.database.table_abc module": [[20, "module-cpl_core.database.table_abc"]], "cpl_core.database.connection package": [[21, "cpl-core-database-connection-package"]], "cpl_core.database.connection.database_connection module": [[21, "module-cpl_core.database.connection.database_connection"]], "cpl_core.database.connection.database_connection_abc module": [[21, "module-cpl_core.database.connection.database_connection_abc"]], "cpl_core.database.context package": [[22, "cpl-core-database-context-package"]], "cpl_core.database.context.database_context module": [[22, "module-cpl_core.database.context.database_context"]], "cpl_core.database.context.database_context_abc module": [[22, "module-cpl_core.database.context.database_context_abc"]], "cpl_core.dependency_injection package": [[23, "cpl-core-dependency-injection-package"]], "cpl_core.dependency_injection.scope module": [[23, "module-cpl_core.dependency_injection.scope"]], "cpl_core.dependency_injection.scope_abc module": [[23, "module-cpl_core.dependency_injection.scope_abc"]], "cpl_core.dependency_injection.scope_builder module": [[23, "module-cpl_core.dependency_injection.scope_builder"]], "cpl_core.dependency_injection.service_collection module": [[23, "module-cpl_core.dependency_injection.service_collection"]], "cpl_core.dependency_injection.service_collection_abc module": [[23, "module-cpl_core.dependency_injection.service_collection_abc"]], "cpl_core.dependency_injection.service_descriptor module": [[23, "module-cpl_core.dependency_injection.service_descriptor"]], "cpl_core.dependency_injection.service_lifetime_enum module": [[23, "module-cpl_core.dependency_injection.service_lifetime_enum"]], "cpl_core.dependency_injection.service_provider module": [[23, "module-cpl_core.dependency_injection.service_provider"]], "Parameter": [[23, "parameter"], [23, "id1"], [23, "id3"], [23, "id5"], [23, "id7"], [23, "id8"], [23, "id11"], [23, "id13"], [23, "id15"], [23, "id17"], [39, "parameter"], [39, "id1"], [39, "id3"], [39, "id5"], [39, "id7"], [39, "id9"], [39, "id11"], [39, "id13"], [39, "id17"], [39, "id21"], [39, "id24"], [39, "id26"], [39, "id28"], [39, "id35"], [39, "id37"], [39, "id39"], [39, "id41"], [39, "id43"], [39, "id45"], [39, "id47"]], "Returns": [[23, "returns"], [23, "id2"], [23, "id4"], [23, "id6"], [23, "id9"], [23, "id10"], [23, "id12"], [23, "id14"], [23, "id16"], [39, "returns"], [39, "id2"], [39, "id4"], [39, "id6"], [39, "id8"], [39, "id10"], [39, "id12"], [39, "id14"], [39, "id15"], [39, "id16"], [39, "id18"], [39, "id19"], [39, "id20"], [39, "id22"], [39, "id23"], [39, "id25"], [39, "id27"], [39, "id29"], [39, "id30"], [39, "id31"], [39, "id32"], [39, "id33"], [39, "id34"], [39, "id36"], [39, "id38"], [39, "id40"], [39, "id42"], [39, "id44"], [39, "id46"], [39, "id48"]], "cpl_core.dependency_injection.service_provider_abc module": [[23, "module-cpl_core.dependency_injection.service_provider_abc"]], "cpl_core.environment package": [[24, "cpl-core-environment-package"]], "cpl_core.environment.application_environment module": [[24, "module-cpl_core.environment.application_environment"]], "cpl_core.environment.application_environment_abc module": [[24, "module-cpl_core.environment.application_environment_abc"]], "cpl_core.environment.environment_name_enum module": [[24, "module-cpl_core.environment.environment_name_enum"]], "cpl_core.log package": [[25, "cpl-core-logging-package"]], "cpl_core.log.logger_abc module": [[25, "module-cpl_core.log.logger_abc"]], "cpl_core.log.logger_service module": [[25, "module-cpl_core.log.logger_service"]], "cpl_core.log.logging_level_enum module": [[25, "module-cpl_core.log.logging_level_enum"]], "cpl_core.log.logging_settings module": [[25, "module-cpl_core.log.logging_settings"]], "cpl_core.log.logging_settings_name_enum module": [[25, "module-cpl_core.log.logging_settings_name_enum"]], "cpl_mail package": [[26, "cpl-core-mailing-package"]], "cpl_mail.email module": [[26, "module-cpl_mail.email"]], "cpl_mail.email_client_abc module": [[26, "module-cpl_mail.email_client_abc"]], "cpl_mail.email_client_service module": [[26, "module-cpl_mail.email_client_service"]], "cpl_mail.email_client_settings module": [[26, "module-cpl_mail.email_client_settings"]], "cpl_mail.email_client_settings_name_enum module": [[26, "module-cpl_mail.email_client_settings_name_enum"]], "cpl_core.pipes package": [[27, "cpl-core-pipes-package"]], "cpl_core.pipes.bool_pipe module": [[27, "module-cpl_core.pipes.bool_pipe"]], "cpl_core.pipes.first_char_to_lower_pipe module": [[27, "module-cpl_core.pipes.first_char_to_lower_pipe"]], "cpl_core.pipes.first_to_upper_pipe module": [[27, "module-cpl_core.pipes.first_to_upper_pipe"]], "cpl_core.pipes.ip_address_pipe module": [[27, "module-cpl_core.pipes.ip_address_pipe"]], "cpl_core.pipes.pipe_abc module": [[27, "module-cpl_core.pipes.pipe_abc"]], "cpl_core.pipes.to_camel_case_pipe module": [[27, "module-cpl_core.pipes.to_camel_case_pipe"]], "cpl_core.pipes.to_snake_case_pipe module": [[27, "module-cpl_core.pipes.to_snake_case_pipe"]], "cpl_core.pipes.version_pipe module": [[27, "module-cpl_core.pipes.version_pipe"]], "cpl_core.time package": [[28, "cpl-core-time-package"]], "cpl_core.time.time_format_settings module": [[28, "module-cpl_core.time.time_format_settings"]], "cpl_core.time.time_format_settings_names_enum module": [[28, "module-cpl_core.time.time_format_settings_names_enum"]], "cpl_core.utils package": [[29, "cpl-core-utils-package"]], "cpl_core.utils.credential_manager module": [[29, "module-cpl_core.utils.credential_manager"]], "cpl_core.utils.pip module": [[29, "module-cpl_core.utils.pip"]], "cpl_core.utils.string module": [[29, "module-cpl_core.utils.string"]], "Discord Reference": [[30, "discord-reference"]], "cpl_discord.discord_event_types_enum module": [[30, "module-cpl_discord.discord_event_types_enum"]], "cpl_discord.application package": [[31, "cpl-discord-application-package"]], "cpl_discord.application.discord_bot_application_abc module": [[31, "module-cpl_discord.application.discord_bot_application_abc"]], "cpl-discord CPL Discord": [[31, "cpl-discord-cpl-discord"], [32, "cpl-discord-cpl-discord"], [33, "cpl-discord-cpl-discord"], [34, "cpl-discord-cpl-discord"], [35, "cpl-discord-cpl-discord"], [36, "cpl-discord-cpl-discord"], [37, "cpl-discord-cpl-discord"]], "cpl_discord.command package": [[32, "cpl-discord-command-package"]], "cpl_discord.command.discord_command_abc module": [[32, "module-cpl_discord.command.discord_command_abc"]], "cpl_discord.command.discord_commands_meta module": [[32, "module-cpl_discord.command.discord_commands_meta"]], "cpl_discord.configuration package": [[33, "cpl-discord-configuration-package"]], "cpl_discord.configuration.discord_bot_settings module": [[33, "module-cpl_discord.configuration.discord_bot_settings"]], "cpl_discord.container package": [[34, "cpl-discord-container-package"]], "cpl_discord.container.category_channel module": [[34, "module-cpl_discord.container.category_channel"]], "cpl_discord.container.container module": [[34, "module-cpl_discord.container.container"]], "cpl_discord.container.guild module": [[34, "module-cpl_discord.container.guild"]], "cpl_discord.container.member module": [[34, "module-cpl_discord.container.member"]], "cpl_discord.container.role module": [[34, "module-cpl_discord.container.role"]], "cpl_discord.container.text_channel module": [[34, "module-cpl_discord.container.text_channel"]], "cpl_discord.container.thread module": [[34, "module-cpl_discord.container.thread"]], "cpl_discord.container.voice_channel module": [[34, "module-cpl_discord.container.voice_channel"]], "cpl_discord.events package": [[35, "cpl-discord-events-package"]], "cpl_discord.events.on_bulk_message_delete_abc module": [[35, "module-cpl_discord.events.on_bulk_message_delete_abc"]], "cpl_discord.events.on_command_abc module": [[35, "module-cpl_discord.events.on_command_abc"]], "cpl_discord.events.on_command_completion_abc module": [[35, "module-cpl_discord.events.on_command_completion_abc"]], "cpl_discord.events.on_command_error_abc module": [[35, "module-cpl_discord.events.on_command_error_abc"]], "cpl_discord.events.on_connect_abc module": [[35, "module-cpl_discord.events.on_connect_abc"]], "cpl_discord.events.on_disconnect_abc module": [[35, "module-cpl_discord.events.on_disconnect_abc"]], "cpl_discord.events.on_error_abc module": [[35, "module-cpl_discord.events.on_error_abc"]], "cpl_discord.events.on_group_join_abc module": [[35, "module-cpl_discord.events.on_group_join_abc"]], "cpl_discord.events.on_group_remove_abc module": [[35, "module-cpl_discord.events.on_group_remove_abc"]], "cpl_discord.events.on_guild_available_abc module": [[35, "module-cpl_discord.events.on_guild_available_abc"]], "cpl_discord.events.on_guild_channel_create_abc module": [[35, "module-cpl_discord.events.on_guild_channel_create_abc"]], "cpl_discord.events.on_guild_channel_delete_abc module": [[35, "module-cpl_discord.events.on_guild_channel_delete_abc"]], "cpl_discord.events.on_guild_channel_pins_update_abc module": [[35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"]], "cpl_discord.events.on_guild_channel_update_abc module": [[35, "module-cpl_discord.events.on_guild_channel_update_abc"]], "cpl_discord.events.on_guild_emojis_update_abc module": [[35, "module-cpl_discord.events.on_guild_emojis_update_abc"]], "cpl_discord.events.on_guild_integrations_update_abc module": [[35, "module-cpl_discord.events.on_guild_integrations_update_abc"]], "cpl_discord.events.on_guild_join_abc module": [[35, "module-cpl_discord.events.on_guild_join_abc"]], "cpl_discord.events.on_guild_remove_abc module": [[35, "module-cpl_discord.events.on_guild_remove_abc"]], "cpl_discord.events.on_guild_role_create_abc module": [[35, "module-cpl_discord.events.on_guild_role_create_abc"]], "cpl_discord.events.on_guild_role_delete_abc module": [[35, "module-cpl_discord.events.on_guild_role_delete_abc"]], "cpl_discord.events.on_guild_role_update_abc module": [[35, "module-cpl_discord.events.on_guild_role_update_abc"]], "cpl_discord.events.on_guild_unavailable_abc module": [[35, "module-cpl_discord.events.on_guild_unavailable_abc"]], "cpl_discord.events.on_guild_update_abc module": [[35, "module-cpl_discord.events.on_guild_update_abc"]], "cpl_discord.events.on_invite_create_abc module": [[35, "module-cpl_discord.events.on_invite_create_abc"]], "cpl_discord.events.on_invite_delete_abc module": [[35, "module-cpl_discord.events.on_invite_delete_abc"]], "cpl_discord.events.on_member_ban_abc module": [[35, "module-cpl_discord.events.on_member_ban_abc"]], "cpl_discord.events.on_member_join_abc module": [[35, "module-cpl_discord.events.on_member_join_abc"]], "cpl_discord.events.on_member_remove_abc module": [[35, "module-cpl_discord.events.on_member_remove_abc"]], "cpl_discord.events.on_member_unban_abc module": [[35, "module-cpl_discord.events.on_member_unban_abc"]], "cpl_discord.events.on_member_update_abc module": [[35, "module-cpl_discord.events.on_member_update_abc"]], "cpl_discord.events.on_message_abc module": [[35, "module-cpl_discord.events.on_message_abc"]], "cpl_discord.events.on_message_delete_abc module": [[35, "module-cpl_discord.events.on_message_delete_abc"]], "cpl_discord.events.on_message_edit_abc module": [[35, "module-cpl_discord.events.on_message_edit_abc"]], "cpl_discord.events.on_private_channel_create_abc module": [[35, "module-cpl_discord.events.on_private_channel_create_abc"]], "cpl_discord.events.on_private_channel_delete_abc module": [[35, "module-cpl_discord.events.on_private_channel_delete_abc"]], "cpl_discord.events.on_private_channel_pins_update_abc module": [[35, "module-cpl_discord.events.on_private_channel_pins_update_abc"]], "cpl_discord.events.on_private_channel_update_abc module": [[35, "module-cpl_discord.events.on_private_channel_update_abc"]], "cpl_discord.events.on_raw_reaction_add_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_add_abc"]], "cpl_discord.events.on_raw_reaction_clear_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_clear_abc"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"]], "cpl_discord.events.on_raw_reaction_remove_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_remove_abc"]], "cpl_discord.events.on_reaction_add_abc module": [[35, "module-cpl_discord.events.on_reaction_add_abc"]], "cpl_discord.events.on_reaction_clear_abc module": [[35, "module-cpl_discord.events.on_reaction_clear_abc"]], "cpl_discord.events.on_reaction_clear_emoji_abc module": [[35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"]], "cpl_discord.events.on_reaction_remove_abc module": [[35, "module-cpl_discord.events.on_reaction_remove_abc"]], "cpl_discord.events.on_ready_abc module": [[35, "module-cpl_discord.events.on_ready_abc"]], "cpl_discord.events.on_resume_abc module": [[35, "module-cpl_discord.events.on_resume_abc"]], "cpl_discord.events.on_typing_abc module": [[35, "module-cpl_discord.events.on_typing_abc"]], "cpl_discord.events.on_user_update_abc module": [[35, "module-cpl_discord.events.on_user_update_abc"]], "cpl_discord.events.on_voice_state_update_abc module": [[35, "module-cpl_discord.events.on_voice_state_update_abc"]], "cpl_discord.events.on_webhooks_update_abc module": [[35, "module-cpl_discord.events.on_webhooks_update_abc"]], "cpl_discord.helper package": [[36, "cpl-discord-helper-package"]], "cpl_discord.helper.to_containers_converter module": [[36, "module-cpl_discord.helper.to_containers_converter"]], "cpl_discord.service package": [[37, "cpl-discord-service-package"]], "cpl_discord.service.command_error_handler_service module": [[37, "module-cpl_discord.service.command_error_handler_service"]], "cpl_discord.service.discord_bot_service module": [[37, "module-cpl_discord.service.discord_bot_service"]], "cpl_discord.service.discord_bot_service_abc module": [[37, "module-cpl_discord.service.discord_bot_service_abc"]], "cpl_discord.service.discord_collection module": [[37, "module-cpl_discord.service.discord_collection"]], "cpl_discord.service.discord_collection_abc module": [[37, "module-cpl_discord.service.discord_collection_abc"]], "cpl_discord.service.discord_service module": [[37, "module-cpl_discord.service.discord_service"]], "cpl_discord.service.discord_service_abc module": [[37, "module-cpl_discord.service.discord_service_abc"]], "Query reference": [[38, "query-reference"]], "cpl_query.base package": [[39, "cpl-query-base-package"]], "cpl_query.base.default_lambda module": [[39, "module-cpl_query.base.default_lambda"]], "cpl_query.base.ordered_queryable module": [[39, "module-cpl_query.base.ordered_queryable"]], "cpl_query.base.ordered_queryable_abc module": [[39, "module-cpl_query.base.ordered_queryable_abc"]], "cpl_query.base.queryable_abc module": [[39, "module-cpl_query.base.queryable_abc"]], "Raises": [[39, "raises"]], "cpl_query.base.sequence module": [[39, "module-cpl_query.base.sequence"]], "cpl-query CPL Queries": [[39, "cpl-query-cpl-queries"], [40, "cpl-query-cpl-queries"], [41, "cpl-query-cpl-queries"], [42, "cpl-query-cpl-queries"]], "cpl_query.enumerable package": [[40, "cpl-query-enumerable-package"]], "cpl_query.enumerable.enumerable module": [[40, "module-cpl_query.enumerable.enumerable"]], "cpl_query.enumerable.enumerable_abc module": [[40, "module-cpl_query.enumerable.enumerable_abc"]], "cpl_query.extension package": [[41, "cpl-query-extension-package"]], "cpl_query.extension.list module": [[41, "module-cpl_query.extension.list"]], "cpl_query.iterable package": [[42, "cpl-query-iterable-package"]], "cpl_query.iterable.iterable module": [[42, "module-cpl_query.iterable.iterable"]], "cpl_query.iterable.iterable_abc module": [[42, "module-cpl_query.iterable.iterable_abc"]], "Translation reference": [[43, "translation-reference"]], "cpl_translation.translate_pipe": [[43, "module-cpl_translation.translate_pipe"]], "cpl_translation.translation_service": [[43, "module-cpl_translation.translation_service"]], "cpl_translation.translation_service_abc": [[43, "module-cpl_translation.translation_service_abc"]], "cpl_translation.translation_settings": [[43, "module-cpl_translation.translation_settings"]], "Deprecated": [[44, "deprecated"]], "ConfigurationModelABC from_dict method": [[44, "configurationmodelabc-from-dict-method"]], "Getting started": [[45, "getting-started"]], "Introduction to the CPL Docs": [[46, "introduction-to-the-cpl-docs"], [47, "introduction-to-the-cpl-docs"]], "Features": [[46, "features"]], "Manuals": [[46, "manuals"]], "Feature overview": [[47, "feature-overview"]], "Explore": [[47, "explore"]], "Packages": [[48, "packages"]], "Getting started with CPL": [[49, "getting-started-with-cpl"]], "Prerequisites": [[49, "prerequisites"], [50, "prerequisites"], [60, "prerequisites"]], "Create the project": [[49, "create-the-project"]], "Create a menu": [[49, "create-a-menu"]], "What\u2019s next": [[49, "what-s-next"], [50, "what-s-next"]], "Setting up the local environment and workspace": [[50, "setting-up-the-local-environment-and-workspace"]], "Install the package": [[50, "install-the-package"]], "Install the CLI": [[50, "install-the-cli"]], "Install the query": [[50, "install-the-query"]], "Create initial console app": [[50, "create-initial-console-app"]], "Create initial library": [[50, "create-initial-library"]], "Start the app": [[50, "start-the-app"]], "Tutorials": [[51, "tutorials"]], "Using appsettings.json": [[52, "using-appsettings-json"]], "Coming soon": [[52, "coming-soon"], [53, "coming-soon"], [54, "coming-soon"], [55, "coming-soon"], [56, "coming-soon"], [57, "coming-soon"], [58, "coming-soon"], [59, "coming-soon"]], "Use cpl_core.console.Console": [[53, "use-cpl-core-console-console"]], "Handle console arguments": [[54, "handle-console-arguments"]], "Create startup class": [[55, "create-startup-class"]], "Extend application": [[56, "extend-application"]], "Extend startup": [[57, "extend-startup"]], "Use builtin logger": [[58, "use-builtin-logger"]], "Send mails": [[59, "send-mails"]], "Using cpl g & cpl n templating": [[60, "using-cpl-g-cpl-n-templating"]], "cpl generate schematics": [[60, "cpl-generate-schematics"]], "cpl new project types": [[60, "cpl-new-project-types"]]}, "indexentries": {"applicationabc (class in cpl_core.application.application_abc)": [[17, "cpl_core.application.application_abc.ApplicationABC"]], "applicationbuilder (class in cpl_core.application.application_builder)": [[17, "cpl_core.application.application_builder.ApplicationBuilder"]], "applicationbuilderabc (class in cpl_core.application.application_builder_abc)": [[17, "cpl_core.application.application_builder_abc.ApplicationBuilderABC"]], "applicationextensionabc (class in cpl_core.application.application_extension_abc)": [[17, "cpl_core.application.application_extension_abc.ApplicationExtensionABC"]], "startupabc (class in cpl_core.application.startup_abc)": [[17, "cpl_core.application.startup_abc.StartupABC"]], "startupextensionabc (class in cpl_core.application.startup_extension_abc)": [[17, "cpl_core.application.startup_extension_abc.StartupExtensionABC"]], "versioninfo (class in cpl_core.application)": [[17, "cpl_core.application.VersionInfo"]], "build() (cpl_core.application.application_builder.applicationbuilder method)": [[17, "cpl_core.application.application_builder.ApplicationBuilder.build"]], "build() (cpl_core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl_core.application.application_builder_abc.ApplicationBuilderABC.build"]], "build_async() (cpl_core.application.application_builder.applicationbuilder method)": [[17, "cpl_core.application.application_builder.ApplicationBuilder.build_async"]], "build_async() (cpl_core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl_core.application.application_builder_abc.ApplicationBuilderABC.build_async"]], "configure() (cpl_core.application.application_abc.applicationabc method)": [[17, "cpl_core.application.application_abc.ApplicationABC.configure"]], "configure_configuration() (cpl_core.application.startup_abc.startupabc method)": [[17, "cpl_core.application.startup_abc.StartupABC.configure_configuration"]], "configure_configuration() (cpl_core.application.startup_extension_abc.startupextensionabc method)": [[17, "cpl_core.application.startup_extension_abc.StartupExtensionABC.configure_configuration"]], "configure_services() (cpl_core.application.startup_abc.startupabc method)": [[17, "cpl_core.application.startup_abc.StartupABC.configure_services"]], "configure_services() (cpl_core.application.startup_extension_abc.startupextensionabc method)": [[17, "cpl_core.application.startup_extension_abc.StartupExtensionABC.configure_services"]], "cpl_core.application": [[17, "module-cpl_core.application"]], "cpl_core.application.application_abc": [[17, "module-cpl_core.application.application_abc"]], "cpl_core.application.application_builder": [[17, "module-cpl_core.application.application_builder"]], "cpl_core.application.application_builder_abc": [[17, "module-cpl_core.application.application_builder_abc"]], "cpl_core.application.application_extension_abc": [[17, "module-cpl_core.application.application_extension_abc"]], "cpl_core.application.startup_abc": [[17, "module-cpl_core.application.startup_abc"]], "cpl_core.application.startup_extension_abc": [[17, "module-cpl_core.application.startup_extension_abc"]], "main() (cpl_core.application.application_abc.applicationabc method)": [[17, "cpl_core.application.application_abc.ApplicationABC.main"]], "major (cpl_core.application.versioninfo attribute)": [[17, "cpl_core.application.VersionInfo.major"]], "micro (cpl_core.application.versioninfo attribute)": [[17, "cpl_core.application.VersionInfo.micro"]], "minor (cpl_core.application.versioninfo attribute)": [[17, "cpl_core.application.VersionInfo.minor"]], "module": [[17, "module-cpl_core.application"], [17, "module-cpl_core.application.application_abc"], [17, "module-cpl_core.application.application_builder"], [17, "module-cpl_core.application.application_builder_abc"], [17, "module-cpl_core.application.application_extension_abc"], [17, "module-cpl_core.application.startup_abc"], [17, "module-cpl_core.application.startup_extension_abc"], [18, "module-cpl_core.configuration"], [18, "module-cpl_core.configuration.argument_abc"], [18, "module-cpl_core.configuration.argument_builder"], [18, "module-cpl_core.configuration.argument_executable_abc"], [18, "module-cpl_core.configuration.argument_type_enum"], [18, "module-cpl_core.configuration.configuration"], [18, "module-cpl_core.configuration.configuration_abc"], [18, "module-cpl_core.configuration.configuration_model_abc"], [18, "module-cpl_core.configuration.configuration_variable_name_enum"], [18, "module-cpl_core.configuration.executable_argument"], [18, "module-cpl_core.configuration.flag_argument"], [18, "module-cpl_core.configuration.validator_abc"], [18, "module-cpl_core.configuration.variable_argument"], [19, "module-cpl_core.console"], [19, "module-cpl_core.console.background_color_enum"], [19, "module-cpl_core.console.console"], [19, "module-cpl_core.console.console_call"], [19, "module-cpl_core.console.foreground_color_enum"], [19, "module-cpl_core.console.spinner_thread"], [20, "module-cpl_core.database"], [20, "module-cpl_core.database.database_settings"], [20, "module-cpl_core.database.database_settings_name_enum"], [20, "module-cpl_core.database.table_abc"], [21, "module-cpl_core.database.connection"], [21, "module-cpl_core.database.connection.database_connection"], [21, "module-cpl_core.database.connection.database_connection_abc"], [22, "module-cpl_core.database.context"], [22, "module-cpl_core.database.context.database_context"], [22, "module-cpl_core.database.context.database_context_abc"], [23, "module-cpl_core.dependency_injection"], [23, "module-cpl_core.dependency_injection.scope"], [23, "module-cpl_core.dependency_injection.scope_abc"], [23, "module-cpl_core.dependency_injection.scope_builder"], [23, "module-cpl_core.dependency_injection.service_collection"], [23, "module-cpl_core.dependency_injection.service_collection_abc"], [23, "module-cpl_core.dependency_injection.service_descriptor"], [23, "module-cpl_core.dependency_injection.service_lifetime_enum"], [23, "module-cpl_core.dependency_injection.service_provider"], [23, "module-cpl_core.dependency_injection.service_provider_abc"], [24, "module-cpl_core.environment"], [24, "module-cpl_core.environment.application_environment"], [24, "module-cpl_core.environment.application_environment_abc"], [24, "module-cpl_core.environment.environment_name_enum"], [25, "module-cpl_core.log"], [25, "module-cpl_core.log.logger_abc"], [25, "module-cpl_core.log.logger_service"], [25, "module-cpl_core.log.logging_level_enum"], [25, "module-cpl_core.log.logging_settings"], [25, "module-cpl_core.log.logging_settings_name_enum"], [26, "module-cpl_mail"], [26, "module-cpl_mail.email"], [26, "module-cpl_mail.email_client_abc"], [26, "module-cpl_mail.email_client_service"], [26, "module-cpl_mail.email_client_settings"], [26, "module-cpl_mail.email_client_settings_name_enum"], [27, "module-cpl_core.pipes"], [27, "module-cpl_core.pipes.bool_pipe"], [27, "module-cpl_core.pipes.first_char_to_lower_pipe"], [27, "module-cpl_core.pipes.first_to_upper_pipe"], [27, "module-cpl_core.pipes.ip_address_pipe"], [27, "module-cpl_core.pipes.pipe_abc"], [27, "module-cpl_core.pipes.to_camel_case_pipe"], [27, "module-cpl_core.pipes.to_snake_case_pipe"], [27, "module-cpl_core.pipes.version_pipe"], [28, "module-cpl_core.time"], [28, "module-cpl_core.time.time_format_settings"], [28, "module-cpl_core.time.time_format_settings_names_enum"], [29, "module-cpl_core.utils"], [29, "module-cpl_core.utils.credential_manager"], [29, "module-cpl_core.utils.pip"], [29, "module-cpl_core.utils.string"], [30, "module-cpl_discord.discord_event_types_enum"], [31, "module-cpl_discord.application"], [31, "module-cpl_discord.application.discord_bot_application_abc"], [32, "module-cpl_discord.command"], [32, "module-cpl_discord.command.discord_command_abc"], [32, "module-cpl_discord.command.discord_commands_meta"], [33, "module-cpl_discord.configuration"], [33, "module-cpl_discord.configuration.discord_bot_settings"], [34, "module-cpl_discord.container"], [34, "module-cpl_discord.container.category_channel"], [34, "module-cpl_discord.container.container"], [34, "module-cpl_discord.container.guild"], [34, "module-cpl_discord.container.member"], [34, "module-cpl_discord.container.role"], [34, "module-cpl_discord.container.text_channel"], [34, "module-cpl_discord.container.thread"], [34, "module-cpl_discord.container.voice_channel"], [35, "module-cpl_discord.events"], [35, "module-cpl_discord.events.on_bulk_message_delete_abc"], [35, "module-cpl_discord.events.on_command_abc"], [35, "module-cpl_discord.events.on_command_completion_abc"], [35, "module-cpl_discord.events.on_command_error_abc"], [35, "module-cpl_discord.events.on_connect_abc"], [35, "module-cpl_discord.events.on_disconnect_abc"], [35, "module-cpl_discord.events.on_error_abc"], [35, "module-cpl_discord.events.on_group_join_abc"], [35, "module-cpl_discord.events.on_group_remove_abc"], [35, "module-cpl_discord.events.on_guild_available_abc"], [35, "module-cpl_discord.events.on_guild_channel_create_abc"], [35, "module-cpl_discord.events.on_guild_channel_delete_abc"], [35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"], [35, "module-cpl_discord.events.on_guild_channel_update_abc"], [35, "module-cpl_discord.events.on_guild_emojis_update_abc"], [35, "module-cpl_discord.events.on_guild_integrations_update_abc"], [35, "module-cpl_discord.events.on_guild_join_abc"], [35, "module-cpl_discord.events.on_guild_remove_abc"], [35, "module-cpl_discord.events.on_guild_role_create_abc"], [35, "module-cpl_discord.events.on_guild_role_delete_abc"], [35, "module-cpl_discord.events.on_guild_role_update_abc"], [35, "module-cpl_discord.events.on_guild_unavailable_abc"], [35, "module-cpl_discord.events.on_guild_update_abc"], [35, "module-cpl_discord.events.on_invite_create_abc"], [35, "module-cpl_discord.events.on_invite_delete_abc"], [35, "module-cpl_discord.events.on_member_ban_abc"], [35, "module-cpl_discord.events.on_member_join_abc"], [35, "module-cpl_discord.events.on_member_remove_abc"], [35, "module-cpl_discord.events.on_member_unban_abc"], [35, "module-cpl_discord.events.on_member_update_abc"], [35, "module-cpl_discord.events.on_message_abc"], [35, "module-cpl_discord.events.on_message_delete_abc"], [35, "module-cpl_discord.events.on_message_edit_abc"], [35, "module-cpl_discord.events.on_private_channel_create_abc"], [35, "module-cpl_discord.events.on_private_channel_delete_abc"], [35, "module-cpl_discord.events.on_private_channel_pins_update_abc"], [35, "module-cpl_discord.events.on_private_channel_update_abc"], [35, "module-cpl_discord.events.on_raw_reaction_add_abc"], [35, "module-cpl_discord.events.on_raw_reaction_clear_abc"], [35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"], [35, "module-cpl_discord.events.on_raw_reaction_remove_abc"], [35, "module-cpl_discord.events.on_reaction_add_abc"], [35, "module-cpl_discord.events.on_reaction_clear_abc"], [35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"], [35, "module-cpl_discord.events.on_reaction_remove_abc"], [35, "module-cpl_discord.events.on_ready_abc"], [35, "module-cpl_discord.events.on_resume_abc"], [35, "module-cpl_discord.events.on_typing_abc"], [35, "module-cpl_discord.events.on_user_update_abc"], [35, "module-cpl_discord.events.on_voice_state_update_abc"], [35, "module-cpl_discord.events.on_webhooks_update_abc"], [36, "module-cpl_discord.helper"], [36, "module-cpl_discord.helper.to_containers_converter"], [37, "module-cpl_discord.service"], [37, "module-cpl_discord.service.command_error_handler_service"], [37, "module-cpl_discord.service.discord_bot_service"], [37, "module-cpl_discord.service.discord_bot_service_abc"], [37, "module-cpl_discord.service.discord_collection"], [37, "module-cpl_discord.service.discord_collection_abc"], [37, "module-cpl_discord.service.discord_service"], [37, "module-cpl_discord.service.discord_service_abc"], [39, "module-cpl_query.base"], [39, "module-cpl_query.base.default_lambda"], [39, "module-cpl_query.base.ordered_queryable"], [39, "module-cpl_query.base.ordered_queryable_abc"], [39, "module-cpl_query.base.queryable_abc"], [39, "module-cpl_query.base.sequence"], [40, "module-cpl_query.enumerable"], [40, "module-cpl_query.enumerable.enumerable"], [40, "module-cpl_query.enumerable.enumerable_abc"], [41, "module-cpl_query.extension"], [41, "module-cpl_query.extension.list"], [42, "module-cpl_query.iterable"], [42, "module-cpl_query.iterable.iterable"], [42, "module-cpl_query.iterable.iterable_abc"], [43, "module-cpl_translation.translate_pipe"], [43, "module-cpl_translation.translation_service"], [43, "module-cpl_translation.translation_service_abc"], [43, "module-cpl_translation.translation_settings"]], "run() (cpl_core.application.application_abc.applicationabc method)": [[17, "cpl_core.application.application_abc.ApplicationABC.run"]], "run() (cpl_core.application.application_extension_abc.applicationextensionabc method)": [[17, "cpl_core.application.application_extension_abc.ApplicationExtensionABC.run"]], "run_async() (cpl_core.application.application_abc.applicationabc method)": [[17, "cpl_core.application.application_abc.ApplicationABC.run_async"]], "use_extension() (cpl_core.application.application_builder.applicationbuilder method)": [[17, "cpl_core.application.application_builder.ApplicationBuilder.use_extension"]], "use_startup() (cpl_core.application.application_builder.applicationbuilder method)": [[17, "cpl_core.application.application_builder.ApplicationBuilder.use_startup"]], "use_startup() (cpl_core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl_core.application.application_builder_abc.ApplicationBuilderABC.use_startup"]], "argumentabc (class in cpl_core.configuration.argument_abc)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC"]], "argumentbuilder (class in cpl_core.configuration.argument_builder)": [[18, "cpl_core.configuration.argument_builder.ArgumentBuilder"]], "argumentexecutableabc (class in cpl_core.configuration.argument_executable_abc)": [[18, "cpl_core.configuration.argument_executable_abc.ArgumentExecutableABC"]], "argumenttypeenum (class in cpl_core.configuration.argument_type_enum)": [[18, "cpl_core.configuration.argument_type_enum.ArgumentTypeEnum"]], "configuration (class in cpl_core.configuration.configuration)": [[18, "cpl_core.configuration.configuration.Configuration"]], "configurationabc (class in cpl_core.configuration.configuration_abc)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC"]], "configurationmodelabc (class in cpl_core.configuration.configuration_model_abc)": [[18, "cpl_core.configuration.configuration_model_abc.ConfigurationModelABC"]], "configurationvariablenameenum (class in cpl_core.configuration.configuration_variable_name_enum)": [[18, "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum"]], "executable (cpl_core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl_core.configuration.argument_type_enum.ArgumentTypeEnum.Executable"]], "executableargument (class in cpl_core.configuration.executable_argument)": [[18, "cpl_core.configuration.executable_argument.ExecutableArgument"]], "flag (cpl_core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl_core.configuration.argument_type_enum.ArgumentTypeEnum.Flag"]], "flagargument (class in cpl_core.configuration.flag_argument)": [[18, "cpl_core.configuration.flag_argument.FlagArgument"]], "validatorabc (class in cpl_core.configuration.validator_abc)": [[18, "cpl_core.configuration.validator_abc.ValidatorABC"]], "variable (cpl_core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl_core.configuration.argument_type_enum.ArgumentTypeEnum.Variable"]], "variableargument (class in cpl_core.configuration.variable_argument)": [[18, "cpl_core.configuration.variable_argument.VariableArgument"]], "versioninfo (class in cpl_core.configuration)": [[18, "cpl_core.configuration.VersionInfo"]], "add_configuration() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.add_configuration"]], "add_configuration() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.add_configuration"]], "add_console_argument() (cpl_core.configuration.argument_abc.argumentabc method)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.add_console_argument"]], "add_console_argument() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.add_console_argument"]], "add_console_argument() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.add_console_argument"]], "add_environment_variables() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.add_environment_variables"]], "add_environment_variables() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.add_environment_variables"]], "add_json_file() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.add_json_file"]], "add_json_file() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.add_json_file"]], "additional_arguments (cpl_core.configuration.configuration.configuration property)": [[18, "cpl_core.configuration.configuration.Configuration.additional_arguments"]], "additional_arguments (cpl_core.configuration.configuration_abc.configurationabc property)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.additional_arguments"]], "aliases (cpl_core.configuration.argument_abc.argumentabc property)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.aliases"]], "argument_error_function (cpl_core.configuration.configuration.configuration property)": [[18, "cpl_core.configuration.configuration.Configuration.argument_error_function"]], "argument_error_function (cpl_core.configuration.configuration_abc.configurationabc property)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.argument_error_function"]], "arguments (cpl_core.configuration.configuration.configuration property)": [[18, "cpl_core.configuration.configuration.Configuration.arguments"]], "arguments (cpl_core.configuration.configuration_abc.configurationabc property)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.arguments"]], "base_func() (in module cpl_core.configuration.configuration_model_abc)": [[18, "cpl_core.configuration.configuration_model_abc.base_func"]], "build_argument() (cpl_core.configuration.argument_builder.argumentbuilder static method)": [[18, "cpl_core.configuration.argument_builder.ArgumentBuilder.build_argument"]], "console_arguments (cpl_core.configuration.argument_abc.argumentabc property)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.console_arguments"]], "cpl_core.configuration": [[18, "module-cpl_core.configuration"]], "cpl_core.configuration.argument_abc": [[18, "module-cpl_core.configuration.argument_abc"]], "cpl_core.configuration.argument_builder": [[18, "module-cpl_core.configuration.argument_builder"]], "cpl_core.configuration.argument_executable_abc": [[18, "module-cpl_core.configuration.argument_executable_abc"]], "cpl_core.configuration.argument_type_enum": [[18, "module-cpl_core.configuration.argument_type_enum"]], "cpl_core.configuration.configuration": [[18, "module-cpl_core.configuration.configuration"]], "cpl_core.configuration.configuration_abc": [[18, "module-cpl_core.configuration.configuration_abc"]], "cpl_core.configuration.configuration_model_abc": [[18, "module-cpl_core.configuration.configuration_model_abc"]], "cpl_core.configuration.configuration_variable_name_enum": [[18, "module-cpl_core.configuration.configuration_variable_name_enum"]], "cpl_core.configuration.executable_argument": [[18, "module-cpl_core.configuration.executable_argument"]], "cpl_core.configuration.flag_argument": [[18, "module-cpl_core.configuration.flag_argument"]], "cpl_core.configuration.validator_abc": [[18, "module-cpl_core.configuration.validator_abc"]], "cpl_core.configuration.variable_argument": [[18, "module-cpl_core.configuration.variable_argument"]], "create_console_argument() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.create_console_argument"]], "create_console_argument() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.create_console_argument"]], "customer (cpl_core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.customer"]], "environment (cpl_core.configuration.configuration.configuration property)": [[18, "cpl_core.configuration.configuration.Configuration.environment"]], "environment (cpl_core.configuration.configuration_abc.configurationabc property)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.environment"]], "environment (cpl_core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.environment"]], "executable_type (cpl_core.configuration.executable_argument.executableargument property)": [[18, "cpl_core.configuration.executable_argument.ExecutableArgument.executable_type"]], "for_each_argument() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.for_each_argument"]], "for_each_argument() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.for_each_argument"]], "from_dict() (cpl_core.configuration.configuration_model_abc.configurationmodelabc method)": [[18, "cpl_core.configuration.configuration_model_abc.ConfigurationModelABC.from_dict"]], "get_configuration() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.get_configuration"]], "get_configuration() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.get_configuration"]], "major (cpl_core.configuration.versioninfo attribute)": [[18, "cpl_core.configuration.VersionInfo.major"]], "micro (cpl_core.configuration.versioninfo attribute)": [[18, "cpl_core.configuration.VersionInfo.micro"]], "minor (cpl_core.configuration.versioninfo attribute)": [[18, "cpl_core.configuration.VersionInfo.minor"]], "name (cpl_core.configuration.argument_abc.argumentabc property)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.name"]], "name (cpl_core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.name"]], "parse_console_arguments() (cpl_core.configuration.configuration.configuration method)": [[18, "cpl_core.configuration.configuration.Configuration.parse_console_arguments"]], "parse_console_arguments() (cpl_core.configuration.configuration_abc.configurationabc method)": [[18, "cpl_core.configuration.configuration_abc.ConfigurationABC.parse_console_arguments"]], "prevent_next_executable (cpl_core.configuration.argument_abc.argumentabc property)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.prevent_next_executable"]], "run() (cpl_core.configuration.argument_executable_abc.argumentexecutableabc method)": [[18, "cpl_core.configuration.argument_executable_abc.ArgumentExecutableABC.run"]], "run() (cpl_core.configuration.executable_argument.executableargument method)": [[18, "cpl_core.configuration.executable_argument.ExecutableArgument.run"]], "set_executable() (cpl_core.configuration.executable_argument.executableargument method)": [[18, "cpl_core.configuration.executable_argument.ExecutableArgument.set_executable"]], "set_value() (cpl_core.configuration.variable_argument.variableargument method)": [[18, "cpl_core.configuration.variable_argument.VariableArgument.set_value"]], "to_list() (cpl_core.configuration.configuration_variable_name_enum.configurationvariablenameenum static method)": [[18, "cpl_core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.to_list"]], "token (cpl_core.configuration.argument_abc.argumentabc property)": [[18, "cpl_core.configuration.argument_abc.ArgumentABC.token"]], "validate() (cpl_core.configuration.validator_abc.validatorabc method)": [[18, "cpl_core.configuration.validator_abc.ValidatorABC.validate"]], "validators (cpl_core.configuration.executable_argument.executableargument property)": [[18, "cpl_core.configuration.executable_argument.ExecutableArgument.validators"]], "value (cpl_core.configuration.variable_argument.variableargument property)": [[18, "cpl_core.configuration.variable_argument.VariableArgument.value"]], "value_token (cpl_core.configuration.variable_argument.variableargument property)": [[18, "cpl_core.configuration.variable_argument.VariableArgument.value_token"]], "backgroundcolorenum (class in cpl_core.console.background_color_enum)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum"]], "console (class in cpl_core.console.console)": [[19, "cpl_core.console.console.Console"]], "consolecall (class in cpl_core.console.console_call)": [[19, "cpl_core.console.console_call.ConsoleCall"]], "foregroundcolorenum (class in cpl_core.console.foreground_color_enum)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum"]], "spinnerthread (class in cpl_core.console.spinner_thread)": [[19, "cpl_core.console.spinner_thread.SpinnerThread"]], "versioninfo (class in cpl_core.console)": [[19, "cpl_core.console.VersionInfo"]], "args (cpl_core.console.console_call.consolecall property)": [[19, "cpl_core.console.console_call.ConsoleCall.args"]], "background_color (cpl_core.console.console.console property)": [[19, "cpl_core.console.console.Console.background_color"]], "banner() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.banner"]], "blue (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.blue"]], "blue (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.blue"]], "clear() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.clear"]], "close() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.close"]], "color_reset() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.color_reset"]], "cpl_core.console": [[19, "module-cpl_core.console"]], "cpl_core.console.background_color_enum": [[19, "module-cpl_core.console.background_color_enum"]], "cpl_core.console.console": [[19, "module-cpl_core.console.console"]], "cpl_core.console.console_call": [[19, "module-cpl_core.console.console_call"]], "cpl_core.console.foreground_color_enum": [[19, "module-cpl_core.console.foreground_color_enum"]], "cpl_core.console.spinner_thread": [[19, "module-cpl_core.console.spinner_thread"]], "cyan (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.cyan"]], "cyan (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.cyan"]], "default (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.default"]], "default (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.default"]], "disable() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.disable"]], "enable() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.enable"]], "error() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.error"]], "exit() (cpl_core.console.spinner_thread.spinnerthread method)": [[19, "cpl_core.console.spinner_thread.SpinnerThread.exit"]], "foreground_color (cpl_core.console.console.console property)": [[19, "cpl_core.console.console.Console.foreground_color"]], "function (cpl_core.console.console_call.consolecall property)": [[19, "cpl_core.console.console_call.ConsoleCall.function"]], "green (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.green"]], "green (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.green"]], "grey (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.grey"]], "grey (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.grey"]], "magenta (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.magenta"]], "magenta (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.magenta"]], "major (cpl_core.console.versioninfo attribute)": [[19, "cpl_core.console.VersionInfo.major"]], "micro (cpl_core.console.versioninfo attribute)": [[19, "cpl_core.console.VersionInfo.micro"]], "minor (cpl_core.console.versioninfo attribute)": [[19, "cpl_core.console.VersionInfo.minor"]], "read() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.read"]], "read_line() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.read_line"]], "red (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.red"]], "red (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.red"]], "reset_cursor_position() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.reset_cursor_position"]], "run() (cpl_core.console.spinner_thread.spinnerthread method)": [[19, "cpl_core.console.spinner_thread.SpinnerThread.run"]], "select() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.select"]], "set_background_color() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.set_background_color"]], "set_cursor_position() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.set_cursor_position"]], "set_foreground_color() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.set_foreground_color"]], "set_hold_back() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.set_hold_back"]], "spinner() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.spinner"]], "stop_spinning() (cpl_core.console.spinner_thread.spinnerthread method)": [[19, "cpl_core.console.spinner_thread.SpinnerThread.stop_spinning"]], "table() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.table"]], "white (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.white"]], "white (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.white"]], "write() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.write"]], "write_at() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.write_at"]], "write_line() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.write_line"]], "write_line_at() (cpl_core.console.console.console class method)": [[19, "cpl_core.console.console.Console.write_line_at"]], "yellow (cpl_core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl_core.console.background_color_enum.BackgroundColorEnum.yellow"]], "yellow (cpl_core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl_core.console.foreground_color_enum.ForegroundColorEnum.yellow"]], "databasesettings (class in cpl_core.database.database_settings)": [[20, "cpl_core.database.database_settings.DatabaseSettings"]], "databasesettingsnameenum (class in cpl_core.database.database_settings_name_enum)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum"]], "tableabc (class in cpl_core.database.table_abc)": [[20, "cpl_core.database.table_abc.TableABC"]], "versioninfo (class in cpl_core.database)": [[20, "cpl_core.database.VersionInfo"]], "auth_plugin (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.auth_plugin"]], "auth_plugin (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.auth_plugin"]], "buffered (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.buffered"]], "buffered (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.buffered"]], "charset (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.charset"]], "charset (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.charset"]], "cpl_core.database": [[20, "module-cpl_core.database"]], "cpl_core.database.database_settings": [[20, "module-cpl_core.database.database_settings"]], "cpl_core.database.database_settings_name_enum": [[20, "module-cpl_core.database.database_settings_name_enum"]], "cpl_core.database.table_abc": [[20, "module-cpl_core.database.table_abc"]], "created_at (cpl_core.database.table_abc.tableabc property)": [[20, "cpl_core.database.table_abc.TableABC.created_at"]], "database (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.database"]], "database (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.database"]], "delete_string (cpl_core.database.table_abc.tableabc property)": [[20, "cpl_core.database.table_abc.TableABC.delete_string"]], "host (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.host"]], "host (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.host"]], "insert_string (cpl_core.database.table_abc.tableabc property)": [[20, "cpl_core.database.table_abc.TableABC.insert_string"]], "major (cpl_core.database.versioninfo attribute)": [[20, "cpl_core.database.VersionInfo.major"]], "micro (cpl_core.database.versioninfo attribute)": [[20, "cpl_core.database.VersionInfo.micro"]], "minor (cpl_core.database.versioninfo attribute)": [[20, "cpl_core.database.VersionInfo.minor"]], "modified_at (cpl_core.database.table_abc.tableabc property)": [[20, "cpl_core.database.table_abc.TableABC.modified_at"]], "password (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.password"]], "password (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.password"]], "port (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.port"]], "port (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.port"]], "udpate_string (cpl_core.database.table_abc.tableabc property)": [[20, "cpl_core.database.table_abc.TableABC.udpate_string"]], "use_unicode (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.use_unicode"]], "use_unicode (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.use_unicode"]], "user (cpl_core.database.database_settings.databasesettings property)": [[20, "cpl_core.database.database_settings.DatabaseSettings.user"]], "user (cpl_core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl_core.database.database_settings_name_enum.DatabaseSettingsNameEnum.user"]], "databaseconnection (class in cpl_core.database.connection.database_connection)": [[21, "cpl_core.database.connection.database_connection.DatabaseConnection"]], "databaseconnectionabc (class in cpl_core.database.connection.database_connection_abc)": [[21, "cpl_core.database.connection.database_connection_abc.DatabaseConnectionABC"]], "versioninfo (class in cpl_core.database.connection)": [[21, "cpl_core.database.connection.VersionInfo"]], "connect() (cpl_core.database.connection.database_connection.databaseconnection method)": [[21, "cpl_core.database.connection.database_connection.DatabaseConnection.connect"]], "connect() (cpl_core.database.connection.database_connection_abc.databaseconnectionabc method)": [[21, "cpl_core.database.connection.database_connection_abc.DatabaseConnectionABC.connect"]], "cpl_core.database.connection": [[21, "module-cpl_core.database.connection"]], "cpl_core.database.connection.database_connection": [[21, "module-cpl_core.database.connection.database_connection"]], "cpl_core.database.connection.database_connection_abc": [[21, "module-cpl_core.database.connection.database_connection_abc"]], "cursor (cpl_core.database.connection.database_connection.databaseconnection property)": [[21, "cpl_core.database.connection.database_connection.DatabaseConnection.cursor"]], "cursor (cpl_core.database.connection.database_connection_abc.databaseconnectionabc property)": [[21, "cpl_core.database.connection.database_connection_abc.DatabaseConnectionABC.cursor"]], "major (cpl_core.database.connection.versioninfo attribute)": [[21, "cpl_core.database.connection.VersionInfo.major"]], "micro (cpl_core.database.connection.versioninfo attribute)": [[21, "cpl_core.database.connection.VersionInfo.micro"]], "minor (cpl_core.database.connection.versioninfo attribute)": [[21, "cpl_core.database.connection.VersionInfo.minor"]], "server (cpl_core.database.connection.database_connection.databaseconnection property)": [[21, "cpl_core.database.connection.database_connection.DatabaseConnection.server"]], "server (cpl_core.database.connection.database_connection_abc.databaseconnectionabc property)": [[21, "cpl_core.database.connection.database_connection_abc.DatabaseConnectionABC.server"]], "databasecontext (class in cpl_core.database.context.database_context)": [[22, "cpl_core.database.context.database_context.DatabaseContext"]], "databasecontextabc (class in cpl_core.database.context.database_context_abc)": [[22, "cpl_core.database.context.database_context_abc.DatabaseContextABC"]], "versioninfo (class in cpl_core.database.context)": [[22, "cpl_core.database.context.VersionInfo"]], "connect() (cpl_core.database.context.database_context.databasecontext method)": [[22, "cpl_core.database.context.database_context.DatabaseContext.connect"]], "connect() (cpl_core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl_core.database.context.database_context_abc.DatabaseContextABC.connect"]], "cpl_core.database.context": [[22, "module-cpl_core.database.context"]], "cpl_core.database.context.database_context": [[22, "module-cpl_core.database.context.database_context"]], "cpl_core.database.context.database_context_abc": [[22, "module-cpl_core.database.context.database_context_abc"]], "cursor (cpl_core.database.context.database_context.databasecontext property)": [[22, "cpl_core.database.context.database_context.DatabaseContext.cursor"]], "cursor (cpl_core.database.context.database_context_abc.databasecontextabc property)": [[22, "cpl_core.database.context.database_context_abc.DatabaseContextABC.cursor"]], "major (cpl_core.database.context.versioninfo attribute)": [[22, "cpl_core.database.context.VersionInfo.major"]], "micro (cpl_core.database.context.versioninfo attribute)": [[22, "cpl_core.database.context.VersionInfo.micro"]], "minor (cpl_core.database.context.versioninfo attribute)": [[22, "cpl_core.database.context.VersionInfo.minor"]], "save_changes() (cpl_core.database.context.database_context.databasecontext method)": [[22, "cpl_core.database.context.database_context.DatabaseContext.save_changes"]], "save_changes() (cpl_core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl_core.database.context.database_context_abc.DatabaseContextABC.save_changes"]], "select() (cpl_core.database.context.database_context.databasecontext method)": [[22, "cpl_core.database.context.database_context.DatabaseContext.select"]], "select() (cpl_core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl_core.database.context.database_context_abc.DatabaseContextABC.select"]], "scope (class in cpl_core.dependency_injection.scope)": [[23, "cpl_core.dependency_injection.scope.Scope"]], "scopeabc (class in cpl_core.dependency_injection.scope_abc)": [[23, "cpl_core.dependency_injection.scope_abc.ScopeABC"]], "scopebuilder (class in cpl_core.dependency_injection.scope_builder)": [[23, "cpl_core.dependency_injection.scope_builder.ScopeBuilder"]], "servicecollection (class in cpl_core.dependency_injection.service_collection)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection"]], "servicecollectionabc (class in cpl_core.dependency_injection.service_collection_abc)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC"]], "servicedescriptor (class in cpl_core.dependency_injection.service_descriptor)": [[23, "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor"]], "servicelifetimeenum (class in cpl_core.dependency_injection.service_lifetime_enum)": [[23, "cpl_core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum"]], "serviceprovider (class in cpl_core.dependency_injection.service_provider)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider"]], "serviceproviderabc (class in cpl_core.dependency_injection.service_provider_abc)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC"]], "versioninfo (class in cpl_core.dependency_injection)": [[23, "cpl_core.dependency_injection.VersionInfo"]], "add_db_context() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_db_context"]], "add_db_context() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_db_context"]], "add_discord() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_discord"]], "add_logging() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_logging"]], "add_logging() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_logging"]], "add_pipes() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_pipes"]], "add_pipes() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_pipes"]], "add_scoped() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_scoped"]], "add_scoped() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_scoped"]], "add_singleton() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_singleton"]], "add_singleton() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_singleton"]], "add_transient() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.add_transient"]], "add_transient() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_transient"]], "add_translation() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_translation"]], "base_type (cpl_core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor.base_type"]], "build() (cpl_core.dependency_injection.scope_builder.scopebuilder method)": [[23, "cpl_core.dependency_injection.scope_builder.ScopeBuilder.build"]], "build_by_signature() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.build_by_signature"]], "build_by_signature() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.build_by_signature"]], "build_service() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.build_service"]], "build_service() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.build_service"]], "build_service_provider() (cpl_core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl_core.dependency_injection.service_collection.ServiceCollection.build_service_provider"]], "build_service_provider() (cpl_core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl_core.dependency_injection.service_collection_abc.ServiceCollectionABC.build_service_provider"]], "cpl_core.dependency_injection": [[23, "module-cpl_core.dependency_injection"]], "cpl_core.dependency_injection.scope": [[23, "module-cpl_core.dependency_injection.scope"]], "cpl_core.dependency_injection.scope_abc": [[23, "module-cpl_core.dependency_injection.scope_abc"]], "cpl_core.dependency_injection.scope_builder": [[23, "module-cpl_core.dependency_injection.scope_builder"]], "cpl_core.dependency_injection.service_collection": [[23, "module-cpl_core.dependency_injection.service_collection"]], "cpl_core.dependency_injection.service_collection_abc": [[23, "module-cpl_core.dependency_injection.service_collection_abc"]], "cpl_core.dependency_injection.service_descriptor": [[23, "module-cpl_core.dependency_injection.service_descriptor"]], "cpl_core.dependency_injection.service_lifetime_enum": [[23, "module-cpl_core.dependency_injection.service_lifetime_enum"]], "cpl_core.dependency_injection.service_provider": [[23, "module-cpl_core.dependency_injection.service_provider"]], "cpl_core.dependency_injection.service_provider_abc": [[23, "module-cpl_core.dependency_injection.service_provider_abc"]], "create_scope() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.create_scope"]], "create_scope() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.create_scope"]], "dispose() (cpl_core.dependency_injection.scope.scope method)": [[23, "cpl_core.dependency_injection.scope.Scope.dispose"]], "dispose() (cpl_core.dependency_injection.scope_abc.scopeabc method)": [[23, "cpl_core.dependency_injection.scope_abc.ScopeABC.dispose"]], "get_service() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.get_service"]], "get_service() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.get_service"]], "get_services() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.get_services"]], "get_services() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.get_services"]], "implementation (cpl_core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor.implementation"]], "inject() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc class method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.inject"]], "lifetime (cpl_core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor.lifetime"]], "major (cpl_core.dependency_injection.versioninfo attribute)": [[23, "cpl_core.dependency_injection.VersionInfo.major"]], "micro (cpl_core.dependency_injection.versioninfo attribute)": [[23, "cpl_core.dependency_injection.VersionInfo.micro"]], "minor (cpl_core.dependency_injection.versioninfo attribute)": [[23, "cpl_core.dependency_injection.VersionInfo.minor"]], "scoped (cpl_core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl_core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.scoped"]], "service_provider (cpl_core.dependency_injection.scope.scope property)": [[23, "cpl_core.dependency_injection.scope.Scope.service_provider"]], "service_provider (cpl_core.dependency_injection.scope_abc.scopeabc property)": [[23, "cpl_core.dependency_injection.scope_abc.ScopeABC.service_provider"]], "service_type (cpl_core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl_core.dependency_injection.service_descriptor.ServiceDescriptor.service_type"]], "set_global_provider() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc class method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.set_global_provider"]], "set_scope() (cpl_core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl_core.dependency_injection.service_provider.ServiceProvider.set_scope"]], "set_scope() (cpl_core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl_core.dependency_injection.service_provider_abc.ServiceProviderABC.set_scope"]], "singleton (cpl_core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl_core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.singleton"]], "transient (cpl_core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl_core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.transient"]], "applicationenvironment (class in cpl_core.environment.application_environment)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment"]], "applicationenvironmentabc (class in cpl_core.environment.application_environment_abc)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC"]], "environmentnameenum (class in cpl_core.environment.environment_name_enum)": [[24, "cpl_core.environment.environment_name_enum.EnvironmentNameEnum"]], "versioninfo (class in cpl_core.environment)": [[24, "cpl_core.environment.VersionInfo"]], "application_name (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.application_name"]], "application_name (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.application_name"]], "cpl_core.environment": [[24, "module-cpl_core.environment"]], "cpl_core.environment.application_environment": [[24, "module-cpl_core.environment.application_environment"]], "cpl_core.environment.application_environment_abc": [[24, "module-cpl_core.environment.application_environment_abc"]], "cpl_core.environment.environment_name_enum": [[24, "module-cpl_core.environment.environment_name_enum"]], "customer (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.customer"]], "customer (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.customer"]], "date_time_now (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.date_time_now"]], "date_time_now (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.date_time_now"]], "development (cpl_core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl_core.environment.environment_name_enum.EnvironmentNameEnum.development"]], "end_time (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.end_time"]], "end_time (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.end_time"]], "environment_name (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.environment_name"]], "environment_name (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.environment_name"]], "host_name (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.host_name"]], "host_name (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.host_name"]], "major (cpl_core.environment.versioninfo attribute)": [[24, "cpl_core.environment.VersionInfo.major"]], "micro (cpl_core.environment.versioninfo attribute)": [[24, "cpl_core.environment.VersionInfo.micro"]], "minor (cpl_core.environment.versioninfo attribute)": [[24, "cpl_core.environment.VersionInfo.minor"]], "production (cpl_core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl_core.environment.environment_name_enum.EnvironmentNameEnum.production"]], "runtime_directory (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.runtime_directory"]], "runtime_directory (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.runtime_directory"]], "set_runtime_directory() (cpl_core.environment.application_environment.applicationenvironment method)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.set_runtime_directory"]], "set_runtime_directory() (cpl_core.environment.application_environment_abc.applicationenvironmentabc method)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.set_runtime_directory"]], "set_working_directory() (cpl_core.environment.application_environment.applicationenvironment method)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.set_working_directory"]], "set_working_directory() (cpl_core.environment.application_environment_abc.applicationenvironmentabc method)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.set_working_directory"]], "staging (cpl_core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl_core.environment.environment_name_enum.EnvironmentNameEnum.staging"]], "start_time (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.start_time"]], "start_time (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.start_time"]], "testing (cpl_core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl_core.environment.environment_name_enum.EnvironmentNameEnum.testing"]], "working_directory (cpl_core.environment.application_environment.applicationenvironment property)": [[24, "cpl_core.environment.application_environment.ApplicationEnvironment.working_directory"]], "working_directory (cpl_core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl_core.environment.application_environment_abc.ApplicationEnvironmentABC.working_directory"]], "debug (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.DEBUG"]], "error (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.ERROR"]], "fatal (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.FATAL"]], "info (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.INFO"]], "logger (class in cpl_core.log.logger_service)": [[25, "cpl_core.log.logger_service.Logger"]], "loggerabc (class in cpl_core.log.logger_abc)": [[25, "cpl_core.log.logger_abc.LoggerABC"]], "logginglevelenum (class in cpl_core.log.logging_level_enum)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum"]], "loggingsettings (class in cpl_core.log.logging_settings)": [[25, "cpl_core.log.logging_settings.LoggingSettings"]], "loggingsettingsnameenum (class in cpl_core.log.logging_settings_name_enum)": [[25, "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum"]], "off (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.OFF"]], "trace (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.TRACE"]], "versioninfo (class in cpl_core.log)": [[25, "cpl_core.log.VersionInfo"]], "warn (cpl_core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl_core.log.logging_level_enum.LoggingLevelEnum.WARN"]], "console (cpl_core.log.logging_settings.loggingsettings property)": [[25, "cpl_core.log.logging_settings.LoggingSettings.console"]], "console_level (cpl_core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum.console_level"]], "cpl_core.log": [[25, "module-cpl_core.log"]], "cpl_core.log.logger_abc": [[25, "module-cpl_core.log.logger_abc"]], "cpl_core.log.logger_service": [[25, "module-cpl_core.log.logger_service"]], "cpl_core.log.logging_level_enum": [[25, "module-cpl_core.log.logging_level_enum"]], "cpl_core.log.logging_settings": [[25, "module-cpl_core.log.logging_settings"]], "cpl_core.log.logging_settings_name_enum": [[25, "module-cpl_core.log.logging_settings_name_enum"]], "create() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.create"]], "debug() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.debug"]], "debug() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.debug"]], "error() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.error"]], "error() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.error"]], "fatal() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.fatal"]], "fatal() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.fatal"]], "file_level (cpl_core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum.file_level"]], "filename (cpl_core.log.logging_settings.loggingsettings property)": [[25, "cpl_core.log.logging_settings.LoggingSettings.filename"]], "filename (cpl_core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum.filename"]], "header() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.header"]], "header() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.header"]], "info() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.info"]], "info() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.info"]], "level (cpl_core.log.logging_settings.loggingsettings property)": [[25, "cpl_core.log.logging_settings.LoggingSettings.level"]], "major (cpl_core.log.versioninfo attribute)": [[25, "cpl_core.log.VersionInfo.major"]], "micro (cpl_core.log.versioninfo attribute)": [[25, "cpl_core.log.VersionInfo.micro"]], "minor (cpl_core.log.versioninfo attribute)": [[25, "cpl_core.log.VersionInfo.minor"]], "path (cpl_core.log.logging_settings.loggingsettings property)": [[25, "cpl_core.log.logging_settings.LoggingSettings.path"]], "path (cpl_core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl_core.log.logging_settings_name_enum.LoggingSettingsNameEnum.path"]], "trace() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.trace"]], "trace() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.trace"]], "warn() (cpl_core.log.logger_abc.loggerabc method)": [[25, "cpl_core.log.logger_abc.LoggerABC.warn"]], "warn() (cpl_core.log.logger_service.logger method)": [[25, "cpl_core.log.logger_service.Logger.warn"]], "email (class in cpl_mail.email)": [[26, "cpl_mail.email.EMail"]], "emailclient (class in cpl_mail.email_client_service)": [[26, "cpl_mail.email_client_service.EMailClient"]], "emailclientabc (class in cpl_mail.email_client_abc)": [[26, "cpl_mail.email_client_abc.EMailClientABC"]], "emailclientsettings (class in cpl_mail.email_client_settings)": [[26, "cpl_mail.email_client_settings.EMailClientSettings"]], "emailclientsettingsnameenum (class in cpl_mail.email_client_settings_name_enum)": [[26, "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum"]], "versioninfo (class in cpl_mail)": [[26, "cpl_mail.VersionInfo"]], "add_header() (cpl_mail.email.email method)": [[26, "cpl_mail.email.EMail.add_header"]], "add_receiver() (cpl_mail.email.email method)": [[26, "cpl_mail.email.EMail.add_receiver"]], "body (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.body"]], "check_mail() (cpl_mail.email.email static method)": [[26, "cpl_mail.email.EMail.check_mail"]], "connect() (cpl_mail.email_client_abc.emailclientabc method)": [[26, "cpl_mail.email_client_abc.EMailClientABC.connect"]], "connect() (cpl_mail.email_client_service.emailclient method)": [[26, "cpl_mail.email_client_service.EMailClient.connect"]], "cpl_mail": [[26, "module-cpl_mail"]], "cpl_mail.email": [[26, "module-cpl_mail.email"]], "cpl_mail.email_client_abc": [[26, "module-cpl_mail.email_client_abc"]], "cpl_mail.email_client_service": [[26, "module-cpl_mail.email_client_service"]], "cpl_mail.email_client_settings": [[26, "module-cpl_mail.email_client_settings"]], "cpl_mail.email_client_settings_name_enum": [[26, "module-cpl_mail.email_client_settings_name_enum"]], "create() (cpl_mail.email_client_service.emailclient method)": [[26, "cpl_mail.email_client_service.EMailClient.create"]], "credentials (cpl_mail.email_client_settings.emailclientsettings property)": [[26, "cpl_mail.email_client_settings.EMailClientSettings.credentials"]], "credentials (cpl_mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.credentials"]], "get_content() (cpl_mail.email.email method)": [[26, "cpl_mail.email.EMail.get_content"]], "header (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.header"]], "header_list (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.header_list"]], "host (cpl_mail.email_client_settings.emailclientsettings property)": [[26, "cpl_mail.email_client_settings.EMailClientSettings.host"]], "host (cpl_mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.host"]], "login() (cpl_mail.email_client_service.emailclient method)": [[26, "cpl_mail.email_client_service.EMailClient.login"]], "major (cpl_mail.versioninfo attribute)": [[26, "cpl_mail.VersionInfo.major"]], "micro (cpl_mail.versioninfo attribute)": [[26, "cpl_mail.VersionInfo.micro"]], "minor (cpl_mail.versioninfo attribute)": [[26, "cpl_mail.VersionInfo.minor"]], "port (cpl_mail.email_client_settings.emailclientsettings property)": [[26, "cpl_mail.email_client_settings.EMailClientSettings.port"]], "port (cpl_mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.port"]], "receiver (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.receiver"]], "receiver_list (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.receiver_list"]], "send_mail() (cpl_mail.email_client_abc.emailclientabc method)": [[26, "cpl_mail.email_client_abc.EMailClientABC.send_mail"]], "send_mail() (cpl_mail.email_client_service.emailclient method)": [[26, "cpl_mail.email_client_service.EMailClient.send_mail"]], "subject (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.subject"]], "transceiver (cpl_mail.email.email property)": [[26, "cpl_mail.email.EMail.transceiver"]], "user_name (cpl_mail.email_client_settings.emailclientsettings property)": [[26, "cpl_mail.email_client_settings.EMailClientSettings.user_name"]], "user_name (cpl_mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl_mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.user_name"]], "boolpipe (class in cpl_core.pipes.bool_pipe)": [[27, "cpl_core.pipes.bool_pipe.BoolPipe"]], "firstchartolowerpipe (class in cpl_core.pipes.first_char_to_lower_pipe)": [[27, "cpl_core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe"]], "firsttoupperpipe (class in cpl_core.pipes.first_to_upper_pipe)": [[27, "cpl_core.pipes.first_to_upper_pipe.FirstToUpperPipe"]], "ipaddresspipe (class in cpl_core.pipes.ip_address_pipe)": [[27, "cpl_core.pipes.ip_address_pipe.IPAddressPipe"]], "pipeabc (class in cpl_core.pipes.pipe_abc)": [[27, "cpl_core.pipes.pipe_abc.PipeABC"]], "tocamelcasepipe (class in cpl_core.pipes.to_camel_case_pipe)": [[27, "cpl_core.pipes.to_camel_case_pipe.ToCamelCasePipe"]], "tosnakecasepipe (class in cpl_core.pipes.to_snake_case_pipe)": [[27, "cpl_core.pipes.to_snake_case_pipe.ToSnakeCasePipe"]], "versioninfo (class in cpl_core.pipes)": [[27, "cpl_core.pipes.VersionInfo"]], "versionpipe (class in cpl_core.pipes.version_pipe)": [[27, "cpl_core.pipes.version_pipe.VersionPipe"]], "cpl_core.pipes": [[27, "module-cpl_core.pipes"]], "cpl_core.pipes.bool_pipe": [[27, "module-cpl_core.pipes.bool_pipe"]], "cpl_core.pipes.first_char_to_lower_pipe": [[27, "module-cpl_core.pipes.first_char_to_lower_pipe"]], "cpl_core.pipes.first_to_upper_pipe": [[27, "module-cpl_core.pipes.first_to_upper_pipe"]], "cpl_core.pipes.ip_address_pipe": [[27, "module-cpl_core.pipes.ip_address_pipe"]], "cpl_core.pipes.pipe_abc": [[27, "module-cpl_core.pipes.pipe_abc"]], "cpl_core.pipes.to_camel_case_pipe": [[27, "module-cpl_core.pipes.to_camel_case_pipe"]], "cpl_core.pipes.to_snake_case_pipe": [[27, "module-cpl_core.pipes.to_snake_case_pipe"]], "cpl_core.pipes.version_pipe": [[27, "module-cpl_core.pipes.version_pipe"]], "major (cpl_core.pipes.versioninfo attribute)": [[27, "cpl_core.pipes.VersionInfo.major"]], "micro (cpl_core.pipes.versioninfo attribute)": [[27, "cpl_core.pipes.VersionInfo.micro"]], "minor (cpl_core.pipes.versioninfo attribute)": [[27, "cpl_core.pipes.VersionInfo.minor"]], "transform() (cpl_core.pipes.bool_pipe.boolpipe method)": [[27, "cpl_core.pipes.bool_pipe.BoolPipe.transform"]], "transform() (cpl_core.pipes.first_char_to_lower_pipe.firstchartolowerpipe method)": [[27, "cpl_core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe.transform"]], "transform() (cpl_core.pipes.first_to_upper_pipe.firsttoupperpipe method)": [[27, "cpl_core.pipes.first_to_upper_pipe.FirstToUpperPipe.transform"]], "transform() (cpl_core.pipes.ip_address_pipe.ipaddresspipe method)": [[27, "cpl_core.pipes.ip_address_pipe.IPAddressPipe.transform"]], "transform() (cpl_core.pipes.pipe_abc.pipeabc method)": [[27, "cpl_core.pipes.pipe_abc.PipeABC.transform"]], "transform() (cpl_core.pipes.to_camel_case_pipe.tocamelcasepipe method)": [[27, "cpl_core.pipes.to_camel_case_pipe.ToCamelCasePipe.transform"]], "transform() (cpl_core.pipes.to_snake_case_pipe.tosnakecasepipe method)": [[27, "cpl_core.pipes.to_snake_case_pipe.ToSnakeCasePipe.transform"]], "transform() (cpl_core.pipes.version_pipe.versionpipe method)": [[27, "cpl_core.pipes.version_pipe.VersionPipe.transform"]], "timeformatsettings (class in cpl_core.time.time_format_settings)": [[28, "cpl_core.time.time_format_settings.TimeFormatSettings"]], "timeformatsettingsnamesenum (class in cpl_core.time.time_format_settings_names_enum)": [[28, "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum"]], "versioninfo (class in cpl_core.time)": [[28, "cpl_core.time.VersionInfo"]], "cpl_core.time": [[28, "module-cpl_core.time"]], "cpl_core.time.time_format_settings": [[28, "module-cpl_core.time.time_format_settings"]], "cpl_core.time.time_format_settings_names_enum": [[28, "module-cpl_core.time.time_format_settings_names_enum"]], "date_format (cpl_core.time.time_format_settings.timeformatsettings property)": [[28, "cpl_core.time.time_format_settings.TimeFormatSettings.date_format"]], "date_format (cpl_core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_format"]], "date_time_format (cpl_core.time.time_format_settings.timeformatsettings property)": [[28, "cpl_core.time.time_format_settings.TimeFormatSettings.date_time_format"]], "date_time_format (cpl_core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_time_format"]], "date_time_log_format (cpl_core.time.time_format_settings.timeformatsettings property)": [[28, "cpl_core.time.time_format_settings.TimeFormatSettings.date_time_log_format"]], "date_time_log_format (cpl_core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_time_log_format"]], "major (cpl_core.time.versioninfo attribute)": [[28, "cpl_core.time.VersionInfo.major"]], "micro (cpl_core.time.versioninfo attribute)": [[28, "cpl_core.time.VersionInfo.micro"]], "minor (cpl_core.time.versioninfo attribute)": [[28, "cpl_core.time.VersionInfo.minor"]], "time_format (cpl_core.time.time_format_settings.timeformatsettings property)": [[28, "cpl_core.time.time_format_settings.TimeFormatSettings.time_format"]], "time_format (cpl_core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl_core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.time_format"]], "credentialmanager (class in cpl_core.utils.credential_manager)": [[29, "cpl_core.utils.credential_manager.CredentialManager"]], "pip (class in cpl_core.utils.pip)": [[29, "cpl_core.utils.pip.Pip"]], "string (class in cpl_core.utils.string)": [[29, "cpl_core.utils.string.String"]], "versioninfo (class in cpl_core.utils)": [[29, "cpl_core.utils.VersionInfo"]], "build_string() (cpl_core.utils.credential_manager.credentialmanager static method)": [[29, "cpl_core.utils.credential_manager.CredentialManager.build_string"]], "convert_to_camel_case() (cpl_core.utils.string.string static method)": [[29, "cpl_core.utils.string.String.convert_to_camel_case"]], "convert_to_snake_case() (cpl_core.utils.string.string static method)": [[29, "cpl_core.utils.string.String.convert_to_snake_case"]], "cpl_core.utils": [[29, "module-cpl_core.utils"]], "cpl_core.utils.credential_manager": [[29, "module-cpl_core.utils.credential_manager"]], "cpl_core.utils.pip": [[29, "module-cpl_core.utils.pip"]], "cpl_core.utils.string": [[29, "module-cpl_core.utils.string"]], "decrypt() (cpl_core.utils.credential_manager.credentialmanager static method)": [[29, "cpl_core.utils.credential_manager.CredentialManager.decrypt"]], "encrypt() (cpl_core.utils.credential_manager.credentialmanager static method)": [[29, "cpl_core.utils.credential_manager.CredentialManager.encrypt"]], "first_to_lower() (cpl_core.utils.string.string static method)": [[29, "cpl_core.utils.string.String.first_to_lower"]], "first_to_upper() (cpl_core.utils.string.string static method)": [[29, "cpl_core.utils.string.String.first_to_upper"]], "get_executable() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.get_executable"]], "get_outdated() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.get_outdated"]], "get_package() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.get_package"]], "install() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.install"]], "major (cpl_core.utils.versioninfo attribute)": [[29, "cpl_core.utils.VersionInfo.major"]], "micro (cpl_core.utils.versioninfo attribute)": [[29, "cpl_core.utils.VersionInfo.micro"]], "minor (cpl_core.utils.versioninfo attribute)": [[29, "cpl_core.utils.VersionInfo.minor"]], "random_string() (cpl_core.utils.string.string static method)": [[29, "cpl_core.utils.string.String.random_string"]], "reset_executable() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.reset_executable"]], "set_executable() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.set_executable"]], "uninstall() (cpl_core.utils.pip.pip class method)": [[29, "cpl_core.utils.pip.Pip.uninstall"]], "discordeventtypesenum (class in cpl_discord.discord_event_types_enum)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum"]], "cpl_discord.discord_event_types_enum": [[30, "module-cpl_discord.discord_event_types_enum"]], "on_bulk_message_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_bulk_message_delete"]], "on_command (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command"]], "on_command_completion (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command_completion"]], "on_command_error (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command_error"]], "on_connect (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_connect"]], "on_disconnect (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_disconnect"]], "on_error (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_error"]], "on_group_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_group_join"]], "on_group_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_group_remove"]], "on_guild_available (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_available"]], "on_guild_channel_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_create"]], "on_guild_channel_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_delete"]], "on_guild_channel_pins_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_pins_update"]], "on_guild_channel_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_update"]], "on_guild_emojis_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_emojis_update"]], "on_guild_integrations_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_integrations_update"]], "on_guild_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_join"]], "on_guild_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_remove"]], "on_guild_role_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_create"]], "on_guild_role_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_delete"]], "on_guild_role_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_update"]], "on_guild_unavailable (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_unavailable"]], "on_guild_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_update"]], "on_invite_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_invite_create"]], "on_invite_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_invite_delete"]], "on_member_ban (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_ban"]], "on_member_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_join"]], "on_member_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_remove"]], "on_member_unban (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_unban"]], "on_member_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_update"]], "on_message (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message"]], "on_message_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message_delete"]], "on_message_edit (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message_edit"]], "on_private_channel_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_create"]], "on_private_channel_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_delete"]], "on_private_channel_pins_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_pins_update"]], "on_private_channel_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_update"]], "on_raw_reaction_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_add"]], "on_raw_reaction_clear (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_remove"]], "on_reaction_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_add"]], "on_reaction_clear (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_clear"]], "on_reaction_clear_emoji (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_clear_emoji"]], "on_reaction_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_remove"]], "on_ready (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_ready"]], "on_resume (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_resume"]], "on_scheduled_event_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_create"]], "on_scheduled_event_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_delete"]], "on_scheduled_event_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_update"]], "on_scheduled_event_user_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_user_add"]], "on_scheduled_event_user_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_user_remove"]], "on_typing (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_typing"]], "on_user_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_user_update"]], "on_voice_state_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_voice_state_update"]], "on_webhooks_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_webhooks_update"]], "discordbotapplicationabc (class in cpl_discord.application.discord_bot_application_abc)": [[31, "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC"]], "versioninfo (class in cpl_discord.application)": [[31, "cpl_discord.application.VersionInfo"]], "cpl_discord.application": [[31, "module-cpl_discord.application"]], "cpl_discord.application.discord_bot_application_abc": [[31, "module-cpl_discord.application.discord_bot_application_abc"]], "major (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.major"]], "micro (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.micro"]], "minor (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.minor"]], "stop_async() (cpl_discord.application.discord_bot_application_abc.discordbotapplicationabc method)": [[31, "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC.stop_async"]], "discordcogmeta (class in cpl_discord.command.discord_commands_meta)": [[32, "cpl_discord.command.discord_commands_meta.DiscordCogMeta"]], "discordcommandabc (class in cpl_discord.command.discord_command_abc)": [[32, "cpl_discord.command.discord_command_abc.DiscordCommandABC"]], "versioninfo (class in cpl_discord.command)": [[32, "cpl_discord.command.VersionInfo"]], "cpl_discord.command": [[32, "module-cpl_discord.command"]], "cpl_discord.command.discord_command_abc": [[32, "module-cpl_discord.command.discord_command_abc"]], "cpl_discord.command.discord_commands_meta": [[32, "module-cpl_discord.command.discord_commands_meta"]], "major (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.major"]], "micro (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.micro"]], "minor (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.minor"]], "discordbotsettings (class in cpl_discord.configuration.discord_bot_settings)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings"]], "versioninfo (class in cpl_discord.configuration)": [[33, "cpl_discord.configuration.VersionInfo"]], "cpl_discord.configuration": [[33, "module-cpl_discord.configuration"]], "cpl_discord.configuration.discord_bot_settings": [[33, "module-cpl_discord.configuration.discord_bot_settings"]], "major (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.major"]], "micro (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.micro"]], "minor (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.minor"]], "prefix (cpl_discord.configuration.discord_bot_settings.discordbotsettings property)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings.prefix"]], "token (cpl_discord.configuration.discord_bot_settings.discordbotsettings property)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings.token"]], "categorychannel (class in cpl_discord.container.category_channel)": [[34, "cpl_discord.container.category_channel.CategoryChannel"]], "container (class in cpl_discord.container.container)": [[34, "cpl_discord.container.container.Container"]], "guild (class in cpl_discord.container.guild)": [[34, "cpl_discord.container.guild.Guild"]], "member (class in cpl_discord.container.member)": [[34, "cpl_discord.container.member.Member"]], "role (class in cpl_discord.container.role)": [[34, "cpl_discord.container.role.Role"]], "textchannel (class in cpl_discord.container.text_channel)": [[34, "cpl_discord.container.text_channel.TextChannel"]], "thread (class in cpl_discord.container.thread)": [[34, "cpl_discord.container.thread.Thread"]], "versioninfo (class in cpl_discord.container)": [[34, "cpl_discord.container.VersionInfo"]], "voicechannel (class in cpl_discord.container.voice_channel)": [[34, "cpl_discord.container.voice_channel.VoiceChannel"]], "activities (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.activities"]], "afk_channel (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.afk_channel"]], "afk_timeout (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.afk_timeout"]], "approximate_member_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.approximate_member_count"]], "approximate_presence_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.approximate_presence_count"]], "archive_timestamp (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archive_timestamp"]], "archived (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archived"]], "archiver_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archiver_id"]], "auto_archive_duration (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.auto_archive_duration"]], "categories (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.categories"]], "category_id (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.category_id"]], "category_id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.category_id"]], "cpl_discord.container": [[34, "module-cpl_discord.container"]], "cpl_discord.container.category_channel": [[34, "module-cpl_discord.container.category_channel"]], "cpl_discord.container.container": [[34, "module-cpl_discord.container.container"]], "cpl_discord.container.guild": [[34, "module-cpl_discord.container.guild"]], "cpl_discord.container.member": [[34, "module-cpl_discord.container.member"]], "cpl_discord.container.role": [[34, "module-cpl_discord.container.role"]], "cpl_discord.container.text_channel": [[34, "module-cpl_discord.container.text_channel"]], "cpl_discord.container.thread": [[34, "module-cpl_discord.container.thread"]], "cpl_discord.container.voice_channel": [[34, "module-cpl_discord.container.voice_channel"]], "default_auto_archive_duration (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.default_auto_archive_duration"]], "default_notifications (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.default_notifications"]], "description (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.description"]], "emojis (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.emojis"]], "explicit_content_filter (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.explicit_content_filter"]], "features (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.features"]], "guild (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.guild"]], "guild (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.guild"]], "guild (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.guild"]], "guild (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.guild"]], "guild (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.guild"]], "hoist (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.hoist"]], "id (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.id"]], "id (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.id"]], "id (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.id"]], "id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.id"]], "id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.id"]], "invitable (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.invitable"]], "joined_at (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.joined_at"]], "last_message_id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.last_message_id"]], "last_message_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.last_message_id"]], "locked (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.locked"]], "major (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.major"]], "managed (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.managed"]], "max_members (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_members"]], "max_presences (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_presences"]], "max_video_channel_users (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_video_channel_users"]], "me (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.me"]], "member_count (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.member_count"]], "members (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.members"]], "members (cpl_discord.container.role.role property)": [[34, "cpl_discord.container.role.Role.members"]], "members (cpl_discord.container.text_channel.textchannel property)": [[34, "cpl_discord.container.text_channel.TextChannel.members"]], "members (cpl_discord.container.thread.thread property)": [[34, "cpl_discord.container.thread.Thread.members"]], "members (cpl_discord.container.voice_channel.voicechannel property)": [[34, "cpl_discord.container.voice_channel.VoiceChannel.members"]], "mentionable (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.mentionable"]], "message_count (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.message_count"]], "mfa_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.mfa_level"]], "micro (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.micro"]], "minor (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.minor"]], "name (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.name"]], "name (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.name"]], "name (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.name"]], "name (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.name"]], "name (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.name"]], "nick (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.nick"]], "nsfw (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.nsfw"]], "nsfw (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.nsfw"]], "nsfw_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.nsfw_level"]], "owner_id (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.owner_id"]], "owner_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.owner_id"]], "parent_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.parent_id"]], "pending (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.pending"]], "position (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.position"]], "position (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.position"]], "position (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.position"]], "preferred_locale (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.preferred_locale"]], "premium_progress_bar_enabled (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_progress_bar_enabled"]], "premium_since (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.premium_since"]], "premium_subscription_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_subscription_count"]], "premium_tier (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_tier"]], "roles (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.roles"]], "roles (cpl_discord.container.member.member property)": [[34, "cpl_discord.container.member.Member.roles"]], "slowmode_delay (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.slowmode_delay"]], "slowmode_delay (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.slowmode_delay"]], "stickers (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.stickers"]], "tags (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.tags"]], "text_channels (cpl_discord.container.category_channel.categorychannel property)": [[34, "cpl_discord.container.category_channel.CategoryChannel.text_channels"]], "text_channels (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.text_channels"]], "threads (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.threads"]], "threads (cpl_discord.container.text_channel.textchannel property)": [[34, "cpl_discord.container.text_channel.TextChannel.threads"]], "timed_out_until (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.timed_out_until"]], "topic (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.topic"]], "unavailable (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.unavailable"]], "unicode_emoji (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.unicode_emoji"]], "vanity_url_code (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.vanity_url_code"]], "verification_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.verification_level"]], "voice_channels (cpl_discord.container.category_channel.categorychannel property)": [[34, "cpl_discord.container.category_channel.CategoryChannel.voice_channels"]], "voice_channels (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.voice_channels"]], "widget_enabled (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.widget_enabled"]], "onbulkmessagedeleteabc (class in cpl_discord.events.on_bulk_message_delete_abc)": [[35, "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC"]], "oncommandabc (class in cpl_discord.events.on_command_abc)": [[35, "cpl_discord.events.on_command_abc.OnCommandABC"]], "oncommandcompletionabc (class in cpl_discord.events.on_command_completion_abc)": [[35, "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC"]], "oncommanderrorabc (class in cpl_discord.events.on_command_error_abc)": [[35, "cpl_discord.events.on_command_error_abc.OnCommandErrorABC"]], "onconnectabc (class in cpl_discord.events.on_connect_abc)": [[35, "cpl_discord.events.on_connect_abc.OnConnectABC"]], "ondisconnectabc (class in cpl_discord.events.on_disconnect_abc)": [[35, "cpl_discord.events.on_disconnect_abc.OnDisconnectABC"]], "onerrorabc (class in cpl_discord.events.on_error_abc)": [[35, "cpl_discord.events.on_error_abc.OnErrorABC"]], "ongroupjoinabc (class in cpl_discord.events.on_group_join_abc)": [[35, "cpl_discord.events.on_group_join_abc.OnGroupJoinABC"]], "ongroupremoveabc (class in cpl_discord.events.on_group_remove_abc)": [[35, "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC"]], "onguildavailableabc (class in cpl_discord.events.on_guild_available_abc)": [[35, "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC"]], "onguildchannelcreateabc (class in cpl_discord.events.on_guild_channel_create_abc)": [[35, "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC"]], "onguildchanneldeleteabc (class in cpl_discord.events.on_guild_channel_delete_abc)": [[35, "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC"]], "onguildchannelpinsupdateabc (class in cpl_discord.events.on_guild_channel_pins_update_abc)": [[35, "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC"]], "onguildchannelupdateabc (class in cpl_discord.events.on_guild_channel_update_abc)": [[35, "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC"]], "onguildemojisupdateabc (class in cpl_discord.events.on_guild_emojis_update_abc)": [[35, "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC"]], "onguildintegrationsupdateabc (class in cpl_discord.events.on_guild_integrations_update_abc)": [[35, "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC"]], "onguildjoinabc (class in cpl_discord.events.on_guild_join_abc)": [[35, "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC"]], "onguildremoveabc (class in cpl_discord.events.on_guild_remove_abc)": [[35, "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC"]], "onguildrolecreateabc (class in cpl_discord.events.on_guild_role_create_abc)": [[35, "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC"]], "onguildroledeleteabc (class in cpl_discord.events.on_guild_role_delete_abc)": [[35, "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC"]], "onguildroleupdateabc (class in cpl_discord.events.on_guild_role_update_abc)": [[35, "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC"]], "onguildunavailableabc (class in cpl_discord.events.on_guild_unavailable_abc)": [[35, "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC"]], "onguildupdateabc (class in cpl_discord.events.on_guild_update_abc)": [[35, "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC"]], "oninvitecreateabc (class in cpl_discord.events.on_invite_create_abc)": [[35, "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC"]], "oninvitedeleteabc (class in cpl_discord.events.on_invite_delete_abc)": [[35, "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC"]], "onmemberbanabc (class in cpl_discord.events.on_member_ban_abc)": [[35, "cpl_discord.events.on_member_ban_abc.OnMemberBanABC"]], "onmemberjoinabc (class in cpl_discord.events.on_member_join_abc)": [[35, "cpl_discord.events.on_member_join_abc.OnMemberJoinABC"]], "onmemberremoveabc (class in cpl_discord.events.on_member_remove_abc)": [[35, "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC"]], "onmemberunbanabc (class in cpl_discord.events.on_member_unban_abc)": [[35, "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC"]], "onmemberupdateabc (class in cpl_discord.events.on_member_update_abc)": [[35, "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC"]], "onmessageabc (class in cpl_discord.events.on_message_abc)": [[35, "cpl_discord.events.on_message_abc.OnMessageABC"]], "onmessagedeleteabc (class in cpl_discord.events.on_message_delete_abc)": [[35, "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC"]], "onmessageeditabc (class in cpl_discord.events.on_message_edit_abc)": [[35, "cpl_discord.events.on_message_edit_abc.OnMessageEditABC"]], "onprivatechannelcreateabc (class in cpl_discord.events.on_private_channel_create_abc)": [[35, "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC"]], "onprivatechanneldeleteabc (class in cpl_discord.events.on_private_channel_delete_abc)": [[35, "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC"]], "onprivatechannelpinsupdateabc (class in cpl_discord.events.on_private_channel_pins_update_abc)": [[35, "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC"]], "onprivatechannelupdateabc (class in cpl_discord.events.on_private_channel_update_abc)": [[35, "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC"]], "onrawreactionaddabc (class in cpl_discord.events.on_raw_reaction_add_abc)": [[35, "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC"]], "onrawreactionclearabc (class in cpl_discord.events.on_raw_reaction_clear_abc)": [[35, "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC"]], "onrawreactionclearemojiabc (class in cpl_discord.events.on_raw_reaction_clear_emoji_abc)": [[35, "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC"]], "onrawreactionremoveabc (class in cpl_discord.events.on_raw_reaction_remove_abc)": [[35, "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC"]], "onreactionaddabc (class in cpl_discord.events.on_reaction_add_abc)": [[35, "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC"]], "onreactionclearabc (class in cpl_discord.events.on_reaction_clear_abc)": [[35, "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC"]], "onreactionclearemojiabc (class in cpl_discord.events.on_reaction_clear_emoji_abc)": [[35, "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC"]], "onreactionremoveabc (class in cpl_discord.events.on_reaction_remove_abc)": [[35, "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC"]], "onreadyabc (class in cpl_discord.events.on_ready_abc)": [[35, "cpl_discord.events.on_ready_abc.OnReadyABC"]], "onresumeabc (class in cpl_discord.events.on_resume_abc)": [[35, "cpl_discord.events.on_resume_abc.OnResumeABC"]], "ontypingabc (class in cpl_discord.events.on_typing_abc)": [[35, "cpl_discord.events.on_typing_abc.OnTypingABC"]], "onuserupdateabc (class in cpl_discord.events.on_user_update_abc)": [[35, "cpl_discord.events.on_user_update_abc.OnUserUpdateABC"]], "onvoicestateupdateabc (class in cpl_discord.events.on_voice_state_update_abc)": [[35, "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC"]], "onwebhooksupdateabc (class in cpl_discord.events.on_webhooks_update_abc)": [[35, "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC"]], "versioninfo (class in cpl_discord.events)": [[35, "cpl_discord.events.VersionInfo"]], "cpl_discord.events": [[35, "module-cpl_discord.events"]], "cpl_discord.events.on_bulk_message_delete_abc": [[35, "module-cpl_discord.events.on_bulk_message_delete_abc"]], "cpl_discord.events.on_command_abc": [[35, "module-cpl_discord.events.on_command_abc"]], "cpl_discord.events.on_command_completion_abc": [[35, "module-cpl_discord.events.on_command_completion_abc"]], "cpl_discord.events.on_command_error_abc": [[35, "module-cpl_discord.events.on_command_error_abc"]], "cpl_discord.events.on_connect_abc": [[35, "module-cpl_discord.events.on_connect_abc"]], "cpl_discord.events.on_disconnect_abc": [[35, "module-cpl_discord.events.on_disconnect_abc"]], "cpl_discord.events.on_error_abc": [[35, "module-cpl_discord.events.on_error_abc"]], "cpl_discord.events.on_group_join_abc": [[35, "module-cpl_discord.events.on_group_join_abc"]], "cpl_discord.events.on_group_remove_abc": [[35, "module-cpl_discord.events.on_group_remove_abc"]], "cpl_discord.events.on_guild_available_abc": [[35, "module-cpl_discord.events.on_guild_available_abc"]], "cpl_discord.events.on_guild_channel_create_abc": [[35, "module-cpl_discord.events.on_guild_channel_create_abc"]], "cpl_discord.events.on_guild_channel_delete_abc": [[35, "module-cpl_discord.events.on_guild_channel_delete_abc"]], "cpl_discord.events.on_guild_channel_pins_update_abc": [[35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"]], "cpl_discord.events.on_guild_channel_update_abc": [[35, "module-cpl_discord.events.on_guild_channel_update_abc"]], "cpl_discord.events.on_guild_emojis_update_abc": [[35, "module-cpl_discord.events.on_guild_emojis_update_abc"]], "cpl_discord.events.on_guild_integrations_update_abc": [[35, "module-cpl_discord.events.on_guild_integrations_update_abc"]], "cpl_discord.events.on_guild_join_abc": [[35, "module-cpl_discord.events.on_guild_join_abc"]], "cpl_discord.events.on_guild_remove_abc": [[35, "module-cpl_discord.events.on_guild_remove_abc"]], "cpl_discord.events.on_guild_role_create_abc": [[35, "module-cpl_discord.events.on_guild_role_create_abc"]], "cpl_discord.events.on_guild_role_delete_abc": [[35, "module-cpl_discord.events.on_guild_role_delete_abc"]], "cpl_discord.events.on_guild_role_update_abc": [[35, "module-cpl_discord.events.on_guild_role_update_abc"]], "cpl_discord.events.on_guild_unavailable_abc": [[35, "module-cpl_discord.events.on_guild_unavailable_abc"]], "cpl_discord.events.on_guild_update_abc": [[35, "module-cpl_discord.events.on_guild_update_abc"]], "cpl_discord.events.on_invite_create_abc": [[35, "module-cpl_discord.events.on_invite_create_abc"]], "cpl_discord.events.on_invite_delete_abc": [[35, "module-cpl_discord.events.on_invite_delete_abc"]], "cpl_discord.events.on_member_ban_abc": [[35, "module-cpl_discord.events.on_member_ban_abc"]], "cpl_discord.events.on_member_join_abc": [[35, "module-cpl_discord.events.on_member_join_abc"]], "cpl_discord.events.on_member_remove_abc": [[35, "module-cpl_discord.events.on_member_remove_abc"]], "cpl_discord.events.on_member_unban_abc": [[35, "module-cpl_discord.events.on_member_unban_abc"]], "cpl_discord.events.on_member_update_abc": [[35, "module-cpl_discord.events.on_member_update_abc"]], "cpl_discord.events.on_message_abc": [[35, "module-cpl_discord.events.on_message_abc"]], "cpl_discord.events.on_message_delete_abc": [[35, "module-cpl_discord.events.on_message_delete_abc"]], "cpl_discord.events.on_message_edit_abc": [[35, "module-cpl_discord.events.on_message_edit_abc"]], "cpl_discord.events.on_private_channel_create_abc": [[35, "module-cpl_discord.events.on_private_channel_create_abc"]], "cpl_discord.events.on_private_channel_delete_abc": [[35, "module-cpl_discord.events.on_private_channel_delete_abc"]], "cpl_discord.events.on_private_channel_pins_update_abc": [[35, "module-cpl_discord.events.on_private_channel_pins_update_abc"]], "cpl_discord.events.on_private_channel_update_abc": [[35, "module-cpl_discord.events.on_private_channel_update_abc"]], "cpl_discord.events.on_raw_reaction_add_abc": [[35, "module-cpl_discord.events.on_raw_reaction_add_abc"]], "cpl_discord.events.on_raw_reaction_clear_abc": [[35, "module-cpl_discord.events.on_raw_reaction_clear_abc"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc": [[35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"]], "cpl_discord.events.on_raw_reaction_remove_abc": [[35, "module-cpl_discord.events.on_raw_reaction_remove_abc"]], "cpl_discord.events.on_reaction_add_abc": [[35, "module-cpl_discord.events.on_reaction_add_abc"]], "cpl_discord.events.on_reaction_clear_abc": [[35, "module-cpl_discord.events.on_reaction_clear_abc"]], "cpl_discord.events.on_reaction_clear_emoji_abc": [[35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"]], "cpl_discord.events.on_reaction_remove_abc": [[35, "module-cpl_discord.events.on_reaction_remove_abc"]], "cpl_discord.events.on_ready_abc": [[35, "module-cpl_discord.events.on_ready_abc"]], "cpl_discord.events.on_resume_abc": [[35, "module-cpl_discord.events.on_resume_abc"]], "cpl_discord.events.on_typing_abc": [[35, "module-cpl_discord.events.on_typing_abc"]], "cpl_discord.events.on_user_update_abc": [[35, "module-cpl_discord.events.on_user_update_abc"]], "cpl_discord.events.on_voice_state_update_abc": [[35, "module-cpl_discord.events.on_voice_state_update_abc"]], "cpl_discord.events.on_webhooks_update_abc": [[35, "module-cpl_discord.events.on_webhooks_update_abc"]], "major (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.major"]], "micro (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.micro"]], "minor (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.minor"]], "on_bulk_message_delete() (cpl_discord.events.on_bulk_message_delete_abc.onbulkmessagedeleteabc method)": [[35, "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC.on_bulk_message_delete"]], "on_command() (cpl_discord.events.on_command_abc.oncommandabc method)": [[35, "cpl_discord.events.on_command_abc.OnCommandABC.on_command"]], "on_command_completion() (cpl_discord.events.on_command_completion_abc.oncommandcompletionabc method)": [[35, "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC.on_command_completion"]], "on_command_error() (cpl_discord.events.on_command_error_abc.oncommanderrorabc method)": [[35, "cpl_discord.events.on_command_error_abc.OnCommandErrorABC.on_command_error"]], "on_connect() (cpl_discord.events.on_connect_abc.onconnectabc method)": [[35, "cpl_discord.events.on_connect_abc.OnConnectABC.on_connect"]], "on_disconnect() (cpl_discord.events.on_disconnect_abc.ondisconnectabc method)": [[35, "cpl_discord.events.on_disconnect_abc.OnDisconnectABC.on_disconnect"]], "on_error() (cpl_discord.events.on_error_abc.onerrorabc method)": [[35, "cpl_discord.events.on_error_abc.OnErrorABC.on_error"]], "on_group_join() (cpl_discord.events.on_group_join_abc.ongroupjoinabc method)": [[35, "cpl_discord.events.on_group_join_abc.OnGroupJoinABC.on_group_join"]], "on_group_remove() (cpl_discord.events.on_group_remove_abc.ongroupremoveabc method)": [[35, "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC.on_group_remove"]], "on_guild_available() (cpl_discord.events.on_guild_available_abc.onguildavailableabc method)": [[35, "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC.on_guild_available"]], "on_guild_channel_create() (cpl_discord.events.on_guild_channel_create_abc.onguildchannelcreateabc method)": [[35, "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC.on_guild_channel_create"]], "on_guild_channel_delete() (cpl_discord.events.on_guild_channel_delete_abc.onguildchanneldeleteabc method)": [[35, "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC.on_guild_channel_delete"]], "on_guild_channel_pins_update() (cpl_discord.events.on_guild_channel_pins_update_abc.onguildchannelpinsupdateabc method)": [[35, "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC.on_guild_channel_pins_update"]], "on_guild_channel_update() (cpl_discord.events.on_guild_channel_update_abc.onguildchannelupdateabc method)": [[35, "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC.on_guild_channel_update"]], "on_guild_emojis_update() (cpl_discord.events.on_guild_emojis_update_abc.onguildemojisupdateabc method)": [[35, "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC.on_guild_emojis_update"]], "on_guild_integrations_update() (cpl_discord.events.on_guild_integrations_update_abc.onguildintegrationsupdateabc method)": [[35, "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC.on_guild_integrations_update"]], "on_guild_join() (cpl_discord.events.on_guild_join_abc.onguildjoinabc method)": [[35, "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC.on_guild_join"]], "on_guild_remove() (cpl_discord.events.on_guild_remove_abc.onguildremoveabc method)": [[35, "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC.on_guild_remove"]], "on_guild_role_create() (cpl_discord.events.on_guild_role_create_abc.onguildrolecreateabc method)": [[35, "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC.on_guild_role_create"]], "on_guild_role_delete() (cpl_discord.events.on_guild_role_delete_abc.onguildroledeleteabc method)": [[35, "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC.on_guild_role_delete"]], "on_guild_role_update() (cpl_discord.events.on_guild_role_update_abc.onguildroleupdateabc method)": [[35, "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC.on_guild_role_update"]], "on_guild_unavailable() (cpl_discord.events.on_guild_unavailable_abc.onguildunavailableabc method)": [[35, "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC.on_guild_unavailable"]], "on_guild_update() (cpl_discord.events.on_guild_update_abc.onguildupdateabc method)": [[35, "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC.on_guild_update"]], "on_invite_create() (cpl_discord.events.on_invite_create_abc.oninvitecreateabc method)": [[35, "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC.on_invite_create"]], "on_invite_delete() (cpl_discord.events.on_invite_delete_abc.oninvitedeleteabc method)": [[35, "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC.on_invite_delete"]], "on_member_ban() (cpl_discord.events.on_member_ban_abc.onmemberbanabc method)": [[35, "cpl_discord.events.on_member_ban_abc.OnMemberBanABC.on_member_ban"]], "on_member_join() (cpl_discord.events.on_member_join_abc.onmemberjoinabc method)": [[35, "cpl_discord.events.on_member_join_abc.OnMemberJoinABC.on_member_join"]], "on_member_remove() (cpl_discord.events.on_member_remove_abc.onmemberremoveabc method)": [[35, "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC.on_member_remove"]], "on_member_unban() (cpl_discord.events.on_member_unban_abc.onmemberunbanabc method)": [[35, "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC.on_member_unban"]], "on_member_update() (cpl_discord.events.on_member_update_abc.onmemberupdateabc method)": [[35, "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC.on_member_update"]], "on_message() (cpl_discord.events.on_message_abc.onmessageabc method)": [[35, "cpl_discord.events.on_message_abc.OnMessageABC.on_message"]], "on_message_delete() (cpl_discord.events.on_message_delete_abc.onmessagedeleteabc method)": [[35, "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC.on_message_delete"]], "on_message_edit() (cpl_discord.events.on_message_edit_abc.onmessageeditabc method)": [[35, "cpl_discord.events.on_message_edit_abc.OnMessageEditABC.on_message_edit"]], "on_private_channel_create() (cpl_discord.events.on_private_channel_create_abc.onprivatechannelcreateabc method)": [[35, "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC.on_private_channel_create"]], "on_private_channel_delete() (cpl_discord.events.on_private_channel_delete_abc.onprivatechanneldeleteabc method)": [[35, "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC.on_private_channel_delete"]], "on_private_channel_pins_update() (cpl_discord.events.on_private_channel_pins_update_abc.onprivatechannelpinsupdateabc method)": [[35, "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC.on_private_channel_pins_update"]], "on_private_channel_update() (cpl_discord.events.on_private_channel_update_abc.onprivatechannelupdateabc method)": [[35, "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC.on_private_channel_update"]], "on_raw_reaction_add() (cpl_discord.events.on_raw_reaction_add_abc.onrawreactionaddabc method)": [[35, "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC.on_raw_reaction_add"]], "on_raw_reaction_clear() (cpl_discord.events.on_raw_reaction_clear_abc.onrawreactionclearabc method)": [[35, "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji() (cpl_discord.events.on_raw_reaction_clear_emoji_abc.onrawreactionclearemojiabc method)": [[35, "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove() (cpl_discord.events.on_raw_reaction_remove_abc.onrawreactionremoveabc method)": [[35, "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC.on_raw_reaction_remove"]], "on_reaction_add() (cpl_discord.events.on_reaction_add_abc.onreactionaddabc method)": [[35, "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC.on_reaction_add"]], "on_reaction_clear() (cpl_discord.events.on_reaction_clear_abc.onreactionclearabc method)": [[35, "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC.on_reaction_clear"]], "on_reaction_clear_emoji() (cpl_discord.events.on_reaction_clear_emoji_abc.onreactionclearemojiabc method)": [[35, "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC.on_reaction_clear_emoji"]], "on_reaction_remove() (cpl_discord.events.on_reaction_remove_abc.onreactionremoveabc method)": [[35, "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC.on_reaction_remove"]], "on_ready() (cpl_discord.events.on_ready_abc.onreadyabc method)": [[35, "cpl_discord.events.on_ready_abc.OnReadyABC.on_ready"]], "on_resume() (cpl_discord.events.on_resume_abc.onresumeabc method)": [[35, "cpl_discord.events.on_resume_abc.OnResumeABC.on_resume"]], "on_typing() (cpl_discord.events.on_typing_abc.ontypingabc method)": [[35, "cpl_discord.events.on_typing_abc.OnTypingABC.on_typing"]], "on_user_update() (cpl_discord.events.on_user_update_abc.onuserupdateabc method)": [[35, "cpl_discord.events.on_user_update_abc.OnUserUpdateABC.on_user_update"]], "on_voice_state_update() (cpl_discord.events.on_voice_state_update_abc.onvoicestateupdateabc method)": [[35, "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC.on_voice_state_update"]], "on_webhooks_update() (cpl_discord.events.on_webhooks_update_abc.onwebhooksupdateabc method)": [[35, "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC.on_webhooks_update"]], "tocontainersconverter (class in cpl_discord.helper.to_containers_converter)": [[36, "cpl_discord.helper.to_containers_converter.ToContainersConverter"]], "versioninfo (class in cpl_discord.helper)": [[36, "cpl_discord.helper.VersionInfo"]], "convert() (cpl_discord.helper.to_containers_converter.tocontainersconverter static method)": [[36, "cpl_discord.helper.to_containers_converter.ToContainersConverter.convert"]], "cpl_discord.helper": [[36, "module-cpl_discord.helper"]], "cpl_discord.helper.to_containers_converter": [[36, "module-cpl_discord.helper.to_containers_converter"]], "major (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.major"]], "micro (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.micro"]], "minor (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.minor"]], "commanderrorhandlerservice (class in cpl_discord.service.command_error_handler_service)": [[37, "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService"]], "discordbotservice (class in cpl_discord.service.discord_bot_service)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService"]], "discordbotserviceabc (class in cpl_discord.service.discord_bot_service_abc)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC"]], "discordcollection (class in cpl_discord.service.discord_collection)": [[37, "cpl_discord.service.discord_collection.DiscordCollection"]], "discordcollectionabc (class in cpl_discord.service.discord_collection_abc)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC"]], "discordservice (class in cpl_discord.service.discord_service)": [[37, "cpl_discord.service.discord_service.DiscordService"]], "discordserviceabc (class in cpl_discord.service.discord_service_abc)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC"]], "versioninfo (class in cpl_discord.service)": [[37, "cpl_discord.service.VersionInfo"]], "add_command() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.add_command"]], "add_command() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.add_command"]], "add_event() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.add_event"]], "add_event() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.add_event"]], "cpl_discord.service": [[37, "module-cpl_discord.service"]], "cpl_discord.service.command_error_handler_service": [[37, "module-cpl_discord.service.command_error_handler_service"]], "cpl_discord.service.discord_bot_service": [[37, "module-cpl_discord.service.discord_bot_service"]], "cpl_discord.service.discord_bot_service_abc": [[37, "module-cpl_discord.service.discord_bot_service_abc"]], "cpl_discord.service.discord_collection": [[37, "module-cpl_discord.service.discord_collection"]], "cpl_discord.service.discord_collection_abc": [[37, "module-cpl_discord.service.discord_collection_abc"]], "cpl_discord.service.discord_service": [[37, "module-cpl_discord.service.discord_service"]], "cpl_discord.service.discord_service_abc": [[37, "module-cpl_discord.service.discord_service_abc"]], "get_commands() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.get_commands"]], "get_commands() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.get_commands"]], "get_events_by_base() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.get_events_by_base"]], "get_events_by_base() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.get_events_by_base"]], "guilds (cpl_discord.service.discord_bot_service.discordbotservice property)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.guilds"]], "guilds (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc property)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.guilds"]], "init() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.init"]], "init() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.init"]], "major (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.major"]], "micro (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.micro"]], "minor (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.minor"]], "on_bulk_message_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_bulk_message_delete"]], "on_bulk_message_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_bulk_message_delete"]], "on_command() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command"]], "on_command() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command"]], "on_command_completion() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command_completion"]], "on_command_completion() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command_completion"]], "on_command_error() (cpl_discord.service.command_error_handler_service.commanderrorhandlerservice method)": [[37, "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService.on_command_error"]], "on_command_error() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command_error"]], "on_command_error() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command_error"]], "on_connect() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_connect"]], "on_connect() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_connect"]], "on_disconnect() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_disconnect"]], "on_disconnect() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_disconnect"]], "on_error() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_error"]], "on_error() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_error"]], "on_group_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_group_join"]], "on_group_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_group_join"]], "on_group_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_group_remove"]], "on_group_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_group_remove"]], "on_guild_available() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_available"]], "on_guild_available() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_available"]], "on_guild_channel_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_create"]], "on_guild_channel_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_create"]], "on_guild_channel_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_delete"]], "on_guild_channel_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_delete"]], "on_guild_channel_pins_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_pins_update"]], "on_guild_channel_pins_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_pins_update"]], "on_guild_channel_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_update"]], "on_guild_channel_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_update"]], "on_guild_emojis_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_emojis_update"]], "on_guild_emojis_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_emojis_update"]], "on_guild_integrations_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_integrations_update"]], "on_guild_integrations_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_integrations_update"]], "on_guild_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_join"]], "on_guild_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_join"]], "on_guild_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_remove"]], "on_guild_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_remove"]], "on_guild_role_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_create"]], "on_guild_role_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_create"]], "on_guild_role_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_delete"]], "on_guild_role_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_delete"]], "on_guild_role_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_update"]], "on_guild_role_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_update"]], "on_guild_unavailable() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_unavailable"]], "on_guild_unavailable() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_unavailable"]], "on_guild_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_update"]], "on_guild_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_update"]], "on_invite_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_invite_create"]], "on_invite_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_invite_create"]], "on_invite_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_invite_delete"]], "on_invite_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_invite_delete"]], "on_member_ban() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_ban"]], "on_member_ban() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_ban"]], "on_member_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_join"]], "on_member_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_join"]], "on_member_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_remove"]], "on_member_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_remove"]], "on_member_unban() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_unban"]], "on_member_unban() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_unban"]], "on_member_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_update"]], "on_member_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_update"]], "on_message() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message"]], "on_message() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message"]], "on_message_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message_delete"]], "on_message_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message_delete"]], "on_message_edit() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message_edit"]], "on_message_edit() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message_edit"]], "on_private_channel_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_create"]], "on_private_channel_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_create"]], "on_private_channel_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_delete"]], "on_private_channel_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_delete"]], "on_private_channel_pins_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_pins_update"]], "on_private_channel_pins_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_pins_update"]], "on_private_channel_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_update"]], "on_private_channel_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_update"]], "on_raw_reaction_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_add"]], "on_raw_reaction_clear() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_remove"]], "on_reaction_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_add"]], "on_reaction_add() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_add"]], "on_reaction_clear() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_clear"]], "on_reaction_clear() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_clear"]], "on_reaction_clear_emoji() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_clear_emoji"]], "on_reaction_clear_emoji() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_clear_emoji"]], "on_reaction_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_remove"]], "on_reaction_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_remove"]], "on_ready() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.on_ready"]], "on_ready() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.on_ready"]], "on_ready() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_ready"]], "on_ready() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_ready"]], "on_resume() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_resume"]], "on_resume() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_resume"]], "on_scheduled_event_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_create"]], "on_scheduled_event_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_delete"]], "on_scheduled_event_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_update"]], "on_scheduled_event_user_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_user_add"]], "on_scheduled_event_user_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_user_remove"]], "on_typing() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_typing"]], "on_typing() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_typing"]], "on_user_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_user_update"]], "on_user_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_user_update"]], "on_voice_state_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_voice_state_update"]], "on_voice_state_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_voice_state_update"]], "on_webhooks_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_webhooks_update"]], "on_webhooks_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_webhooks_update"]], "start_async() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.start_async"]], "start_async() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.start_async"]], "stop_async() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.stop_async"]], "stop_async() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.stop_async"]], "orderedqueryable (class in cpl_query.base.ordered_queryable)": [[39, "cpl_query.base.ordered_queryable.OrderedQueryable"]], "orderedqueryableabc (class in cpl_query.base.ordered_queryable_abc)": [[39, "cpl_query.base.ordered_queryable_abc.OrderedQueryableABC"]], "queryableabc (class in cpl_query.base.queryable_abc)": [[39, "cpl_query.base.queryable_abc.QueryableABC"]], "sequence (class in cpl_query.base.sequence)": [[39, "cpl_query.base.sequence.Sequence"]], "versioninfo (class in cpl_query.base)": [[39, "cpl_query.base.VersionInfo"]], "all() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.all"]], "any() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.any"]], "average() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.average"]], "contains() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.contains"]], "copy() (cpl_query.base.sequence.sequence method)": [[39, "cpl_query.base.sequence.Sequence.copy"]], "count() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.count"]], "cpl_query.base": [[39, "module-cpl_query.base"]], "cpl_query.base.default_lambda": [[39, "module-cpl_query.base.default_lambda"]], "cpl_query.base.ordered_queryable": [[39, "module-cpl_query.base.ordered_queryable"]], "cpl_query.base.ordered_queryable_abc": [[39, "module-cpl_query.base.ordered_queryable_abc"]], "cpl_query.base.queryable_abc": [[39, "module-cpl_query.base.queryable_abc"]], "cpl_query.base.sequence": [[39, "module-cpl_query.base.sequence"]], "default_lambda() (in module cpl_query.base.default_lambda)": [[39, "cpl_query.base.default_lambda.default_lambda"]], "distinct() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.distinct"]], "element_at() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.element_at"]], "element_at_or_default() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.element_at_or_default"]], "empty() (cpl_query.base.sequence.sequence class method)": [[39, "cpl_query.base.sequence.Sequence.empty"]], "first() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.first"]], "first_or_default() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.first_or_default"]], "for_each() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.for_each"]], "group_by() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.group_by"]], "index_of() (cpl_query.base.sequence.sequence method)": [[39, "cpl_query.base.sequence.Sequence.index_of"]], "last() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.last"]], "last_or_default() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.last_or_default"]], "major (cpl_query.base.versioninfo attribute)": [[39, "cpl_query.base.VersionInfo.major"]], "max() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.max"]], "median() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.median"]], "micro (cpl_query.base.versioninfo attribute)": [[39, "cpl_query.base.VersionInfo.micro"]], "min() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.min"]], "minor (cpl_query.base.versioninfo attribute)": [[39, "cpl_query.base.VersionInfo.minor"]], "order_by() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.order_by"]], "order_by_descending() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.order_by_descending"]], "range() (cpl_query.base.sequence.sequence class method)": [[39, "cpl_query.base.sequence.Sequence.range"]], "reverse() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.reverse"]], "select() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.select"]], "select_many() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.select_many"]], "single() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.single"]], "single_or_default() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.single_or_default"]], "skip() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.skip"]], "skip_last() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.skip_last"]], "split() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.split"]], "sum() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.sum"]], "take() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.take"]], "take_last() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.take_last"]], "then_by() (cpl_query.base.ordered_queryable.orderedqueryable method)": [[39, "cpl_query.base.ordered_queryable.OrderedQueryable.then_by"]], "then_by() (cpl_query.base.ordered_queryable_abc.orderedqueryableabc method)": [[39, "cpl_query.base.ordered_queryable_abc.OrderedQueryableABC.then_by"]], "then_by_descending() (cpl_query.base.ordered_queryable.orderedqueryable method)": [[39, "cpl_query.base.ordered_queryable.OrderedQueryable.then_by_descending"]], "then_by_descending() (cpl_query.base.ordered_queryable_abc.orderedqueryableabc method)": [[39, "cpl_query.base.ordered_queryable_abc.OrderedQueryableABC.then_by_descending"]], "to_list() (cpl_query.base.sequence.sequence method)": [[39, "cpl_query.base.sequence.Sequence.to_list"]], "type (cpl_query.base.sequence.sequence property)": [[39, "cpl_query.base.sequence.Sequence.type"]], "where() (cpl_query.base.queryable_abc.queryableabc method)": [[39, "cpl_query.base.queryable_abc.QueryableABC.where"]], "enumerable (class in cpl_query.enumerable.enumerable)": [[40, "cpl_query.enumerable.enumerable.Enumerable"]], "enumerableabc (class in cpl_query.enumerable.enumerable_abc)": [[40, "cpl_query.enumerable.enumerable_abc.EnumerableABC"]], "versioninfo (class in cpl_query.enumerable)": [[40, "cpl_query.enumerable.VersionInfo"]], "cpl_query.enumerable": [[40, "module-cpl_query.enumerable"]], "cpl_query.enumerable.enumerable": [[40, "module-cpl_query.enumerable.enumerable"]], "cpl_query.enumerable.enumerable_abc": [[40, "module-cpl_query.enumerable.enumerable_abc"]], "major (cpl_query.enumerable.versioninfo attribute)": [[40, "cpl_query.enumerable.VersionInfo.major"]], "micro (cpl_query.enumerable.versioninfo attribute)": [[40, "cpl_query.enumerable.VersionInfo.micro"]], "minor (cpl_query.enumerable.versioninfo attribute)": [[40, "cpl_query.enumerable.VersionInfo.minor"]], "to_iterable() (cpl_query.enumerable.enumerable_abc.enumerableabc method)": [[40, "cpl_query.enumerable.enumerable_abc.EnumerableABC.to_iterable"]], "list (class in cpl_query.extension.list)": [[41, "cpl_query.extension.list.List"]], "versioninfo (class in cpl_query.extension)": [[41, "cpl_query.extension.VersionInfo"]], "cpl_query.extension": [[41, "module-cpl_query.extension"]], "cpl_query.extension.list": [[41, "module-cpl_query.extension.list"]], "major (cpl_query.extension.versioninfo attribute)": [[41, "cpl_query.extension.VersionInfo.major"]], "micro (cpl_query.extension.versioninfo attribute)": [[41, "cpl_query.extension.VersionInfo.micro"]], "minor (cpl_query.extension.versioninfo attribute)": [[41, "cpl_query.extension.VersionInfo.minor"]], "to_enumerable() (cpl_query.extension.list.list method)": [[41, "cpl_query.extension.list.List.to_enumerable"]], "to_iterable() (cpl_query.extension.list.list method)": [[41, "cpl_query.extension.list.List.to_iterable"]], "iterable (class in cpl_query.iterable.iterable)": [[42, "cpl_query.iterable.iterable.Iterable"]], "iterableabc (class in cpl_query.iterable.iterable_abc)": [[42, "cpl_query.iterable.iterable_abc.IterableABC"]], "versioninfo (class in cpl_query.iterable)": [[42, "cpl_query.iterable.VersionInfo"]], "add() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.add"]], "append() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.append"]], "cpl_query.iterable": [[42, "module-cpl_query.iterable"]], "cpl_query.iterable.iterable": [[42, "module-cpl_query.iterable.iterable"]], "cpl_query.iterable.iterable_abc": [[42, "module-cpl_query.iterable.iterable_abc"]], "extend() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.extend"]], "major (cpl_query.iterable.versioninfo attribute)": [[42, "cpl_query.iterable.VersionInfo.major"]], "micro (cpl_query.iterable.versioninfo attribute)": [[42, "cpl_query.iterable.VersionInfo.micro"]], "minor (cpl_query.iterable.versioninfo attribute)": [[42, "cpl_query.iterable.VersionInfo.minor"]], "remove() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.remove"]], "remove_at() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.remove_at"]], "to_enumerable() (cpl_query.iterable.iterable_abc.iterableabc method)": [[42, "cpl_query.iterable.iterable_abc.IterableABC.to_enumerable"]], "translatepipe (class in cpl_translation.translate_pipe)": [[43, "cpl_translation.translate_pipe.TranslatePipe"]], "translationservice (class in cpl_translation.translation_service)": [[43, "cpl_translation.translation_service.TranslationService"]], "translationserviceabc (class in cpl_translation.translation_service_abc)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC"]], "translationsettings (class in cpl_translation.translation_settings)": [[43, "cpl_translation.translation_settings.TranslationSettings"]], "cpl_translation.translate_pipe": [[43, "module-cpl_translation.translate_pipe"]], "cpl_translation.translation_service": [[43, "module-cpl_translation.translation_service"]], "cpl_translation.translation_service_abc": [[43, "module-cpl_translation.translation_service_abc"]], "cpl_translation.translation_settings": [[43, "module-cpl_translation.translation_settings"]], "default_language (cpl_translation.translation_settings.translationsettings property)": [[43, "cpl_translation.translation_settings.TranslationSettings.default_language"]], "languages (cpl_translation.translation_settings.translationsettings property)": [[43, "cpl_translation.translation_settings.TranslationSettings.languages"]], "load() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.load"]], "load() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.load"]], "load_by_settings() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.load_by_settings"]], "load_by_settings() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.load_by_settings"]], "set_default_lang() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.set_default_lang"]], "set_default_lang() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.set_default_lang"]], "set_lang() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.set_lang"]], "set_lang() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.set_lang"]], "transform() (cpl_translation.translate_pipe.translatepipe method)": [[43, "cpl_translation.translate_pipe.TranslatePipe.transform"]], "translate() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.translate"]], "translate() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.translate"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["contributing", "cpl_cli", "cpl_cli.add", "cpl_cli.build", "cpl_cli.generate", "cpl_cli.help", "cpl_cli.install", "cpl_cli.new", "cpl_cli.overview", "cpl_cli.publish", "cpl_cli.remove", "cpl_cli.run", "cpl_cli.start", "cpl_cli.uninstall", "cpl_cli.update", "cpl_cli.version", "cpl.core", "cpl.core.application", "cpl.core.configuration", "cpl.core.console", "cpl.core.database", "cpl.core.database.connection", "cpl.core.database.context", "cpl.core.dependency_injection", "cpl.core.environment", "cpl.core.log", "cpl.mail", "cpl.core.pipes", "cpl.core.time", "cpl.core.utils", "cpl_discord", "cpl_discord.application", "cpl_discord.command", "cpl_discord.configuration", "cpl_discord.container", "cpl_discord.events", "cpl_discord.helper", "cpl_discord.service", "cpl.query", "cpl.query.base", "cpl.query.enumerable", "cpl.query.extension", "cpl.query.iterable", "cpl_translation", "deprecated", "getting_started", "index", "introduction", "modules", "quickstart", "setup", "tutorials", "tutorials.appsettings", "tutorials.console", "tutorials.console-arguments", "tutorials.create-startup", "tutorials.extend-application", "tutorials.extend-startup", "tutorials.logging", "tutorials.mail", "tutorials.templating"], "filenames": ["contributing.md", "cpl_cli.rst", "cpl_cli.add.md", "cpl_cli.build.md", "cpl_cli.generate.md", "cpl_cli.help.md", "cpl_cli.install.md", "cpl_cli.new.md", "cpl_cli.overview.md", "cpl_cli.publish.md", "cpl_cli.remove.md", "cpl_cli.run.md", "cpl_cli.start.md", "cpl_cli.uninstall.md", "cpl_cli.update.md", "cpl_cli.version.md", "cpl.core.rst", "cpl.core.application.rst", "cpl.core.configuration.rst", "cpl.core.console.rst", "cpl.core.database.rst", "cpl.core.database.connection.rst", "cpl.core.database.context.rst", "cpl.core.dependency_injection.rst", "cpl.core.environment.rst", "cpl.core.log.rst", "cpl.mail.rst", "cpl.core.pipes.rst", "cpl.core.time.rst", "cpl.core.utils.rst", "cpl_discord.rst", "cpl_discord.application.rst", "cpl_discord.command.rst", "cpl_discord.configuration.rst", "cpl_discord.container.rst", "cpl_discord.events.rst", "cpl_discord.helper.rst", "cpl_discord.service.rst", "cpl.query.rst", "cpl.query.base.rst", "cpl.query.enumerable.rst", "cpl.query.extension.rst", "cpl.query.iterable.rst", "cpl_translation.rst", "deprecated.md", "getting_started.rst", "index.rst", "introduction.md", "modules.rst", "quickstart.md", "setup.md", "tutorials.rst", "tutorials.appsettings.md", "tutorials.console.md", "tutorials.console-arguments.md", "tutorials.create-startup.md", "tutorials.extend-application.md", "tutorials.extend-startup.md", "tutorials.logging.md", "tutorials.mail.md", "tutorials.templating.md"], "titles": ["Contributing to CPL", "CLI reference", "cpl add", "cpl build", "cpl generate", "cpl help", "cpl install", "cpl new", "CLI Overview and Command Reference", "cpl publish", "cpl remove", "cpl run", "cpl start", "cpl uninstall", "cpl update", "cpl version", "API reference", "cpl.core.application package", "cpl.core.configuration package", "cpl.core.console package", "cpl.core.database package", "cpl.core.database.connection package", "cpl.core.database.context package", "cpl.core.dependency_injection package", "cpl.core.environment package", "cpl.core.log package", "cpl.mail package", "cpl.core.pipes package", "cpl.core.time package", "cpl.core.utils package", "Discord Reference", "cpl_discord.application package", "cpl_discord.command package", "cpl_discord.configuration package", "cpl_discord.container package", "cpl_discord.events package", "cpl_discord.helper package", "cpl_discord.service package", "Query reference", "cpl.query.base package", "cpl.query.enumerable package", "cpl.query.extension package", "cpl.query.iterable package", "Translation reference", "Deprecated", "Getting started", "Introduction to the CPL Docs", "Introduction to the CPL Docs", "Packages", "Getting started with CPL", "Setting up the local environment and workspace", "Tutorials", "Using appsettings.json", "Use cpl.core.console.Console", "Handle console arguments", "Create startup class", "Extend application", "Extend startup", "Use builtin logger", "Send mails", "Using cpl g & cpl n templating"], "terms": {"we": [0, 44, 49, 60], "would": [0, 4, 7], "love": 0, "you": [0, 2, 3, 4, 7, 8, 10, 34, 46, 47, 49, 50, 60], "help": [0, 1, 8, 46, 47, 48, 60], "make": [0, 44, 50], "even": 0, "better": 0, "than": [0, 39], "i": [0, 2, 3, 6, 7, 8, 10, 13, 14, 17, 18, 19, 26, 29, 34, 37, 39, 44, 46, 47, 49, 50, 60], "todai": 0, "As": 0, "contributor": 0, "here": [0, 50, 60], "ar": [0, 8, 9, 18, 34], "like": [0, 46, 49, 60], "follow": [0, 8, 44, 49, 50], "issus": 0, "If": [0, 2, 7, 10, 19, 50], "find": 0, "sourc": [0, 2, 3, 9, 11, 12, 29, 49, 50], "can": [0, 2, 3, 4, 7, 8, 9, 10, 34, 44, 46, 50, 60], "u": [0, 8, 14], "our": 0, "gitea": 0, "repositori": 0, "fix": 0, "new": [0, 1, 8, 19, 34, 45, 48, 49, 50, 51], "implement": [0, 16, 23, 39, 40, 41], "pleas": 0, "consid": 0, "size": 0, "chang": [0, 8, 12, 22, 49], "order": [0, 34, 39], "determin": 0, "right": 0, "step": 0, "proce": 0, "For": [0, 4, 7, 44, 60], "major": [0, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "first": [0, 4, 7, 8, 27, 29, 34, 38, 39, 46, 47, 60], "open": [0, 49, 50], "outlin": 0, "your": [0, 6, 8, 11, 12, 46, 47, 50, 60], "propos": 0, "so": [0, 44, 50], "discuss": 0, "thi": [0, 5, 17, 34, 44, 46, 47, 49, 50, 60], "process": [0, 44], "allow": [0, 23], "coordin": [0, 19], "effort": 0, "prevent": 0, "duplic": 0, "work": [0, 8, 24, 46, 47], "craft": 0, "successfulli": 0, "accept": 0, "project": [0, 1, 2, 3, 6, 8, 9, 10, 11, 12, 13, 14, 45, 48, 50, 51], "note": [0, 34], "ad": [0, 2], "topic": [0, 30, 34], "document": 0, "significantli": 0, "re": 0, "write": [0, 16, 19, 25, 46, 47], "count": [0, 38, 39], "small": 0, "directli": [0, 3, 44], "befor": [0, 19, 35, 37], "search": [0, 18, 23], "tracker": 0, "mayb": 0, "problem": 0, "alreadi": [0, 49, 50], "exist": [0, 18, 60], "might": 0, "inform": [0, 18, 25, 50, 60], "workaround": 0, "readili": 0, "avail": [0, 5, 8, 60], "want": [0, 49], "all": [0, 3, 9, 15, 18, 34, 38, 39, 60], "soon": [0, 45, 51], "possibl": [0, 18], "need": [0, 34, 49, 50], "reproduc": 0, "confirm": 0, "In": [0, 8, 49, 60], "requir": [0, 34], "provid": [0, 7, 17, 23, 34, 46, 47, 49, 50], "minim": 0, "reproduct": 0, "have": [0, 8, 34, 49, 50], "scenario": 0, "give": 0, "wealth": 0, "import": [0, 49, 60], "without": [0, 6, 8, 39], "go": [0, 8, 46], "back": [0, 19], "forth": 0, "addit": [0, 8], "question": 0, "A": [0, 2, 7, 34, 44, 60], "quickli": 0, "point": [0, 17, 19], "out": [0, 49, 50], "well": 0, "save": [0, 18, 22], "maintain": 0, "time": [0, 16, 25, 34, 48], "ultim": 0, "abl": 0, "more": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50, 60], "often": 0, "develop": [0, 6, 8, 13, 16, 24, 46, 47, 49, 50], "themselv": 0, "while": 0, "prepar": [0, 3, 8, 9, 17, 46], "understand": [0, 46, 47, 49, 50], "sometim": 0, "hard": 0, "extract": 0, "essenti": [0, 49], "bit": 0, "from": [0, 2, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 34, 39, 42, 44, 46, 47, 49, 60], "larger": 0, "codebas": 0, "realli": 0, "isol": 0, "unfortun": 0, "investig": 0, "don": [0, 49], "t": [0, 18, 23, 39, 40, 41, 42, 49], "hear": 0, "close": [0, 16, 19], "doesn": 0, "enough": 0, "info": [0, 16, 25, 46, 47], "pr": 0, "relat": 0, "Be": 0, "sure": 0, "describ": 0, "design": 0, "d": 0, "add": [0, 1, 7, 8, 18, 23, 26, 38, 42, 48, 49], "upfront": 0, "ensur": 0, "readi": [0, 50], "fork": 0, "sh": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "edraft": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "de": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 50], "repo": 0, "git": 0, "branch": 0, "checkout": 0, "b": [0, 3, 8], "my": [0, 8, 50], "master": 0, "creat": [0, 4, 7, 8, 9, 16, 17, 18, 19, 23, 25, 26, 29, 39, 44, 45, 46, 47, 51, 60], "patch": 0, "includ": [0, 3, 50], "appropri": [0, 60], "test": [0, 4, 7, 16, 24, 46, 47, 49, 60], "case": [0, 27, 29, 49], "commit": 0, "option": [0, 8, 11, 18, 19, 23, 39, 44, 46, 47, 49], "command": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 13, 14, 29, 30, 46, 47, 48, 50], "line": [0, 19, 49], "automat": 0, "rm": 0, "edit": 0, "file": [0, 3, 4, 8, 9, 10, 12, 18, 46, 50, 60], "push": 0, "origin": 0, "send": [0, 26, 45, 46, 47, 51], "The": [0, 3, 4, 6, 7, 8, 9, 10, 13, 23, 26, 29, 34, 37, 44, 46, 47, 49, 50, 60], "team": 0, "reserv": 0, "commun": 0, "member": [0, 30, 35, 37, 48], "who": 0, "haven": 0, "been": 0, "good": 0, "citizen": 0, "Such": 0, "behavior": 0, "appli": 0, "within": [0, 3, 8], "outsid": 0, "manag": [0, 30, 34, 46, 47], "channel": [0, 34, 35, 37], "ask": 0, "via": [0, 6, 13, 46, 47], "updat": [0, 1, 8, 48], "fixup": 0, "head": 0, "That": 0, "": [0, 8, 12, 34, 45], "thank": 0, "To": [0, 8, 11, 12, 44, 49, 50], "consist": 0, "throughout": 0, "keep": 0, "mind": 0, "must": [0, 2, 3, 8, 10, 19, 44, 60], "one": [0, 39], "unit": 0, "public": 0, "api": [0, 46, 47, 48], "method": [0, 18, 23], "pep": 0, "8": 0, "style": 0, "guid": 0, "python": [0, 3, 29, 39, 40, 41, 42, 46, 47, 49, 50], "By": 0, "agre": 0, "under": [0, 34], "its": [0, 8], "mit": [0, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "see": [0, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 50], "overview": [1, 48, 50], "tabl": [1, 16, 19, 29, 45, 46, 47, 48], "content": [1, 16, 30, 38, 45, 48, 51], "basic": [1, 48, 49, 50], "workflow": [1, 48], "languag": [1, 43, 48], "syntax": [1, 48], "rel": [1, 48], "path": [1, 2, 3, 4, 7, 9, 10, 16, 18, 24, 25, 48, 50, 60], "schemat": [1, 45, 48, 51], "cpl": [1, 8, 16, 30, 38, 45, 48, 50, 51], "descript": [1, 8, 11, 12, 14, 30, 34, 48], "argument": [1, 3, 7, 8, 9, 11, 12, 14, 16, 18, 19, 29, 39, 44, 45, 46, 47, 48, 51], "flag": [1, 16, 18, 48], "build": [1, 8, 9, 11, 12, 16, 17, 23, 29, 46, 48, 49, 50], "gener": [1, 7, 8, 9, 45, 46, 48, 49, 50, 51], "instal": [1, 8, 15, 16, 29, 45, 48, 49], "type": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 17, 18, 23, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 48, 51], "publish": [1, 3, 8, 46, 48, 50], "remov": [1, 2, 8, 9, 38, 42, 48], "run": [1, 3, 7, 12, 16, 17, 18, 19, 22, 29, 39, 46, 47, 48, 49, 50], "start": [1, 8, 11, 39, 46, 47, 48, 60], "uninstal": [1, 8, 16, 29, 48], "version": [1, 8, 34, 48], "workspac": [2, 3, 7, 8, 10, 45, 60], "target": [2, 3], "refer": [2, 10, 46, 47, 48], "given": [2, 3, 6, 8, 9, 13, 18, 19, 23, 29, 39, 42], "call": [2, 10, 17, 18, 19, 34, 39, 44, 60], "us": [2, 3, 4, 7, 8, 9, 10, 17, 19, 26, 29, 45, 46, 47, 49, 50, 51], "name": [2, 3, 4, 7, 8, 9, 10, 16, 18, 24, 25, 29, 30, 32, 34, 44, 50, 60], "otherwis": [2, 10, 19], "specifi": [2, 6, 7, 8, 10, 11, 13, 14, 18, 19], "valu": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 30, 39, 40, 41, 42, 43, 44], "which": [2, 8, 11, 18, 19, 29, 50, 60], "ha": [2, 19, 60], "str": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 33, 34, 35, 37, 43, 44, 49, 60], "referenc": 2, "simul": [2, 6, 10, 13, 14], "whether": [2, 6, 7, 10, 13, 14, 18], "copi": [3, 38, 39], "an": [3, 8, 9, 17, 18, 19, 20, 23, 24, 25, 26, 28, 30, 39, 49, 50, 60], "app": [3, 8, 17, 45, 46, 47, 49], "output": [3, 8, 9, 18, 19, 46, 47, 49, 50], "directori": [3, 8, 9, 24, 46, 47, 49], "execut": [3, 8, 9, 16, 18, 29], "consol": [3, 5, 7, 8, 9, 16, 18, 25, 45, 46, 47, 48, 49, 51, 60], "librari": [3, 7, 8, 9, 45, 46, 47], "them": 3, "base": [4, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49], "g": [4, 7, 8, 45, 51], "defin": [4, 7, 8, 18, 19, 40, 42, 50, 60], "custom": [4, 7, 16, 17, 18, 24, 46, 47], "templat": [4, 7, 45, 51], "folder": [4, 7, 49, 60], "element": [4, 7, 19, 22, 34, 39, 42], "src": [4, 7, 49], "exampl": [4, 7, 60], "c": [4, 7, 46], "abc": [4, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 35, 37, 39, 40, 42, 43, 60], "abstract": [4, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 31, 35, 37, 39, 43], "class": [4, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 51, 60], "enum": [4, 18, 19, 20, 23, 24, 25, 26, 28, 30, 60], "pipe": [4, 16, 23, 46, 47, 48], "servic": [4, 7, 17, 18, 23, 25, 26, 30, 31, 46, 47, 48, 49, 60], "set": [4, 11, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 43, 44, 45, 49], "configmodel": 4, "thread": [4, 19, 30, 48], "valid": [4, 16, 18, 26, 49], "discord": [4, 23, 46, 48], "bot": [4, 37], "event": [4, 30, 37, 48], "list": [5, 8, 15, 18, 19, 22, 23, 26, 27, 29, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 60], "short": [5, 8], "h": [5, 8], "show": [5, 19], "messag": [5, 19, 25, 35, 37], "packag": [6, 7, 8, 13, 15, 16, 30, 38, 45, 46, 47, 49], "pip": [6, 13, 15, 16, 46, 47, 48, 49, 50], "deped": 6, "dev": [6, 11, 12, 13], "mode": [6, 13], "virtual": [6, 13], "initi": [7, 45, 60], "n": [7, 8, 45, 49, 50, 51], "simpl": [7, 44, 46, 47, 50], "applic": [7, 11, 12, 16, 19, 24, 25, 26, 30, 45, 46, 47, 48, 49, 50, 51, 60], "async": [7, 17, 35, 37], "startup": [7, 17, 45, 46, 47, 51, 60], "noth": 7, "venv": 7, "serv": 8, "server": [8, 20, 21, 26, 46, 47, 50], "parent": 8, "cd": [8, 50], "termin": [8, 19, 49, 50], "commandnameoralia": 8, "requiredarg": 8, "optionalsarg": 8, "most": [8, 34, 49, 50], "some": 8, "alias": [8, 16, 18], "shown": [8, 18, 50], "statement": [8, 22], "each": [8, 18, 39], "prefix": [8, 18, 30, 33], "absolut": 8, "current": [8, 24, 34], "either": [8, 44], "root": 8, "take": [8, 18, 38, 39], "artifact": 8, "ani": [8, 18, 19, 27, 32, 37, 38, 39, 43, 60], "own": 8, "suppli": 8, "same": [8, 60], "format": [8, 25, 28, 39], "immedi": 8, "alia": [8, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 60], "dist": [8, 9, 11, 12], "With": [8, 44], "depend": [8, 14, 46, 47, 49], "p": [8, 9], "setup": [8, 9, 47, 50], "py": [8, 9, 29, 31, 32, 33, 34, 35, 36, 37, 46, 49, 60], "r": [8, 10, 11], "restart": [8, 12, 50], "ui": [8, 13, 34], "v": [8, 15, 49], "data": [9, 19, 34, 39], "cpl.core": [9, 16, 45, 48, 49, 50, 51, 60], "json": [9, 18, 44, 45, 46, 47, 49, 50, 51, 60], "delet": 10, "onc": 11, "paramet": [11, 17, 18, 19, 21, 22, 24, 25, 26, 27, 29, 42, 44], "default": [11, 16, 19, 34, 50], "after": [11, 12, 35, 37, 39], "cli": [15, 45, 46, 47, 48, 49], "submodul": [16, 30, 38, 48], "application_abc": [16, 48], "modul": [16, 38, 48], "applicationabc": [16, 17, 31, 48], "configur": [16, 17, 23, 30, 44, 46, 47, 48, 60], "main": [16, 17, 49], "run_async": [16, 17], "application_build": [16, 48], "applicationbuild": [16, 17, 48], "build_async": [16, 17], "use_extens": [16, 17], "use_startup": [16, 17, 60], "application_builder_abc": [16, 48], "applicationbuilderabc": [16, 17, 48], "application_extension_abc": [16, 48], "applicationextensionabc": [16, 17, 48], "startup_abc": [16, 48], "startupabc": [16, 17, 48, 60], "configure_configur": [16, 17, 60], "configure_servic": [16, 17, 60], "startup_extension_abc": [16, 48], "startupextensionabc": [16, 17, 48], "core": [16, 46, 48, 50], "versioninfo": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 48], "micro": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "minor": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "argument_abc": [16, 48], "argumentabc": [16, 18, 48], "add_console_argu": [16, 18], "console_argu": [16, 18], "prevent_next_execut": [16, 18], "token": [16, 18, 30, 33], "argument_build": [16, 48], "argumentbuild": [16, 18, 48], "build_argu": [16, 18], "argument_executable_abc": [16, 48], "argumentexecutableabc": [16, 18, 48], "argument_type_enum": [16, 48], "argumenttypeenum": [16, 18, 48], "variabl": [16, 18, 29], "add_configur": [16, 18], "add_environment_vari": [16, 18], "add_json_fil": [16, 18], "additional_argu": [16, 18], "argument_error_funct": [16, 18], "create_console_argu": [16, 18], "environ": [16, 17, 18, 25, 26, 45, 46, 47, 48, 60], "for_each_argu": [16, 18], "get_configur": [16, 18], "parse_console_argu": [16, 18], "configuration_abc": [16, 17, 23, 48], "configurationabc": [16, 17, 18, 23, 31, 37, 48, 60], "configuration_model_abc": [16, 48], "configurationmodelabc": [16, 18, 20, 25, 26, 28, 33, 43, 48], "from_dict": [16, 18], "base_func": [16, 18, 48], "configuration_variable_name_enum": [16, 48], "configurationvariablenameenum": [16, 18, 48], "to_list": [16, 18, 38, 39], "executable_argu": [16, 48], "executableargu": [16, 18, 48], "executable_typ": [16, 18], "set_execut": [16, 18, 29], "flag_argu": [16, 48], "flagargu": [16, 18, 48], "validator_abc": [16, 48], "validatorabc": [16, 18, 48], "variable_argu": [16, 48], "variableargu": [16, 18, 48], "set_valu": [16, 18], "value_token": [16, 18], "background_color_enum": [16, 48], "backgroundcolorenum": [16, 19, 48], "blue": [16, 19], "cyan": [16, 19], "green": [16, 19], "grei": [16, 19], "magenta": [16, 19], "red": [16, 19], "white": [16, 19], "yellow": [16, 19], "background_color": [16, 19], "banner": [16, 19, 46, 47], "clear": [16, 19], "color_reset": [16, 19], "disabl": [16, 19], "enabl": [16, 19, 49], "error": [16, 18, 19, 25, 35, 37, 46, 47], "foreground_color": [16, 19], "read": [16, 18, 19, 49], "read_lin": [16, 19], "reset_cursor_posit": [16, 19], "select": [16, 19, 20, 22, 38, 39, 49], "set_background_color": [16, 19], "set_cursor_posit": [16, 19], "set_foreground_color": [16, 19], "set_hold_back": [16, 19], "spinner": [16, 19, 46, 47], "write_at": [16, 19, 46, 47], "write_lin": [16, 19, 46, 47, 49], "write_line_at": [16, 19, 46, 47], "console_cal": [16, 48], "consolecal": [16, 19, 48], "arg": [16, 17, 18, 19, 22, 23, 27, 29, 32, 35, 37, 43, 60], "function": [16, 18, 19, 23, 29, 39, 40, 42, 44, 46, 49], "foreground_color_enum": [16, 48], "foregroundcolorenum": [16, 19, 48], "spinner_thread": [16, 48], "spinnerthread": [16, 19, 48], "exit": [16, 19, 49], "stop_spin": [16, 19], "databas": [16, 23, 48], "subpackag": [16, 48], "connect": [16, 20, 22, 26, 37, 48], "database_connect": [16, 20], "database_connection_abc": [16, 20], "context": [16, 20, 23, 35, 37, 48, 50], "database_context": [16, 20], "database_context_abc": [16, 20, 23], "database_set": [16, 21, 22, 48], "databaseset": [16, 20, 21, 22, 23, 48], "auth_plugin": [16, 20], "buffer": [16, 19, 20], "charset": [16, 20], "host": [16, 20, 26], "password": [16, 20, 49], "port": [16, 20, 26], "use_unicod": [16, 20], "user": [16, 20, 35, 37, 49], "database_settings_name_enum": [16, 48], "databasesettingsnameenum": [16, 20, 48], "table_abc": [16, 48], "tableabc": [16, 20, 48], "created_at": [16, 20], "delete_str": [16, 20], "insert_str": [16, 20], "modified_at": [16, 20], "udpate_str": [16, 20], "dependency_inject": [16, 17, 48, 60], "scope": [16, 46, 47, 48], "dispos": [16, 23], "service_provid": [16, 48], "scope_abc": [16, 48], "scopeabc": [16, 23, 48], "scope_build": [16, 48], "scopebuild": [16, 23, 48], "service_collect": [16, 37, 48], "servicecollect": [16, 23, 48], "add_db_context": [16, 23], "add_log": [16, 23], "add_pip": [16, 23], "add_scop": [16, 23], "add_singleton": [16, 23], "add_transi": [16, 23], "build_service_provid": [16, 23, 60], "service_collection_abc": [16, 17, 48], "servicecollectionabc": [16, 17, 23, 37, 48, 60], "add_discord": [16, 23], "add_transl": [16, 23], "service_descriptor": [16, 48], "servicedescriptor": [16, 23, 48], "base_typ": [16, 23], "lifetim": [16, 23, 46, 47], "service_typ": [16, 23], "service_lifetime_enum": [16, 48], "servicelifetimeenum": [16, 23, 48], "singleton": [16, 23, 46, 47], "transient": [16, 23, 46, 47], "serviceprovid": [16, 23, 48], "build_by_signatur": [16, 23], "build_servic": [16, 23], "create_scop": [16, 23], "get_servic": [16, 23], "set_scop": [16, 23], "service_provider_abc": [16, 17, 48], "serviceproviderabc": [16, 17, 18, 23, 31, 48, 60], "inject": [16, 23, 46, 47, 49], "set_global_provid": [16, 23], "application_environ": [16, 48], "applicationenviron": [16, 24, 48, 60], "application_nam": [16, 24], "date_time_now": [16, 24], "end_tim": [16, 24], "environment_nam": [16, 24], "host_nam": [16, 24], "runtime_directori": [16, 24], "set_runtime_directori": [16, 24], "set_working_directori": [16, 24], "start_tim": [16, 24], "working_directori": [16, 24], "application_environment_abc": [16, 17, 25, 26, 48], "applicationenvironmentabc": [16, 17, 18, 24, 25, 26, 37, 48], "environment_name_enum": [16, 48], "environmentnameenum": [16, 24, 48], "product": [16, 24, 46, 47], "stage": [16, 24, 46, 47], "log": [16, 26, 46, 47, 48], "logger_abc": [16, 26, 48], "loggerabc": [16, 25, 26, 37, 48], "debug": [16, 25, 46, 47], "fatal": [16, 25, 46, 47], "header": [16, 19, 25, 26], "trace": [16, 25, 46, 47], "warn": [16, 25, 46, 47], "logger_servic": [16, 48], "logger": [16, 23, 25, 26, 37, 45, 46, 47, 48, 51], "logging_level_enum": [16, 48], "logginglevelenum": [16, 25, 48], "off": [16, 25], "logging_set": [16, 48], "loggingset": [16, 25, 37, 48], "filenam": [16, 25], "level": [16, 25, 46, 47], "logging_settings_name_enum": [16, 48], "loggingsettingsnameenum": [16, 25, 48], "console_level": [16, 25], "file_level": [16, 25], "mail": [16, 45, 46, 47, 48, 51], "email": [16, 48], "add_head": [16, 26], "add_receiv": [16, 26], "bodi": [16, 26], "check_mail": [16, 26], "get_cont": [16, 26], "header_list": [16, 26], "receiv": [16, 26], "receiver_list": [16, 26], "subject": [16, 26], "transceiv": [16, 26], "email_client_abc": [16, 48], "emailclientabc": [16, 26, 48], "send_mail": [16, 26], "email_client_servic": [16, 48], "emailcli": [16, 26, 48], "login": [16, 26], "email_client_set": [16, 48], "emailclientset": [16, 26, 48], "credenti": [16, 26, 29, 46, 47], "user_nam": [16, 26], "email_client_settings_name_enum": [16, 48], "emailclientsettingsnameenum": [16, 26, 48], "bool_pip": [16, 48], "boolpip": [16, 27, 48], "transform": [16, 27, 43, 48], "first_char_to_lower_pip": [16, 48], "firstchartolowerpip": [16, 27, 48], "first_to_upper_pip": [16, 48], "firsttoupperpip": [16, 27, 48], "ip_address_pip": [16, 48], "ipaddresspip": [16, 27, 48], "pipe_abc": [16, 48], "pipeabc": [16, 27, 43, 48], "to_camel_case_pip": [16, 48], "tocamelcasepip": [16, 27, 48], "to_snake_case_pip": [16, 48], "tosnakecasepip": [16, 27, 48], "version_pip": [16, 48], "versionpip": [16, 27, 48], "time_format_set": [16, 25, 48], "timeformatset": [16, 25, 28, 48], "date_format": [16, 28], "date_time_format": [16, 28], "date_time_log_format": [16, 28], "time_format": [16, 25, 28], "time_format_settings_names_enum": [16, 48], "timeformatsettingsnamesenum": [16, 28, 48], "util": [16, 46, 47, 48, 60], "credential_manag": [16, 48], "credentialmanag": [16, 29, 48], "build_str": [16, 29], "decrypt": [16, 29], "encrypt": [16, 29, 46, 47], "get_execut": [16, 29], "get_outd": [16, 29], "get_packag": [16, 29], "reset_execut": [16, 29], "string": [16, 19, 21, 25, 26, 27, 46, 47, 48, 49, 60], "convert_to_camel_cas": [16, 29], "convert_to_snake_cas": [16, 29, 60], "first_to_low": [16, 29], "first_to_upp": [16, 29], "random_str": [16, 29], "config": [17, 23, 31, 37], "contain": [17, 30, 36, 38, 39, 48], "object": [17, 18, 19, 23, 26, 29, 34, 36, 39, 42, 46, 47], "load": [17, 43, 48], "appset": [17, 45, 49, 51], "instanc": [17, 23], "entri": [17, 19], "return": [17, 18, 19, 22, 26, 27, 29, 34, 40, 41, 42, 49, 60], "extens": [17, 38, 42, 46, 47, 48], "env": [17, 25, 37], "copyright": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "2020": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "2023": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "licens": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49], "detail": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 46], "tupl": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "field": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "number": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "0": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 49, 60], "2": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 60], "1": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 49, 60], "bool": [18, 19, 20, 26, 27, 34, 39, 60], "fals": 18, "none": [18, 19, 20, 23, 25, 26, 28, 29, 33, 34, 35, 37, 39, 40, 41, 42, 43, 44, 60], "arg_typ": 18, "kwarg": [18, 19, 23, 32, 35, 37, 44], "known": 18, "specif": 18, "self": [18, 23, 44, 60], "consoleargu": 18, "properti": [18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 33, 34, 37, 39, 43], "static": [18, 23, 26, 29, 36], "enumer": [18, 19, 20, 23, 24, 25, 26, 28, 30, 38, 41, 42, 48], "3": [18, 25], "key_typ": 18, "union": [18, 19, 23, 39], "consoleargumentabc": 18, "true": 18, "should": [18, 49, 50, 60], "occur": 18, "wa": [18, 50], "found": [18, 39], "place": 18, "store": 18, "callabl": [18, 19, 23, 39], "begin": [18, 60], "were": 18, "is_value_token_opt": 18, "runnabl": 18, "when": [18, 19, 35, 37, 39, 60], "iter": [18, 38, 39, 40, 41, 48], "through": [18, 44, 49], "search_typ": 18, "invalid": 18, "dict": [18, 19, 27, 44, 60], "deprec": [18, 46], "attribut": [18, 44], "__init__": [18, 44, 49, 60], "instead": 18, "http": [18, 21, 50], "doc": [18, 21], "html": [18, 21], "further": [18, 44], "convert": [18, 27, 29, 30, 36, 39, 40, 41, 42, 46, 47], "on_blu": 19, "on_cyan": 19, "on_default": 19, "on_green": 19, "on_grei": 19, "on_magenta": 19, "on_r": 19, "on_whit": 19, "on_yellow": 19, "handl": [19, 29, 45, 46, 47, 51], "input": [19, 46, 47, 49], "bytes_or_buff": 19, "encod": [19, 29], "expos": 19, "decod": [19, 29], "handler": 19, "result": [19, 26, 29, 39], "__str__": 19, "repr": 19, "sy": 19, "getdefaultencod": 19, "strict": 19, "classmethod": [19, 23, 29, 39, 60], "print": [19, 49], "reset": [19, 29], "color": 19, "interact": 19, "tb": 19, "traceback": 19, "next": [19, 45], "cursor": [19, 20, 21, 22], "posit": [19, 30, 34], "char": [19, 27, 29], "header_foreground_color": 19, "header_background_color": 19, "option_foreground_color": 19, "option_background_color": 19, "cursor_foreground_color": 19, "cursor_background_color": 19, "menu": [19, 45, 46, 47], "charact": 19, "foreground": 19, "background": 19, "x": [19, 39, 44], "int": [19, 20, 26, 27, 29, 34, 39, 42, 44, 49], "y": [19, 44, 49], "text_foreground_color": 19, "spinner_foreground_color": 19, "text_background_color": 19, "spinner_background_color": 19, "end": [19, 25], "stop": 19, "text": [19, 34], "keyword": [19, 44], "activ": [19, 30, 34], "last": [19, 38, 39], "repres": [19, 20, 24, 26], "hold": 19, "msg_len": 19, "length": [19, 29, 39, 49], "databaseconnect": [20, 21], "databaseconnectionabc": [20, 21], "databasecontext": [20, 22], "save_chang": [20, 22], "databasecontextabc": [20, 22, 23], "databs": 20, "authplugin": 20, "useunicod": 20, "datetim": [20, 24, 34, 35, 37], "represent": [21, 22, 23, 25, 26, 28], "connection_str": 21, "sqlalchemi": 21, "org": 21, "en": 21, "14": 21, "engin": 21, "mysqlcursorbuff": [21, 22], "mysqlconnectionabstract": 21, "sql": 22, "fetch": 22, "collect": 23, "db_context_typ": 23, "db_set": 23, "db_context": 23, "intern": [23, 60], "translat": [23, 46, 48], "descriptor": 23, "sig": 23, "signatur": 23, "instance_typ": 23, "f": [23, 60], "decor": 23, "runtim": [24, 46, 47], "ex": 25, "except": [25, 39], "thrown": 25, "program": 25, "tree": 25, "logfil": 25, "5": [25, 49], "4": 25, "6": 25, "console_log_level": 25, "file_log_level": 25, "consoleloglevel": 25, "fileloglevel": 25, "e": [26, 44, 60], "address": 26, "check": [26, 39, 60], "mail_set": 26, "usernam": 26, "lower": [27, 29, 49], "upper": [27, 29, 49], "camel": [27, 29], "camelcas": [27, 29], "snake": [27, 29], "snake_cas": [27, 29], "dateformat": 28, "datetimeformat": 28, "datetimelogformat": 28, "timeformat": 28, "replac": [29, 60], "base64": [29, 46, 47], "byte": 29, "get": [29, 46, 47, 50], "outdat": 29, "local": [29, 45], "stdout": 29, "stderr": 29, "extra": [29, 50], "index": [29, 39, 42, 49, 50], "url": [29, 50], "subprocess": [29, 46, 47], "system": 29, "standard": [29, 46, 47], "random": [29, 49], "discord_bot_application_abc": [30, 48], "discordbotapplicationabc": [30, 31, 48], "stop_async": [30, 31, 37], "discord_command_abc": [30, 48], "discordcommandabc": [30, 32, 37, 48], "discord_commands_meta": [30, 48], "discordcogmeta": [30, 32, 48], "discord_bot_set": [30, 37, 48], "discordbotset": [30, 33, 37, 48], "category_channel": [30, 48], "categorychannel": [30, 34, 48], "category_id": [30, 34], "guild": [30, 35, 37, 48], "id": [30, 34, 49], "nsfw": [30, 34], "text_channel": [30, 48], "voice_channel": [30, 48], "afk_channel": [30, 34], "afk_timeout": [30, 34], "approximate_member_count": [30, 34], "approximate_presence_count": [30, 34], "categori": [30, 34], "default_notif": [30, 34], "emoji": [30, 34, 35, 37], "explicit_content_filt": [30, 34], "featur": [30, 34, 50], "max_memb": [30, 34], "max_pres": [30, 34], "max_video_channel_us": [30, 34], "mfa_level": [30, 34], "nsfw_level": [30, 34], "owner_id": [30, 34], "preferred_local": [30, 34], "premium_progress_bar_en": [30, 34], "premium_subscription_count": [30, 34], "premium_ti": [30, 34], "role": [30, 35, 37, 48], "sticker": [30, 34], "unavail": [30, 34], "vanity_url_cod": [30, 34], "verification_level": [30, 34], "widget_en": [30, 34], "joined_at": [30, 34], "nick": [30, 34], "pend": [30, 34], "premium_sinc": [30, 34], "timed_out_until": [30, 34], "hoist": [30, 34], "mention": [30, 34], "tag": [30, 34], "unicode_emoji": [30, 34], "textchannel": [30, 34, 48], "default_auto_archive_dur": [30, 34], "last_message_id": [30, 34], "slowmode_delai": [30, 34], "archive_timestamp": [30, 34], "archiv": [30, 34], "archiver_id": [30, 34], "auto_archive_dur": [30, 34], "invit": [30, 34, 35, 37], "lock": [30, 34], "me": [30, 34], "member_count": [30, 34], "message_count": [30, 34], "parent_id": [30, 34], "voicechannel": [30, 34, 48], "on_bulk_message_delete_abc": [30, 48], "onbulkmessagedeleteabc": [30, 35, 48], "on_bulk_message_delet": [30, 35, 37, 48], "on_command_abc": [30, 48], "oncommandabc": [30, 35, 48], "on_command": [30, 35, 37, 48], "on_command_completion_abc": [30, 48], "oncommandcompletionabc": [30, 35, 48], "on_command_complet": [30, 35, 37, 48], "on_command_error_abc": [30, 48], "oncommanderrorabc": [30, 35, 37, 48], "on_command_error": [30, 35, 37, 48], "on_connect_abc": [30, 48], "onconnectabc": [30, 35, 48], "on_connect": [30, 35, 37, 48], "on_disconnect_abc": [30, 48], "ondisconnectabc": [30, 35, 48], "on_disconnect": [30, 35, 37, 48], "on_error_abc": [30, 48], "onerrorabc": [30, 35, 48], "on_error": [30, 35, 37, 48], "on_group_join_abc": [30, 48], "ongroupjoinabc": [30, 35, 48], "on_group_join": [30, 35, 37, 48], "on_group_remove_abc": [30, 48], "ongroupremoveabc": [30, 35, 48], "on_group_remov": [30, 35, 37, 48], "on_guild_available_abc": [30, 48], "onguildavailableabc": [30, 35, 48], "on_guild_avail": [30, 35, 37, 48], "on_guild_channel_create_abc": [30, 48], "onguildchannelcreateabc": [30, 35, 48], "on_guild_channel_cr": [30, 35, 37, 48], "on_guild_channel_delete_abc": [30, 48], "onguildchanneldeleteabc": [30, 35, 48], "on_guild_channel_delet": [30, 35, 37, 48], "on_guild_channel_pins_update_abc": [30, 48], "onguildchannelpinsupdateabc": [30, 35, 48], "on_guild_channel_pins_upd": [30, 35, 37, 48], "on_guild_channel_update_abc": [30, 48], "onguildchannelupdateabc": [30, 35, 48], "on_guild_channel_upd": [30, 35, 37, 48], "on_guild_emojis_update_abc": [30, 48], "onguildemojisupdateabc": [30, 35, 48], "on_guild_emojis_upd": [30, 35, 37, 48], "on_guild_integrations_update_abc": [30, 48], "onguildintegrationsupdateabc": [30, 35, 48], "on_guild_integrations_upd": [30, 35, 37, 48], "on_guild_join_abc": [30, 48], "onguildjoinabc": [30, 35, 48], "on_guild_join": [30, 35, 37, 48], "on_guild_remove_abc": [30, 48], "onguildremoveabc": [30, 35, 48], "on_guild_remov": [30, 35, 37, 48], "on_guild_role_create_abc": [30, 48], "onguildrolecreateabc": [30, 35, 48], "on_guild_role_cr": [30, 35, 37, 48], "on_guild_role_delete_abc": [30, 48], "onguildroledeleteabc": [30, 35, 48], "on_guild_role_delet": [30, 35, 37, 48], "on_guild_role_update_abc": [30, 48], "onguildroleupdateabc": [30, 35, 48], "on_guild_role_upd": [30, 35, 37, 48], "on_guild_unavailable_abc": [30, 48], "onguildunavailableabc": [30, 35, 48], "on_guild_unavail": [30, 35, 37, 48], "on_guild_update_abc": [30, 48], "onguildupdateabc": [30, 35, 48], "on_guild_upd": [30, 35, 37, 48], "on_invite_create_abc": [30, 48], "oninvitecreateabc": [30, 35, 48], "on_invite_cr": [30, 35, 37, 48], "on_invite_delete_abc": [30, 48], "oninvitedeleteabc": [30, 35, 48], "on_invite_delet": [30, 35, 37, 48], "on_member_ban_abc": [30, 48], "onmemberbanabc": [30, 35, 48], "on_member_ban": [30, 35, 37, 48], "on_member_join_abc": [30, 48], "onmemberjoinabc": [30, 35, 48], "on_member_join": [30, 35, 37, 48], "on_member_remove_abc": [30, 48], "onmemberremoveabc": [30, 35, 48], "on_member_remov": [30, 35, 37, 48], "on_member_unban_abc": [30, 48], "onmemberunbanabc": [30, 35, 48], "on_member_unban": [30, 35, 37, 48], "on_member_update_abc": [30, 48], "onmemberupdateabc": [30, 35, 48], "on_member_upd": [30, 35, 37, 48], "on_message_abc": [30, 48], "onmessageabc": [30, 35, 48], "on_messag": [30, 35, 37, 48], "on_message_delete_abc": [30, 48], "onmessagedeleteabc": [30, 35, 48], "on_message_delet": [30, 35, 37, 48], "on_message_edit_abc": [30, 48], "onmessageeditabc": [30, 35, 48], "on_message_edit": [30, 35, 37, 48], "on_private_channel_create_abc": [30, 48], "onprivatechannelcreateabc": [30, 35, 48], "on_private_channel_cr": [30, 35, 37, 48], "on_private_channel_delete_abc": [30, 48], "onprivatechanneldeleteabc": [30, 35, 48], "on_private_channel_delet": [30, 35, 37, 48], "on_private_channel_pins_update_abc": [30, 48], "onprivatechannelpinsupdateabc": [30, 35, 48], "on_private_channel_pins_upd": [30, 35, 37, 48], "on_private_channel_update_abc": [30, 48], "onprivatechannelupdateabc": [30, 35, 48], "on_private_channel_upd": [30, 35, 37, 48], "on_raw_reaction_add_abc": [30, 48], "onrawreactionaddabc": [30, 35, 48], "on_raw_reaction_add": [30, 35, 37, 48], "on_raw_reaction_clear_abc": [30, 48], "onrawreactionclearabc": [30, 35, 48], "on_raw_reaction_clear": [30, 35, 37, 48], "on_raw_reaction_clear_emoji_abc": [30, 48], "onrawreactionclearemojiabc": [30, 35, 48], "on_raw_reaction_clear_emoji": [30, 35, 37, 48], "on_raw_reaction_remove_abc": [30, 48], "onrawreactionremoveabc": [30, 35, 48], "on_raw_reaction_remov": [30, 35, 37, 48], "on_reaction_add_abc": [30, 48], "onreactionaddabc": [30, 35, 48], "on_reaction_add": [30, 35, 37, 48], "on_reaction_clear_abc": [30, 48], "onreactionclearabc": [30, 35, 48], "on_reaction_clear": [30, 35, 37, 48], "on_reaction_clear_emoji_abc": [30, 48], "onreactionclearemojiabc": [30, 35, 48], "on_reaction_clear_emoji": [30, 35, 37, 48], "on_reaction_remove_abc": [30, 48], "onreactionremoveabc": [30, 35, 48], "on_reaction_remov": [30, 35, 37, 48], "on_ready_abc": [30, 48], "onreadyabc": [30, 35, 48], "on_readi": [30, 35, 37, 48], "on_resume_abc": [30, 48], "onresumeabc": [30, 35, 48], "on_resum": [30, 35, 37, 48], "on_typing_abc": [30, 48], "ontypingabc": [30, 35, 48], "on_typ": [30, 35, 37, 48], "on_user_update_abc": [30, 48], "onuserupdateabc": [30, 35, 48], "on_user_upd": [30, 35, 37, 48], "on_voice_state_update_abc": [30, 48], "onvoicestateupdateabc": [30, 35, 48], "on_voice_state_upd": [30, 35, 37, 48], "on_webhooks_update_abc": [30, 48], "onwebhooksupdateabc": [30, 35, 48], "on_webhooks_upd": [30, 35, 37, 48], "helper": [30, 48], "to_containers_convert": [30, 48], "tocontainersconvert": [30, 36, 48], "command_error_handler_servic": [30, 48], "commanderrorhandlerservic": [30, 37, 48], "discord_bot_servic": [30, 48], "discordbotservic": [30, 37, 48], "start_async": [30, 37], "discord_bot_service_abc": [30, 48], "discordbotserviceabc": [30, 37, 48], "discord_collect": [30, 48], "discordcollect": [30, 37, 48], "add_command": [30, 37], "add_ev": [30, 37], "get_command": [30, 37], "get_events_by_bas": [30, 37], "discord_collection_abc": [30, 48], "discordcollectionabc": [30, 37, 48], "discord_servic": [30, 48], "discordservic": [30, 37, 48], "init": [30, 37, 44, 60], "on_scheduled_event_cr": [30, 37, 48], "on_scheduled_event_delet": [30, 37, 48], "on_scheduled_event_upd": [30, 37, 48], "on_scheduled_event_user_add": [30, 37, 48], "on_scheduled_event_user_remov": [30, 37, 48], "discord_service_abc": [30, 48], "discordserviceabc": [30, 37, 48], "discordeventtypesenum": [30, 48], "on_scheduled_event_create_abc": 30, "onscheduledeventcreateabc": 30, "on_scheduled_event_delete_abc": 30, "onscheduledeventdeleteabc": 30, "on_scheduled_event_update_abc": 30, "onscheduledeventupdateabc": 30, "on_scheduled_event_user_add_abc": 30, "onscheduledeventuseraddabc": 30, "on_scheduled_event_user_remove_abc": 30, "onscheduledeventuserremoveabc": 30, "link": [31, 32, 33, 34, 35, 36, 37, 44], "between": [31, 32, 33, 34, 35, 36, 37, 46], "2022": [31, 32, 33, 34, 35, 36, 37], "cog": [32, 37], "namespac": 32, "abcmeta": 32, "cogmeta": 32, "_t": [34, 36, 37, 39], "voic": 34, "_o": 34, "belong": 34, "sort": [34, 39, 46], "top": 34, "bottom": 34, "sequenc": [34, 35, 36, 37, 38, 48], "hierarchi": 34, "lowest": [34, 39], "permiss": 34, "view": 34, "activitytyp": 34, "alwai": 34, "everyon": 34, "These": [34, 46], "threadmemb": 34, "intent": 34, "properli": 34, "fill": 34, "howev": 34, "gatewai": 34, "fetch_memb": 34, "insid": 34, "ctx": [35, 37], "commanderror": [35, 37], "groupchannel": [35, 37], "chhanel": [35, 37], "guildchannel": [35, 37], "list_pin": [35, 37], "privatechannel": [35, 37], "payload": [35, 37], "rawreactionactionev": [35, 37], "reaction": [35, 37], "voicest": [35, 37], "_l": 36, "logging_st": 37, "client": 37, "_t_event": 37, "scheduledev": 37, "cpl_queri": [38, 48], "default_lambda": [38, 48], "ordered_query": [38, 48], "orderedquery": [38, 39, 48], "then_bi": [38, 39], "then_by_descend": [38, 39], "ordered_queryable_abc": [38, 48], "orderedqueryableabc": [38, 39, 48], "queryable_abc": [38, 48], "queryableabc": [38, 39, 40, 42, 48], "averag": [38, 39], "distinct": [38, 39], "element_at": [38, 39], "element_at_or_default": [38, 39], "first_or_default": [38, 39], "for_each": [38, 39], "group_bi": [38, 39], "last_or_default": [38, 39], "max": [38, 39], "median": [38, 39], "min": [38, 39], "order_bi": [38, 39], "order_by_descend": [38, 39], "revers": [38, 39], "select_mani": [38, 39], "singl": [38, 39], "single_or_default": [38, 39], "skip": [38, 39], "skip_last": [38, 39], "split": [38, 39, 60], "sum": [38, 39], "take_last": [38, 39], "where": [38, 39], "empti": [38, 39], "index_of": [38, 39], "rang": [38, 39, 49], "enumerable_abc": [38, 41, 42, 48], "enumerableabc": [38, 40, 41, 42, 48], "to_iter": [38, 40, 41], "to_enumer": [38, 41, 42], "iterable_abc": [38, 40, 41, 48], "iterableabc": [38, 40, 41, 42, 48], "append": [38, 42], "extend": [38, 42, 45, 51], "remove_at": [38, 42], "_valu": 39, "_func": 39, "orderedlist": 39, "ascend": 39, "func": 39, "descend": 39, "everi": 39, "equal": 39, "float": 39, "complex": [39, 46, 47, 60], "redund": 39, "_index": [39, 42], "group": 39, "highest": 39, "flatten": 39, "argumentnoneexcept": 39, "seper": 39, "_object": [39, 42], "indexerror": 39, "sequence_abc": 39, "sequenceabc": 39, "integr": [39, 40, 41, 42], "2021": [39, 40, 41, 42], "_iterableabc__iter": 42, "__iter": 42, "translatepip": [43, 48], "translationserviceabc": [43, 48], "translationservic": [43, 48], "lang": 43, "load_by_set": [43, 48], "translationset": [43, 48], "set_default_lang": [43, 48], "set_lang": [43, 48], "kei": [43, 46, 50], "default_lang": 43, "default_languag": [43, 48], "now": [44, 60], "model": 44, "recurs": 44, "pars": 44, "jsonprocessor": 44, "goe": 44, "simpli": 44, "assign": 44, "processor": 44, "wai": 44, "nest": 44, "configurationmodel": 44, "code": [44, 46, 49, 50, 60], "adapt": 44, "versionset": 44, "def": [44, 49, 60], "els": 44, "obsolet": 44, "few": 44, "rule": 44, "observ": 44, "onli": [44, 49], "wrong": 44, "correct": 44, "incorrect": 44, "prerequisit": [45, 51], "what": 45, "up": 45, "queri": [45, 46, 47, 48], "tutori": [45, 49, 50], "come": [45, 51], "builtin": [45, 51], "common": [46, 47], "platform": [46, 47], "meant": [46, 47], "effici": [46, 47], "desktop": [46, 47], "learn": [46, 47, 50], "enterpris": [46, 47], "expand": 46, "builder": [46, 47], "map": [46, 47], "appnam": [46, 47], "hostnam": [46, 47], "wrapper": [46, 47], "differ": [46, 47], "variant": [46, 47], "to_lower_cas": [46, 47], "to_camel_cas": [46, 47], "expandl": [46, 47], "connector": 46, "filter": 46, "linq": 46, "xd": 46, "dot": 46, "notat": 46, "page": 46, "great": 46, "about": [46, 50], "everyth": 46, "do": [46, 49, 60], "contribut": 46, "cpl_discord": 48, "discord_event_types_enum": 48, "cpl_translat": 48, "translate_pip": 48, "translation_servic": 48, "translation_service_abc": 48, "translation_set": 48, "welcom": 49, "introduc": 49, "walk": 49, "also": [49, 50, 60], "sampl": 49, "ouput": 49, "look": [49, 60], "done": 49, "readm": 49, "md": 49, "projectmain": 49, "pycharm": 49, "hello": [49, 50], "world": [49, 50], "emul": 49, "__name__": 49, "__main__": 49, "generate_password": 49, "letter": [49, 60], "join": 49, "choic": 49, "ascii_lowercas": 49, "elif": 49, "ascii_uppercas": 49, "ascii_lett": 49, "len": 49, "full": 49, "section": 49, "ve": 49, "continu": 49, "explor": 49, "window": 50, "prompt": 50, "declin": 50, "enter": 50, "press": 50, "lib": 50, "live": 50, "navig": 50, "launch": 50, "watch": 50, "chnage": 50, "those": 50, "success": 50, "similar": 50, "fore": 50, "pyhton": 50, "schematic_your_schemat": 60, "detect": 60, "schematic_": 60, "endswith": 60, "your_schemat": 60, "choos": 60, "attent": 60, "It": 60, "overwrit": 60, "cpl_cli": 60, "generate_schematic_abc": 60, "generateschematicabc": 60, "get_cod": 60, "textwrap": 60, "dedent": 60, "atr": 60, "build_code_str": 60, "_class_nam": 60, "regist": 60, "cl": 60, "littl": 60, "therefor": 60, "divid": 60, "sever": 60, "veri": 60, "structur": 60, "explain": 60, "project_consol": 60, "project_file_licens": 60, "project_file_appset": 60, "project_fil": 60, "project_file_readm": 60, "project_file_code_main": 60, "project_file_code_startup": 60, "project_file_code_appl": 60, "how": 60, "illustr": 60, "project_type_abc": 60, "projecttypeabc": 60, "workspaceset": 60, "base_path": 60, "project_nam": 60, "use_application_api": 60, "use_service_provid": 60, "use_async": 60, "project_file_data": 60, "projectfil": 60, "projectfileappset": 60, "projectfileappl": 60, "projectfilemain": 60, "projectfilestartup": 60, "projectfilereadm": 60, "projectfilelicens": 60, "schematic_init": 60, "project_path": 60, "add_templ": 60, "exactli": 60, "normal": 60, "inherit": 60, "filetemplateabc": 60, "codefiletemplateabc": 60, "code_file_template_abc": 60, "file_template_abc": 60, "_name": 60, "_code": 60, "dump": 60, "indent": 60}, "objects": {"cpl.core": [[17, 0, 0, "-", "application"], [18, 0, 0, "-", "configuration"], [19, 0, 0, "-", "console"], [20, 0, 0, "-", "database"], [23, 0, 0, "-", "dependency_injection"], [24, 0, 0, "-", "environment"], [25, 0, 0, "-", "logging"], [26, 0, 0, "-", "mailing"], [27, 0, 0, "-", "pipes"], [28, 0, 0, "-", "time"], [29, 0, 0, "-", "utils"]], "cpl.core.application": [[17, 1, 1, "", "VersionInfo"], [17, 0, 0, "-", "application_abc"], [17, 0, 0, "-", "application_builder"], [17, 0, 0, "-", "application_builder_abc"], [17, 0, 0, "-", "application_extension_abc"], [17, 0, 0, "-", "startup_abc"], [17, 0, 0, "-", "startup_extension_abc"]], "cpl.core.application.VersionInfo": [[17, 2, 1, "", "major"], [17, 2, 1, "", "micro"], [17, 2, 1, "", "minor"]], "cpl.core.application.application_abc": [[17, 1, 1, "", "ApplicationABC"]], "cpl.core.application.application_abc.ApplicationABC": [[17, 3, 1, "", "configure"], [17, 3, 1, "", "main"], [17, 3, 1, "", "run"], [17, 3, 1, "", "run_async"]], "cpl.core.application.application_builder": [[17, 1, 1, "", "ApplicationBuilder"]], "cpl.core.application.application_builder.ApplicationBuilder": [[17, 3, 1, "", "build"], [17, 3, 1, "", "build_async"], [17, 3, 1, "", "use_extension"], [17, 3, 1, "", "use_startup"]], "cpl.core.application.application_builder_abc": [[17, 1, 1, "", "ApplicationBuilderABC"]], "cpl.core.application.application_builder_abc.ApplicationBuilderABC": [[17, 3, 1, "", "build"], [17, 3, 1, "", "build_async"], [17, 3, 1, "", "use_startup"]], "cpl.core.application.application_extension_abc": [[17, 1, 1, "", "ApplicationExtensionABC"]], "cpl.core.application.application_extension_abc.ApplicationExtensionABC": [[17, 3, 1, "", "run"]], "cpl.core.application.startup_abc": [[17, 1, 1, "", "StartupABC"]], "cpl.core.application.startup_abc.StartupABC": [[17, 3, 1, "", "configure_configuration"], [17, 3, 1, "", "configure_services"]], "cpl.core.application.startup_extension_abc": [[17, 1, 1, "", "StartupExtensionABC"]], "cpl.core.application.startup_extension_abc.StartupExtensionABC": [[17, 3, 1, "", "configure_configuration"], [17, 3, 1, "", "configure_services"]], "cpl.core.configuration": [[18, 1, 1, "", "VersionInfo"], [18, 0, 0, "-", "argument_abc"], [18, 0, 0, "-", "argument_builder"], [18, 0, 0, "-", "argument_executable_abc"], [18, 0, 0, "-", "argument_type_enum"], [18, 0, 0, "-", "configuration"], [18, 0, 0, "-", "configuration_abc"], [18, 0, 0, "-", "configuration_model_abc"], [18, 0, 0, "-", "configuration_variable_name_enum"], [18, 0, 0, "-", "executable_argument"], [18, 0, 0, "-", "flag_argument"], [18, 0, 0, "-", "validator_abc"], [18, 0, 0, "-", "variable_argument"]], "cpl.core.configuration.VersionInfo": [[18, 2, 1, "", "major"], [18, 2, 1, "", "micro"], [18, 2, 1, "", "minor"]], "cpl.core.configuration.argument_abc": [[18, 1, 1, "", "ArgumentABC"]], "cpl.core.configuration.argument_abc.ArgumentABC": [[18, 3, 1, "", "add_console_argument"], [18, 4, 1, "", "aliases"], [18, 4, 1, "", "console_arguments"], [18, 4, 1, "", "name"], [18, 4, 1, "", "prevent_next_executable"], [18, 4, 1, "", "token"]], "cpl.core.configuration.argument_builder": [[18, 1, 1, "", "ArgumentBuilder"]], "cpl.core.configuration.argument_builder.ArgumentBuilder": [[18, 3, 1, "", "build_argument"]], "cpl.core.configuration.argument_executable_abc": [[18, 1, 1, "", "ArgumentExecutableABC"]], "cpl.core.configuration.argument_executable_abc.ArgumentExecutableABC": [[18, 3, 1, "", "run"]], "cpl.core.configuration.argument_type_enum": [[18, 1, 1, "", "ArgumentTypeEnum"]], "cpl.core.configuration.argument_type_enum.ArgumentTypeEnum": [[18, 2, 1, "", "Executable"], [18, 2, 1, "", "Flag"], [18, 2, 1, "", "Variable"]], "cpl.core.configuration.configuration": [[18, 1, 1, "", "Configuration"]], "cpl.core.configuration.configuration.Configuration": [[18, 3, 1, "", "add_configuration"], [18, 3, 1, "", "add_console_argument"], [18, 3, 1, "", "add_environment_variables"], [18, 3, 1, "", "add_json_file"], [18, 4, 1, "", "additional_arguments"], [18, 4, 1, "", "argument_error_function"], [18, 4, 1, "", "arguments"], [18, 3, 1, "", "create_console_argument"], [18, 4, 1, "", "environment"], [18, 3, 1, "", "for_each_argument"], [18, 3, 1, "", "get_configuration"], [18, 3, 1, "", "parse_console_arguments"]], "cpl.core.configuration.configuration_abc": [[18, 1, 1, "", "ConfigurationABC"]], "cpl.core.configuration.configuration_abc.ConfigurationABC": [[18, 3, 1, "", "add_configuration"], [18, 3, 1, "", "add_console_argument"], [18, 3, 1, "", "add_environment_variables"], [18, 3, 1, "", "add_json_file"], [18, 4, 1, "", "additional_arguments"], [18, 4, 1, "", "argument_error_function"], [18, 4, 1, "", "arguments"], [18, 3, 1, "", "create_console_argument"], [18, 4, 1, "", "environment"], [18, 3, 1, "", "for_each_argument"], [18, 3, 1, "", "get_configuration"], [18, 3, 1, "", "parse_console_arguments"]], "cpl.core.configuration.configuration_model_abc": [[18, 1, 1, "", "ConfigurationModelABC"], [18, 5, 1, "", "base_func"]], "cpl.core.configuration.configuration_model_abc.ConfigurationModelABC": [[18, 3, 1, "", "from_dict"]], "cpl.core.configuration.configuration_variable_name_enum": [[18, 1, 1, "", "ConfigurationVariableNameEnum"]], "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum": [[18, 2, 1, "", "customer"], [18, 2, 1, "", "environment"], [18, 2, 1, "", "name"], [18, 3, 1, "", "to_list"]], "cpl.core.configuration.executable_argument": [[18, 1, 1, "", "ExecutableArgument"]], "cpl.core.configuration.executable_argument.ExecutableArgument": [[18, 4, 1, "", "executable_type"], [18, 3, 1, "", "run"], [18, 3, 1, "", "set_executable"], [18, 4, 1, "", "validators"]], "cpl.core.configuration.flag_argument": [[18, 1, 1, "", "FlagArgument"]], "cpl.core.configuration.validator_abc": [[18, 1, 1, "", "ValidatorABC"]], "cpl.core.configuration.validator_abc.ValidatorABC": [[18, 3, 1, "", "validate"]], "cpl.core.configuration.variable_argument": [[18, 1, 1, "", "VariableArgument"]], "cpl.core.configuration.variable_argument.VariableArgument": [[18, 3, 1, "", "set_value"], [18, 4, 1, "", "value"], [18, 4, 1, "", "value_token"]], "cpl.core.console": [[19, 1, 1, "", "VersionInfo"], [19, 0, 0, "-", "background_color_enum"], [19, 0, 0, "-", "console"], [19, 0, 0, "-", "console_call"], [19, 0, 0, "-", "foreground_color_enum"], [19, 0, 0, "-", "spinner_thread"]], "cpl.core.console.VersionInfo": [[19, 2, 1, "", "major"], [19, 2, 1, "", "micro"], [19, 2, 1, "", "minor"]], "cpl.core.console.background_color_enum": [[19, 1, 1, "", "BackgroundColorEnum"]], "cpl.core.console.background_color_enum.BackgroundColorEnum": [[19, 2, 1, "", "blue"], [19, 2, 1, "", "cyan"], [19, 2, 1, "", "default"], [19, 2, 1, "", "green"], [19, 2, 1, "", "grey"], [19, 2, 1, "", "magenta"], [19, 2, 1, "", "red"], [19, 2, 1, "", "white"], [19, 2, 1, "", "yellow"]], "cpl.core.console.console": [[19, 1, 1, "", "Console"]], "cpl.core.console.console.Console": [[19, 4, 1, "", "background_color"], [19, 3, 1, "", "banner"], [19, 3, 1, "", "clear"], [19, 3, 1, "", "close"], [19, 3, 1, "", "color_reset"], [19, 3, 1, "", "disable"], [19, 3, 1, "", "enable"], [19, 3, 1, "", "error"], [19, 4, 1, "", "foreground_color"], [19, 3, 1, "", "read"], [19, 3, 1, "", "read_line"], [19, 3, 1, "", "reset_cursor_position"], [19, 3, 1, "", "select"], [19, 3, 1, "", "set_background_color"], [19, 3, 1, "", "set_cursor_position"], [19, 3, 1, "", "set_foreground_color"], [19, 3, 1, "", "set_hold_back"], [19, 3, 1, "", "spinner"], [19, 3, 1, "", "table"], [19, 3, 1, "", "write"], [19, 3, 1, "", "write_at"], [19, 3, 1, "", "write_line"], [19, 3, 1, "", "write_line_at"]], "cpl.core.console.console_call": [[19, 1, 1, "", "ConsoleCall"]], "cpl.core.console.console_call.ConsoleCall": [[19, 4, 1, "", "args"], [19, 4, 1, "", "function"]], "cpl.core.console.foreground_color_enum": [[19, 1, 1, "", "ForegroundColorEnum"]], "cpl.core.console.foreground_color_enum.ForegroundColorEnum": [[19, 2, 1, "", "blue"], [19, 2, 1, "", "cyan"], [19, 2, 1, "", "default"], [19, 2, 1, "", "green"], [19, 2, 1, "", "grey"], [19, 2, 1, "", "magenta"], [19, 2, 1, "", "red"], [19, 2, 1, "", "white"], [19, 2, 1, "", "yellow"]], "cpl.core.console.spinner_thread": [[19, 1, 1, "", "SpinnerThread"]], "cpl.core.console.spinner_thread.SpinnerThread": [[19, 3, 1, "", "exit"], [19, 3, 1, "", "run"], [19, 3, 1, "", "stop_spinning"]], "cpl.core.database": [[20, 1, 1, "", "VersionInfo"], [21, 0, 0, "-", "connection"], [22, 0, 0, "-", "context"], [20, 0, 0, "-", "database_settings"], [20, 0, 0, "-", "database_settings_name_enum"], [20, 0, 0, "-", "table_abc"]], "cpl.core.database.VersionInfo": [[20, 2, 1, "", "major"], [20, 2, 1, "", "micro"], [20, 2, 1, "", "minor"]], "cpl.core.database.connection": [[21, 1, 1, "", "VersionInfo"], [21, 0, 0, "-", "database_connection"], [21, 0, 0, "-", "database_connection_abc"]], "cpl.core.database.connection.VersionInfo": [[21, 2, 1, "", "major"], [21, 2, 1, "", "micro"], [21, 2, 1, "", "minor"]], "cpl.core.database.connection.database_connection": [[21, 1, 1, "", "DatabaseConnection"]], "cpl.core.database.connection.database_connection.DatabaseConnection": [[21, 3, 1, "", "connect"], [21, 4, 1, "", "cursor"], [21, 4, 1, "", "server"]], "cpl.core.database.connection.database_connection_abc": [[21, 1, 1, "", "DatabaseConnectionABC"]], "cpl.core.database.connection.database_connection_abc.DatabaseConnectionABC": [[21, 3, 1, "", "connect"], [21, 4, 1, "", "cursor"], [21, 4, 1, "", "server"]], "cpl.core.database.context": [[22, 1, 1, "", "VersionInfo"], [22, 0, 0, "-", "database_context"], [22, 0, 0, "-", "database_context_abc"]], "cpl.core.database.context.VersionInfo": [[22, 2, 1, "", "major"], [22, 2, 1, "", "micro"], [22, 2, 1, "", "minor"]], "cpl.core.database.context.database_context": [[22, 1, 1, "", "DatabaseContext"]], "cpl.core.database.context.database_context.DatabaseContext": [[22, 3, 1, "", "connect"], [22, 4, 1, "", "cursor"], [22, 3, 1, "", "save_changes"], [22, 3, 1, "", "select"]], "cpl.core.database.context.database_context_abc": [[22, 1, 1, "", "DatabaseContextABC"]], "cpl.core.database.context.database_context_abc.DatabaseContextABC": [[22, 3, 1, "", "connect"], [22, 4, 1, "", "cursor"], [22, 3, 1, "", "save_changes"], [22, 3, 1, "", "select"]], "cpl.core.database.database_settings": [[20, 1, 1, "", "DatabaseSettings"]], "cpl.core.database.database_settings.DatabaseSettings": [[20, 4, 1, "", "auth_plugin"], [20, 4, 1, "", "buffered"], [20, 4, 1, "", "charset"], [20, 4, 1, "", "database"], [20, 4, 1, "", "host"], [20, 4, 1, "", "password"], [20, 4, 1, "", "port"], [20, 4, 1, "", "use_unicode"], [20, 4, 1, "", "user"]], "cpl.core.database.database_settings_name_enum": [[20, 1, 1, "", "DatabaseSettingsNameEnum"]], "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum": [[20, 2, 1, "", "auth_plugin"], [20, 2, 1, "", "buffered"], [20, 2, 1, "", "charset"], [20, 2, 1, "", "database"], [20, 2, 1, "", "host"], [20, 2, 1, "", "password"], [20, 2, 1, "", "port"], [20, 2, 1, "", "use_unicode"], [20, 2, 1, "", "user"]], "cpl.core.database.table_abc": [[20, 1, 1, "", "TableABC"]], "cpl.core.database.table_abc.TableABC": [[20, 4, 1, "", "created_at"], [20, 4, 1, "", "delete_string"], [20, 4, 1, "", "insert_string"], [20, 4, 1, "", "modified_at"], [20, 4, 1, "", "udpate_string"]], "cpl.core.dependency_injection": [[23, 1, 1, "", "VersionInfo"], [23, 0, 0, "-", "scope"], [23, 0, 0, "-", "scope_abc"], [23, 0, 0, "-", "scope_builder"], [23, 0, 0, "-", "service_collection"], [23, 0, 0, "-", "service_collection_abc"], [23, 0, 0, "-", "service_descriptor"], [23, 0, 0, "-", "service_lifetime_enum"], [23, 0, 0, "-", "service_provider"], [23, 0, 0, "-", "service_provider_abc"]], "cpl.core.dependency_injection.VersionInfo": [[23, 2, 1, "", "major"], [23, 2, 1, "", "micro"], [23, 2, 1, "", "minor"]], "cpl.core.dependency_injection.scope": [[23, 1, 1, "", "Scope"]], "cpl.core.dependency_injection.scope.Scope": [[23, 3, 1, "", "dispose"], [23, 4, 1, "", "service_provider"]], "cpl.core.dependency_injection.scope_abc": [[23, 1, 1, "", "ScopeABC"]], "cpl.core.dependency_injection.scope_abc.ScopeABC": [[23, 3, 1, "", "dispose"], [23, 4, 1, "", "service_provider"]], "cpl.core.dependency_injection.scope_builder": [[23, 1, 1, "", "ScopeBuilder"]], "cpl.core.dependency_injection.scope_builder.ScopeBuilder": [[23, 3, 1, "", "build"]], "cpl.core.dependency_injection.service_collection": [[23, 1, 1, "", "ServiceCollection"]], "cpl.core.dependency_injection.service_collection.ServiceCollection": [[23, 3, 1, "", "add_db_context"], [23, 3, 1, "", "add_logging"], [23, 3, 1, "", "add_pipes"], [23, 3, 1, "", "add_scoped"], [23, 3, 1, "", "add_singleton"], [23, 3, 1, "", "add_transient"], [23, 3, 1, "", "build_service_provider"]], "cpl.core.dependency_injection.service_collection_abc": [[23, 1, 1, "", "ServiceCollectionABC"]], "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC": [[23, 3, 1, "", "add_db_context"], [23, 3, 1, "", "add_discord"], [23, 3, 1, "", "add_logging"], [23, 3, 1, "", "add_pipes"], [23, 3, 1, "", "add_scoped"], [23, 3, 1, "", "add_singleton"], [23, 3, 1, "", "add_transient"], [23, 3, 1, "", "add_translation"], [23, 3, 1, "", "build_service_provider"]], "cpl.core.dependency_injection.service_descriptor": [[23, 1, 1, "", "ServiceDescriptor"]], "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor": [[23, 4, 1, "", "base_type"], [23, 4, 1, "", "implementation"], [23, 4, 1, "", "lifetime"], [23, 4, 1, "", "service_type"]], "cpl.core.dependency_injection.service_lifetime_enum": [[23, 1, 1, "", "ServiceLifetimeEnum"]], "cpl.core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum": [[23, 2, 1, "", "scoped"], [23, 2, 1, "", "singleton"], [23, 2, 1, "", "transient"]], "cpl.core.dependency_injection.service_provider": [[23, 1, 1, "", "ServiceProvider"]], "cpl.core.dependency_injection.service_provider.ServiceProvider": [[23, 3, 1, "", "build_by_signature"], [23, 3, 1, "", "build_service"], [23, 3, 1, "", "create_scope"], [23, 3, 1, "", "get_service"], [23, 3, 1, "", "get_services"], [23, 3, 1, "", "set_scope"]], "cpl.core.dependency_injection.service_provider_abc": [[23, 1, 1, "", "ServiceProviderABC"]], "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC": [[23, 3, 1, "", "build_by_signature"], [23, 3, 1, "", "build_service"], [23, 3, 1, "", "create_scope"], [23, 3, 1, "", "get_service"], [23, 3, 1, "", "get_services"], [23, 3, 1, "", "inject"], [23, 3, 1, "", "set_global_provider"], [23, 3, 1, "", "set_scope"]], "cpl.core.environment": [[24, 1, 1, "", "VersionInfo"], [24, 0, 0, "-", "application_environment"], [24, 0, 0, "-", "application_environment_abc"], [24, 0, 0, "-", "environment_name_enum"]], "cpl.core.environment.VersionInfo": [[24, 2, 1, "", "major"], [24, 2, 1, "", "micro"], [24, 2, 1, "", "minor"]], "cpl.core.environment.application_environment": [[24, 1, 1, "", "ApplicationEnvironment"]], "cpl.core.environment.application_environment.ApplicationEnvironment": [[24, 4, 1, "", "application_name"], [24, 4, 1, "", "customer"], [24, 4, 1, "", "date_time_now"], [24, 4, 1, "", "end_time"], [24, 4, 1, "", "environment_name"], [24, 4, 1, "", "host_name"], [24, 4, 1, "", "runtime_directory"], [24, 3, 1, "", "set_runtime_directory"], [24, 3, 1, "", "set_working_directory"], [24, 4, 1, "", "start_time"], [24, 4, 1, "", "working_directory"]], "cpl.core.environment.application_environment_abc": [[24, 1, 1, "", "ApplicationEnvironmentABC"]], "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC": [[24, 4, 1, "", "application_name"], [24, 4, 1, "", "customer"], [24, 4, 1, "", "date_time_now"], [24, 4, 1, "", "end_time"], [24, 4, 1, "", "environment_name"], [24, 4, 1, "", "host_name"], [24, 4, 1, "", "runtime_directory"], [24, 3, 1, "", "set_runtime_directory"], [24, 3, 1, "", "set_working_directory"], [24, 4, 1, "", "start_time"], [24, 4, 1, "", "working_directory"]], "cpl.core.environment.environment_name_enum": [[24, 1, 1, "", "EnvironmentNameEnum"]], "cpl.core.environment.environment_name_enum.EnvironmentNameEnum": [[24, 2, 1, "", "development"], [24, 2, 1, "", "production"], [24, 2, 1, "", "staging"], [24, 2, 1, "", "testing"]], "cpl.core.log": [[25, 1, 1, "", "VersionInfo"], [25, 0, 0, "-", "logger_abc"], [25, 0, 0, "-", "logger_service"], [25, 0, 0, "-", "logging_level_enum"], [25, 0, 0, "-", "logging_settings"], [25, 0, 0, "-", "logging_settings_name_enum"]], "cpl.core.log.VersionInfo": [[25, 2, 1, "", "major"], [25, 2, 1, "", "micro"], [25, 2, 1, "", "minor"]], "cpl.core.log.logger_abc": [[25, 1, 1, "", "LoggerABC"]], "cpl.core.log.logger_abc.LoggerABC": [[25, 3, 1, "", "debug"], [25, 3, 1, "", "error"], [25, 3, 1, "", "fatal"], [25, 3, 1, "", "header"], [25, 3, 1, "", "info"], [25, 3, 1, "", "trace"], [25, 3, 1, "", "warn"]], "cpl.core.log.logger_service": [[25, 1, 1, "", "Logger"]], "cpl.core.log.logger_service.Logger": [[25, 3, 1, "", "create"], [25, 3, 1, "", "debug"], [25, 3, 1, "", "error"], [25, 3, 1, "", "fatal"], [25, 3, 1, "", "header"], [25, 3, 1, "", "info"], [25, 3, 1, "", "trace"], [25, 3, 1, "", "warn"]], "cpl.core.log.logging_level_enum": [[25, 1, 1, "", "LoggingLevelEnum"]], "cpl.core.log.logging_level_enum.LoggingLevelEnum": [[25, 2, 1, "", "DEBUG"], [25, 2, 1, "", "ERROR"], [25, 2, 1, "", "FATAL"], [25, 2, 1, "", "INFO"], [25, 2, 1, "", "OFF"], [25, 2, 1, "", "TRACE"], [25, 2, 1, "", "WARN"]], "cpl.core.log.logging_settings": [[25, 1, 1, "", "LoggingSettings"]], "cpl.core.log.logging_settings.LoggingSettings": [[25, 4, 1, "", "console"], [25, 4, 1, "", "filename"], [25, 4, 1, "", "level"], [25, 4, 1, "", "path"]], "cpl.core.log.logging_settings_name_enum": [[25, 1, 1, "", "LoggingSettingsNameEnum"]], "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum": [[25, 2, 1, "", "console_level"], [25, 2, 1, "", "file_level"], [25, 2, 1, "", "filename"], [25, 2, 1, "", "path"]], "cpl.mail": [[26, 1, 1, "", "VersionInfo"], [26, 0, 0, "-", "email"], [26, 0, 0, "-", "email_client_abc"], [26, 0, 0, "-", "email_client_service"], [26, 0, 0, "-", "email_client_settings"], [26, 0, 0, "-", "email_client_settings_name_enum"]], "cpl.mail.VersionInfo": [[26, 2, 1, "", "major"], [26, 2, 1, "", "micro"], [26, 2, 1, "", "minor"]], "cpl.mail.email": [[26, 1, 1, "", "EMail"]], "cpl.mail.email.EMail": [[26, 3, 1, "", "add_header"], [26, 3, 1, "", "add_receiver"], [26, 4, 1, "", "body"], [26, 3, 1, "", "check_mail"], [26, 3, 1, "", "get_content"], [26, 4, 1, "", "header"], [26, 4, 1, "", "header_list"], [26, 4, 1, "", "receiver"], [26, 4, 1, "", "receiver_list"], [26, 4, 1, "", "subject"], [26, 4, 1, "", "transceiver"]], "cpl.mail.email_client_abc": [[26, 1, 1, "", "EMailClientABC"]], "cpl.mail.email_client_abc.EMailClientABC": [[26, 3, 1, "", "connect"], [26, 3, 1, "", "send_mail"]], "cpl.mail.email_client_service": [[26, 1, 1, "", "EMailClient"]], "cpl.mail.email_client_service.EMailClient": [[26, 3, 1, "", "connect"], [26, 3, 1, "", "create"], [26, 3, 1, "", "login"], [26, 3, 1, "", "send_mail"]], "cpl.mail.email_client_settings": [[26, 1, 1, "", "EMailClientSettings"]], "cpl.mail.email_client_settings.EMailClientSettings": [[26, 4, 1, "", "credentials"], [26, 4, 1, "", "host"], [26, 4, 1, "", "port"], [26, 4, 1, "", "user_name"]], "cpl.mail.email_client_settings_name_enum": [[26, 1, 1, "", "EMailClientSettingsNameEnum"]], "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum": [[26, 2, 1, "", "credentials"], [26, 2, 1, "", "host"], [26, 2, 1, "", "port"], [26, 2, 1, "", "user_name"]], "cpl.core.pipes": [[27, 1, 1, "", "VersionInfo"], [27, 0, 0, "-", "bool_pipe"], [27, 0, 0, "-", "first_char_to_lower_pipe"], [27, 0, 0, "-", "first_to_upper_pipe"], [27, 0, 0, "-", "ip_address_pipe"], [27, 0, 0, "-", "pipe_abc"], [27, 0, 0, "-", "to_camel_case_pipe"], [27, 0, 0, "-", "to_snake_case_pipe"], [27, 0, 0, "-", "version_pipe"]], "cpl.core.pipes.VersionInfo": [[27, 2, 1, "", "major"], [27, 2, 1, "", "micro"], [27, 2, 1, "", "minor"]], "cpl.core.pipes.bool_pipe": [[27, 1, 1, "", "BoolPipe"]], "cpl.core.pipes.bool_pipe.BoolPipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.first_char_to_lower_pipe": [[27, 1, 1, "", "FirstCharToLowerPipe"]], "cpl.core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.first_to_upper_pipe": [[27, 1, 1, "", "FirstToUpperPipe"]], "cpl.core.pipes.first_to_upper_pipe.FirstToUpperPipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.ip_address_pipe": [[27, 1, 1, "", "IPAddressPipe"]], "cpl.core.pipes.ip_address_pipe.IPAddressPipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.pipe_abc": [[27, 1, 1, "", "PipeABC"]], "cpl.core.pipes.pipe_abc.PipeABC": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.to_camel_case_pipe": [[27, 1, 1, "", "ToCamelCasePipe"]], "cpl.core.pipes.to_camel_case_pipe.ToCamelCasePipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.to_snake_case_pipe": [[27, 1, 1, "", "ToSnakeCasePipe"]], "cpl.core.pipes.to_snake_case_pipe.ToSnakeCasePipe": [[27, 3, 1, "", "transform"]], "cpl.core.pipes.version_pipe": [[27, 1, 1, "", "VersionPipe"]], "cpl.core.pipes.version_pipe.VersionPipe": [[27, 3, 1, "", "transform"]], "cpl.core.time": [[28, 1, 1, "", "VersionInfo"], [28, 0, 0, "-", "time_format_settings"], [28, 0, 0, "-", "time_format_settings_names_enum"]], "cpl.core.time.VersionInfo": [[28, 2, 1, "", "major"], [28, 2, 1, "", "micro"], [28, 2, 1, "", "minor"]], "cpl.core.time.time_format_settings": [[28, 1, 1, "", "TimeFormatSettings"]], "cpl.core.time.time_format_settings.TimeFormatSettings": [[28, 4, 1, "", "date_format"], [28, 4, 1, "", "date_time_format"], [28, 4, 1, "", "date_time_log_format"], [28, 4, 1, "", "time_format"]], "cpl.core.time.time_format_settings_names_enum": [[28, 1, 1, "", "TimeFormatSettingsNamesEnum"]], "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum": [[28, 2, 1, "", "date_format"], [28, 2, 1, "", "date_time_format"], [28, 2, 1, "", "date_time_log_format"], [28, 2, 1, "", "time_format"]], "cpl.core.utils": [[29, 1, 1, "", "VersionInfo"], [29, 0, 0, "-", "credential_manager"], [29, 0, 0, "-", "pip"], [29, 0, 0, "-", "string"]], "cpl.core.utils.VersionInfo": [[29, 2, 1, "", "major"], [29, 2, 1, "", "micro"], [29, 2, 1, "", "minor"]], "cpl.core.utils.credential_manager": [[29, 1, 1, "", "CredentialManager"]], "cpl.core.utils.credential_manager.CredentialManager": [[29, 3, 1, "", "build_string"], [29, 3, 1, "", "decrypt"], [29, 3, 1, "", "encrypt"]], "cpl.core.utils.pip": [[29, 1, 1, "", "Pip"]], "cpl.core.utils.pip.Pip": [[29, 3, 1, "", "get_executable"], [29, 3, 1, "", "get_outdated"], [29, 3, 1, "", "get_package"], [29, 3, 1, "", "install"], [29, 3, 1, "", "reset_executable"], [29, 3, 1, "", "set_executable"], [29, 3, 1, "", "uninstall"]], "cpl.core.utils.string": [[29, 1, 1, "", "String"]], "cpl.core.utils.string.String": [[29, 3, 1, "", "convert_to_camel_case"], [29, 3, 1, "", "convert_to_snake_case"], [29, 3, 1, "", "first_to_lower"], [29, 3, 1, "", "first_to_upper"], [29, 3, 1, "", "random_string"]], "cpl_discord": [[31, 0, 0, "-", "application"], [32, 0, 0, "-", "command"], [33, 0, 0, "-", "configuration"], [34, 0, 0, "-", "container"], [30, 0, 0, "-", "discord_event_types_enum"], [35, 0, 0, "-", "events"], [36, 0, 0, "-", "helper"], [37, 0, 0, "-", "service"]], "cpl_discord.application": [[31, 1, 1, "", "VersionInfo"], [31, 0, 0, "-", "discord_bot_application_abc"]], "cpl_discord.application.VersionInfo": [[31, 2, 1, "", "major"], [31, 2, 1, "", "micro"], [31, 2, 1, "", "minor"]], "cpl_discord.application.discord_bot_application_abc": [[31, 1, 1, "", "DiscordBotApplicationABC"]], "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC": [[31, 3, 1, "", "stop_async"]], "cpl_discord.command": [[32, 1, 1, "", "VersionInfo"], [32, 0, 0, "-", "discord_command_abc"], [32, 0, 0, "-", "discord_commands_meta"]], "cpl_discord.command.VersionInfo": [[32, 2, 1, "", "major"], [32, 2, 1, "", "micro"], [32, 2, 1, "", "minor"]], "cpl_discord.command.discord_command_abc": [[32, 1, 1, "", "DiscordCommandABC"]], "cpl_discord.command.discord_commands_meta": [[32, 1, 1, "", "DiscordCogMeta"]], "cpl_discord.configuration": [[33, 1, 1, "", "VersionInfo"], [33, 0, 0, "-", "discord_bot_settings"]], "cpl_discord.configuration.VersionInfo": [[33, 2, 1, "", "major"], [33, 2, 1, "", "micro"], [33, 2, 1, "", "minor"]], "cpl_discord.configuration.discord_bot_settings": [[33, 1, 1, "", "DiscordBotSettings"]], "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings": [[33, 4, 1, "", "prefix"], [33, 4, 1, "", "token"]], "cpl_discord.container": [[34, 1, 1, "", "VersionInfo"], [34, 0, 0, "-", "category_channel"], [34, 0, 0, "-", "container"], [34, 0, 0, "-", "guild"], [34, 0, 0, "-", "member"], [34, 0, 0, "-", "role"], [34, 0, 0, "-", "text_channel"], [34, 0, 0, "-", "thread"], [34, 0, 0, "-", "voice_channel"]], "cpl_discord.container.VersionInfo": [[34, 2, 1, "", "major"], [34, 2, 1, "", "micro"], [34, 2, 1, "", "minor"]], "cpl_discord.container.category_channel": [[34, 1, 1, "", "CategoryChannel"]], "cpl_discord.container.category_channel.CategoryChannel": [[34, 2, 1, "", "category_id"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw"], [34, 2, 1, "", "position"], [34, 4, 1, "", "text_channels"], [34, 4, 1, "", "voice_channels"]], "cpl_discord.container.container": [[34, 1, 1, "", "Container"]], "cpl_discord.container.guild": [[34, 1, 1, "", "Guild"]], "cpl_discord.container.guild.Guild": [[34, 2, 1, "", "afk_channel"], [34, 2, 1, "", "afk_timeout"], [34, 2, 1, "", "approximate_member_count"], [34, 2, 1, "", "approximate_presence_count"], [34, 4, 1, "", "categories"], [34, 2, 1, "", "default_notifications"], [34, 2, 1, "", "description"], [34, 2, 1, "", "emojis"], [34, 2, 1, "", "explicit_content_filter"], [34, 2, 1, "", "features"], [34, 2, 1, "", "id"], [34, 2, 1, "", "max_members"], [34, 2, 1, "", "max_presences"], [34, 2, 1, "", "max_video_channel_users"], [34, 4, 1, "", "members"], [34, 2, 1, "", "mfa_level"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw_level"], [34, 2, 1, "", "owner_id"], [34, 2, 1, "", "preferred_locale"], [34, 2, 1, "", "premium_progress_bar_enabled"], [34, 2, 1, "", "premium_subscription_count"], [34, 2, 1, "", "premium_tier"], [34, 4, 1, "", "roles"], [34, 2, 1, "", "stickers"], [34, 4, 1, "", "text_channels"], [34, 4, 1, "", "threads"], [34, 2, 1, "", "unavailable"], [34, 2, 1, "", "vanity_url_code"], [34, 2, 1, "", "verification_level"], [34, 4, 1, "", "voice_channels"], [34, 2, 1, "", "widget_enabled"]], "cpl_discord.container.member": [[34, 1, 1, "", "Member"]], "cpl_discord.container.member.Member": [[34, 2, 1, "", "activities"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "joined_at"], [34, 2, 1, "", "nick"], [34, 2, 1, "", "pending"], [34, 2, 1, "", "premium_since"], [34, 4, 1, "", "roles"], [34, 2, 1, "", "timed_out_until"]], "cpl_discord.container.role": [[34, 1, 1, "", "Role"]], "cpl_discord.container.role.Role": [[34, 2, 1, "", "guild"], [34, 2, 1, "", "hoist"], [34, 2, 1, "", "id"], [34, 2, 1, "", "managed"], [34, 4, 1, "", "members"], [34, 2, 1, "", "mentionable"], [34, 2, 1, "", "name"], [34, 2, 1, "", "position"], [34, 2, 1, "", "tags"], [34, 2, 1, "", "unicode_emoji"]], "cpl_discord.container.text_channel": [[34, 1, 1, "", "TextChannel"]], "cpl_discord.container.text_channel.TextChannel": [[34, 2, 1, "", "category_id"], [34, 2, 1, "", "default_auto_archive_duration"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "last_message_id"], [34, 4, 1, "", "members"], [34, 2, 1, "", "name"], [34, 2, 1, "", "nsfw"], [34, 2, 1, "", "position"], [34, 2, 1, "", "slowmode_delay"], [34, 4, 1, "", "threads"], [34, 2, 1, "", "topic"]], "cpl_discord.container.thread": [[34, 1, 1, "", "Thread"]], "cpl_discord.container.thread.Thread": [[34, 2, 1, "", "archive_timestamp"], [34, 2, 1, "", "archived"], [34, 2, 1, "", "archiver_id"], [34, 2, 1, "", "auto_archive_duration"], [34, 2, 1, "", "guild"], [34, 2, 1, "", "id"], [34, 2, 1, "", "invitable"], [34, 2, 1, "", "last_message_id"], [34, 2, 1, "", "locked"], [34, 2, 1, "", "me"], [34, 2, 1, "", "member_count"], [34, 4, 1, "", "members"], [34, 2, 1, "", "message_count"], [34, 2, 1, "", "name"], [34, 2, 1, "", "owner_id"], [34, 2, 1, "", "parent_id"], [34, 2, 1, "", "slowmode_delay"]], "cpl_discord.container.voice_channel": [[34, 1, 1, "", "VoiceChannel"]], "cpl_discord.container.voice_channel.VoiceChannel": [[34, 4, 1, "", "members"]], "cpl_discord.discord_event_types_enum": [[30, 1, 1, "", "DiscordEventTypesEnum"]], "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum": [[30, 2, 1, "", "on_bulk_message_delete"], [30, 2, 1, "", "on_command"], [30, 2, 1, "", "on_command_completion"], [30, 2, 1, "", "on_command_error"], [30, 2, 1, "", "on_connect"], [30, 2, 1, "", "on_disconnect"], [30, 2, 1, "", "on_error"], [30, 2, 1, "", "on_group_join"], [30, 2, 1, "", "on_group_remove"], [30, 2, 1, "", "on_guild_available"], [30, 2, 1, "", "on_guild_channel_create"], [30, 2, 1, "", "on_guild_channel_delete"], [30, 2, 1, "", "on_guild_channel_pins_update"], [30, 2, 1, "", "on_guild_channel_update"], [30, 2, 1, "", "on_guild_emojis_update"], [30, 2, 1, "", "on_guild_integrations_update"], [30, 2, 1, "", "on_guild_join"], [30, 2, 1, "", "on_guild_remove"], [30, 2, 1, "", "on_guild_role_create"], [30, 2, 1, "", "on_guild_role_delete"], [30, 2, 1, "", "on_guild_role_update"], [30, 2, 1, "", "on_guild_unavailable"], [30, 2, 1, "", "on_guild_update"], [30, 2, 1, "", "on_invite_create"], [30, 2, 1, "", "on_invite_delete"], [30, 2, 1, "", "on_member_ban"], [30, 2, 1, "", "on_member_join"], [30, 2, 1, "", "on_member_remove"], [30, 2, 1, "", "on_member_unban"], [30, 2, 1, "", "on_member_update"], [30, 2, 1, "", "on_message"], [30, 2, 1, "", "on_message_delete"], [30, 2, 1, "", "on_message_edit"], [30, 2, 1, "", "on_private_channel_create"], [30, 2, 1, "", "on_private_channel_delete"], [30, 2, 1, "", "on_private_channel_pins_update"], [30, 2, 1, "", "on_private_channel_update"], [30, 2, 1, "", "on_raw_reaction_add"], [30, 2, 1, "", "on_raw_reaction_clear"], [30, 2, 1, "", "on_raw_reaction_clear_emoji"], [30, 2, 1, "", "on_raw_reaction_remove"], [30, 2, 1, "", "on_reaction_add"], [30, 2, 1, "", "on_reaction_clear"], [30, 2, 1, "", "on_reaction_clear_emoji"], [30, 2, 1, "", "on_reaction_remove"], [30, 2, 1, "", "on_ready"], [30, 2, 1, "", "on_resume"], [30, 2, 1, "", "on_scheduled_event_create"], [30, 2, 1, "", "on_scheduled_event_delete"], [30, 2, 1, "", "on_scheduled_event_update"], [30, 2, 1, "", "on_scheduled_event_user_add"], [30, 2, 1, "", "on_scheduled_event_user_remove"], [30, 2, 1, "", "on_typing"], [30, 2, 1, "", "on_user_update"], [30, 2, 1, "", "on_voice_state_update"], [30, 2, 1, "", "on_webhooks_update"]], "cpl_discord.events": [[35, 1, 1, "", "VersionInfo"], [35, 0, 0, "-", "on_bulk_message_delete_abc"], [35, 0, 0, "-", "on_command_abc"], [35, 0, 0, "-", "on_command_completion_abc"], [35, 0, 0, "-", "on_command_error_abc"], [35, 0, 0, "-", "on_connect_abc"], [35, 0, 0, "-", "on_disconnect_abc"], [35, 0, 0, "-", "on_error_abc"], [35, 0, 0, "-", "on_group_join_abc"], [35, 0, 0, "-", "on_group_remove_abc"], [35, 0, 0, "-", "on_guild_available_abc"], [35, 0, 0, "-", "on_guild_channel_create_abc"], [35, 0, 0, "-", "on_guild_channel_delete_abc"], [35, 0, 0, "-", "on_guild_channel_pins_update_abc"], [35, 0, 0, "-", "on_guild_channel_update_abc"], [35, 0, 0, "-", "on_guild_emojis_update_abc"], [35, 0, 0, "-", "on_guild_integrations_update_abc"], [35, 0, 0, "-", "on_guild_join_abc"], [35, 0, 0, "-", "on_guild_remove_abc"], [35, 0, 0, "-", "on_guild_role_create_abc"], [35, 0, 0, "-", "on_guild_role_delete_abc"], [35, 0, 0, "-", "on_guild_role_update_abc"], [35, 0, 0, "-", "on_guild_unavailable_abc"], [35, 0, 0, "-", "on_guild_update_abc"], [35, 0, 0, "-", "on_invite_create_abc"], [35, 0, 0, "-", "on_invite_delete_abc"], [35, 0, 0, "-", "on_member_ban_abc"], [35, 0, 0, "-", "on_member_join_abc"], [35, 0, 0, "-", "on_member_remove_abc"], [35, 0, 0, "-", "on_member_unban_abc"], [35, 0, 0, "-", "on_member_update_abc"], [35, 0, 0, "-", "on_message_abc"], [35, 0, 0, "-", "on_message_delete_abc"], [35, 0, 0, "-", "on_message_edit_abc"], [35, 0, 0, "-", "on_private_channel_create_abc"], [35, 0, 0, "-", "on_private_channel_delete_abc"], [35, 0, 0, "-", "on_private_channel_pins_update_abc"], [35, 0, 0, "-", "on_private_channel_update_abc"], [35, 0, 0, "-", "on_raw_reaction_add_abc"], [35, 0, 0, "-", "on_raw_reaction_clear_abc"], [35, 0, 0, "-", "on_raw_reaction_clear_emoji_abc"], [35, 0, 0, "-", "on_raw_reaction_remove_abc"], [35, 0, 0, "-", "on_reaction_add_abc"], [35, 0, 0, "-", "on_reaction_clear_abc"], [35, 0, 0, "-", "on_reaction_clear_emoji_abc"], [35, 0, 0, "-", "on_reaction_remove_abc"], [35, 0, 0, "-", "on_ready_abc"], [35, 0, 0, "-", "on_resume_abc"], [35, 0, 0, "-", "on_typing_abc"], [35, 0, 0, "-", "on_user_update_abc"], [35, 0, 0, "-", "on_voice_state_update_abc"], [35, 0, 0, "-", "on_webhooks_update_abc"]], "cpl_discord.events.VersionInfo": [[35, 2, 1, "", "major"], [35, 2, 1, "", "micro"], [35, 2, 1, "", "minor"]], "cpl_discord.events.on_bulk_message_delete_abc": [[35, 1, 1, "", "OnBulkMessageDeleteABC"]], "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC": [[35, 3, 1, "", "on_bulk_message_delete"]], "cpl_discord.events.on_command_abc": [[35, 1, 1, "", "OnCommandABC"]], "cpl_discord.events.on_command_abc.OnCommandABC": [[35, 3, 1, "", "on_command"]], "cpl_discord.events.on_command_completion_abc": [[35, 1, 1, "", "OnCommandCompletionABC"]], "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC": [[35, 3, 1, "", "on_command_completion"]], "cpl_discord.events.on_command_error_abc": [[35, 1, 1, "", "OnCommandErrorABC"]], "cpl_discord.events.on_command_error_abc.OnCommandErrorABC": [[35, 3, 1, "", "on_command_error"]], "cpl_discord.events.on_connect_abc": [[35, 1, 1, "", "OnConnectABC"]], "cpl_discord.events.on_connect_abc.OnConnectABC": [[35, 3, 1, "", "on_connect"]], "cpl_discord.events.on_disconnect_abc": [[35, 1, 1, "", "OnDisconnectABC"]], "cpl_discord.events.on_disconnect_abc.OnDisconnectABC": [[35, 3, 1, "", "on_disconnect"]], "cpl_discord.events.on_error_abc": [[35, 1, 1, "", "OnErrorABC"]], "cpl_discord.events.on_error_abc.OnErrorABC": [[35, 3, 1, "", "on_error"]], "cpl_discord.events.on_group_join_abc": [[35, 1, 1, "", "OnGroupJoinABC"]], "cpl_discord.events.on_group_join_abc.OnGroupJoinABC": [[35, 3, 1, "", "on_group_join"]], "cpl_discord.events.on_group_remove_abc": [[35, 1, 1, "", "OnGroupRemoveABC"]], "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC": [[35, 3, 1, "", "on_group_remove"]], "cpl_discord.events.on_guild_available_abc": [[35, 1, 1, "", "OnGuildAvailableABC"]], "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC": [[35, 3, 1, "", "on_guild_available"]], "cpl_discord.events.on_guild_channel_create_abc": [[35, 1, 1, "", "OnGuildChannelCreateABC"]], "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC": [[35, 3, 1, "", "on_guild_channel_create"]], "cpl_discord.events.on_guild_channel_delete_abc": [[35, 1, 1, "", "OnGuildChannelDeleteABC"]], "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC": [[35, 3, 1, "", "on_guild_channel_delete"]], "cpl_discord.events.on_guild_channel_pins_update_abc": [[35, 1, 1, "", "OnGuildChannelPinsUpdateABC"]], "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC": [[35, 3, 1, "", "on_guild_channel_pins_update"]], "cpl_discord.events.on_guild_channel_update_abc": [[35, 1, 1, "", "OnGuildChannelUpdateABC"]], "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC": [[35, 3, 1, "", "on_guild_channel_update"]], "cpl_discord.events.on_guild_emojis_update_abc": [[35, 1, 1, "", "OnGuildEmojisUpdateABC"]], "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC": [[35, 3, 1, "", "on_guild_emojis_update"]], "cpl_discord.events.on_guild_integrations_update_abc": [[35, 1, 1, "", "OnGuildIntegrationsUpdateABC"]], "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC": [[35, 3, 1, "", "on_guild_integrations_update"]], "cpl_discord.events.on_guild_join_abc": [[35, 1, 1, "", "OnGuildJoinABC"]], "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC": [[35, 3, 1, "", "on_guild_join"]], "cpl_discord.events.on_guild_remove_abc": [[35, 1, 1, "", "OnGuildRemoveABC"]], "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC": [[35, 3, 1, "", "on_guild_remove"]], "cpl_discord.events.on_guild_role_create_abc": [[35, 1, 1, "", "OnGuildRoleCreateABC"]], "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC": [[35, 3, 1, "", "on_guild_role_create"]], "cpl_discord.events.on_guild_role_delete_abc": [[35, 1, 1, "", "OnGuildRoleDeleteABC"]], "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC": [[35, 3, 1, "", "on_guild_role_delete"]], "cpl_discord.events.on_guild_role_update_abc": [[35, 1, 1, "", "OnGuildRoleUpdateABC"]], "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC": [[35, 3, 1, "", "on_guild_role_update"]], "cpl_discord.events.on_guild_unavailable_abc": [[35, 1, 1, "", "OnGuildUnavailableABC"]], "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC": [[35, 3, 1, "", "on_guild_unavailable"]], "cpl_discord.events.on_guild_update_abc": [[35, 1, 1, "", "OnGuildUpdateABC"]], "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC": [[35, 3, 1, "", "on_guild_update"]], "cpl_discord.events.on_invite_create_abc": [[35, 1, 1, "", "OnInviteCreateABC"]], "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC": [[35, 3, 1, "", "on_invite_create"]], "cpl_discord.events.on_invite_delete_abc": [[35, 1, 1, "", "OnInviteDeleteABC"]], "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC": [[35, 3, 1, "", "on_invite_delete"]], "cpl_discord.events.on_member_ban_abc": [[35, 1, 1, "", "OnMemberBanABC"]], "cpl_discord.events.on_member_ban_abc.OnMemberBanABC": [[35, 3, 1, "", "on_member_ban"]], "cpl_discord.events.on_member_join_abc": [[35, 1, 1, "", "OnMemberJoinABC"]], "cpl_discord.events.on_member_join_abc.OnMemberJoinABC": [[35, 3, 1, "", "on_member_join"]], "cpl_discord.events.on_member_remove_abc": [[35, 1, 1, "", "OnMemberRemoveABC"]], "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC": [[35, 3, 1, "", "on_member_remove"]], "cpl_discord.events.on_member_unban_abc": [[35, 1, 1, "", "OnMemberUnbanABC"]], "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC": [[35, 3, 1, "", "on_member_unban"]], "cpl_discord.events.on_member_update_abc": [[35, 1, 1, "", "OnMemberUpdateABC"]], "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC": [[35, 3, 1, "", "on_member_update"]], "cpl_discord.events.on_message_abc": [[35, 1, 1, "", "OnMessageABC"]], "cpl_discord.events.on_message_abc.OnMessageABC": [[35, 3, 1, "", "on_message"]], "cpl_discord.events.on_message_delete_abc": [[35, 1, 1, "", "OnMessageDeleteABC"]], "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC": [[35, 3, 1, "", "on_message_delete"]], "cpl_discord.events.on_message_edit_abc": [[35, 1, 1, "", "OnMessageEditABC"]], "cpl_discord.events.on_message_edit_abc.OnMessageEditABC": [[35, 3, 1, "", "on_message_edit"]], "cpl_discord.events.on_private_channel_create_abc": [[35, 1, 1, "", "OnPrivateChannelCreateABC"]], "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC": [[35, 3, 1, "", "on_private_channel_create"]], "cpl_discord.events.on_private_channel_delete_abc": [[35, 1, 1, "", "OnPrivateChannelDeleteABC"]], "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC": [[35, 3, 1, "", "on_private_channel_delete"]], "cpl_discord.events.on_private_channel_pins_update_abc": [[35, 1, 1, "", "OnPrivateChannelPinsUpdateABC"]], "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC": [[35, 3, 1, "", "on_private_channel_pins_update"]], "cpl_discord.events.on_private_channel_update_abc": [[35, 1, 1, "", "OnPrivateChannelUpdateABC"]], "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC": [[35, 3, 1, "", "on_private_channel_update"]], "cpl_discord.events.on_raw_reaction_add_abc": [[35, 1, 1, "", "OnRawReactionAddABC"]], "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC": [[35, 3, 1, "", "on_raw_reaction_add"]], "cpl_discord.events.on_raw_reaction_clear_abc": [[35, 1, 1, "", "OnRawReactionClearABC"]], "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC": [[35, 3, 1, "", "on_raw_reaction_clear"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc": [[35, 1, 1, "", "OnRawReactionClearEmojiABC"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC": [[35, 3, 1, "", "on_raw_reaction_clear_emoji"]], "cpl_discord.events.on_raw_reaction_remove_abc": [[35, 1, 1, "", "OnRawReactionRemoveABC"]], "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC": [[35, 3, 1, "", "on_raw_reaction_remove"]], "cpl_discord.events.on_reaction_add_abc": [[35, 1, 1, "", "OnReactionAddABC"]], "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC": [[35, 3, 1, "", "on_reaction_add"]], "cpl_discord.events.on_reaction_clear_abc": [[35, 1, 1, "", "OnReactionClearABC"]], "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC": [[35, 3, 1, "", "on_reaction_clear"]], "cpl_discord.events.on_reaction_clear_emoji_abc": [[35, 1, 1, "", "OnReactionClearEmojiABC"]], "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC": [[35, 3, 1, "", "on_reaction_clear_emoji"]], "cpl_discord.events.on_reaction_remove_abc": [[35, 1, 1, "", "OnReactionRemoveABC"]], "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC": [[35, 3, 1, "", "on_reaction_remove"]], "cpl_discord.events.on_ready_abc": [[35, 1, 1, "", "OnReadyABC"]], "cpl_discord.events.on_ready_abc.OnReadyABC": [[35, 3, 1, "", "on_ready"]], "cpl_discord.events.on_resume_abc": [[35, 1, 1, "", "OnResumeABC"]], "cpl_discord.events.on_resume_abc.OnResumeABC": [[35, 3, 1, "", "on_resume"]], "cpl_discord.events.on_typing_abc": [[35, 1, 1, "", "OnTypingABC"]], "cpl_discord.events.on_typing_abc.OnTypingABC": [[35, 3, 1, "", "on_typing"]], "cpl_discord.events.on_user_update_abc": [[35, 1, 1, "", "OnUserUpdateABC"]], "cpl_discord.events.on_user_update_abc.OnUserUpdateABC": [[35, 3, 1, "", "on_user_update"]], "cpl_discord.events.on_voice_state_update_abc": [[35, 1, 1, "", "OnVoiceStateUpdateABC"]], "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC": [[35, 3, 1, "", "on_voice_state_update"]], "cpl_discord.events.on_webhooks_update_abc": [[35, 1, 1, "", "OnWebhooksUpdateABC"]], "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC": [[35, 3, 1, "", "on_webhooks_update"]], "cpl_discord.helper": [[36, 1, 1, "", "VersionInfo"], [36, 0, 0, "-", "to_containers_converter"]], "cpl_discord.helper.VersionInfo": [[36, 2, 1, "", "major"], [36, 2, 1, "", "micro"], [36, 2, 1, "", "minor"]], "cpl_discord.helper.to_containers_converter": [[36, 1, 1, "", "ToContainersConverter"]], "cpl_discord.helper.to_containers_converter.ToContainersConverter": [[36, 3, 1, "", "convert"]], "cpl_discord.service": [[37, 1, 1, "", "VersionInfo"], [37, 0, 0, "-", "command_error_handler_service"], [37, 0, 0, "-", "discord_bot_service"], [37, 0, 0, "-", "discord_bot_service_abc"], [37, 0, 0, "-", "discord_collection"], [37, 0, 0, "-", "discord_collection_abc"], [37, 0, 0, "-", "discord_service"], [37, 0, 0, "-", "discord_service_abc"]], "cpl_discord.service.VersionInfo": [[37, 2, 1, "", "major"], [37, 2, 1, "", "micro"], [37, 2, 1, "", "minor"]], "cpl_discord.service.command_error_handler_service": [[37, 1, 1, "", "CommandErrorHandlerService"]], "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService": [[37, 3, 1, "", "on_command_error"]], "cpl_discord.service.discord_bot_service": [[37, 1, 1, "", "DiscordBotService"]], "cpl_discord.service.discord_bot_service.DiscordBotService": [[37, 4, 1, "", "guilds"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "start_async"], [37, 3, 1, "", "stop_async"]], "cpl_discord.service.discord_bot_service_abc": [[37, 1, 1, "", "DiscordBotServiceABC"]], "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC": [[37, 4, 1, "", "guilds"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "start_async"], [37, 3, 1, "", "stop_async"]], "cpl_discord.service.discord_collection": [[37, 1, 1, "", "DiscordCollection"]], "cpl_discord.service.discord_collection.DiscordCollection": [[37, 3, 1, "", "add_command"], [37, 3, 1, "", "add_event"], [37, 3, 1, "", "get_commands"], [37, 3, 1, "", "get_events_by_base"]], "cpl_discord.service.discord_collection_abc": [[37, 1, 1, "", "DiscordCollectionABC"]], "cpl_discord.service.discord_collection_abc.DiscordCollectionABC": [[37, 3, 1, "", "add_command"], [37, 3, 1, "", "add_event"], [37, 3, 1, "", "get_commands"], [37, 3, 1, "", "get_events_by_base"]], "cpl_discord.service.discord_service": [[37, 1, 1, "", "DiscordService"]], "cpl_discord.service.discord_service.DiscordService": [[37, 3, 1, "", "init"], [37, 3, 1, "", "on_bulk_message_delete"], [37, 3, 1, "", "on_command"], [37, 3, 1, "", "on_command_completion"], [37, 3, 1, "", "on_command_error"], [37, 3, 1, "", "on_connect"], [37, 3, 1, "", "on_disconnect"], [37, 3, 1, "", "on_error"], [37, 3, 1, "", "on_group_join"], [37, 3, 1, "", "on_group_remove"], [37, 3, 1, "", "on_guild_available"], [37, 3, 1, "", "on_guild_channel_create"], [37, 3, 1, "", "on_guild_channel_delete"], [37, 3, 1, "", "on_guild_channel_pins_update"], [37, 3, 1, "", "on_guild_channel_update"], [37, 3, 1, "", "on_guild_emojis_update"], [37, 3, 1, "", "on_guild_integrations_update"], [37, 3, 1, "", "on_guild_join"], [37, 3, 1, "", "on_guild_remove"], [37, 3, 1, "", "on_guild_role_create"], [37, 3, 1, "", "on_guild_role_delete"], [37, 3, 1, "", "on_guild_role_update"], [37, 3, 1, "", "on_guild_unavailable"], [37, 3, 1, "", "on_guild_update"], [37, 3, 1, "", "on_invite_create"], [37, 3, 1, "", "on_invite_delete"], [37, 3, 1, "", "on_member_ban"], [37, 3, 1, "", "on_member_join"], [37, 3, 1, "", "on_member_remove"], [37, 3, 1, "", "on_member_unban"], [37, 3, 1, "", "on_member_update"], [37, 3, 1, "", "on_message"], [37, 3, 1, "", "on_message_delete"], [37, 3, 1, "", "on_message_edit"], [37, 3, 1, "", "on_private_channel_create"], [37, 3, 1, "", "on_private_channel_delete"], [37, 3, 1, "", "on_private_channel_pins_update"], [37, 3, 1, "", "on_private_channel_update"], [37, 3, 1, "", "on_raw_reaction_add"], [37, 3, 1, "", "on_raw_reaction_clear"], [37, 3, 1, "", "on_raw_reaction_clear_emoji"], [37, 3, 1, "", "on_raw_reaction_remove"], [37, 3, 1, "", "on_reaction_add"], [37, 3, 1, "", "on_reaction_clear"], [37, 3, 1, "", "on_reaction_clear_emoji"], [37, 3, 1, "", "on_reaction_remove"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "on_resume"], [37, 3, 1, "", "on_scheduled_event_create"], [37, 3, 1, "", "on_scheduled_event_delete"], [37, 3, 1, "", "on_scheduled_event_update"], [37, 3, 1, "", "on_scheduled_event_user_add"], [37, 3, 1, "", "on_scheduled_event_user_remove"], [37, 3, 1, "", "on_typing"], [37, 3, 1, "", "on_user_update"], [37, 3, 1, "", "on_voice_state_update"], [37, 3, 1, "", "on_webhooks_update"]], "cpl_discord.service.discord_service_abc": [[37, 1, 1, "", "DiscordServiceABC"]], "cpl_discord.service.discord_service_abc.DiscordServiceABC": [[37, 3, 1, "", "init"], [37, 3, 1, "", "on_bulk_message_delete"], [37, 3, 1, "", "on_command"], [37, 3, 1, "", "on_command_completion"], [37, 3, 1, "", "on_command_error"], [37, 3, 1, "", "on_connect"], [37, 3, 1, "", "on_disconnect"], [37, 3, 1, "", "on_error"], [37, 3, 1, "", "on_group_join"], [37, 3, 1, "", "on_group_remove"], [37, 3, 1, "", "on_guild_available"], [37, 3, 1, "", "on_guild_channel_create"], [37, 3, 1, "", "on_guild_channel_delete"], [37, 3, 1, "", "on_guild_channel_pins_update"], [37, 3, 1, "", "on_guild_channel_update"], [37, 3, 1, "", "on_guild_emojis_update"], [37, 3, 1, "", "on_guild_integrations_update"], [37, 3, 1, "", "on_guild_join"], [37, 3, 1, "", "on_guild_remove"], [37, 3, 1, "", "on_guild_role_create"], [37, 3, 1, "", "on_guild_role_delete"], [37, 3, 1, "", "on_guild_role_update"], [37, 3, 1, "", "on_guild_unavailable"], [37, 3, 1, "", "on_guild_update"], [37, 3, 1, "", "on_invite_create"], [37, 3, 1, "", "on_invite_delete"], [37, 3, 1, "", "on_member_ban"], [37, 3, 1, "", "on_member_join"], [37, 3, 1, "", "on_member_remove"], [37, 3, 1, "", "on_member_unban"], [37, 3, 1, "", "on_member_update"], [37, 3, 1, "", "on_message"], [37, 3, 1, "", "on_message_delete"], [37, 3, 1, "", "on_message_edit"], [37, 3, 1, "", "on_private_channel_create"], [37, 3, 1, "", "on_private_channel_delete"], [37, 3, 1, "", "on_private_channel_pins_update"], [37, 3, 1, "", "on_private_channel_update"], [37, 3, 1, "", "on_reaction_add"], [37, 3, 1, "", "on_reaction_clear"], [37, 3, 1, "", "on_reaction_clear_emoji"], [37, 3, 1, "", "on_reaction_remove"], [37, 3, 1, "", "on_ready"], [37, 3, 1, "", "on_resume"], [37, 3, 1, "", "on_typing"], [37, 3, 1, "", "on_user_update"], [37, 3, 1, "", "on_voice_state_update"], [37, 3, 1, "", "on_webhooks_update"]], "cpl.query": [[39, 0, 0, "-", "base"], [40, 0, 0, "-", "enumerable"], [41, 0, 0, "-", "extension"], [42, 0, 0, "-", "iterable"]], "cpl.query.base": [[39, 1, 1, "", "VersionInfo"], [39, 0, 0, "-", "default_lambda"], [39, 0, 0, "-", "ordered_queryable"], [39, 0, 0, "-", "ordered_queryable_abc"], [39, 0, 0, "-", "queryable_abc"], [39, 0, 0, "-", "sequence"]], "cpl.query.base.VersionInfo": [[39, 2, 1, "", "major"], [39, 2, 1, "", "micro"], [39, 2, 1, "", "minor"]], "cpl.query.base.default_lambda": [[39, 5, 1, "", "default_lambda"]], "cpl.query.base.ordered_queryable": [[39, 1, 1, "", "OrderedQueryable"]], "cpl.query.base.ordered_queryable.OrderedQueryable": [[39, 3, 1, "", "then_by"], [39, 3, 1, "", "then_by_descending"]], "cpl.query.base.ordered_queryable_abc": [[39, 1, 1, "", "OrderedQueryableABC"]], "cpl.query.base.ordered_queryable_abc.OrderedQueryableABC": [[39, 3, 1, "", "then_by"], [39, 3, 1, "", "then_by_descending"]], "cpl.query.base.queryable_abc": [[39, 1, 1, "", "QueryableABC"]], "cpl.query.base.queryable_abc.QueryableABC": [[39, 3, 1, "", "all"], [39, 3, 1, "", "any"], [39, 3, 1, "", "average"], [39, 3, 1, "", "contains"], [39, 3, 1, "", "count"], [39, 3, 1, "", "distinct"], [39, 3, 1, "", "element_at"], [39, 3, 1, "", "element_at_or_default"], [39, 3, 1, "", "first"], [39, 3, 1, "", "first_or_default"], [39, 3, 1, "", "for_each"], [39, 3, 1, "", "group_by"], [39, 3, 1, "", "last"], [39, 3, 1, "", "last_or_default"], [39, 3, 1, "", "max"], [39, 3, 1, "", "median"], [39, 3, 1, "", "min"], [39, 3, 1, "", "order_by"], [39, 3, 1, "", "order_by_descending"], [39, 3, 1, "", "reverse"], [39, 3, 1, "", "select"], [39, 3, 1, "", "select_many"], [39, 3, 1, "", "single"], [39, 3, 1, "", "single_or_default"], [39, 3, 1, "", "skip"], [39, 3, 1, "", "skip_last"], [39, 3, 1, "", "split"], [39, 3, 1, "", "sum"], [39, 3, 1, "", "take"], [39, 3, 1, "", "take_last"], [39, 3, 1, "", "where"]], "cpl.query.base.sequence": [[39, 1, 1, "", "Sequence"]], "cpl.query.base.sequence.Sequence": [[39, 3, 1, "", "copy"], [39, 3, 1, "", "empty"], [39, 3, 1, "", "index_of"], [39, 3, 1, "", "range"], [39, 3, 1, "", "to_list"], [39, 4, 1, "", "type"]], "cpl.query.enumerable": [[40, 1, 1, "", "VersionInfo"], [40, 0, 0, "-", "enumerable"], [40, 0, 0, "-", "enumerable_abc"]], "cpl.query.enumerable.VersionInfo": [[40, 2, 1, "", "major"], [40, 2, 1, "", "micro"], [40, 2, 1, "", "minor"]], "cpl.query.enumerable.enumerable": [[40, 1, 1, "", "Enumerable"]], "cpl.query.enumerable.enumerable_abc": [[40, 1, 1, "", "EnumerableABC"]], "cpl.query.enumerable.enumerable_abc.EnumerableABC": [[40, 3, 1, "", "to_iterable"]], "cpl.query.extension": [[41, 1, 1, "", "VersionInfo"], [41, 0, 0, "-", "list"]], "cpl.query.extension.VersionInfo": [[41, 2, 1, "", "major"], [41, 2, 1, "", "micro"], [41, 2, 1, "", "minor"]], "cpl.query.extension.list": [[41, 1, 1, "", "List"]], "cpl.query.extension.list.List": [[41, 3, 1, "", "to_enumerable"], [41, 3, 1, "", "to_iterable"]], "cpl.query.iterable": [[42, 1, 1, "", "VersionInfo"], [42, 0, 0, "-", "iterable"], [42, 0, 0, "-", "iterable_abc"]], "cpl.query.iterable.VersionInfo": [[42, 2, 1, "", "major"], [42, 2, 1, "", "micro"], [42, 2, 1, "", "minor"]], "cpl.query.iterable.iterable": [[42, 1, 1, "", "Iterable"]], "cpl.query.iterable.iterable_abc": [[42, 1, 1, "", "IterableABC"]], "cpl.query.iterable.iterable_abc.IterableABC": [[42, 3, 1, "", "add"], [42, 3, 1, "", "append"], [42, 3, 1, "", "extend"], [42, 3, 1, "", "remove"], [42, 3, 1, "", "remove_at"], [42, 3, 1, "", "to_enumerable"]], "cpl_translation": [[43, 0, 0, "-", "translate_pipe"], [43, 0, 0, "-", "translation_service"], [43, 0, 0, "-", "translation_service_abc"], [43, 0, 0, "-", "translation_settings"]], "cpl_translation.translate_pipe": [[43, 1, 1, "", "TranslatePipe"]], "cpl_translation.translate_pipe.TranslatePipe": [[43, 3, 1, "", "transform"]], "cpl_translation.translation_service": [[43, 1, 1, "", "TranslationService"]], "cpl_translation.translation_service.TranslationService": [[43, 3, 1, "", "load"], [43, 3, 1, "", "load_by_settings"], [43, 3, 1, "", "set_default_lang"], [43, 3, 1, "", "set_lang"], [43, 3, 1, "", "translate"]], "cpl_translation.translation_service_abc": [[43, 1, 1, "", "TranslationServiceABC"]], "cpl_translation.translation_service_abc.TranslationServiceABC": [[43, 3, 1, "", "load"], [43, 3, 1, "", "load_by_settings"], [43, 3, 1, "", "set_default_lang"], [43, 3, 1, "", "set_lang"], [43, 3, 1, "", "translate"]], "cpl_translation.translation_settings": [[43, 1, 1, "", "TranslationSettings"]], "cpl_translation.translation_settings.TranslationSettings": [[43, 4, 1, "", "default_language"], [43, 4, 1, "", "languages"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:property", "5": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"], "5": ["py", "function", "Python function"]}, "titleterms": {"contribut": 0, "cpl": [0, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 46, 47, 49, 60], "found": 0, "bug": 0, "featur": [0, 46, 47], "request": 0, "submiss": 0, "guidelin": 0, "submit": 0, "an": 0, "issu": 0, "pull": 0, "review": 0, "address": 0, "feedback": 0, "code": 0, "rule": 0, "licens": 0, "cli": [1, 8, 50], "refer": [1, 8, 16, 30, 38, 43], "add": 2, "content": [2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 49, 50, 60], "descript": [2, 3, 4, 5, 6, 7, 9, 10, 13], "argument": [2, 4, 5, 6, 10, 13, 54], "flag": [2, 6, 7, 10, 13, 14], "build": 3, "gener": [4, 60], "schemat": [4, 8, 60], "help": 5, "instal": [6, 50], "new": [7, 60], "project": [7, 49, 60], "type": [7, 60], "overview": [8, 47], "command": [8, 32], "tabl": [8, 44, 49, 50], "basic": 8, "workflow": 8, "languag": 8, "syntax": 8, "rel": 8, "path": 8, "publish": 9, "remov": 10, "run": 11, "start": [12, 45, 49, 50], "uninstal": 13, "updat": 14, "version": 15, "api": 16, "cpl.core": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 53], "applic": [17, 31, 56], "packag": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 48, 50], "submodul": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "application_abc": 17, "modul": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "application_build": 17, "application_builder_abc": 17, "application_extension_abc": 17, "startup_abc": 17, "startup_extension_abc": 17, "core": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "configur": [18, 33], "argument_abc": 18, "argument_build": 18, "argument_executable_abc": 18, "argument_type_enum": 18, "configuration_abc": 18, "configuration_model_abc": 18, "configuration_variable_name_enum": 18, "executable_argu": 18, "flag_argu": 18, "validator_abc": 18, "variable_argu": 18, "consol": [19, 50, 53, 54], "background_color_enum": 19, "console_cal": 19, "foreground_color_enum": 19, "spinner_thread": 19, "databas": [20, 21, 22], "subpackag": 20, "database_set": 20, "database_settings_name_enum": 20, "table_abc": 20, "connect": 21, "database_connect": 21, "database_connection_abc": 21, "context": 22, "database_context": 22, "database_context_abc": 22, "dependency_inject": 23, "scope": 23, "scope_abc": 23, "scope_build": 23, "service_collect": 23, "service_collection_abc": 23, "service_descriptor": 23, "service_lifetime_enum": 23, "service_provid": 23, "paramet": [23, 39], "return": [23, 39], "service_provider_abc": 23, "environ": [24, 50], "application_environ": 24, "application_environment_abc": 24, "environment_name_enum": 24, "log": 25, "logger_abc": 25, "logger_servic": 25, "logging_level_enum": 25, "logging_set": 25, "logging_settings_name_enum": 25, "mail": [26, 59], "email": 26, "email_client_abc": 26, "email_client_servic": 26, "email_client_set": 26, "email_client_settings_name_enum": 26, "pipe": 27, "bool_pip": 27, "first_char_to_lower_pip": 27, "first_to_upper_pip": 27, "ip_address_pip": 27, "pipe_abc": 27, "to_camel_case_pip": 27, "to_snake_case_pip": 27, "version_pip": 27, "time": 28, "time_format_set": 28, "time_format_settings_names_enum": 28, "util": 29, "credential_manag": 29, "pip": 29, "string": 29, "discord": [30, 31, 32, 33, 34, 35, 36, 37], "cpl_discord": [30, 31, 32, 33, 34, 35, 36, 37], "discord_event_types_enum": 30, "discord_bot_application_abc": 31, "discord_command_abc": 32, "discord_commands_meta": 32, "discord_bot_set": 33, "contain": 34, "category_channel": 34, "guild": 34, "member": 34, "role": 34, "text_channel": 34, "thread": 34, "voice_channel": 34, "event": 35, "on_bulk_message_delete_abc": 35, "on_command_abc": 35, "on_command_completion_abc": 35, "on_command_error_abc": 35, "on_connect_abc": 35, "on_disconnect_abc": 35, "on_error_abc": 35, "on_group_join_abc": 35, "on_group_remove_abc": 35, "on_guild_available_abc": 35, "on_guild_channel_create_abc": 35, "on_guild_channel_delete_abc": 35, "on_guild_channel_pins_update_abc": 35, "on_guild_channel_update_abc": 35, "on_guild_emojis_update_abc": 35, "on_guild_integrations_update_abc": 35, "on_guild_join_abc": 35, "on_guild_remove_abc": 35, "on_guild_role_create_abc": 35, "on_guild_role_delete_abc": 35, "on_guild_role_update_abc": 35, "on_guild_unavailable_abc": 35, "on_guild_update_abc": 35, "on_invite_create_abc": 35, "on_invite_delete_abc": 35, "on_member_ban_abc": 35, "on_member_join_abc": 35, "on_member_remove_abc": 35, "on_member_unban_abc": 35, "on_member_update_abc": 35, "on_message_abc": 35, "on_message_delete_abc": 35, "on_message_edit_abc": 35, "on_private_channel_create_abc": 35, "on_private_channel_delete_abc": 35, "on_private_channel_pins_update_abc": 35, "on_private_channel_update_abc": 35, "on_raw_reaction_add_abc": 35, "on_raw_reaction_clear_abc": 35, "on_raw_reaction_clear_emoji_abc": 35, "on_raw_reaction_remove_abc": 35, "on_reaction_add_abc": 35, "on_reaction_clear_abc": 35, "on_reaction_clear_emoji_abc": 35, "on_reaction_remove_abc": 35, "on_ready_abc": 35, "on_resume_abc": 35, "on_typing_abc": 35, "on_user_update_abc": 35, "on_voice_state_update_abc": 35, "on_webhooks_update_abc": 35, "helper": 36, "to_containers_convert": 36, "servic": 37, "command_error_handler_servic": 37, "discord_bot_servic": 37, "discord_bot_service_abc": 37, "discord_collect": 37, "discord_collection_abc": 37, "discord_servic": 37, "discord_service_abc": 37, "queri": [38, 39, 40, 41, 42, 50], "cpl_queri": [39, 40, 41, 42], "base": 39, "default_lambda": 39, "ordered_query": 39, "ordered_queryable_abc": 39, "queryable_abc": 39, "rais": 39, "sequenc": 39, "enumer": 40, "enumerable_abc": 40, "extens": 41, "list": 41, "iter": 42, "iterable_abc": 42, "translat": 43, "cpl_translat": 43, "translate_pip": 43, "translation_servic": 43, "translation_service_abc": 43, "translation_set": 43, "deprec": 44, "configurationmodelabc": 44, "from_dict": 44, "method": 44, "get": [45, 49], "introduct": [46, 47], "doc": [46, 47], "manual": 46, "explor": 47, "prerequisit": [49, 50, 60], "creat": [49, 50, 55], "menu": 49, "what": [49, 50], "": [49, 50], "next": [49, 50], "set": 50, "up": 50, "local": 50, "workspac": 50, "initi": 50, "app": 50, "librari": 50, "tutori": 51, "us": [52, 53, 58, 60], "appset": 52, "json": 52, "come": [52, 53, 54, 55, 56, 57, 58, 59], "soon": [52, 53, 54, 55, 56, 57, 58, 59], "handl": 54, "startup": [55, 57], "class": 55, "extend": [56, 57], "builtin": 58, "logger": 58, "send": 59, "g": 60, "n": 60, "templat": 60}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"Contributing to CPL": [[0, "contributing-to-cpl"]], "Found a Bug?": [[0, "found-a-bug"]], "Feature Request": [[0, "feature-request"]], "Submission Guidelines": [[0, "submission-guidelines"]], "Submitting an Issue": [[0, "submitting-an-issue"]], "Submitting a Pull Request": [[0, "submitting-a-pull-request"]], "Reviewing a Pull Request": [[0, "reviewing-a-pull-request"]], "Addressing review feedback": [[0, "addressing-review-feedback"]], "Coding Rules": [[0, "coding-rules"]], "License": [[0, "license"]], "CLI reference": [[1, "cli-reference"]], "cpl add": [[2, "cpl-add"]], "Contents": [[2, "contents"], [3, "contents"], [4, "contents"], [5, "contents"], [6, "contents"], [7, "contents"], [9, "contents"], [10, "contents"], [13, "contents"], [60, "contents"]], "Description": [[2, "description"], [3, "description"], [4, "description"], [5, "description"], [6, "description"], [7, "description"], [9, "description"], [10, "description"], [13, "description"]], "Arguments": [[2, "arguments"], [4, "arguments"], [5, "arguments"], [6, "arguments"], [10, "arguments"], [13, "arguments"]], "Flags": [[2, "flags"], [6, "flags"], [7, "flags"], [10, "flags"], [13, "flags"], [14, "flags"]], "cpl build": [[3, "cpl-build"]], "cpl generate": [[4, "cpl-generate"]], "Schematics": [[4, "schematics"], [8, "schematics"]], "cpl help": [[5, "cpl-help"]], "cpl install": [[6, "cpl-install"]], "cpl new": [[7, "cpl-new"]], "Project types": [[7, "project-types"]], "CLI Overview and Command Reference": [[8, "cli-overview-and-command-reference"]], "Table of Contents": [[8, "table-of-contents"], [44, "table-of-contents"], [49, "table-of-contents"], [50, "table-of-contents"]], "Basic workflow": [[8, "basic-workflow"]], "CLI command-language syntax": [[8, "cli-command-language-syntax"]], "Relative paths": [[8, "relative-paths"]], "Command overview": [[8, "command-overview"]], "cpl publish": [[9, "cpl-publish"]], "cpl remove": [[10, "cpl-remove"]], "cpl run": [[11, "cpl-run"]], "cpl start": [[12, "cpl-start"]], "cpl uninstall": [[13, "cpl-uninstall"]], "cpl update": [[14, "cpl-update"]], "cpl version": [[15, "cpl-version"]], "API reference": [[16, "api-reference"]], "cpl.core.application package": [[17, "cpl-core-application-package"]], "Submodules": [[17, "submodules"], [18, "submodules"], [19, "submodules"], [20, "submodules"], [21, "submodules"], [22, "submodules"], [23, "submodules"], [24, "submodules"], [25, "submodules"], [26, "submodules"], [27, "submodules"], [28, "submodules"], [29, "submodules"], [31, "submodules"], [32, "submodules"], [33, "submodules"], [34, "submodules"], [35, "submodules"], [36, "submodules"], [37, "submodules"], [39, "submodules"], [40, "submodules"], [41, "submodules"], [42, "submodules"]], "cpl.core.application.application_abc module": [[17, "module-cpl.core.application.application_abc"]], "cpl.core.application.application_builder module": [[17, "module-cpl.core.application.application_builder"]], "cpl.core.application.application_builder_abc module": [[17, "module-cpl.core.application.application_builder_abc"]], "cpl.core.application.application_extension_abc module": [[17, "module-cpl.core.application.application_extension_abc"]], "cpl.core.application.startup_abc module": [[17, "module-cpl.core.application.startup_abc"]], "cpl.core.application.startup_extension_abc module": [[17, "module-cpl.core.application.startup_extension_abc"]], "Module contents": [[17, "module-cpl.core.application"], [18, "module-cpl.core.configuration"], [19, "module-cpl.core.console"], [20, "module-cpl.core.database"], [21, "module-cpl.core.database.connection"], [22, "module-cpl.core.database.context"], [23, "module-cpl.core.dependency_injection"], [24, "module-cpl.core.environment"], [25, "module-cpl.core.log"], [26, "module-cpl.mail"], [27, "module-cpl.core.pipes"], [28, "module-cpl.core.time"], [29, "module-cpl.core.utils"], [31, "module-cpl_discord.application"], [32, "module-cpl_discord.command"], [33, "module-cpl_discord.configuration"], [34, "module-cpl_discord.container"], [35, "module-cpl_discord.events"], [36, "module-cpl_discord.helper"], [37, "module-cpl_discord.service"], [39, "module-cpl.query.base"], [40, "module-cpl.query.enumerable"], [41, "module-cpl.query.extension"], [42, "module-cpl.query.iterable"]], "cpl-core CPL core": [[17, "cpl-core-cpl-core"], [18, "cpl-core-cpl-core"], [19, "cpl-core-cpl-core"], [20, "cpl-core-cpl-core"], [21, "cpl-core-cpl-core"], [22, "cpl-core-cpl-core"], [23, "cpl-core-cpl-core"], [24, "cpl-core-cpl-core"], [25, "cpl-core-cpl-core"], [26, "cpl-core-cpl-core"], [27, "cpl-core-cpl-core"], [28, "cpl-core-cpl-core"], [29, "cpl-core-cpl-core"]], "cpl.core.configuration package": [[18, "cpl-core-configuration-package"]], "cpl.core.configuration.argument_abc module": [[18, "module-cpl.core.configuration.argument_abc"]], "cpl.core.configuration.argument_builder module": [[18, "module-cpl.core.configuration.argument_builder"]], "cpl.core.configuration.argument_executable_abc module": [[18, "module-cpl.core.configuration.argument_executable_abc"]], "cpl.core.configuration.argument_type_enum module": [[18, "module-cpl.core.configuration.argument_type_enum"]], "cpl.core.configuration.configuration module": [[18, "module-cpl.core.configuration.configuration"]], "cpl.core.configuration.configuration_abc module": [[18, "module-cpl.core.configuration.configuration_abc"]], "cpl.core.configuration.configuration_model_abc module": [[18, "module-cpl.core.configuration.configuration_model_abc"]], "cpl.core.configuration.configuration_variable_name_enum module": [[18, "module-cpl.core.configuration.configuration_variable_name_enum"]], "cpl.core.configuration.executable_argument module": [[18, "module-cpl.core.configuration.executable_argument"]], "cpl.core.configuration.flag_argument module": [[18, "module-cpl.core.configuration.flag_argument"]], "cpl.core.configuration.validator_abc module": [[18, "module-cpl.core.configuration.validator_abc"]], "cpl.core.configuration.variable_argument module": [[18, "module-cpl.core.configuration.variable_argument"]], "cpl.core.console package": [[19, "cpl-core-console-package"]], "cpl.core.console.background_color_enum module": [[19, "module-cpl.core.console.background_color_enum"]], "cpl.core.console.console module": [[19, "module-cpl.core.console.console"]], "cpl.core.console.console_call module": [[19, "module-cpl.core.console.console_call"]], "cpl.core.console.foreground_color_enum module": [[19, "module-cpl.core.console.foreground_color_enum"]], "cpl.core.console.spinner_thread module": [[19, "module-cpl.core.console.spinner_thread"]], "cpl.core.database package": [[20, "cpl-core-database-package"]], "Subpackages": [[20, "subpackages"]], "cpl.core.database.database_settings module": [[20, "module-cpl.core.database.database_settings"]], "cpl.core.database.database_settings_name_enum module": [[20, "module-cpl.core.database.database_settings_name_enum"]], "cpl.core.database.table_abc module": [[20, "module-cpl.core.database.table_abc"]], "cpl.core.database.connection package": [[21, "cpl-core-database-connection-package"]], "cpl.core.database.connection.database_connection module": [[21, "module-cpl.core.database.connection.database_connection"]], "cpl.core.database.connection.database_connection_abc module": [[21, "module-cpl.core.database.connection.database_connection_abc"]], "cpl.core.database.context package": [[22, "cpl-core-database-context-package"]], "cpl.core.database.context.database_context module": [[22, "module-cpl.core.database.context.database_context"]], "cpl.core.database.context.database_context_abc module": [[22, "module-cpl.core.database.context.database_context_abc"]], "cpl.core.dependency_injection package": [[23, "cpl-core-dependency-injection-package"]], "cpl.core.dependency_injection.scope module": [[23, "module-cpl.core.dependency_injection.scope"]], "cpl.core.dependency_injection.scope_abc module": [[23, "module-cpl.core.dependency_injection.scope_abc"]], "cpl.core.dependency_injection.scope_builder module": [[23, "module-cpl.core.dependency_injection.scope_builder"]], "cpl.core.dependency_injection.service_collection module": [[23, "module-cpl.core.dependency_injection.service_collection"]], "cpl.core.dependency_injection.service_collection_abc module": [[23, "module-cpl.core.dependency_injection.service_collection_abc"]], "cpl.core.dependency_injection.service_descriptor module": [[23, "module-cpl.core.dependency_injection.service_descriptor"]], "cpl.core.dependency_injection.service_lifetime_enum module": [[23, "module-cpl.core.dependency_injection.service_lifetime_enum"]], "cpl.core.dependency_injection.service_provider module": [[23, "module-cpl.core.dependency_injection.service_provider"]], "Parameter": [[23, "parameter"], [23, "id1"], [23, "id3"], [23, "id5"], [23, "id7"], [23, "id8"], [23, "id11"], [23, "id13"], [23, "id15"], [23, "id17"], [39, "parameter"], [39, "id1"], [39, "id3"], [39, "id5"], [39, "id7"], [39, "id9"], [39, "id11"], [39, "id13"], [39, "id17"], [39, "id21"], [39, "id24"], [39, "id26"], [39, "id28"], [39, "id35"], [39, "id37"], [39, "id39"], [39, "id41"], [39, "id43"], [39, "id45"], [39, "id47"]], "Returns": [[23, "returns"], [23, "id2"], [23, "id4"], [23, "id6"], [23, "id9"], [23, "id10"], [23, "id12"], [23, "id14"], [23, "id16"], [39, "returns"], [39, "id2"], [39, "id4"], [39, "id6"], [39, "id8"], [39, "id10"], [39, "id12"], [39, "id14"], [39, "id15"], [39, "id16"], [39, "id18"], [39, "id19"], [39, "id20"], [39, "id22"], [39, "id23"], [39, "id25"], [39, "id27"], [39, "id29"], [39, "id30"], [39, "id31"], [39, "id32"], [39, "id33"], [39, "id34"], [39, "id36"], [39, "id38"], [39, "id40"], [39, "id42"], [39, "id44"], [39, "id46"], [39, "id48"]], "cpl.core.dependency_injection.service_provider_abc module": [[23, "module-cpl.core.dependency_injection.service_provider_abc"]], "cpl.core.environment package": [[24, "cpl-core-environment-package"]], "cpl.core.environment.application_environment module": [[24, "module-cpl.core.environment.application_environment"]], "cpl.core.environment.application_environment_abc module": [[24, "module-cpl.core.environment.application_environment_abc"]], "cpl.core.environment.environment_name_enum module": [[24, "module-cpl.core.environment.environment_name_enum"]], "cpl.core.log package": [[25, "cpl-core-logging-package"]], "cpl.core.log.logger_abc module": [[25, "module-cpl.core.log.logger_abc"]], "cpl.core.log.logger_service module": [[25, "module-cpl.core.log.logger_service"]], "cpl.core.log.logging_level_enum module": [[25, "module-cpl.core.log.logging_level_enum"]], "cpl.core.log.logging_settings module": [[25, "module-cpl.core.log.logging_settings"]], "cpl.core.log.logging_settings_name_enum module": [[25, "module-cpl.core.log.logging_settings_name_enum"]], "cpl.mail package": [[26, "cpl-core-mailing-package"]], "cpl.mail.email module": [[26, "module-cpl.mail.email"]], "cpl.mail.email_client_abc module": [[26, "module-cpl.mail.email_client_abc"]], "cpl.mail.email_client_service module": [[26, "module-cpl.mail.email_client_service"]], "cpl.mail.email_client_settings module": [[26, "module-cpl.mail.email_client_settings"]], "cpl.mail.email_client_settings_name_enum module": [[26, "module-cpl.mail.email_client_settings_name_enum"]], "cpl.core.pipes package": [[27, "cpl-core-pipes-package"]], "cpl.core.pipes.bool_pipe module": [[27, "module-cpl.core.pipes.bool_pipe"]], "cpl.core.pipes.first_char_to_lower_pipe module": [[27, "module-cpl.core.pipes.first_char_to_lower_pipe"]], "cpl.core.pipes.first_to_upper_pipe module": [[27, "module-cpl.core.pipes.first_to_upper_pipe"]], "cpl.core.pipes.ip_address_pipe module": [[27, "module-cpl.core.pipes.ip_address_pipe"]], "cpl.core.pipes.pipe_abc module": [[27, "module-cpl.core.pipes.pipe_abc"]], "cpl.core.pipes.to_camel_case_pipe module": [[27, "module-cpl.core.pipes.to_camel_case_pipe"]], "cpl.core.pipes.to_snake_case_pipe module": [[27, "module-cpl.core.pipes.to_snake_case_pipe"]], "cpl.core.pipes.version_pipe module": [[27, "module-cpl.core.pipes.version_pipe"]], "cpl.core.time package": [[28, "cpl-core-time-package"]], "cpl.core.time.time_format_settings module": [[28, "module-cpl.core.time.time_format_settings"]], "cpl.core.time.time_format_settings_names_enum module": [[28, "module-cpl.core.time.time_format_settings_names_enum"]], "cpl.core.utils package": [[29, "cpl-core-utils-package"]], "cpl.core.utils.credential_manager module": [[29, "module-cpl.core.utils.credential_manager"]], "cpl.core.utils.pip module": [[29, "module-cpl.core.utils.pip"]], "cpl.core.utils.string module": [[29, "module-cpl.core.utils.string"]], "Discord Reference": [[30, "discord-reference"]], "cpl_discord.discord_event_types_enum module": [[30, "module-cpl_discord.discord_event_types_enum"]], "cpl_discord.application package": [[31, "cpl-discord-application-package"]], "cpl_discord.application.discord_bot_application_abc module": [[31, "module-cpl_discord.application.discord_bot_application_abc"]], "cpl-discord CPL Discord": [[31, "cpl-discord-cpl-discord"], [32, "cpl-discord-cpl-discord"], [33, "cpl-discord-cpl-discord"], [34, "cpl-discord-cpl-discord"], [35, "cpl-discord-cpl-discord"], [36, "cpl-discord-cpl-discord"], [37, "cpl-discord-cpl-discord"]], "cpl_discord.command package": [[32, "cpl-discord-command-package"]], "cpl_discord.command.discord_command_abc module": [[32, "module-cpl_discord.command.discord_command_abc"]], "cpl_discord.command.discord_commands_meta module": [[32, "module-cpl_discord.command.discord_commands_meta"]], "cpl_discord.configuration package": [[33, "cpl-discord-configuration-package"]], "cpl_discord.configuration.discord_bot_settings module": [[33, "module-cpl_discord.configuration.discord_bot_settings"]], "cpl_discord.container package": [[34, "cpl-discord-container-package"]], "cpl_discord.container.category_channel module": [[34, "module-cpl_discord.container.category_channel"]], "cpl_discord.container.container module": [[34, "module-cpl_discord.container.container"]], "cpl_discord.container.guild module": [[34, "module-cpl_discord.container.guild"]], "cpl_discord.container.member module": [[34, "module-cpl_discord.container.member"]], "cpl_discord.container.role module": [[34, "module-cpl_discord.container.role"]], "cpl_discord.container.text_channel module": [[34, "module-cpl_discord.container.text_channel"]], "cpl_discord.container.thread module": [[34, "module-cpl_discord.container.thread"]], "cpl_discord.container.voice_channel module": [[34, "module-cpl_discord.container.voice_channel"]], "cpl_discord.events package": [[35, "cpl-discord-events-package"]], "cpl_discord.events.on_bulk_message_delete_abc module": [[35, "module-cpl_discord.events.on_bulk_message_delete_abc"]], "cpl_discord.events.on_command_abc module": [[35, "module-cpl_discord.events.on_command_abc"]], "cpl_discord.events.on_command_completion_abc module": [[35, "module-cpl_discord.events.on_command_completion_abc"]], "cpl_discord.events.on_command_error_abc module": [[35, "module-cpl_discord.events.on_command_error_abc"]], "cpl_discord.events.on_connect_abc module": [[35, "module-cpl_discord.events.on_connect_abc"]], "cpl_discord.events.on_disconnect_abc module": [[35, "module-cpl_discord.events.on_disconnect_abc"]], "cpl_discord.events.on_error_abc module": [[35, "module-cpl_discord.events.on_error_abc"]], "cpl_discord.events.on_group_join_abc module": [[35, "module-cpl_discord.events.on_group_join_abc"]], "cpl_discord.events.on_group_remove_abc module": [[35, "module-cpl_discord.events.on_group_remove_abc"]], "cpl_discord.events.on_guild_available_abc module": [[35, "module-cpl_discord.events.on_guild_available_abc"]], "cpl_discord.events.on_guild_channel_create_abc module": [[35, "module-cpl_discord.events.on_guild_channel_create_abc"]], "cpl_discord.events.on_guild_channel_delete_abc module": [[35, "module-cpl_discord.events.on_guild_channel_delete_abc"]], "cpl_discord.events.on_guild_channel_pins_update_abc module": [[35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"]], "cpl_discord.events.on_guild_channel_update_abc module": [[35, "module-cpl_discord.events.on_guild_channel_update_abc"]], "cpl_discord.events.on_guild_emojis_update_abc module": [[35, "module-cpl_discord.events.on_guild_emojis_update_abc"]], "cpl_discord.events.on_guild_integrations_update_abc module": [[35, "module-cpl_discord.events.on_guild_integrations_update_abc"]], "cpl_discord.events.on_guild_join_abc module": [[35, "module-cpl_discord.events.on_guild_join_abc"]], "cpl_discord.events.on_guild_remove_abc module": [[35, "module-cpl_discord.events.on_guild_remove_abc"]], "cpl_discord.events.on_guild_role_create_abc module": [[35, "module-cpl_discord.events.on_guild_role_create_abc"]], "cpl_discord.events.on_guild_role_delete_abc module": [[35, "module-cpl_discord.events.on_guild_role_delete_abc"]], "cpl_discord.events.on_guild_role_update_abc module": [[35, "module-cpl_discord.events.on_guild_role_update_abc"]], "cpl_discord.events.on_guild_unavailable_abc module": [[35, "module-cpl_discord.events.on_guild_unavailable_abc"]], "cpl_discord.events.on_guild_update_abc module": [[35, "module-cpl_discord.events.on_guild_update_abc"]], "cpl_discord.events.on_invite_create_abc module": [[35, "module-cpl_discord.events.on_invite_create_abc"]], "cpl_discord.events.on_invite_delete_abc module": [[35, "module-cpl_discord.events.on_invite_delete_abc"]], "cpl_discord.events.on_member_ban_abc module": [[35, "module-cpl_discord.events.on_member_ban_abc"]], "cpl_discord.events.on_member_join_abc module": [[35, "module-cpl_discord.events.on_member_join_abc"]], "cpl_discord.events.on_member_remove_abc module": [[35, "module-cpl_discord.events.on_member_remove_abc"]], "cpl_discord.events.on_member_unban_abc module": [[35, "module-cpl_discord.events.on_member_unban_abc"]], "cpl_discord.events.on_member_update_abc module": [[35, "module-cpl_discord.events.on_member_update_abc"]], "cpl_discord.events.on_message_abc module": [[35, "module-cpl_discord.events.on_message_abc"]], "cpl_discord.events.on_message_delete_abc module": [[35, "module-cpl_discord.events.on_message_delete_abc"]], "cpl_discord.events.on_message_edit_abc module": [[35, "module-cpl_discord.events.on_message_edit_abc"]], "cpl_discord.events.on_private_channel_create_abc module": [[35, "module-cpl_discord.events.on_private_channel_create_abc"]], "cpl_discord.events.on_private_channel_delete_abc module": [[35, "module-cpl_discord.events.on_private_channel_delete_abc"]], "cpl_discord.events.on_private_channel_pins_update_abc module": [[35, "module-cpl_discord.events.on_private_channel_pins_update_abc"]], "cpl_discord.events.on_private_channel_update_abc module": [[35, "module-cpl_discord.events.on_private_channel_update_abc"]], "cpl_discord.events.on_raw_reaction_add_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_add_abc"]], "cpl_discord.events.on_raw_reaction_clear_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_clear_abc"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"]], "cpl_discord.events.on_raw_reaction_remove_abc module": [[35, "module-cpl_discord.events.on_raw_reaction_remove_abc"]], "cpl_discord.events.on_reaction_add_abc module": [[35, "module-cpl_discord.events.on_reaction_add_abc"]], "cpl_discord.events.on_reaction_clear_abc module": [[35, "module-cpl_discord.events.on_reaction_clear_abc"]], "cpl_discord.events.on_reaction_clear_emoji_abc module": [[35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"]], "cpl_discord.events.on_reaction_remove_abc module": [[35, "module-cpl_discord.events.on_reaction_remove_abc"]], "cpl_discord.events.on_ready_abc module": [[35, "module-cpl_discord.events.on_ready_abc"]], "cpl_discord.events.on_resume_abc module": [[35, "module-cpl_discord.events.on_resume_abc"]], "cpl_discord.events.on_typing_abc module": [[35, "module-cpl_discord.events.on_typing_abc"]], "cpl_discord.events.on_user_update_abc module": [[35, "module-cpl_discord.events.on_user_update_abc"]], "cpl_discord.events.on_voice_state_update_abc module": [[35, "module-cpl_discord.events.on_voice_state_update_abc"]], "cpl_discord.events.on_webhooks_update_abc module": [[35, "module-cpl_discord.events.on_webhooks_update_abc"]], "cpl_discord.helper package": [[36, "cpl-discord-helper-package"]], "cpl_discord.helper.to_containers_converter module": [[36, "module-cpl_discord.helper.to_containers_converter"]], "cpl_discord.service package": [[37, "cpl-discord-service-package"]], "cpl_discord.service.command_error_handler_service module": [[37, "module-cpl_discord.service.command_error_handler_service"]], "cpl_discord.service.discord_bot_service module": [[37, "module-cpl_discord.service.discord_bot_service"]], "cpl_discord.service.discord_bot_service_abc module": [[37, "module-cpl_discord.service.discord_bot_service_abc"]], "cpl_discord.service.discord_collection module": [[37, "module-cpl_discord.service.discord_collection"]], "cpl_discord.service.discord_collection_abc module": [[37, "module-cpl_discord.service.discord_collection_abc"]], "cpl_discord.service.discord_service module": [[37, "module-cpl_discord.service.discord_service"]], "cpl_discord.service.discord_service_abc module": [[37, "module-cpl_discord.service.discord_service_abc"]], "Query reference": [[38, "query-reference"]], "cpl.query.base package": [[39, "cpl-query-base-package"]], "cpl.query.base.default_lambda module": [[39, "module-cpl.query.base.default_lambda"]], "cpl.query.base.ordered_queryable module": [[39, "module-cpl.query.base.ordered_queryable"]], "cpl.query.base.ordered_queryable_abc module": [[39, "module-cpl.query.base.ordered_queryable_abc"]], "cpl.query.base.queryable_abc module": [[39, "module-cpl.query.base.queryable_abc"]], "Raises": [[39, "raises"]], "cpl.query.base.sequence module": [[39, "module-cpl.query.base.sequence"]], "cpl-query CPL Queries": [[39, "cpl-query-cpl-queries"], [40, "cpl-query-cpl-queries"], [41, "cpl-query-cpl-queries"], [42, "cpl-query-cpl-queries"]], "cpl.query.enumerable package": [[40, "cpl-query-enumerable-package"]], "cpl.query.enumerable.enumerable module": [[40, "module-cpl.query.enumerable.enumerable"]], "cpl.query.enumerable.enumerable_abc module": [[40, "module-cpl.query.enumerable.enumerable_abc"]], "cpl.query.extension package": [[41, "cpl-query-extension-package"]], "cpl.query.extension.list module": [[41, "module-cpl.query.extension.list"]], "cpl.query.iterable package": [[42, "cpl-query-iterable-package"]], "cpl.query.iterable.iterable module": [[42, "module-cpl.query.iterable.iterable"]], "cpl.query.iterable.iterable_abc module": [[42, "module-cpl.query.iterable.iterable_abc"]], "Translation reference": [[43, "translation-reference"]], "cpl_translation.translate_pipe": [[43, "module-cpl_translation.translate_pipe"]], "cpl_translation.translation_service": [[43, "module-cpl_translation.translation_service"]], "cpl_translation.translation_service_abc": [[43, "module-cpl_translation.translation_service_abc"]], "cpl_translation.translation_settings": [[43, "module-cpl_translation.translation_settings"]], "Deprecated": [[44, "deprecated"]], "ConfigurationModelABC from_dict method": [[44, "configurationmodelabc-from-dict-method"]], "Getting started": [[45, "getting-started"]], "Introduction to the CPL Docs": [[46, "introduction-to-the-cpl-docs"], [47, "introduction-to-the-cpl-docs"]], "Features": [[46, "features"]], "Manuals": [[46, "manuals"]], "Feature overview": [[47, "feature-overview"]], "Explore": [[47, "explore"]], "Packages": [[48, "packages"]], "Getting started with CPL": [[49, "getting-started-with-cpl"]], "Prerequisites": [[49, "prerequisites"], [50, "prerequisites"], [60, "prerequisites"]], "Create the project": [[49, "create-the-project"]], "Create a menu": [[49, "create-a-menu"]], "What\u2019s next": [[49, "what-s-next"], [50, "what-s-next"]], "Setting up the local environment and workspace": [[50, "setting-up-the-local-environment-and-workspace"]], "Install the package": [[50, "install-the-package"]], "Install the CLI": [[50, "install-the-cli"]], "Install the query": [[50, "install-the-query"]], "Create initial console app": [[50, "create-initial-console-app"]], "Create initial library": [[50, "create-initial-library"]], "Start the app": [[50, "start-the-app"]], "Tutorials": [[51, "tutorials"]], "Using appsettings.json": [[52, "using-appsettings-json"]], "Coming soon": [[52, "coming-soon"], [53, "coming-soon"], [54, "coming-soon"], [55, "coming-soon"], [56, "coming-soon"], [57, "coming-soon"], [58, "coming-soon"], [59, "coming-soon"]], "Use cpl.core.console.Console": [[53, "use-cpl-core-console-console"]], "Handle console arguments": [[54, "handle-console-arguments"]], "Create startup class": [[55, "create-startup-class"]], "Extend application": [[56, "extend-application"]], "Extend startup": [[57, "extend-startup"]], "Use builtin logger": [[58, "use-builtin-logger"]], "Send mails": [[59, "send-mails"]], "Using cpl g & cpl n templating": [[60, "using-cpl-g-cpl-n-templating"]], "cpl generate schematics": [[60, "cpl-generate-schematics"]], "cpl new project types": [[60, "cpl-new-project-types"]]}, "indexentries": {"applicationabc (class in cpl.core.application.application_abc)": [[17, "cpl.core.application.application_abc.ApplicationABC"]], "applicationbuilder (class in cpl.core.application.application_builder)": [[17, "cpl.core.application.application_builder.ApplicationBuilder"]], "applicationbuilderabc (class in cpl.core.application.application_builder_abc)": [[17, "cpl.core.application.application_builder_abc.ApplicationBuilderABC"]], "applicationextensionabc (class in cpl.core.application.application_extension_abc)": [[17, "cpl.core.application.application_extension_abc.ApplicationExtensionABC"]], "startupabc (class in cpl.core.application.startup_abc)": [[17, "cpl.core.application.startup_abc.StartupABC"]], "startupextensionabc (class in cpl.core.application.startup_extension_abc)": [[17, "cpl.core.application.startup_extension_abc.StartupExtensionABC"]], "versioninfo (class in cpl.core.application)": [[17, "cpl.core.application.VersionInfo"]], "build() (cpl.core.application.application_builder.applicationbuilder method)": [[17, "cpl.core.application.application_builder.ApplicationBuilder.build"]], "build() (cpl.core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl.core.application.application_builder_abc.ApplicationBuilderABC.build"]], "build_async() (cpl.core.application.application_builder.applicationbuilder method)": [[17, "cpl.core.application.application_builder.ApplicationBuilder.build_async"]], "build_async() (cpl.core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl.core.application.application_builder_abc.ApplicationBuilderABC.build_async"]], "configure() (cpl.core.application.application_abc.applicationabc method)": [[17, "cpl.core.application.application_abc.ApplicationABC.configure"]], "configure_configuration() (cpl.core.application.startup_abc.startupabc method)": [[17, "cpl.core.application.startup_abc.StartupABC.configure_configuration"]], "configure_configuration() (cpl.core.application.startup_extension_abc.startupextensionabc method)": [[17, "cpl.core.application.startup_extension_abc.StartupExtensionABC.configure_configuration"]], "configure_services() (cpl.core.application.startup_abc.startupabc method)": [[17, "cpl.core.application.startup_abc.StartupABC.configure_services"]], "configure_services() (cpl.core.application.startup_extension_abc.startupextensionabc method)": [[17, "cpl.core.application.startup_extension_abc.StartupExtensionABC.configure_services"]], "cpl.core.application": [[17, "module-cpl.core.application"]], "cpl.core.application.application_abc": [[17, "module-cpl.core.application.application_abc"]], "cpl.core.application.application_builder": [[17, "module-cpl.core.application.application_builder"]], "cpl.core.application.application_builder_abc": [[17, "module-cpl.core.application.application_builder_abc"]], "cpl.core.application.application_extension_abc": [[17, "module-cpl.core.application.application_extension_abc"]], "cpl.core.application.startup_abc": [[17, "module-cpl.core.application.startup_abc"]], "cpl.core.application.startup_extension_abc": [[17, "module-cpl.core.application.startup_extension_abc"]], "main() (cpl.core.application.application_abc.applicationabc method)": [[17, "cpl.core.application.application_abc.ApplicationABC.main"]], "major (cpl.core.application.versioninfo attribute)": [[17, "cpl.core.application.VersionInfo.major"]], "micro (cpl.core.application.versioninfo attribute)": [[17, "cpl.core.application.VersionInfo.micro"]], "minor (cpl.core.application.versioninfo attribute)": [[17, "cpl.core.application.VersionInfo.minor"]], "module": [[17, "module-cpl.core.application"], [17, "module-cpl.core.application.application_abc"], [17, "module-cpl.core.application.application_builder"], [17, "module-cpl.core.application.application_builder_abc"], [17, "module-cpl.core.application.application_extension_abc"], [17, "module-cpl.core.application.startup_abc"], [17, "module-cpl.core.application.startup_extension_abc"], [18, "module-cpl.core.configuration"], [18, "module-cpl.core.configuration.argument_abc"], [18, "module-cpl.core.configuration.argument_builder"], [18, "module-cpl.core.configuration.argument_executable_abc"], [18, "module-cpl.core.configuration.argument_type_enum"], [18, "module-cpl.core.configuration.configuration"], [18, "module-cpl.core.configuration.configuration_abc"], [18, "module-cpl.core.configuration.configuration_model_abc"], [18, "module-cpl.core.configuration.configuration_variable_name_enum"], [18, "module-cpl.core.configuration.executable_argument"], [18, "module-cpl.core.configuration.flag_argument"], [18, "module-cpl.core.configuration.validator_abc"], [18, "module-cpl.core.configuration.variable_argument"], [19, "module-cpl.core.console"], [19, "module-cpl.core.console.background_color_enum"], [19, "module-cpl.core.console.console"], [19, "module-cpl.core.console.console_call"], [19, "module-cpl.core.console.foreground_color_enum"], [19, "module-cpl.core.console.spinner_thread"], [20, "module-cpl.core.database"], [20, "module-cpl.core.database.database_settings"], [20, "module-cpl.core.database.database_settings_name_enum"], [20, "module-cpl.core.database.table_abc"], [21, "module-cpl.core.database.connection"], [21, "module-cpl.core.database.connection.database_connection"], [21, "module-cpl.core.database.connection.database_connection_abc"], [22, "module-cpl.core.database.context"], [22, "module-cpl.core.database.context.database_context"], [22, "module-cpl.core.database.context.database_context_abc"], [23, "module-cpl.core.dependency_injection"], [23, "module-cpl.core.dependency_injection.scope"], [23, "module-cpl.core.dependency_injection.scope_abc"], [23, "module-cpl.core.dependency_injection.scope_builder"], [23, "module-cpl.core.dependency_injection.service_collection"], [23, "module-cpl.core.dependency_injection.service_collection_abc"], [23, "module-cpl.core.dependency_injection.service_descriptor"], [23, "module-cpl.core.dependency_injection.service_lifetime_enum"], [23, "module-cpl.core.dependency_injection.service_provider"], [23, "module-cpl.core.dependency_injection.service_provider_abc"], [24, "module-cpl.core.environment"], [24, "module-cpl.core.environment.application_environment"], [24, "module-cpl.core.environment.application_environment_abc"], [24, "module-cpl.core.environment.environment_name_enum"], [25, "module-cpl.core.log"], [25, "module-cpl.core.log.logger_abc"], [25, "module-cpl.core.log.logger_service"], [25, "module-cpl.core.log.logging_level_enum"], [25, "module-cpl.core.log.logging_settings"], [25, "module-cpl.core.log.logging_settings_name_enum"], [26, "module-cpl.mail"], [26, "module-cpl.mail.email"], [26, "module-cpl.mail.email_client_abc"], [26, "module-cpl.mail.email_client_service"], [26, "module-cpl.mail.email_client_settings"], [26, "module-cpl.mail.email_client_settings_name_enum"], [27, "module-cpl.core.pipes"], [27, "module-cpl.core.pipes.bool_pipe"], [27, "module-cpl.core.pipes.first_char_to_lower_pipe"], [27, "module-cpl.core.pipes.first_to_upper_pipe"], [27, "module-cpl.core.pipes.ip_address_pipe"], [27, "module-cpl.core.pipes.pipe_abc"], [27, "module-cpl.core.pipes.to_camel_case_pipe"], [27, "module-cpl.core.pipes.to_snake_case_pipe"], [27, "module-cpl.core.pipes.version_pipe"], [28, "module-cpl.core.time"], [28, "module-cpl.core.time.time_format_settings"], [28, "module-cpl.core.time.time_format_settings_names_enum"], [29, "module-cpl.core.utils"], [29, "module-cpl.core.utils.credential_manager"], [29, "module-cpl.core.utils.pip"], [29, "module-cpl.core.utils.string"], [30, "module-cpl_discord.discord_event_types_enum"], [31, "module-cpl_discord.application"], [31, "module-cpl_discord.application.discord_bot_application_abc"], [32, "module-cpl_discord.command"], [32, "module-cpl_discord.command.discord_command_abc"], [32, "module-cpl_discord.command.discord_commands_meta"], [33, "module-cpl_discord.configuration"], [33, "module-cpl_discord.configuration.discord_bot_settings"], [34, "module-cpl_discord.container"], [34, "module-cpl_discord.container.category_channel"], [34, "module-cpl_discord.container.container"], [34, "module-cpl_discord.container.guild"], [34, "module-cpl_discord.container.member"], [34, "module-cpl_discord.container.role"], [34, "module-cpl_discord.container.text_channel"], [34, "module-cpl_discord.container.thread"], [34, "module-cpl_discord.container.voice_channel"], [35, "module-cpl_discord.events"], [35, "module-cpl_discord.events.on_bulk_message_delete_abc"], [35, "module-cpl_discord.events.on_command_abc"], [35, "module-cpl_discord.events.on_command_completion_abc"], [35, "module-cpl_discord.events.on_command_error_abc"], [35, "module-cpl_discord.events.on_connect_abc"], [35, "module-cpl_discord.events.on_disconnect_abc"], [35, "module-cpl_discord.events.on_error_abc"], [35, "module-cpl_discord.events.on_group_join_abc"], [35, "module-cpl_discord.events.on_group_remove_abc"], [35, "module-cpl_discord.events.on_guild_available_abc"], [35, "module-cpl_discord.events.on_guild_channel_create_abc"], [35, "module-cpl_discord.events.on_guild_channel_delete_abc"], [35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"], [35, "module-cpl_discord.events.on_guild_channel_update_abc"], [35, "module-cpl_discord.events.on_guild_emojis_update_abc"], [35, "module-cpl_discord.events.on_guild_integrations_update_abc"], [35, "module-cpl_discord.events.on_guild_join_abc"], [35, "module-cpl_discord.events.on_guild_remove_abc"], [35, "module-cpl_discord.events.on_guild_role_create_abc"], [35, "module-cpl_discord.events.on_guild_role_delete_abc"], [35, "module-cpl_discord.events.on_guild_role_update_abc"], [35, "module-cpl_discord.events.on_guild_unavailable_abc"], [35, "module-cpl_discord.events.on_guild_update_abc"], [35, "module-cpl_discord.events.on_invite_create_abc"], [35, "module-cpl_discord.events.on_invite_delete_abc"], [35, "module-cpl_discord.events.on_member_ban_abc"], [35, "module-cpl_discord.events.on_member_join_abc"], [35, "module-cpl_discord.events.on_member_remove_abc"], [35, "module-cpl_discord.events.on_member_unban_abc"], [35, "module-cpl_discord.events.on_member_update_abc"], [35, "module-cpl_discord.events.on_message_abc"], [35, "module-cpl_discord.events.on_message_delete_abc"], [35, "module-cpl_discord.events.on_message_edit_abc"], [35, "module-cpl_discord.events.on_private_channel_create_abc"], [35, "module-cpl_discord.events.on_private_channel_delete_abc"], [35, "module-cpl_discord.events.on_private_channel_pins_update_abc"], [35, "module-cpl_discord.events.on_private_channel_update_abc"], [35, "module-cpl_discord.events.on_raw_reaction_add_abc"], [35, "module-cpl_discord.events.on_raw_reaction_clear_abc"], [35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"], [35, "module-cpl_discord.events.on_raw_reaction_remove_abc"], [35, "module-cpl_discord.events.on_reaction_add_abc"], [35, "module-cpl_discord.events.on_reaction_clear_abc"], [35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"], [35, "module-cpl_discord.events.on_reaction_remove_abc"], [35, "module-cpl_discord.events.on_ready_abc"], [35, "module-cpl_discord.events.on_resume_abc"], [35, "module-cpl_discord.events.on_typing_abc"], [35, "module-cpl_discord.events.on_user_update_abc"], [35, "module-cpl_discord.events.on_voice_state_update_abc"], [35, "module-cpl_discord.events.on_webhooks_update_abc"], [36, "module-cpl_discord.helper"], [36, "module-cpl_discord.helper.to_containers_converter"], [37, "module-cpl_discord.service"], [37, "module-cpl_discord.service.command_error_handler_service"], [37, "module-cpl_discord.service.discord_bot_service"], [37, "module-cpl_discord.service.discord_bot_service_abc"], [37, "module-cpl_discord.service.discord_collection"], [37, "module-cpl_discord.service.discord_collection_abc"], [37, "module-cpl_discord.service.discord_service"], [37, "module-cpl_discord.service.discord_service_abc"], [39, "module-cpl.query.base"], [39, "module-cpl.query.base.default_lambda"], [39, "module-cpl.query.base.ordered_queryable"], [39, "module-cpl.query.base.ordered_queryable_abc"], [39, "module-cpl.query.base.queryable_abc"], [39, "module-cpl.query.base.sequence"], [40, "module-cpl.query.enumerable"], [40, "module-cpl.query.enumerable.enumerable"], [40, "module-cpl.query.enumerable.enumerable_abc"], [41, "module-cpl.query.extension"], [41, "module-cpl.query.extension.list"], [42, "module-cpl.query.iterable"], [42, "module-cpl.query.iterable.iterable"], [42, "module-cpl.query.iterable.iterable_abc"], [43, "module-cpl_translation.translate_pipe"], [43, "module-cpl_translation.translation_service"], [43, "module-cpl_translation.translation_service_abc"], [43, "module-cpl_translation.translation_settings"]], "run() (cpl.core.application.application_abc.applicationabc method)": [[17, "cpl.core.application.application_abc.ApplicationABC.run"]], "run() (cpl.core.application.application_extension_abc.applicationextensionabc method)": [[17, "cpl.core.application.application_extension_abc.ApplicationExtensionABC.run"]], "run_async() (cpl.core.application.application_abc.applicationabc method)": [[17, "cpl.core.application.application_abc.ApplicationABC.run_async"]], "use_extension() (cpl.core.application.application_builder.applicationbuilder method)": [[17, "cpl.core.application.application_builder.ApplicationBuilder.use_extension"]], "use_startup() (cpl.core.application.application_builder.applicationbuilder method)": [[17, "cpl.core.application.application_builder.ApplicationBuilder.use_startup"]], "use_startup() (cpl.core.application.application_builder_abc.applicationbuilderabc method)": [[17, "cpl.core.application.application_builder_abc.ApplicationBuilderABC.use_startup"]], "argumentabc (class in cpl.core.configuration.argument_abc)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC"]], "argumentbuilder (class in cpl.core.configuration.argument_builder)": [[18, "cpl.core.configuration.argument_builder.ArgumentBuilder"]], "argumentexecutableabc (class in cpl.core.configuration.argument_executable_abc)": [[18, "cpl.core.configuration.argument_executable_abc.ArgumentExecutableABC"]], "argumenttypeenum (class in cpl.core.configuration.argument_type_enum)": [[18, "cpl.core.configuration.argument_type_enum.ArgumentTypeEnum"]], "configuration (class in cpl.core.configuration.configuration)": [[18, "cpl.core.configuration.configuration.Configuration"]], "configurationabc (class in cpl.core.configuration.configuration_abc)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC"]], "configurationmodelabc (class in cpl.core.configuration.configuration_model_abc)": [[18, "cpl.core.configuration.configuration_model_abc.ConfigurationModelABC"]], "configurationvariablenameenum (class in cpl.core.configuration.configuration_variable_name_enum)": [[18, "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum"]], "executable (cpl.core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl.core.configuration.argument_type_enum.ArgumentTypeEnum.Executable"]], "executableargument (class in cpl.core.configuration.executable_argument)": [[18, "cpl.core.configuration.executable_argument.ExecutableArgument"]], "flag (cpl.core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl.core.configuration.argument_type_enum.ArgumentTypeEnum.Flag"]], "flagargument (class in cpl.core.configuration.flag_argument)": [[18, "cpl.core.configuration.flag_argument.FlagArgument"]], "validatorabc (class in cpl.core.configuration.validator_abc)": [[18, "cpl.core.configuration.validator_abc.ValidatorABC"]], "variable (cpl.core.configuration.argument_type_enum.argumenttypeenum attribute)": [[18, "cpl.core.configuration.argument_type_enum.ArgumentTypeEnum.Variable"]], "variableargument (class in cpl.core.configuration.variable_argument)": [[18, "cpl.core.configuration.variable_argument.VariableArgument"]], "versioninfo (class in cpl.core.configuration)": [[18, "cpl.core.configuration.VersionInfo"]], "add_configuration() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.add_configuration"]], "add_configuration() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.add_configuration"]], "add_console_argument() (cpl.core.configuration.argument_abc.argumentabc method)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.add_console_argument"]], "add_console_argument() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.add_console_argument"]], "add_console_argument() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.add_console_argument"]], "add_environment_variables() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.add_environment_variables"]], "add_environment_variables() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.add_environment_variables"]], "add_json_file() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.add_json_file"]], "add_json_file() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.add_json_file"]], "additional_arguments (cpl.core.configuration.configuration.configuration property)": [[18, "cpl.core.configuration.configuration.Configuration.additional_arguments"]], "additional_arguments (cpl.core.configuration.configuration_abc.configurationabc property)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.additional_arguments"]], "aliases (cpl.core.configuration.argument_abc.argumentabc property)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.aliases"]], "argument_error_function (cpl.core.configuration.configuration.configuration property)": [[18, "cpl.core.configuration.configuration.Configuration.argument_error_function"]], "argument_error_function (cpl.core.configuration.configuration_abc.configurationabc property)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.argument_error_function"]], "arguments (cpl.core.configuration.configuration.configuration property)": [[18, "cpl.core.configuration.configuration.Configuration.arguments"]], "arguments (cpl.core.configuration.configuration_abc.configurationabc property)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.arguments"]], "base_func() (in module cpl.core.configuration.configuration_model_abc)": [[18, "cpl.core.configuration.configuration_model_abc.base_func"]], "build_argument() (cpl.core.configuration.argument_builder.argumentbuilder static method)": [[18, "cpl.core.configuration.argument_builder.ArgumentBuilder.build_argument"]], "console_arguments (cpl.core.configuration.argument_abc.argumentabc property)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.console_arguments"]], "cpl.core.configuration": [[18, "module-cpl.core.configuration"]], "cpl.core.configuration.argument_abc": [[18, "module-cpl.core.configuration.argument_abc"]], "cpl.core.configuration.argument_builder": [[18, "module-cpl.core.configuration.argument_builder"]], "cpl.core.configuration.argument_executable_abc": [[18, "module-cpl.core.configuration.argument_executable_abc"]], "cpl.core.configuration.argument_type_enum": [[18, "module-cpl.core.configuration.argument_type_enum"]], "cpl.core.configuration.configuration": [[18, "module-cpl.core.configuration.configuration"]], "cpl.core.configuration.configuration_abc": [[18, "module-cpl.core.configuration.configuration_abc"]], "cpl.core.configuration.configuration_model_abc": [[18, "module-cpl.core.configuration.configuration_model_abc"]], "cpl.core.configuration.configuration_variable_name_enum": [[18, "module-cpl.core.configuration.configuration_variable_name_enum"]], "cpl.core.configuration.executable_argument": [[18, "module-cpl.core.configuration.executable_argument"]], "cpl.core.configuration.flag_argument": [[18, "module-cpl.core.configuration.flag_argument"]], "cpl.core.configuration.validator_abc": [[18, "module-cpl.core.configuration.validator_abc"]], "cpl.core.configuration.variable_argument": [[18, "module-cpl.core.configuration.variable_argument"]], "create_console_argument() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.create_console_argument"]], "create_console_argument() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.create_console_argument"]], "customer (cpl.core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.customer"]], "environment (cpl.core.configuration.configuration.configuration property)": [[18, "cpl.core.configuration.configuration.Configuration.environment"]], "environment (cpl.core.configuration.configuration_abc.configurationabc property)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.environment"]], "environment (cpl.core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.environment"]], "executable_type (cpl.core.configuration.executable_argument.executableargument property)": [[18, "cpl.core.configuration.executable_argument.ExecutableArgument.executable_type"]], "for_each_argument() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.for_each_argument"]], "for_each_argument() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.for_each_argument"]], "from_dict() (cpl.core.configuration.configuration_model_abc.configurationmodelabc method)": [[18, "cpl.core.configuration.configuration_model_abc.ConfigurationModelABC.from_dict"]], "get_configuration() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.get_configuration"]], "get_configuration() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.get_configuration"]], "major (cpl.core.configuration.versioninfo attribute)": [[18, "cpl.core.configuration.VersionInfo.major"]], "micro (cpl.core.configuration.versioninfo attribute)": [[18, "cpl.core.configuration.VersionInfo.micro"]], "minor (cpl.core.configuration.versioninfo attribute)": [[18, "cpl.core.configuration.VersionInfo.minor"]], "name (cpl.core.configuration.argument_abc.argumentabc property)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.name"]], "name (cpl.core.configuration.configuration_variable_name_enum.configurationvariablenameenum attribute)": [[18, "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.name"]], "parse_console_arguments() (cpl.core.configuration.configuration.configuration method)": [[18, "cpl.core.configuration.configuration.Configuration.parse_console_arguments"]], "parse_console_arguments() (cpl.core.configuration.configuration_abc.configurationabc method)": [[18, "cpl.core.configuration.configuration_abc.ConfigurationABC.parse_console_arguments"]], "prevent_next_executable (cpl.core.configuration.argument_abc.argumentabc property)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.prevent_next_executable"]], "run() (cpl.core.configuration.argument_executable_abc.argumentexecutableabc method)": [[18, "cpl.core.configuration.argument_executable_abc.ArgumentExecutableABC.run"]], "run() (cpl.core.configuration.executable_argument.executableargument method)": [[18, "cpl.core.configuration.executable_argument.ExecutableArgument.run"]], "set_executable() (cpl.core.configuration.executable_argument.executableargument method)": [[18, "cpl.core.configuration.executable_argument.ExecutableArgument.set_executable"]], "set_value() (cpl.core.configuration.variable_argument.variableargument method)": [[18, "cpl.core.configuration.variable_argument.VariableArgument.set_value"]], "to_list() (cpl.core.configuration.configuration_variable_name_enum.configurationvariablenameenum static method)": [[18, "cpl.core.configuration.configuration_variable_name_enum.ConfigurationVariableNameEnum.to_list"]], "token (cpl.core.configuration.argument_abc.argumentabc property)": [[18, "cpl.core.configuration.argument_abc.ArgumentABC.token"]], "validate() (cpl.core.configuration.validator_abc.validatorabc method)": [[18, "cpl.core.configuration.validator_abc.ValidatorABC.validate"]], "validators (cpl.core.configuration.executable_argument.executableargument property)": [[18, "cpl.core.configuration.executable_argument.ExecutableArgument.validators"]], "value (cpl.core.configuration.variable_argument.variableargument property)": [[18, "cpl.core.configuration.variable_argument.VariableArgument.value"]], "value_token (cpl.core.configuration.variable_argument.variableargument property)": [[18, "cpl.core.configuration.variable_argument.VariableArgument.value_token"]], "backgroundcolorenum (class in cpl.core.console.background_color_enum)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum"]], "console (class in cpl.core.console.console)": [[19, "cpl.core.console.console.Console"]], "consolecall (class in cpl.core.console.console_call)": [[19, "cpl.core.console.console_call.ConsoleCall"]], "foregroundcolorenum (class in cpl.core.console.foreground_color_enum)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum"]], "spinnerthread (class in cpl.core.console.spinner_thread)": [[19, "cpl.core.console.spinner_thread.SpinnerThread"]], "versioninfo (class in cpl.core.console)": [[19, "cpl.core.console.VersionInfo"]], "args (cpl.core.console.console_call.consolecall property)": [[19, "cpl.core.console.console_call.ConsoleCall.args"]], "background_color (cpl.core.console.console.console property)": [[19, "cpl.core.console.console.Console.background_color"]], "banner() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.banner"]], "blue (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.blue"]], "blue (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.blue"]], "clear() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.clear"]], "close() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.close"]], "color_reset() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.color_reset"]], "cpl.core.console": [[19, "module-cpl.core.console"]], "cpl.core.console.background_color_enum": [[19, "module-cpl.core.console.background_color_enum"]], "cpl.core.console.console": [[19, "module-cpl.core.console.console"]], "cpl.core.console.console_call": [[19, "module-cpl.core.console.console_call"]], "cpl.core.console.foreground_color_enum": [[19, "module-cpl.core.console.foreground_color_enum"]], "cpl.core.console.spinner_thread": [[19, "module-cpl.core.console.spinner_thread"]], "cyan (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.cyan"]], "cyan (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.cyan"]], "default (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.default"]], "default (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.default"]], "disable() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.disable"]], "enable() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.enable"]], "error() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.error"]], "exit() (cpl.core.console.spinner_thread.spinnerthread method)": [[19, "cpl.core.console.spinner_thread.SpinnerThread.exit"]], "foreground_color (cpl.core.console.console.console property)": [[19, "cpl.core.console.console.Console.foreground_color"]], "function (cpl.core.console.console_call.consolecall property)": [[19, "cpl.core.console.console_call.ConsoleCall.function"]], "green (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.green"]], "green (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.green"]], "grey (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.grey"]], "grey (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.grey"]], "magenta (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.magenta"]], "magenta (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.magenta"]], "major (cpl.core.console.versioninfo attribute)": [[19, "cpl.core.console.VersionInfo.major"]], "micro (cpl.core.console.versioninfo attribute)": [[19, "cpl.core.console.VersionInfo.micro"]], "minor (cpl.core.console.versioninfo attribute)": [[19, "cpl.core.console.VersionInfo.minor"]], "read() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.read"]], "read_line() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.read_line"]], "red (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.red"]], "red (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.red"]], "reset_cursor_position() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.reset_cursor_position"]], "run() (cpl.core.console.spinner_thread.spinnerthread method)": [[19, "cpl.core.console.spinner_thread.SpinnerThread.run"]], "select() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.select"]], "set_background_color() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.set_background_color"]], "set_cursor_position() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.set_cursor_position"]], "set_foreground_color() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.set_foreground_color"]], "set_hold_back() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.set_hold_back"]], "spinner() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.spinner"]], "stop_spinning() (cpl.core.console.spinner_thread.spinnerthread method)": [[19, "cpl.core.console.spinner_thread.SpinnerThread.stop_spinning"]], "table() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.table"]], "white (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.white"]], "white (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.white"]], "write() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.write"]], "write_at() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.write_at"]], "write_line() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.write_line"]], "write_line_at() (cpl.core.console.console.console class method)": [[19, "cpl.core.console.console.Console.write_line_at"]], "yellow (cpl.core.console.background_color_enum.backgroundcolorenum attribute)": [[19, "cpl.core.console.background_color_enum.BackgroundColorEnum.yellow"]], "yellow (cpl.core.console.foreground_color_enum.foregroundcolorenum attribute)": [[19, "cpl.core.console.foreground_color_enum.ForegroundColorEnum.yellow"]], "databasesettings (class in cpl.core.database.database_settings)": [[20, "cpl.core.database.database_settings.DatabaseSettings"]], "databasesettingsnameenum (class in cpl.core.database.database_settings_name_enum)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum"]], "tableabc (class in cpl.core.database.table_abc)": [[20, "cpl.core.database.table_abc.TableABC"]], "versioninfo (class in cpl.core.database)": [[20, "cpl.core.database.VersionInfo"]], "auth_plugin (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.auth_plugin"]], "auth_plugin (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.auth_plugin"]], "buffered (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.buffered"]], "buffered (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.buffered"]], "charset (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.charset"]], "charset (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.charset"]], "cpl.core.database": [[20, "module-cpl.core.database"]], "cpl.core.database.database_settings": [[20, "module-cpl.core.database.database_settings"]], "cpl.core.database.database_settings_name_enum": [[20, "module-cpl.core.database.database_settings_name_enum"]], "cpl.core.database.table_abc": [[20, "module-cpl.core.database.table_abc"]], "created_at (cpl.core.database.table_abc.tableabc property)": [[20, "cpl.core.database.table_abc.TableABC.created_at"]], "database (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.database"]], "database (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.database"]], "delete_string (cpl.core.database.table_abc.tableabc property)": [[20, "cpl.core.database.table_abc.TableABC.delete_string"]], "host (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.host"]], "host (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.host"]], "insert_string (cpl.core.database.table_abc.tableabc property)": [[20, "cpl.core.database.table_abc.TableABC.insert_string"]], "major (cpl.core.database.versioninfo attribute)": [[20, "cpl.core.database.VersionInfo.major"]], "micro (cpl.core.database.versioninfo attribute)": [[20, "cpl.core.database.VersionInfo.micro"]], "minor (cpl.core.database.versioninfo attribute)": [[20, "cpl.core.database.VersionInfo.minor"]], "modified_at (cpl.core.database.table_abc.tableabc property)": [[20, "cpl.core.database.table_abc.TableABC.modified_at"]], "password (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.password"]], "password (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.password"]], "port (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.port"]], "port (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.port"]], "udpate_string (cpl.core.database.table_abc.tableabc property)": [[20, "cpl.core.database.table_abc.TableABC.udpate_string"]], "use_unicode (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.use_unicode"]], "use_unicode (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.use_unicode"]], "user (cpl.core.database.database_settings.databasesettings property)": [[20, "cpl.core.database.database_settings.DatabaseSettings.user"]], "user (cpl.core.database.database_settings_name_enum.databasesettingsnameenum attribute)": [[20, "cpl.core.database.database_settings_name_enum.DatabaseSettingsNameEnum.user"]], "databaseconnection (class in cpl.core.database.connection.database_connection)": [[21, "cpl.core.database.connection.database_connection.DatabaseConnection"]], "databaseconnectionabc (class in cpl.core.database.connection.database_connection_abc)": [[21, "cpl.core.database.connection.database_connection_abc.DatabaseConnectionABC"]], "versioninfo (class in cpl.core.database.connection)": [[21, "cpl.core.database.connection.VersionInfo"]], "connect() (cpl.core.database.connection.database_connection.databaseconnection method)": [[21, "cpl.core.database.connection.database_connection.DatabaseConnection.connect"]], "connect() (cpl.core.database.connection.database_connection_abc.databaseconnectionabc method)": [[21, "cpl.core.database.connection.database_connection_abc.DatabaseConnectionABC.connect"]], "cpl.core.database.connection": [[21, "module-cpl.core.database.connection"]], "cpl.core.database.connection.database_connection": [[21, "module-cpl.core.database.connection.database_connection"]], "cpl.core.database.connection.database_connection_abc": [[21, "module-cpl.core.database.connection.database_connection_abc"]], "cursor (cpl.core.database.connection.database_connection.databaseconnection property)": [[21, "cpl.core.database.connection.database_connection.DatabaseConnection.cursor"]], "cursor (cpl.core.database.connection.database_connection_abc.databaseconnectionabc property)": [[21, "cpl.core.database.connection.database_connection_abc.DatabaseConnectionABC.cursor"]], "major (cpl.core.database.connection.versioninfo attribute)": [[21, "cpl.core.database.connection.VersionInfo.major"]], "micro (cpl.core.database.connection.versioninfo attribute)": [[21, "cpl.core.database.connection.VersionInfo.micro"]], "minor (cpl.core.database.connection.versioninfo attribute)": [[21, "cpl.core.database.connection.VersionInfo.minor"]], "server (cpl.core.database.connection.database_connection.databaseconnection property)": [[21, "cpl.core.database.connection.database_connection.DatabaseConnection.server"]], "server (cpl.core.database.connection.database_connection_abc.databaseconnectionabc property)": [[21, "cpl.core.database.connection.database_connection_abc.DatabaseConnectionABC.server"]], "databasecontext (class in cpl.core.database.context.database_context)": [[22, "cpl.core.database.context.database_context.DatabaseContext"]], "databasecontextabc (class in cpl.core.database.context.database_context_abc)": [[22, "cpl.core.database.context.database_context_abc.DatabaseContextABC"]], "versioninfo (class in cpl.core.database.context)": [[22, "cpl.core.database.context.VersionInfo"]], "connect() (cpl.core.database.context.database_context.databasecontext method)": [[22, "cpl.core.database.context.database_context.DatabaseContext.connect"]], "connect() (cpl.core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl.core.database.context.database_context_abc.DatabaseContextABC.connect"]], "cpl.core.database.context": [[22, "module-cpl.core.database.context"]], "cpl.core.database.context.database_context": [[22, "module-cpl.core.database.context.database_context"]], "cpl.core.database.context.database_context_abc": [[22, "module-cpl.core.database.context.database_context_abc"]], "cursor (cpl.core.database.context.database_context.databasecontext property)": [[22, "cpl.core.database.context.database_context.DatabaseContext.cursor"]], "cursor (cpl.core.database.context.database_context_abc.databasecontextabc property)": [[22, "cpl.core.database.context.database_context_abc.DatabaseContextABC.cursor"]], "major (cpl.core.database.context.versioninfo attribute)": [[22, "cpl.core.database.context.VersionInfo.major"]], "micro (cpl.core.database.context.versioninfo attribute)": [[22, "cpl.core.database.context.VersionInfo.micro"]], "minor (cpl.core.database.context.versioninfo attribute)": [[22, "cpl.core.database.context.VersionInfo.minor"]], "save_changes() (cpl.core.database.context.database_context.databasecontext method)": [[22, "cpl.core.database.context.database_context.DatabaseContext.save_changes"]], "save_changes() (cpl.core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl.core.database.context.database_context_abc.DatabaseContextABC.save_changes"]], "select() (cpl.core.database.context.database_context.databasecontext method)": [[22, "cpl.core.database.context.database_context.DatabaseContext.select"]], "select() (cpl.core.database.context.database_context_abc.databasecontextabc method)": [[22, "cpl.core.database.context.database_context_abc.DatabaseContextABC.select"]], "scope (class in cpl.core.dependency_injection.scope)": [[23, "cpl.core.dependency_injection.scope.Scope"]], "scopeabc (class in cpl.core.dependency_injection.scope_abc)": [[23, "cpl.core.dependency_injection.scope_abc.ScopeABC"]], "scopebuilder (class in cpl.core.dependency_injection.scope_builder)": [[23, "cpl.core.dependency_injection.scope_builder.ScopeBuilder"]], "servicecollection (class in cpl.core.dependency_injection.service_collection)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection"]], "servicecollectionabc (class in cpl.core.dependency_injection.service_collection_abc)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC"]], "servicedescriptor (class in cpl.core.dependency_injection.service_descriptor)": [[23, "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor"]], "servicelifetimeenum (class in cpl.core.dependency_injection.service_lifetime_enum)": [[23, "cpl.core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum"]], "serviceprovider (class in cpl.core.dependency_injection.service_provider)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider"]], "serviceproviderabc (class in cpl.core.dependency_injection.service_provider_abc)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC"]], "versioninfo (class in cpl.core.dependency_injection)": [[23, "cpl.core.dependency_injection.VersionInfo"]], "add_db_context() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_db_context"]], "add_db_context() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_db_context"]], "add_discord() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_discord"]], "add_logging() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_logging"]], "add_logging() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_logging"]], "add_pipes() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_pipes"]], "add_pipes() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_pipes"]], "add_scoped() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_scoped"]], "add_scoped() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_scoped"]], "add_singleton() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_singleton"]], "add_singleton() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_singleton"]], "add_transient() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.add_transient"]], "add_transient() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_transient"]], "add_translation() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.add_translation"]], "base_type (cpl.core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor.base_type"]], "build() (cpl.core.dependency_injection.scope_builder.scopebuilder method)": [[23, "cpl.core.dependency_injection.scope_builder.ScopeBuilder.build"]], "build_by_signature() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.build_by_signature"]], "build_by_signature() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.build_by_signature"]], "build_service() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.build_service"]], "build_service() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.build_service"]], "build_service_provider() (cpl.core.dependency_injection.service_collection.servicecollection method)": [[23, "cpl.core.dependency_injection.service_collection.ServiceCollection.build_service_provider"]], "build_service_provider() (cpl.core.dependency_injection.service_collection_abc.servicecollectionabc method)": [[23, "cpl.core.dependency_injection.service_collection_abc.ServiceCollectionABC.build_service_provider"]], "cpl.core.dependency_injection": [[23, "module-cpl.core.dependency_injection"]], "cpl.core.dependency_injection.scope": [[23, "module-cpl.core.dependency_injection.scope"]], "cpl.core.dependency_injection.scope_abc": [[23, "module-cpl.core.dependency_injection.scope_abc"]], "cpl.core.dependency_injection.scope_builder": [[23, "module-cpl.core.dependency_injection.scope_builder"]], "cpl.core.dependency_injection.service_collection": [[23, "module-cpl.core.dependency_injection.service_collection"]], "cpl.core.dependency_injection.service_collection_abc": [[23, "module-cpl.core.dependency_injection.service_collection_abc"]], "cpl.core.dependency_injection.service_descriptor": [[23, "module-cpl.core.dependency_injection.service_descriptor"]], "cpl.core.dependency_injection.service_lifetime_enum": [[23, "module-cpl.core.dependency_injection.service_lifetime_enum"]], "cpl.core.dependency_injection.service_provider": [[23, "module-cpl.core.dependency_injection.service_provider"]], "cpl.core.dependency_injection.service_provider_abc": [[23, "module-cpl.core.dependency_injection.service_provider_abc"]], "create_scope() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.create_scope"]], "create_scope() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.create_scope"]], "dispose() (cpl.core.dependency_injection.scope.scope method)": [[23, "cpl.core.dependency_injection.scope.Scope.dispose"]], "dispose() (cpl.core.dependency_injection.scope_abc.scopeabc method)": [[23, "cpl.core.dependency_injection.scope_abc.ScopeABC.dispose"]], "get_service() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.get_service"]], "get_service() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.get_service"]], "get_services() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.get_services"]], "get_services() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.get_services"]], "implementation (cpl.core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor.implementation"]], "inject() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc class method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.inject"]], "lifetime (cpl.core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor.lifetime"]], "major (cpl.core.dependency_injection.versioninfo attribute)": [[23, "cpl.core.dependency_injection.VersionInfo.major"]], "micro (cpl.core.dependency_injection.versioninfo attribute)": [[23, "cpl.core.dependency_injection.VersionInfo.micro"]], "minor (cpl.core.dependency_injection.versioninfo attribute)": [[23, "cpl.core.dependency_injection.VersionInfo.minor"]], "scoped (cpl.core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl.core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.scoped"]], "service_provider (cpl.core.dependency_injection.scope.scope property)": [[23, "cpl.core.dependency_injection.scope.Scope.service_provider"]], "service_provider (cpl.core.dependency_injection.scope_abc.scopeabc property)": [[23, "cpl.core.dependency_injection.scope_abc.ScopeABC.service_provider"]], "service_type (cpl.core.dependency_injection.service_descriptor.servicedescriptor property)": [[23, "cpl.core.dependency_injection.service_descriptor.ServiceDescriptor.service_type"]], "set_global_provider() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc class method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.set_global_provider"]], "set_scope() (cpl.core.dependency_injection.service_provider.serviceprovider method)": [[23, "cpl.core.dependency_injection.service_provider.ServiceProvider.set_scope"]], "set_scope() (cpl.core.dependency_injection.service_provider_abc.serviceproviderabc method)": [[23, "cpl.core.dependency_injection.service_provider_abc.ServiceProviderABC.set_scope"]], "singleton (cpl.core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl.core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.singleton"]], "transient (cpl.core.dependency_injection.service_lifetime_enum.servicelifetimeenum attribute)": [[23, "cpl.core.dependency_injection.service_lifetime_enum.ServiceLifetimeEnum.transient"]], "applicationenvironment (class in cpl.core.environment.application_environment)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment"]], "applicationenvironmentabc (class in cpl.core.environment.application_environment_abc)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC"]], "environmentnameenum (class in cpl.core.environment.environment_name_enum)": [[24, "cpl.core.environment.environment_name_enum.EnvironmentNameEnum"]], "versioninfo (class in cpl.core.environment)": [[24, "cpl.core.environment.VersionInfo"]], "application_name (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.application_name"]], "application_name (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.application_name"]], "cpl.core.environment": [[24, "module-cpl.core.environment"]], "cpl.core.environment.application_environment": [[24, "module-cpl.core.environment.application_environment"]], "cpl.core.environment.application_environment_abc": [[24, "module-cpl.core.environment.application_environment_abc"]], "cpl.core.environment.environment_name_enum": [[24, "module-cpl.core.environment.environment_name_enum"]], "customer (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.customer"]], "customer (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.customer"]], "date_time_now (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.date_time_now"]], "date_time_now (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.date_time_now"]], "development (cpl.core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl.core.environment.environment_name_enum.EnvironmentNameEnum.development"]], "end_time (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.end_time"]], "end_time (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.end_time"]], "environment_name (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.environment_name"]], "environment_name (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.environment_name"]], "host_name (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.host_name"]], "host_name (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.host_name"]], "major (cpl.core.environment.versioninfo attribute)": [[24, "cpl.core.environment.VersionInfo.major"]], "micro (cpl.core.environment.versioninfo attribute)": [[24, "cpl.core.environment.VersionInfo.micro"]], "minor (cpl.core.environment.versioninfo attribute)": [[24, "cpl.core.environment.VersionInfo.minor"]], "production (cpl.core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl.core.environment.environment_name_enum.EnvironmentNameEnum.production"]], "runtime_directory (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.runtime_directory"]], "runtime_directory (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.runtime_directory"]], "set_runtime_directory() (cpl.core.environment.application_environment.applicationenvironment method)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.set_runtime_directory"]], "set_runtime_directory() (cpl.core.environment.application_environment_abc.applicationenvironmentabc method)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.set_runtime_directory"]], "set_working_directory() (cpl.core.environment.application_environment.applicationenvironment method)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.set_working_directory"]], "set_working_directory() (cpl.core.environment.application_environment_abc.applicationenvironmentabc method)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.set_working_directory"]], "staging (cpl.core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl.core.environment.environment_name_enum.EnvironmentNameEnum.staging"]], "start_time (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.start_time"]], "start_time (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.start_time"]], "testing (cpl.core.environment.environment_name_enum.environmentnameenum attribute)": [[24, "cpl.core.environment.environment_name_enum.EnvironmentNameEnum.testing"]], "working_directory (cpl.core.environment.application_environment.applicationenvironment property)": [[24, "cpl.core.environment.application_environment.ApplicationEnvironment.working_directory"]], "working_directory (cpl.core.environment.application_environment_abc.applicationenvironmentabc property)": [[24, "cpl.core.environment.application_environment_abc.ApplicationEnvironmentABC.working_directory"]], "debug (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.DEBUG"]], "error (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.ERROR"]], "fatal (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.FATAL"]], "info (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.INFO"]], "logger (class in cpl.core.log.logger_service)": [[25, "cpl.core.log.logger_service.Logger"]], "loggerabc (class in cpl.core.log.logger_abc)": [[25, "cpl.core.log.logger_abc.LoggerABC"]], "logginglevelenum (class in cpl.core.log.logging_level_enum)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum"]], "loggingsettings (class in cpl.core.log.logging_settings)": [[25, "cpl.core.log.logging_settings.LoggingSettings"]], "loggingsettingsnameenum (class in cpl.core.log.logging_settings_name_enum)": [[25, "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum"]], "off (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.OFF"]], "trace (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.TRACE"]], "versioninfo (class in cpl.core.log)": [[25, "cpl.core.log.VersionInfo"]], "warn (cpl.core.log.logging_level_enum.logginglevelenum attribute)": [[25, "cpl.core.log.logging_level_enum.LoggingLevelEnum.WARN"]], "console (cpl.core.log.logging_settings.loggingsettings property)": [[25, "cpl.core.log.logging_settings.LoggingSettings.console"]], "console_level (cpl.core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum.console_level"]], "cpl.core.log": [[25, "module-cpl.core.log"]], "cpl.core.log.logger_abc": [[25, "module-cpl.core.log.logger_abc"]], "cpl.core.log.logger_service": [[25, "module-cpl.core.log.logger_service"]], "cpl.core.log.logging_level_enum": [[25, "module-cpl.core.log.logging_level_enum"]], "cpl.core.log.logging_settings": [[25, "module-cpl.core.log.logging_settings"]], "cpl.core.log.logging_settings_name_enum": [[25, "module-cpl.core.log.logging_settings_name_enum"]], "create() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.create"]], "debug() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.debug"]], "debug() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.debug"]], "error() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.error"]], "error() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.error"]], "fatal() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.fatal"]], "fatal() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.fatal"]], "file_level (cpl.core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum.file_level"]], "filename (cpl.core.log.logging_settings.loggingsettings property)": [[25, "cpl.core.log.logging_settings.LoggingSettings.filename"]], "filename (cpl.core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum.filename"]], "header() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.header"]], "header() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.header"]], "info() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.info"]], "info() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.info"]], "level (cpl.core.log.logging_settings.loggingsettings property)": [[25, "cpl.core.log.logging_settings.LoggingSettings.level"]], "major (cpl.core.log.versioninfo attribute)": [[25, "cpl.core.log.VersionInfo.major"]], "micro (cpl.core.log.versioninfo attribute)": [[25, "cpl.core.log.VersionInfo.micro"]], "minor (cpl.core.log.versioninfo attribute)": [[25, "cpl.core.log.VersionInfo.minor"]], "path (cpl.core.log.logging_settings.loggingsettings property)": [[25, "cpl.core.log.logging_settings.LoggingSettings.path"]], "path (cpl.core.log.logging_settings_name_enum.loggingsettingsnameenum attribute)": [[25, "cpl.core.log.logging_settings_name_enum.LoggingSettingsNameEnum.path"]], "trace() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.trace"]], "trace() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.trace"]], "warn() (cpl.core.log.logger_abc.loggerabc method)": [[25, "cpl.core.log.logger_abc.LoggerABC.warn"]], "warn() (cpl.core.log.logger_service.logger method)": [[25, "cpl.core.log.logger_service.Logger.warn"]], "email (class in cpl.mail.email)": [[26, "cpl.mail.email.EMail"]], "emailclient (class in cpl.mail.email_client_service)": [[26, "cpl.mail.email_client_service.EMailClient"]], "emailclientabc (class in cpl.mail.email_client_abc)": [[26, "cpl.mail.email_client_abc.EMailClientABC"]], "emailclientsettings (class in cpl.mail.email_client_settings)": [[26, "cpl.mail.email_client_settings.EMailClientSettings"]], "emailclientsettingsnameenum (class in cpl.mail.email_client_settings_name_enum)": [[26, "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum"]], "versioninfo (class in cpl.mail)": [[26, "cpl.mail.VersionInfo"]], "add_header() (cpl.mail.email.email method)": [[26, "cpl.mail.email.EMail.add_header"]], "add_receiver() (cpl.mail.email.email method)": [[26, "cpl.mail.email.EMail.add_receiver"]], "body (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.body"]], "check_mail() (cpl.mail.email.email static method)": [[26, "cpl.mail.email.EMail.check_mail"]], "connect() (cpl.mail.email_client_abc.emailclientabc method)": [[26, "cpl.mail.email_client_abc.EMailClientABC.connect"]], "connect() (cpl.mail.email_client_service.emailclient method)": [[26, "cpl.mail.email_client_service.EMailClient.connect"]], "cpl.mail": [[26, "module-cpl.mail"]], "cpl.mail.email": [[26, "module-cpl.mail.email"]], "cpl.mail.email_client_abc": [[26, "module-cpl.mail.email_client_abc"]], "cpl.mail.email_client_service": [[26, "module-cpl.mail.email_client_service"]], "cpl.mail.email_client_settings": [[26, "module-cpl.mail.email_client_settings"]], "cpl.mail.email_client_settings_name_enum": [[26, "module-cpl.mail.email_client_settings_name_enum"]], "create() (cpl.mail.email_client_service.emailclient method)": [[26, "cpl.mail.email_client_service.EMailClient.create"]], "credentials (cpl.mail.email_client_settings.emailclientsettings property)": [[26, "cpl.mail.email_client_settings.EMailClientSettings.credentials"]], "credentials (cpl.mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.credentials"]], "get_content() (cpl.mail.email.email method)": [[26, "cpl.mail.email.EMail.get_content"]], "header (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.header"]], "header_list (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.header_list"]], "host (cpl.mail.email_client_settings.emailclientsettings property)": [[26, "cpl.mail.email_client_settings.EMailClientSettings.host"]], "host (cpl.mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.host"]], "login() (cpl.mail.email_client_service.emailclient method)": [[26, "cpl.mail.email_client_service.EMailClient.login"]], "major (cpl.mail.versioninfo attribute)": [[26, "cpl.mail.VersionInfo.major"]], "micro (cpl.mail.versioninfo attribute)": [[26, "cpl.mail.VersionInfo.micro"]], "minor (cpl.mail.versioninfo attribute)": [[26, "cpl.mail.VersionInfo.minor"]], "port (cpl.mail.email_client_settings.emailclientsettings property)": [[26, "cpl.mail.email_client_settings.EMailClientSettings.port"]], "port (cpl.mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.port"]], "receiver (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.receiver"]], "receiver_list (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.receiver_list"]], "send_mail() (cpl.mail.email_client_abc.emailclientabc method)": [[26, "cpl.mail.email_client_abc.EMailClientABC.send_mail"]], "send_mail() (cpl.mail.email_client_service.emailclient method)": [[26, "cpl.mail.email_client_service.EMailClient.send_mail"]], "subject (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.subject"]], "transceiver (cpl.mail.email.email property)": [[26, "cpl.mail.email.EMail.transceiver"]], "user_name (cpl.mail.email_client_settings.emailclientsettings property)": [[26, "cpl.mail.email_client_settings.EMailClientSettings.user_name"]], "user_name (cpl.mail.email_client_settings_name_enum.emailclientsettingsnameenum attribute)": [[26, "cpl.mail.email_client_settings_name_enum.EMailClientSettingsNameEnum.user_name"]], "boolpipe (class in cpl.core.pipes.bool_pipe)": [[27, "cpl.core.pipes.bool_pipe.BoolPipe"]], "firstchartolowerpipe (class in cpl.core.pipes.first_char_to_lower_pipe)": [[27, "cpl.core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe"]], "firsttoupperpipe (class in cpl.core.pipes.first_to_upper_pipe)": [[27, "cpl.core.pipes.first_to_upper_pipe.FirstToUpperPipe"]], "ipaddresspipe (class in cpl.core.pipes.ip_address_pipe)": [[27, "cpl.core.pipes.ip_address_pipe.IPAddressPipe"]], "pipeabc (class in cpl.core.pipes.pipe_abc)": [[27, "cpl.core.pipes.pipe_abc.PipeABC"]], "tocamelcasepipe (class in cpl.core.pipes.to_camel_case_pipe)": [[27, "cpl.core.pipes.to_camel_case_pipe.ToCamelCasePipe"]], "tosnakecasepipe (class in cpl.core.pipes.to_snake_case_pipe)": [[27, "cpl.core.pipes.to_snake_case_pipe.ToSnakeCasePipe"]], "versioninfo (class in cpl.core.pipes)": [[27, "cpl.core.pipes.VersionInfo"]], "versionpipe (class in cpl.core.pipes.version_pipe)": [[27, "cpl.core.pipes.version_pipe.VersionPipe"]], "cpl.core.pipes": [[27, "module-cpl.core.pipes"]], "cpl.core.pipes.bool_pipe": [[27, "module-cpl.core.pipes.bool_pipe"]], "cpl.core.pipes.first_char_to_lower_pipe": [[27, "module-cpl.core.pipes.first_char_to_lower_pipe"]], "cpl.core.pipes.first_to_upper_pipe": [[27, "module-cpl.core.pipes.first_to_upper_pipe"]], "cpl.core.pipes.ip_address_pipe": [[27, "module-cpl.core.pipes.ip_address_pipe"]], "cpl.core.pipes.pipe_abc": [[27, "module-cpl.core.pipes.pipe_abc"]], "cpl.core.pipes.to_camel_case_pipe": [[27, "module-cpl.core.pipes.to_camel_case_pipe"]], "cpl.core.pipes.to_snake_case_pipe": [[27, "module-cpl.core.pipes.to_snake_case_pipe"]], "cpl.core.pipes.version_pipe": [[27, "module-cpl.core.pipes.version_pipe"]], "major (cpl.core.pipes.versioninfo attribute)": [[27, "cpl.core.pipes.VersionInfo.major"]], "micro (cpl.core.pipes.versioninfo attribute)": [[27, "cpl.core.pipes.VersionInfo.micro"]], "minor (cpl.core.pipes.versioninfo attribute)": [[27, "cpl.core.pipes.VersionInfo.minor"]], "transform() (cpl.core.pipes.bool_pipe.boolpipe method)": [[27, "cpl.core.pipes.bool_pipe.BoolPipe.transform"]], "transform() (cpl.core.pipes.first_char_to_lower_pipe.firstchartolowerpipe method)": [[27, "cpl.core.pipes.first_char_to_lower_pipe.FirstCharToLowerPipe.transform"]], "transform() (cpl.core.pipes.first_to_upper_pipe.firsttoupperpipe method)": [[27, "cpl.core.pipes.first_to_upper_pipe.FirstToUpperPipe.transform"]], "transform() (cpl.core.pipes.ip_address_pipe.ipaddresspipe method)": [[27, "cpl.core.pipes.ip_address_pipe.IPAddressPipe.transform"]], "transform() (cpl.core.pipes.pipe_abc.pipeabc method)": [[27, "cpl.core.pipes.pipe_abc.PipeABC.transform"]], "transform() (cpl.core.pipes.to_camel_case_pipe.tocamelcasepipe method)": [[27, "cpl.core.pipes.to_camel_case_pipe.ToCamelCasePipe.transform"]], "transform() (cpl.core.pipes.to_snake_case_pipe.tosnakecasepipe method)": [[27, "cpl.core.pipes.to_snake_case_pipe.ToSnakeCasePipe.transform"]], "transform() (cpl.core.pipes.version_pipe.versionpipe method)": [[27, "cpl.core.pipes.version_pipe.VersionPipe.transform"]], "timeformatsettings (class in cpl.core.time.time_format_settings)": [[28, "cpl.core.time.time_format_settings.TimeFormatSettings"]], "timeformatsettingsnamesenum (class in cpl.core.time.time_format_settings_names_enum)": [[28, "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum"]], "versioninfo (class in cpl.core.time)": [[28, "cpl.core.time.VersionInfo"]], "cpl.core.time": [[28, "module-cpl.core.time"]], "cpl.core.time.time_format_settings": [[28, "module-cpl.core.time.time_format_settings"]], "cpl.core.time.time_format_settings_names_enum": [[28, "module-cpl.core.time.time_format_settings_names_enum"]], "date_format (cpl.core.time.time_format_settings.timeformatsettings property)": [[28, "cpl.core.time.time_format_settings.TimeFormatSettings.date_format"]], "date_format (cpl.core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_format"]], "date_time_format (cpl.core.time.time_format_settings.timeformatsettings property)": [[28, "cpl.core.time.time_format_settings.TimeFormatSettings.date_time_format"]], "date_time_format (cpl.core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_time_format"]], "date_time_log_format (cpl.core.time.time_format_settings.timeformatsettings property)": [[28, "cpl.core.time.time_format_settings.TimeFormatSettings.date_time_log_format"]], "date_time_log_format (cpl.core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.date_time_log_format"]], "major (cpl.core.time.versioninfo attribute)": [[28, "cpl.core.time.VersionInfo.major"]], "micro (cpl.core.time.versioninfo attribute)": [[28, "cpl.core.time.VersionInfo.micro"]], "minor (cpl.core.time.versioninfo attribute)": [[28, "cpl.core.time.VersionInfo.minor"]], "time_format (cpl.core.time.time_format_settings.timeformatsettings property)": [[28, "cpl.core.time.time_format_settings.TimeFormatSettings.time_format"]], "time_format (cpl.core.time.time_format_settings_names_enum.timeformatsettingsnamesenum attribute)": [[28, "cpl.core.time.time_format_settings_names_enum.TimeFormatSettingsNamesEnum.time_format"]], "credentialmanager (class in cpl.core.utils.credential_manager)": [[29, "cpl.core.utils.credential_manager.CredentialManager"]], "pip (class in cpl.core.utils.pip)": [[29, "cpl.core.utils.pip.Pip"]], "string (class in cpl.core.utils.string)": [[29, "cpl.core.utils.string.String"]], "versioninfo (class in cpl.core.utils)": [[29, "cpl.core.utils.VersionInfo"]], "build_string() (cpl.core.utils.credential_manager.credentialmanager static method)": [[29, "cpl.core.utils.credential_manager.CredentialManager.build_string"]], "convert_to_camel_case() (cpl.core.utils.string.string static method)": [[29, "cpl.core.utils.string.String.convert_to_camel_case"]], "convert_to_snake_case() (cpl.core.utils.string.string static method)": [[29, "cpl.core.utils.string.String.convert_to_snake_case"]], "cpl.core.utils": [[29, "module-cpl.core.utils"]], "cpl.core.utils.credential_manager": [[29, "module-cpl.core.utils.credential_manager"]], "cpl.core.utils.pip": [[29, "module-cpl.core.utils.pip"]], "cpl.core.utils.string": [[29, "module-cpl.core.utils.string"]], "decrypt() (cpl.core.utils.credential_manager.credentialmanager static method)": [[29, "cpl.core.utils.credential_manager.CredentialManager.decrypt"]], "encrypt() (cpl.core.utils.credential_manager.credentialmanager static method)": [[29, "cpl.core.utils.credential_manager.CredentialManager.encrypt"]], "first_to_lower() (cpl.core.utils.string.string static method)": [[29, "cpl.core.utils.string.String.first_to_lower"]], "first_to_upper() (cpl.core.utils.string.string static method)": [[29, "cpl.core.utils.string.String.first_to_upper"]], "get_executable() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.get_executable"]], "get_outdated() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.get_outdated"]], "get_package() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.get_package"]], "install() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.install"]], "major (cpl.core.utils.versioninfo attribute)": [[29, "cpl.core.utils.VersionInfo.major"]], "micro (cpl.core.utils.versioninfo attribute)": [[29, "cpl.core.utils.VersionInfo.micro"]], "minor (cpl.core.utils.versioninfo attribute)": [[29, "cpl.core.utils.VersionInfo.minor"]], "random_string() (cpl.core.utils.string.string static method)": [[29, "cpl.core.utils.string.String.random_string"]], "reset_executable() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.reset_executable"]], "set_executable() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.set_executable"]], "uninstall() (cpl.core.utils.pip.pip class method)": [[29, "cpl.core.utils.pip.Pip.uninstall"]], "discordeventtypesenum (class in cpl_discord.discord_event_types_enum)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum"]], "cpl_discord.discord_event_types_enum": [[30, "module-cpl_discord.discord_event_types_enum"]], "on_bulk_message_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_bulk_message_delete"]], "on_command (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command"]], "on_command_completion (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command_completion"]], "on_command_error (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_command_error"]], "on_connect (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_connect"]], "on_disconnect (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_disconnect"]], "on_error (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_error"]], "on_group_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_group_join"]], "on_group_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_group_remove"]], "on_guild_available (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_available"]], "on_guild_channel_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_create"]], "on_guild_channel_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_delete"]], "on_guild_channel_pins_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_pins_update"]], "on_guild_channel_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_channel_update"]], "on_guild_emojis_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_emojis_update"]], "on_guild_integrations_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_integrations_update"]], "on_guild_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_join"]], "on_guild_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_remove"]], "on_guild_role_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_create"]], "on_guild_role_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_delete"]], "on_guild_role_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_role_update"]], "on_guild_unavailable (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_unavailable"]], "on_guild_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_guild_update"]], "on_invite_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_invite_create"]], "on_invite_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_invite_delete"]], "on_member_ban (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_ban"]], "on_member_join (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_join"]], "on_member_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_remove"]], "on_member_unban (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_unban"]], "on_member_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_member_update"]], "on_message (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message"]], "on_message_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message_delete"]], "on_message_edit (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_message_edit"]], "on_private_channel_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_create"]], "on_private_channel_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_delete"]], "on_private_channel_pins_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_pins_update"]], "on_private_channel_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_private_channel_update"]], "on_raw_reaction_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_add"]], "on_raw_reaction_clear (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_raw_reaction_remove"]], "on_reaction_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_add"]], "on_reaction_clear (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_clear"]], "on_reaction_clear_emoji (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_clear_emoji"]], "on_reaction_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_reaction_remove"]], "on_ready (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_ready"]], "on_resume (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_resume"]], "on_scheduled_event_create (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_create"]], "on_scheduled_event_delete (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_delete"]], "on_scheduled_event_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_update"]], "on_scheduled_event_user_add (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_user_add"]], "on_scheduled_event_user_remove (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_scheduled_event_user_remove"]], "on_typing (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_typing"]], "on_user_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_user_update"]], "on_voice_state_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_voice_state_update"]], "on_webhooks_update (cpl_discord.discord_event_types_enum.discordeventtypesenum attribute)": [[30, "cpl_discord.discord_event_types_enum.DiscordEventTypesEnum.on_webhooks_update"]], "discordbotapplicationabc (class in cpl_discord.application.discord_bot_application_abc)": [[31, "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC"]], "versioninfo (class in cpl_discord.application)": [[31, "cpl_discord.application.VersionInfo"]], "cpl_discord.application": [[31, "module-cpl_discord.application"]], "cpl_discord.application.discord_bot_application_abc": [[31, "module-cpl_discord.application.discord_bot_application_abc"]], "major (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.major"]], "micro (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.micro"]], "minor (cpl_discord.application.versioninfo attribute)": [[31, "cpl_discord.application.VersionInfo.minor"]], "stop_async() (cpl_discord.application.discord_bot_application_abc.discordbotapplicationabc method)": [[31, "cpl_discord.application.discord_bot_application_abc.DiscordBotApplicationABC.stop_async"]], "discordcogmeta (class in cpl_discord.command.discord_commands_meta)": [[32, "cpl_discord.command.discord_commands_meta.DiscordCogMeta"]], "discordcommandabc (class in cpl_discord.command.discord_command_abc)": [[32, "cpl_discord.command.discord_command_abc.DiscordCommandABC"]], "versioninfo (class in cpl_discord.command)": [[32, "cpl_discord.command.VersionInfo"]], "cpl_discord.command": [[32, "module-cpl_discord.command"]], "cpl_discord.command.discord_command_abc": [[32, "module-cpl_discord.command.discord_command_abc"]], "cpl_discord.command.discord_commands_meta": [[32, "module-cpl_discord.command.discord_commands_meta"]], "major (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.major"]], "micro (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.micro"]], "minor (cpl_discord.command.versioninfo attribute)": [[32, "cpl_discord.command.VersionInfo.minor"]], "discordbotsettings (class in cpl_discord.configuration.discord_bot_settings)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings"]], "versioninfo (class in cpl_discord.configuration)": [[33, "cpl_discord.configuration.VersionInfo"]], "cpl_discord.configuration": [[33, "module-cpl_discord.configuration"]], "cpl_discord.configuration.discord_bot_settings": [[33, "module-cpl_discord.configuration.discord_bot_settings"]], "major (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.major"]], "micro (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.micro"]], "minor (cpl_discord.configuration.versioninfo attribute)": [[33, "cpl_discord.configuration.VersionInfo.minor"]], "prefix (cpl_discord.configuration.discord_bot_settings.discordbotsettings property)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings.prefix"]], "token (cpl_discord.configuration.discord_bot_settings.discordbotsettings property)": [[33, "cpl_discord.configuration.discord_bot_settings.DiscordBotSettings.token"]], "categorychannel (class in cpl_discord.container.category_channel)": [[34, "cpl_discord.container.category_channel.CategoryChannel"]], "container (class in cpl_discord.container.container)": [[34, "cpl_discord.container.container.Container"]], "guild (class in cpl_discord.container.guild)": [[34, "cpl_discord.container.guild.Guild"]], "member (class in cpl_discord.container.member)": [[34, "cpl_discord.container.member.Member"]], "role (class in cpl_discord.container.role)": [[34, "cpl_discord.container.role.Role"]], "textchannel (class in cpl_discord.container.text_channel)": [[34, "cpl_discord.container.text_channel.TextChannel"]], "thread (class in cpl_discord.container.thread)": [[34, "cpl_discord.container.thread.Thread"]], "versioninfo (class in cpl_discord.container)": [[34, "cpl_discord.container.VersionInfo"]], "voicechannel (class in cpl_discord.container.voice_channel)": [[34, "cpl_discord.container.voice_channel.VoiceChannel"]], "activities (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.activities"]], "afk_channel (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.afk_channel"]], "afk_timeout (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.afk_timeout"]], "approximate_member_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.approximate_member_count"]], "approximate_presence_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.approximate_presence_count"]], "archive_timestamp (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archive_timestamp"]], "archived (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archived"]], "archiver_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.archiver_id"]], "auto_archive_duration (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.auto_archive_duration"]], "categories (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.categories"]], "category_id (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.category_id"]], "category_id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.category_id"]], "cpl_discord.container": [[34, "module-cpl_discord.container"]], "cpl_discord.container.category_channel": [[34, "module-cpl_discord.container.category_channel"]], "cpl_discord.container.container": [[34, "module-cpl_discord.container.container"]], "cpl_discord.container.guild": [[34, "module-cpl_discord.container.guild"]], "cpl_discord.container.member": [[34, "module-cpl_discord.container.member"]], "cpl_discord.container.role": [[34, "module-cpl_discord.container.role"]], "cpl_discord.container.text_channel": [[34, "module-cpl_discord.container.text_channel"]], "cpl_discord.container.thread": [[34, "module-cpl_discord.container.thread"]], "cpl_discord.container.voice_channel": [[34, "module-cpl_discord.container.voice_channel"]], "default_auto_archive_duration (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.default_auto_archive_duration"]], "default_notifications (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.default_notifications"]], "description (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.description"]], "emojis (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.emojis"]], "explicit_content_filter (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.explicit_content_filter"]], "features (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.features"]], "guild (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.guild"]], "guild (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.guild"]], "guild (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.guild"]], "guild (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.guild"]], "guild (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.guild"]], "hoist (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.hoist"]], "id (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.id"]], "id (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.id"]], "id (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.id"]], "id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.id"]], "id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.id"]], "invitable (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.invitable"]], "joined_at (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.joined_at"]], "last_message_id (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.last_message_id"]], "last_message_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.last_message_id"]], "locked (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.locked"]], "major (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.major"]], "managed (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.managed"]], "max_members (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_members"]], "max_presences (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_presences"]], "max_video_channel_users (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.max_video_channel_users"]], "me (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.me"]], "member_count (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.member_count"]], "members (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.members"]], "members (cpl_discord.container.role.role property)": [[34, "cpl_discord.container.role.Role.members"]], "members (cpl_discord.container.text_channel.textchannel property)": [[34, "cpl_discord.container.text_channel.TextChannel.members"]], "members (cpl_discord.container.thread.thread property)": [[34, "cpl_discord.container.thread.Thread.members"]], "members (cpl_discord.container.voice_channel.voicechannel property)": [[34, "cpl_discord.container.voice_channel.VoiceChannel.members"]], "mentionable (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.mentionable"]], "message_count (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.message_count"]], "mfa_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.mfa_level"]], "micro (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.micro"]], "minor (cpl_discord.container.versioninfo attribute)": [[34, "cpl_discord.container.VersionInfo.minor"]], "name (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.name"]], "name (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.name"]], "name (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.name"]], "name (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.name"]], "name (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.name"]], "nick (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.nick"]], "nsfw (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.nsfw"]], "nsfw (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.nsfw"]], "nsfw_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.nsfw_level"]], "owner_id (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.owner_id"]], "owner_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.owner_id"]], "parent_id (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.parent_id"]], "pending (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.pending"]], "position (cpl_discord.container.category_channel.categorychannel attribute)": [[34, "cpl_discord.container.category_channel.CategoryChannel.position"]], "position (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.position"]], "position (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.position"]], "preferred_locale (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.preferred_locale"]], "premium_progress_bar_enabled (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_progress_bar_enabled"]], "premium_since (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.premium_since"]], "premium_subscription_count (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_subscription_count"]], "premium_tier (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.premium_tier"]], "roles (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.roles"]], "roles (cpl_discord.container.member.member property)": [[34, "cpl_discord.container.member.Member.roles"]], "slowmode_delay (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.slowmode_delay"]], "slowmode_delay (cpl_discord.container.thread.thread attribute)": [[34, "cpl_discord.container.thread.Thread.slowmode_delay"]], "stickers (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.stickers"]], "tags (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.tags"]], "text_channels (cpl_discord.container.category_channel.categorychannel property)": [[34, "cpl_discord.container.category_channel.CategoryChannel.text_channels"]], "text_channels (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.text_channels"]], "threads (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.threads"]], "threads (cpl_discord.container.text_channel.textchannel property)": [[34, "cpl_discord.container.text_channel.TextChannel.threads"]], "timed_out_until (cpl_discord.container.member.member attribute)": [[34, "cpl_discord.container.member.Member.timed_out_until"]], "topic (cpl_discord.container.text_channel.textchannel attribute)": [[34, "cpl_discord.container.text_channel.TextChannel.topic"]], "unavailable (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.unavailable"]], "unicode_emoji (cpl_discord.container.role.role attribute)": [[34, "cpl_discord.container.role.Role.unicode_emoji"]], "vanity_url_code (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.vanity_url_code"]], "verification_level (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.verification_level"]], "voice_channels (cpl_discord.container.category_channel.categorychannel property)": [[34, "cpl_discord.container.category_channel.CategoryChannel.voice_channels"]], "voice_channels (cpl_discord.container.guild.guild property)": [[34, "cpl_discord.container.guild.Guild.voice_channels"]], "widget_enabled (cpl_discord.container.guild.guild attribute)": [[34, "cpl_discord.container.guild.Guild.widget_enabled"]], "onbulkmessagedeleteabc (class in cpl_discord.events.on_bulk_message_delete_abc)": [[35, "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC"]], "oncommandabc (class in cpl_discord.events.on_command_abc)": [[35, "cpl_discord.events.on_command_abc.OnCommandABC"]], "oncommandcompletionabc (class in cpl_discord.events.on_command_completion_abc)": [[35, "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC"]], "oncommanderrorabc (class in cpl_discord.events.on_command_error_abc)": [[35, "cpl_discord.events.on_command_error_abc.OnCommandErrorABC"]], "onconnectabc (class in cpl_discord.events.on_connect_abc)": [[35, "cpl_discord.events.on_connect_abc.OnConnectABC"]], "ondisconnectabc (class in cpl_discord.events.on_disconnect_abc)": [[35, "cpl_discord.events.on_disconnect_abc.OnDisconnectABC"]], "onerrorabc (class in cpl_discord.events.on_error_abc)": [[35, "cpl_discord.events.on_error_abc.OnErrorABC"]], "ongroupjoinabc (class in cpl_discord.events.on_group_join_abc)": [[35, "cpl_discord.events.on_group_join_abc.OnGroupJoinABC"]], "ongroupremoveabc (class in cpl_discord.events.on_group_remove_abc)": [[35, "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC"]], "onguildavailableabc (class in cpl_discord.events.on_guild_available_abc)": [[35, "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC"]], "onguildchannelcreateabc (class in cpl_discord.events.on_guild_channel_create_abc)": [[35, "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC"]], "onguildchanneldeleteabc (class in cpl_discord.events.on_guild_channel_delete_abc)": [[35, "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC"]], "onguildchannelpinsupdateabc (class in cpl_discord.events.on_guild_channel_pins_update_abc)": [[35, "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC"]], "onguildchannelupdateabc (class in cpl_discord.events.on_guild_channel_update_abc)": [[35, "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC"]], "onguildemojisupdateabc (class in cpl_discord.events.on_guild_emojis_update_abc)": [[35, "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC"]], "onguildintegrationsupdateabc (class in cpl_discord.events.on_guild_integrations_update_abc)": [[35, "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC"]], "onguildjoinabc (class in cpl_discord.events.on_guild_join_abc)": [[35, "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC"]], "onguildremoveabc (class in cpl_discord.events.on_guild_remove_abc)": [[35, "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC"]], "onguildrolecreateabc (class in cpl_discord.events.on_guild_role_create_abc)": [[35, "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC"]], "onguildroledeleteabc (class in cpl_discord.events.on_guild_role_delete_abc)": [[35, "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC"]], "onguildroleupdateabc (class in cpl_discord.events.on_guild_role_update_abc)": [[35, "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC"]], "onguildunavailableabc (class in cpl_discord.events.on_guild_unavailable_abc)": [[35, "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC"]], "onguildupdateabc (class in cpl_discord.events.on_guild_update_abc)": [[35, "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC"]], "oninvitecreateabc (class in cpl_discord.events.on_invite_create_abc)": [[35, "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC"]], "oninvitedeleteabc (class in cpl_discord.events.on_invite_delete_abc)": [[35, "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC"]], "onmemberbanabc (class in cpl_discord.events.on_member_ban_abc)": [[35, "cpl_discord.events.on_member_ban_abc.OnMemberBanABC"]], "onmemberjoinabc (class in cpl_discord.events.on_member_join_abc)": [[35, "cpl_discord.events.on_member_join_abc.OnMemberJoinABC"]], "onmemberremoveabc (class in cpl_discord.events.on_member_remove_abc)": [[35, "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC"]], "onmemberunbanabc (class in cpl_discord.events.on_member_unban_abc)": [[35, "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC"]], "onmemberupdateabc (class in cpl_discord.events.on_member_update_abc)": [[35, "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC"]], "onmessageabc (class in cpl_discord.events.on_message_abc)": [[35, "cpl_discord.events.on_message_abc.OnMessageABC"]], "onmessagedeleteabc (class in cpl_discord.events.on_message_delete_abc)": [[35, "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC"]], "onmessageeditabc (class in cpl_discord.events.on_message_edit_abc)": [[35, "cpl_discord.events.on_message_edit_abc.OnMessageEditABC"]], "onprivatechannelcreateabc (class in cpl_discord.events.on_private_channel_create_abc)": [[35, "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC"]], "onprivatechanneldeleteabc (class in cpl_discord.events.on_private_channel_delete_abc)": [[35, "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC"]], "onprivatechannelpinsupdateabc (class in cpl_discord.events.on_private_channel_pins_update_abc)": [[35, "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC"]], "onprivatechannelupdateabc (class in cpl_discord.events.on_private_channel_update_abc)": [[35, "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC"]], "onrawreactionaddabc (class in cpl_discord.events.on_raw_reaction_add_abc)": [[35, "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC"]], "onrawreactionclearabc (class in cpl_discord.events.on_raw_reaction_clear_abc)": [[35, "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC"]], "onrawreactionclearemojiabc (class in cpl_discord.events.on_raw_reaction_clear_emoji_abc)": [[35, "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC"]], "onrawreactionremoveabc (class in cpl_discord.events.on_raw_reaction_remove_abc)": [[35, "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC"]], "onreactionaddabc (class in cpl_discord.events.on_reaction_add_abc)": [[35, "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC"]], "onreactionclearabc (class in cpl_discord.events.on_reaction_clear_abc)": [[35, "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC"]], "onreactionclearemojiabc (class in cpl_discord.events.on_reaction_clear_emoji_abc)": [[35, "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC"]], "onreactionremoveabc (class in cpl_discord.events.on_reaction_remove_abc)": [[35, "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC"]], "onreadyabc (class in cpl_discord.events.on_ready_abc)": [[35, "cpl_discord.events.on_ready_abc.OnReadyABC"]], "onresumeabc (class in cpl_discord.events.on_resume_abc)": [[35, "cpl_discord.events.on_resume_abc.OnResumeABC"]], "ontypingabc (class in cpl_discord.events.on_typing_abc)": [[35, "cpl_discord.events.on_typing_abc.OnTypingABC"]], "onuserupdateabc (class in cpl_discord.events.on_user_update_abc)": [[35, "cpl_discord.events.on_user_update_abc.OnUserUpdateABC"]], "onvoicestateupdateabc (class in cpl_discord.events.on_voice_state_update_abc)": [[35, "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC"]], "onwebhooksupdateabc (class in cpl_discord.events.on_webhooks_update_abc)": [[35, "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC"]], "versioninfo (class in cpl_discord.events)": [[35, "cpl_discord.events.VersionInfo"]], "cpl_discord.events": [[35, "module-cpl_discord.events"]], "cpl_discord.events.on_bulk_message_delete_abc": [[35, "module-cpl_discord.events.on_bulk_message_delete_abc"]], "cpl_discord.events.on_command_abc": [[35, "module-cpl_discord.events.on_command_abc"]], "cpl_discord.events.on_command_completion_abc": [[35, "module-cpl_discord.events.on_command_completion_abc"]], "cpl_discord.events.on_command_error_abc": [[35, "module-cpl_discord.events.on_command_error_abc"]], "cpl_discord.events.on_connect_abc": [[35, "module-cpl_discord.events.on_connect_abc"]], "cpl_discord.events.on_disconnect_abc": [[35, "module-cpl_discord.events.on_disconnect_abc"]], "cpl_discord.events.on_error_abc": [[35, "module-cpl_discord.events.on_error_abc"]], "cpl_discord.events.on_group_join_abc": [[35, "module-cpl_discord.events.on_group_join_abc"]], "cpl_discord.events.on_group_remove_abc": [[35, "module-cpl_discord.events.on_group_remove_abc"]], "cpl_discord.events.on_guild_available_abc": [[35, "module-cpl_discord.events.on_guild_available_abc"]], "cpl_discord.events.on_guild_channel_create_abc": [[35, "module-cpl_discord.events.on_guild_channel_create_abc"]], "cpl_discord.events.on_guild_channel_delete_abc": [[35, "module-cpl_discord.events.on_guild_channel_delete_abc"]], "cpl_discord.events.on_guild_channel_pins_update_abc": [[35, "module-cpl_discord.events.on_guild_channel_pins_update_abc"]], "cpl_discord.events.on_guild_channel_update_abc": [[35, "module-cpl_discord.events.on_guild_channel_update_abc"]], "cpl_discord.events.on_guild_emojis_update_abc": [[35, "module-cpl_discord.events.on_guild_emojis_update_abc"]], "cpl_discord.events.on_guild_integrations_update_abc": [[35, "module-cpl_discord.events.on_guild_integrations_update_abc"]], "cpl_discord.events.on_guild_join_abc": [[35, "module-cpl_discord.events.on_guild_join_abc"]], "cpl_discord.events.on_guild_remove_abc": [[35, "module-cpl_discord.events.on_guild_remove_abc"]], "cpl_discord.events.on_guild_role_create_abc": [[35, "module-cpl_discord.events.on_guild_role_create_abc"]], "cpl_discord.events.on_guild_role_delete_abc": [[35, "module-cpl_discord.events.on_guild_role_delete_abc"]], "cpl_discord.events.on_guild_role_update_abc": [[35, "module-cpl_discord.events.on_guild_role_update_abc"]], "cpl_discord.events.on_guild_unavailable_abc": [[35, "module-cpl_discord.events.on_guild_unavailable_abc"]], "cpl_discord.events.on_guild_update_abc": [[35, "module-cpl_discord.events.on_guild_update_abc"]], "cpl_discord.events.on_invite_create_abc": [[35, "module-cpl_discord.events.on_invite_create_abc"]], "cpl_discord.events.on_invite_delete_abc": [[35, "module-cpl_discord.events.on_invite_delete_abc"]], "cpl_discord.events.on_member_ban_abc": [[35, "module-cpl_discord.events.on_member_ban_abc"]], "cpl_discord.events.on_member_join_abc": [[35, "module-cpl_discord.events.on_member_join_abc"]], "cpl_discord.events.on_member_remove_abc": [[35, "module-cpl_discord.events.on_member_remove_abc"]], "cpl_discord.events.on_member_unban_abc": [[35, "module-cpl_discord.events.on_member_unban_abc"]], "cpl_discord.events.on_member_update_abc": [[35, "module-cpl_discord.events.on_member_update_abc"]], "cpl_discord.events.on_message_abc": [[35, "module-cpl_discord.events.on_message_abc"]], "cpl_discord.events.on_message_delete_abc": [[35, "module-cpl_discord.events.on_message_delete_abc"]], "cpl_discord.events.on_message_edit_abc": [[35, "module-cpl_discord.events.on_message_edit_abc"]], "cpl_discord.events.on_private_channel_create_abc": [[35, "module-cpl_discord.events.on_private_channel_create_abc"]], "cpl_discord.events.on_private_channel_delete_abc": [[35, "module-cpl_discord.events.on_private_channel_delete_abc"]], "cpl_discord.events.on_private_channel_pins_update_abc": [[35, "module-cpl_discord.events.on_private_channel_pins_update_abc"]], "cpl_discord.events.on_private_channel_update_abc": [[35, "module-cpl_discord.events.on_private_channel_update_abc"]], "cpl_discord.events.on_raw_reaction_add_abc": [[35, "module-cpl_discord.events.on_raw_reaction_add_abc"]], "cpl_discord.events.on_raw_reaction_clear_abc": [[35, "module-cpl_discord.events.on_raw_reaction_clear_abc"]], "cpl_discord.events.on_raw_reaction_clear_emoji_abc": [[35, "module-cpl_discord.events.on_raw_reaction_clear_emoji_abc"]], "cpl_discord.events.on_raw_reaction_remove_abc": [[35, "module-cpl_discord.events.on_raw_reaction_remove_abc"]], "cpl_discord.events.on_reaction_add_abc": [[35, "module-cpl_discord.events.on_reaction_add_abc"]], "cpl_discord.events.on_reaction_clear_abc": [[35, "module-cpl_discord.events.on_reaction_clear_abc"]], "cpl_discord.events.on_reaction_clear_emoji_abc": [[35, "module-cpl_discord.events.on_reaction_clear_emoji_abc"]], "cpl_discord.events.on_reaction_remove_abc": [[35, "module-cpl_discord.events.on_reaction_remove_abc"]], "cpl_discord.events.on_ready_abc": [[35, "module-cpl_discord.events.on_ready_abc"]], "cpl_discord.events.on_resume_abc": [[35, "module-cpl_discord.events.on_resume_abc"]], "cpl_discord.events.on_typing_abc": [[35, "module-cpl_discord.events.on_typing_abc"]], "cpl_discord.events.on_user_update_abc": [[35, "module-cpl_discord.events.on_user_update_abc"]], "cpl_discord.events.on_voice_state_update_abc": [[35, "module-cpl_discord.events.on_voice_state_update_abc"]], "cpl_discord.events.on_webhooks_update_abc": [[35, "module-cpl_discord.events.on_webhooks_update_abc"]], "major (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.major"]], "micro (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.micro"]], "minor (cpl_discord.events.versioninfo attribute)": [[35, "cpl_discord.events.VersionInfo.minor"]], "on_bulk_message_delete() (cpl_discord.events.on_bulk_message_delete_abc.onbulkmessagedeleteabc method)": [[35, "cpl_discord.events.on_bulk_message_delete_abc.OnBulkMessageDeleteABC.on_bulk_message_delete"]], "on_command() (cpl_discord.events.on_command_abc.oncommandabc method)": [[35, "cpl_discord.events.on_command_abc.OnCommandABC.on_command"]], "on_command_completion() (cpl_discord.events.on_command_completion_abc.oncommandcompletionabc method)": [[35, "cpl_discord.events.on_command_completion_abc.OnCommandCompletionABC.on_command_completion"]], "on_command_error() (cpl_discord.events.on_command_error_abc.oncommanderrorabc method)": [[35, "cpl_discord.events.on_command_error_abc.OnCommandErrorABC.on_command_error"]], "on_connect() (cpl_discord.events.on_connect_abc.onconnectabc method)": [[35, "cpl_discord.events.on_connect_abc.OnConnectABC.on_connect"]], "on_disconnect() (cpl_discord.events.on_disconnect_abc.ondisconnectabc method)": [[35, "cpl_discord.events.on_disconnect_abc.OnDisconnectABC.on_disconnect"]], "on_error() (cpl_discord.events.on_error_abc.onerrorabc method)": [[35, "cpl_discord.events.on_error_abc.OnErrorABC.on_error"]], "on_group_join() (cpl_discord.events.on_group_join_abc.ongroupjoinabc method)": [[35, "cpl_discord.events.on_group_join_abc.OnGroupJoinABC.on_group_join"]], "on_group_remove() (cpl_discord.events.on_group_remove_abc.ongroupremoveabc method)": [[35, "cpl_discord.events.on_group_remove_abc.OnGroupRemoveABC.on_group_remove"]], "on_guild_available() (cpl_discord.events.on_guild_available_abc.onguildavailableabc method)": [[35, "cpl_discord.events.on_guild_available_abc.OnGuildAvailableABC.on_guild_available"]], "on_guild_channel_create() (cpl_discord.events.on_guild_channel_create_abc.onguildchannelcreateabc method)": [[35, "cpl_discord.events.on_guild_channel_create_abc.OnGuildChannelCreateABC.on_guild_channel_create"]], "on_guild_channel_delete() (cpl_discord.events.on_guild_channel_delete_abc.onguildchanneldeleteabc method)": [[35, "cpl_discord.events.on_guild_channel_delete_abc.OnGuildChannelDeleteABC.on_guild_channel_delete"]], "on_guild_channel_pins_update() (cpl_discord.events.on_guild_channel_pins_update_abc.onguildchannelpinsupdateabc method)": [[35, "cpl_discord.events.on_guild_channel_pins_update_abc.OnGuildChannelPinsUpdateABC.on_guild_channel_pins_update"]], "on_guild_channel_update() (cpl_discord.events.on_guild_channel_update_abc.onguildchannelupdateabc method)": [[35, "cpl_discord.events.on_guild_channel_update_abc.OnGuildChannelUpdateABC.on_guild_channel_update"]], "on_guild_emojis_update() (cpl_discord.events.on_guild_emojis_update_abc.onguildemojisupdateabc method)": [[35, "cpl_discord.events.on_guild_emojis_update_abc.OnGuildEmojisUpdateABC.on_guild_emojis_update"]], "on_guild_integrations_update() (cpl_discord.events.on_guild_integrations_update_abc.onguildintegrationsupdateabc method)": [[35, "cpl_discord.events.on_guild_integrations_update_abc.OnGuildIntegrationsUpdateABC.on_guild_integrations_update"]], "on_guild_join() (cpl_discord.events.on_guild_join_abc.onguildjoinabc method)": [[35, "cpl_discord.events.on_guild_join_abc.OnGuildJoinABC.on_guild_join"]], "on_guild_remove() (cpl_discord.events.on_guild_remove_abc.onguildremoveabc method)": [[35, "cpl_discord.events.on_guild_remove_abc.OnGuildRemoveABC.on_guild_remove"]], "on_guild_role_create() (cpl_discord.events.on_guild_role_create_abc.onguildrolecreateabc method)": [[35, "cpl_discord.events.on_guild_role_create_abc.OnGuildRoleCreateABC.on_guild_role_create"]], "on_guild_role_delete() (cpl_discord.events.on_guild_role_delete_abc.onguildroledeleteabc method)": [[35, "cpl_discord.events.on_guild_role_delete_abc.OnGuildRoleDeleteABC.on_guild_role_delete"]], "on_guild_role_update() (cpl_discord.events.on_guild_role_update_abc.onguildroleupdateabc method)": [[35, "cpl_discord.events.on_guild_role_update_abc.OnGuildRoleUpdateABC.on_guild_role_update"]], "on_guild_unavailable() (cpl_discord.events.on_guild_unavailable_abc.onguildunavailableabc method)": [[35, "cpl_discord.events.on_guild_unavailable_abc.OnGuildUnavailableABC.on_guild_unavailable"]], "on_guild_update() (cpl_discord.events.on_guild_update_abc.onguildupdateabc method)": [[35, "cpl_discord.events.on_guild_update_abc.OnGuildUpdateABC.on_guild_update"]], "on_invite_create() (cpl_discord.events.on_invite_create_abc.oninvitecreateabc method)": [[35, "cpl_discord.events.on_invite_create_abc.OnInviteCreateABC.on_invite_create"]], "on_invite_delete() (cpl_discord.events.on_invite_delete_abc.oninvitedeleteabc method)": [[35, "cpl_discord.events.on_invite_delete_abc.OnInviteDeleteABC.on_invite_delete"]], "on_member_ban() (cpl_discord.events.on_member_ban_abc.onmemberbanabc method)": [[35, "cpl_discord.events.on_member_ban_abc.OnMemberBanABC.on_member_ban"]], "on_member_join() (cpl_discord.events.on_member_join_abc.onmemberjoinabc method)": [[35, "cpl_discord.events.on_member_join_abc.OnMemberJoinABC.on_member_join"]], "on_member_remove() (cpl_discord.events.on_member_remove_abc.onmemberremoveabc method)": [[35, "cpl_discord.events.on_member_remove_abc.OnMemberRemoveABC.on_member_remove"]], "on_member_unban() (cpl_discord.events.on_member_unban_abc.onmemberunbanabc method)": [[35, "cpl_discord.events.on_member_unban_abc.OnMemberUnbanABC.on_member_unban"]], "on_member_update() (cpl_discord.events.on_member_update_abc.onmemberupdateabc method)": [[35, "cpl_discord.events.on_member_update_abc.OnMemberUpdateABC.on_member_update"]], "on_message() (cpl_discord.events.on_message_abc.onmessageabc method)": [[35, "cpl_discord.events.on_message_abc.OnMessageABC.on_message"]], "on_message_delete() (cpl_discord.events.on_message_delete_abc.onmessagedeleteabc method)": [[35, "cpl_discord.events.on_message_delete_abc.OnMessageDeleteABC.on_message_delete"]], "on_message_edit() (cpl_discord.events.on_message_edit_abc.onmessageeditabc method)": [[35, "cpl_discord.events.on_message_edit_abc.OnMessageEditABC.on_message_edit"]], "on_private_channel_create() (cpl_discord.events.on_private_channel_create_abc.onprivatechannelcreateabc method)": [[35, "cpl_discord.events.on_private_channel_create_abc.OnPrivateChannelCreateABC.on_private_channel_create"]], "on_private_channel_delete() (cpl_discord.events.on_private_channel_delete_abc.onprivatechanneldeleteabc method)": [[35, "cpl_discord.events.on_private_channel_delete_abc.OnPrivateChannelDeleteABC.on_private_channel_delete"]], "on_private_channel_pins_update() (cpl_discord.events.on_private_channel_pins_update_abc.onprivatechannelpinsupdateabc method)": [[35, "cpl_discord.events.on_private_channel_pins_update_abc.OnPrivateChannelPinsUpdateABC.on_private_channel_pins_update"]], "on_private_channel_update() (cpl_discord.events.on_private_channel_update_abc.onprivatechannelupdateabc method)": [[35, "cpl_discord.events.on_private_channel_update_abc.OnPrivateChannelUpdateABC.on_private_channel_update"]], "on_raw_reaction_add() (cpl_discord.events.on_raw_reaction_add_abc.onrawreactionaddabc method)": [[35, "cpl_discord.events.on_raw_reaction_add_abc.OnRawReactionAddABC.on_raw_reaction_add"]], "on_raw_reaction_clear() (cpl_discord.events.on_raw_reaction_clear_abc.onrawreactionclearabc method)": [[35, "cpl_discord.events.on_raw_reaction_clear_abc.OnRawReactionClearABC.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji() (cpl_discord.events.on_raw_reaction_clear_emoji_abc.onrawreactionclearemojiabc method)": [[35, "cpl_discord.events.on_raw_reaction_clear_emoji_abc.OnRawReactionClearEmojiABC.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove() (cpl_discord.events.on_raw_reaction_remove_abc.onrawreactionremoveabc method)": [[35, "cpl_discord.events.on_raw_reaction_remove_abc.OnRawReactionRemoveABC.on_raw_reaction_remove"]], "on_reaction_add() (cpl_discord.events.on_reaction_add_abc.onreactionaddabc method)": [[35, "cpl_discord.events.on_reaction_add_abc.OnReactionAddABC.on_reaction_add"]], "on_reaction_clear() (cpl_discord.events.on_reaction_clear_abc.onreactionclearabc method)": [[35, "cpl_discord.events.on_reaction_clear_abc.OnReactionClearABC.on_reaction_clear"]], "on_reaction_clear_emoji() (cpl_discord.events.on_reaction_clear_emoji_abc.onreactionclearemojiabc method)": [[35, "cpl_discord.events.on_reaction_clear_emoji_abc.OnReactionClearEmojiABC.on_reaction_clear_emoji"]], "on_reaction_remove() (cpl_discord.events.on_reaction_remove_abc.onreactionremoveabc method)": [[35, "cpl_discord.events.on_reaction_remove_abc.OnReactionRemoveABC.on_reaction_remove"]], "on_ready() (cpl_discord.events.on_ready_abc.onreadyabc method)": [[35, "cpl_discord.events.on_ready_abc.OnReadyABC.on_ready"]], "on_resume() (cpl_discord.events.on_resume_abc.onresumeabc method)": [[35, "cpl_discord.events.on_resume_abc.OnResumeABC.on_resume"]], "on_typing() (cpl_discord.events.on_typing_abc.ontypingabc method)": [[35, "cpl_discord.events.on_typing_abc.OnTypingABC.on_typing"]], "on_user_update() (cpl_discord.events.on_user_update_abc.onuserupdateabc method)": [[35, "cpl_discord.events.on_user_update_abc.OnUserUpdateABC.on_user_update"]], "on_voice_state_update() (cpl_discord.events.on_voice_state_update_abc.onvoicestateupdateabc method)": [[35, "cpl_discord.events.on_voice_state_update_abc.OnVoiceStateUpdateABC.on_voice_state_update"]], "on_webhooks_update() (cpl_discord.events.on_webhooks_update_abc.onwebhooksupdateabc method)": [[35, "cpl_discord.events.on_webhooks_update_abc.OnWebhooksUpdateABC.on_webhooks_update"]], "tocontainersconverter (class in cpl_discord.helper.to_containers_converter)": [[36, "cpl_discord.helper.to_containers_converter.ToContainersConverter"]], "versioninfo (class in cpl_discord.helper)": [[36, "cpl_discord.helper.VersionInfo"]], "convert() (cpl_discord.helper.to_containers_converter.tocontainersconverter static method)": [[36, "cpl_discord.helper.to_containers_converter.ToContainersConverter.convert"]], "cpl_discord.helper": [[36, "module-cpl_discord.helper"]], "cpl_discord.helper.to_containers_converter": [[36, "module-cpl_discord.helper.to_containers_converter"]], "major (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.major"]], "micro (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.micro"]], "minor (cpl_discord.helper.versioninfo attribute)": [[36, "cpl_discord.helper.VersionInfo.minor"]], "commanderrorhandlerservice (class in cpl_discord.service.command_error_handler_service)": [[37, "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService"]], "discordbotservice (class in cpl_discord.service.discord_bot_service)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService"]], "discordbotserviceabc (class in cpl_discord.service.discord_bot_service_abc)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC"]], "discordcollection (class in cpl_discord.service.discord_collection)": [[37, "cpl_discord.service.discord_collection.DiscordCollection"]], "discordcollectionabc (class in cpl_discord.service.discord_collection_abc)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC"]], "discordservice (class in cpl_discord.service.discord_service)": [[37, "cpl_discord.service.discord_service.DiscordService"]], "discordserviceabc (class in cpl_discord.service.discord_service_abc)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC"]], "versioninfo (class in cpl_discord.service)": [[37, "cpl_discord.service.VersionInfo"]], "add_command() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.add_command"]], "add_command() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.add_command"]], "add_event() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.add_event"]], "add_event() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.add_event"]], "cpl_discord.service": [[37, "module-cpl_discord.service"]], "cpl_discord.service.command_error_handler_service": [[37, "module-cpl_discord.service.command_error_handler_service"]], "cpl_discord.service.discord_bot_service": [[37, "module-cpl_discord.service.discord_bot_service"]], "cpl_discord.service.discord_bot_service_abc": [[37, "module-cpl_discord.service.discord_bot_service_abc"]], "cpl_discord.service.discord_collection": [[37, "module-cpl_discord.service.discord_collection"]], "cpl_discord.service.discord_collection_abc": [[37, "module-cpl_discord.service.discord_collection_abc"]], "cpl_discord.service.discord_service": [[37, "module-cpl_discord.service.discord_service"]], "cpl_discord.service.discord_service_abc": [[37, "module-cpl_discord.service.discord_service_abc"]], "get_commands() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.get_commands"]], "get_commands() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.get_commands"]], "get_events_by_base() (cpl_discord.service.discord_collection.discordcollection method)": [[37, "cpl_discord.service.discord_collection.DiscordCollection.get_events_by_base"]], "get_events_by_base() (cpl_discord.service.discord_collection_abc.discordcollectionabc method)": [[37, "cpl_discord.service.discord_collection_abc.DiscordCollectionABC.get_events_by_base"]], "guilds (cpl_discord.service.discord_bot_service.discordbotservice property)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.guilds"]], "guilds (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc property)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.guilds"]], "init() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.init"]], "init() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.init"]], "major (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.major"]], "micro (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.micro"]], "minor (cpl_discord.service.versioninfo attribute)": [[37, "cpl_discord.service.VersionInfo.minor"]], "on_bulk_message_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_bulk_message_delete"]], "on_bulk_message_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_bulk_message_delete"]], "on_command() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command"]], "on_command() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command"]], "on_command_completion() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command_completion"]], "on_command_completion() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command_completion"]], "on_command_error() (cpl_discord.service.command_error_handler_service.commanderrorhandlerservice method)": [[37, "cpl_discord.service.command_error_handler_service.CommandErrorHandlerService.on_command_error"]], "on_command_error() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_command_error"]], "on_command_error() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_command_error"]], "on_connect() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_connect"]], "on_connect() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_connect"]], "on_disconnect() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_disconnect"]], "on_disconnect() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_disconnect"]], "on_error() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_error"]], "on_error() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_error"]], "on_group_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_group_join"]], "on_group_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_group_join"]], "on_group_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_group_remove"]], "on_group_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_group_remove"]], "on_guild_available() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_available"]], "on_guild_available() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_available"]], "on_guild_channel_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_create"]], "on_guild_channel_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_create"]], "on_guild_channel_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_delete"]], "on_guild_channel_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_delete"]], "on_guild_channel_pins_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_pins_update"]], "on_guild_channel_pins_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_pins_update"]], "on_guild_channel_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_channel_update"]], "on_guild_channel_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_channel_update"]], "on_guild_emojis_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_emojis_update"]], "on_guild_emojis_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_emojis_update"]], "on_guild_integrations_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_integrations_update"]], "on_guild_integrations_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_integrations_update"]], "on_guild_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_join"]], "on_guild_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_join"]], "on_guild_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_remove"]], "on_guild_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_remove"]], "on_guild_role_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_create"]], "on_guild_role_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_create"]], "on_guild_role_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_delete"]], "on_guild_role_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_delete"]], "on_guild_role_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_role_update"]], "on_guild_role_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_role_update"]], "on_guild_unavailable() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_unavailable"]], "on_guild_unavailable() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_unavailable"]], "on_guild_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_guild_update"]], "on_guild_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_guild_update"]], "on_invite_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_invite_create"]], "on_invite_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_invite_create"]], "on_invite_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_invite_delete"]], "on_invite_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_invite_delete"]], "on_member_ban() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_ban"]], "on_member_ban() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_ban"]], "on_member_join() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_join"]], "on_member_join() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_join"]], "on_member_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_remove"]], "on_member_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_remove"]], "on_member_unban() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_unban"]], "on_member_unban() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_unban"]], "on_member_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_member_update"]], "on_member_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_member_update"]], "on_message() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message"]], "on_message() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message"]], "on_message_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message_delete"]], "on_message_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message_delete"]], "on_message_edit() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_message_edit"]], "on_message_edit() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_message_edit"]], "on_private_channel_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_create"]], "on_private_channel_create() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_create"]], "on_private_channel_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_delete"]], "on_private_channel_delete() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_delete"]], "on_private_channel_pins_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_pins_update"]], "on_private_channel_pins_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_pins_update"]], "on_private_channel_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_private_channel_update"]], "on_private_channel_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_private_channel_update"]], "on_raw_reaction_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_add"]], "on_raw_reaction_clear() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_clear"]], "on_raw_reaction_clear_emoji() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_clear_emoji"]], "on_raw_reaction_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_raw_reaction_remove"]], "on_reaction_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_add"]], "on_reaction_add() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_add"]], "on_reaction_clear() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_clear"]], "on_reaction_clear() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_clear"]], "on_reaction_clear_emoji() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_clear_emoji"]], "on_reaction_clear_emoji() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_clear_emoji"]], "on_reaction_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_reaction_remove"]], "on_reaction_remove() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_reaction_remove"]], "on_ready() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.on_ready"]], "on_ready() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.on_ready"]], "on_ready() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_ready"]], "on_ready() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_ready"]], "on_resume() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_resume"]], "on_resume() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_resume"]], "on_scheduled_event_create() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_create"]], "on_scheduled_event_delete() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_delete"]], "on_scheduled_event_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_update"]], "on_scheduled_event_user_add() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_user_add"]], "on_scheduled_event_user_remove() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_scheduled_event_user_remove"]], "on_typing() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_typing"]], "on_typing() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_typing"]], "on_user_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_user_update"]], "on_user_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_user_update"]], "on_voice_state_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_voice_state_update"]], "on_voice_state_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_voice_state_update"]], "on_webhooks_update() (cpl_discord.service.discord_service.discordservice method)": [[37, "cpl_discord.service.discord_service.DiscordService.on_webhooks_update"]], "on_webhooks_update() (cpl_discord.service.discord_service_abc.discordserviceabc method)": [[37, "cpl_discord.service.discord_service_abc.DiscordServiceABC.on_webhooks_update"]], "start_async() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.start_async"]], "start_async() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.start_async"]], "stop_async() (cpl_discord.service.discord_bot_service.discordbotservice method)": [[37, "cpl_discord.service.discord_bot_service.DiscordBotService.stop_async"]], "stop_async() (cpl_discord.service.discord_bot_service_abc.discordbotserviceabc method)": [[37, "cpl_discord.service.discord_bot_service_abc.DiscordBotServiceABC.stop_async"]], "orderedqueryable (class in cpl.query.base.ordered_queryable)": [[39, "cpl.query.base.ordered_queryable.OrderedQueryable"]], "orderedqueryableabc (class in cpl.query.base.ordered_queryable_abc)": [[39, "cpl.query.base.ordered_queryable_abc.OrderedQueryableABC"]], "queryableabc (class in cpl.query.base.queryable_abc)": [[39, "cpl.query.base.queryable_abc.QueryableABC"]], "sequence (class in cpl.query.base.sequence)": [[39, "cpl.query.base.sequence.Sequence"]], "versioninfo (class in cpl.query.base)": [[39, "cpl.query.base.VersionInfo"]], "all() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.all"]], "any() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.any"]], "average() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.average"]], "contains() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.contains"]], "copy() (cpl.query.base.sequence.sequence method)": [[39, "cpl.query.base.sequence.Sequence.copy"]], "count() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.count"]], "cpl.query.base": [[39, "module-cpl.query.base"]], "cpl.query.base.default_lambda": [[39, "module-cpl.query.base.default_lambda"]], "cpl.query.base.ordered_queryable": [[39, "module-cpl.query.base.ordered_queryable"]], "cpl.query.base.ordered_queryable_abc": [[39, "module-cpl.query.base.ordered_queryable_abc"]], "cpl.query.base.queryable_abc": [[39, "module-cpl.query.base.queryable_abc"]], "cpl.query.base.sequence": [[39, "module-cpl.query.base.sequence"]], "default_lambda() (in module cpl.query.base.default_lambda)": [[39, "cpl.query.base.default_lambda.default_lambda"]], "distinct() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.distinct"]], "element_at() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.element_at"]], "element_at_or_default() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.element_at_or_default"]], "empty() (cpl.query.base.sequence.sequence class method)": [[39, "cpl.query.base.sequence.Sequence.empty"]], "first() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.first"]], "first_or_default() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.first_or_default"]], "for_each() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.for_each"]], "group_by() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.group_by"]], "index_of() (cpl.query.base.sequence.sequence method)": [[39, "cpl.query.base.sequence.Sequence.index_of"]], "last() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.last"]], "last_or_default() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.last_or_default"]], "major (cpl.query.base.versioninfo attribute)": [[39, "cpl.query.base.VersionInfo.major"]], "max() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.max"]], "median() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.median"]], "micro (cpl.query.base.versioninfo attribute)": [[39, "cpl.query.base.VersionInfo.micro"]], "min() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.min"]], "minor (cpl.query.base.versioninfo attribute)": [[39, "cpl.query.base.VersionInfo.minor"]], "order_by() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.order_by"]], "order_by_descending() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.order_by_descending"]], "range() (cpl.query.base.sequence.sequence class method)": [[39, "cpl.query.base.sequence.Sequence.range"]], "reverse() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.reverse"]], "select() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.select"]], "select_many() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.select_many"]], "single() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.single"]], "single_or_default() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.single_or_default"]], "skip() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.skip"]], "skip_last() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.skip_last"]], "split() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.split"]], "sum() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.sum"]], "take() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.take"]], "take_last() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.take_last"]], "then_by() (cpl.query.base.ordered_queryable.orderedqueryable method)": [[39, "cpl.query.base.ordered_queryable.OrderedQueryable.then_by"]], "then_by() (cpl.query.base.ordered_queryable_abc.orderedqueryableabc method)": [[39, "cpl.query.base.ordered_queryable_abc.OrderedQueryableABC.then_by"]], "then_by_descending() (cpl.query.base.ordered_queryable.orderedqueryable method)": [[39, "cpl.query.base.ordered_queryable.OrderedQueryable.then_by_descending"]], "then_by_descending() (cpl.query.base.ordered_queryable_abc.orderedqueryableabc method)": [[39, "cpl.query.base.ordered_queryable_abc.OrderedQueryableABC.then_by_descending"]], "to_list() (cpl.query.base.sequence.sequence method)": [[39, "cpl.query.base.sequence.Sequence.to_list"]], "type (cpl.query.base.sequence.sequence property)": [[39, "cpl.query.base.sequence.Sequence.type"]], "where() (cpl.query.base.queryable_abc.queryableabc method)": [[39, "cpl.query.base.queryable_abc.QueryableABC.where"]], "enumerable (class in cpl.query.enumerable.enumerable)": [[40, "cpl.query.enumerable.enumerable.Enumerable"]], "enumerableabc (class in cpl.query.enumerable.enumerable_abc)": [[40, "cpl.query.enumerable.enumerable_abc.EnumerableABC"]], "versioninfo (class in cpl.query.enumerable)": [[40, "cpl.query.enumerable.VersionInfo"]], "cpl.query.enumerable": [[40, "module-cpl.query.enumerable"]], "cpl.query.enumerable.enumerable": [[40, "module-cpl.query.enumerable.enumerable"]], "cpl.query.enumerable.enumerable_abc": [[40, "module-cpl.query.enumerable.enumerable_abc"]], "major (cpl.query.enumerable.versioninfo attribute)": [[40, "cpl.query.enumerable.VersionInfo.major"]], "micro (cpl.query.enumerable.versioninfo attribute)": [[40, "cpl.query.enumerable.VersionInfo.micro"]], "minor (cpl.query.enumerable.versioninfo attribute)": [[40, "cpl.query.enumerable.VersionInfo.minor"]], "to_iterable() (cpl.query.enumerable.enumerable_abc.enumerableabc method)": [[40, "cpl.query.enumerable.enumerable_abc.EnumerableABC.to_iterable"]], "list (class in cpl.query.extension.list)": [[41, "cpl.query.extension.list.List"]], "versioninfo (class in cpl.query.extension)": [[41, "cpl.query.extension.VersionInfo"]], "cpl.query.extension": [[41, "module-cpl.query.extension"]], "cpl.query.extension.list": [[41, "module-cpl.query.extension.list"]], "major (cpl.query.extension.versioninfo attribute)": [[41, "cpl.query.extension.VersionInfo.major"]], "micro (cpl.query.extension.versioninfo attribute)": [[41, "cpl.query.extension.VersionInfo.micro"]], "minor (cpl.query.extension.versioninfo attribute)": [[41, "cpl.query.extension.VersionInfo.minor"]], "to_enumerable() (cpl.query.extension.list.list method)": [[41, "cpl.query.extension.list.List.to_enumerable"]], "to_iterable() (cpl.query.extension.list.list method)": [[41, "cpl.query.extension.list.List.to_iterable"]], "iterable (class in cpl.query.iterable.iterable)": [[42, "cpl.query.iterable.iterable.Iterable"]], "iterableabc (class in cpl.query.iterable.iterable_abc)": [[42, "cpl.query.iterable.iterable_abc.IterableABC"]], "versioninfo (class in cpl.query.iterable)": [[42, "cpl.query.iterable.VersionInfo"]], "add() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.add"]], "append() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.append"]], "cpl.query.iterable": [[42, "module-cpl.query.iterable"]], "cpl.query.iterable.iterable": [[42, "module-cpl.query.iterable.iterable"]], "cpl.query.iterable.iterable_abc": [[42, "module-cpl.query.iterable.iterable_abc"]], "extend() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.extend"]], "major (cpl.query.iterable.versioninfo attribute)": [[42, "cpl.query.iterable.VersionInfo.major"]], "micro (cpl.query.iterable.versioninfo attribute)": [[42, "cpl.query.iterable.VersionInfo.micro"]], "minor (cpl.query.iterable.versioninfo attribute)": [[42, "cpl.query.iterable.VersionInfo.minor"]], "remove() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.remove"]], "remove_at() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.remove_at"]], "to_enumerable() (cpl.query.iterable.iterable_abc.iterableabc method)": [[42, "cpl.query.iterable.iterable_abc.IterableABC.to_enumerable"]], "translatepipe (class in cpl_translation.translate_pipe)": [[43, "cpl_translation.translate_pipe.TranslatePipe"]], "translationservice (class in cpl_translation.translation_service)": [[43, "cpl_translation.translation_service.TranslationService"]], "translationserviceabc (class in cpl_translation.translation_service_abc)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC"]], "translationsettings (class in cpl_translation.translation_settings)": [[43, "cpl_translation.translation_settings.TranslationSettings"]], "cpl_translation.translate_pipe": [[43, "module-cpl_translation.translate_pipe"]], "cpl_translation.translation_service": [[43, "module-cpl_translation.translation_service"]], "cpl_translation.translation_service_abc": [[43, "module-cpl_translation.translation_service_abc"]], "cpl_translation.translation_settings": [[43, "module-cpl_translation.translation_settings"]], "default_language (cpl_translation.translation_settings.translationsettings property)": [[43, "cpl_translation.translation_settings.TranslationSettings.default_language"]], "languages (cpl_translation.translation_settings.translationsettings property)": [[43, "cpl_translation.translation_settings.TranslationSettings.languages"]], "load() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.load"]], "load() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.load"]], "load_by_settings() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.load_by_settings"]], "load_by_settings() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.load_by_settings"]], "set_default_lang() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.set_default_lang"]], "set_default_lang() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.set_default_lang"]], "set_lang() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.set_lang"]], "set_lang() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.set_lang"]], "transform() (cpl_translation.translate_pipe.translatepipe method)": [[43, "cpl_translation.translate_pipe.TranslatePipe.transform"]], "translate() (cpl_translation.translation_service.translationservice method)": [[43, "cpl_translation.translation_service.TranslationService.translate"]], "translate() (cpl_translation.translation_service_abc.translationserviceabc method)": [[43, "cpl_translation.translation_service_abc.TranslationServiceABC.translate"]]}}) \ No newline at end of file diff --git a/docs/build/html/setup.html b/docs/build/html/setup.html index 29bef6ca..08b933df 100644 --- a/docs/build/html/setup.html +++ b/docs/build/html/setup.html @@ -64,9 +64,9 @@
  • Contributing to CPL
  • Deprecated
  • CLI reference
  • -
  • API reference
  • +
  • API reference
  • Discord Reference
  • -
  • Query reference
  • +
  • Query reference
  • Translation reference
  • @@ -146,7 +146,7 @@

    Create initial console app

    -

    You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.

    +

    You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.

    1. Run the CLI command cpl new console and provide the name my-app, as shown here:

      cpl new console my-app
      @@ -159,7 +159,7 @@
       

    Create initial library

    -

    You develop apps and packages in the context of an CPL project which is defined in an cpl_core.json.

    +

    You develop apps and packages in the context of an CPL project which is defined in an cpl.core.json.

    1. Run the CLI command cpl new library and provide the name my-lib, as shown here:

      cpl new library my-lib
      diff --git a/docs/build/html/tutorials.appsettings.html b/docs/build/html/tutorials.appsettings.html
      index dabce50c..46b5c867 100644
      --- a/docs/build/html/tutorials.appsettings.html
      +++ b/docs/build/html/tutorials.appsettings.html
      @@ -56,7 +56,7 @@
       
       
    2. Handle console arguments
    3. -
    4. Use cpl_core.console.Console
    5. +
    6. Use cpl.core.console.Console
    7. Use builtin logger
    8. Send mails
    9. Using cpl g & cpl n templating
    10. @@ -67,9 +67,9 @@
    11. Contributing to CPL
    12. Deprecated
    13. CLI reference
    14. -
    15. API reference
    16. +
    17. API reference
    18. Discord Reference
    19. -
    20. Query reference
    21. +
    22. Query reference
    23. Translation reference
    24. diff --git a/docs/build/html/tutorials.console-arguments.html b/docs/build/html/tutorials.console-arguments.html index 6aa8d6d9..547bf37a 100644 --- a/docs/build/html/tutorials.console-arguments.html +++ b/docs/build/html/tutorials.console-arguments.html @@ -19,7 +19,7 @@ - + @@ -56,7 +56,7 @@
    25. Coming soon
    26. -
    27. Use cpl_core.console.Console
    28. +
    29. Use cpl.core.console.Console
    30. Use builtin logger
    31. Send mails
    32. Using cpl g & cpl n templating
    33. @@ -67,9 +67,9 @@
    34. Contributing to CPL
    35. Deprecated
    36. CLI reference
    37. -
    38. API reference
    39. +
    40. API reference
    41. Discord Reference
    42. -
    43. Query reference
    44. +
    45. Query reference
    46. Translation reference
    47. @@ -111,7 +111,7 @@