Compare commits

..

No commits in common. "87d023ef7f087db9d88c4ddd9a548ce48363b823" and "48d0daabf51bb23e33328295a1e324a2fdaf4807" have entirely different histories.

632 changed files with 6774 additions and 10793 deletions

View File

@ -1,6 +1,6 @@
{
"WorkspaceSettings": {
"DefaultProject": "cpl-core",
"DefaultProject": "cpl-cli",
"Projects": {
"cpl-cli": "src/cpl_cli/cpl-cli.json",
"cpl-core": "src/cpl_core/cpl-core.json",
@ -19,15 +19,13 @@
"Scripts": {
"hello-world": "echo 'Hello World'",
"format": "echo 'Formatting:'; black ./",
"sv": "cpl set-version",
"set-version": "cpl run set-version --dev $ARGS; echo '';",
"spu": "cpl set-pip-urls",
"set-pip-urls": "cpl run set-pip-urls --dev $ARGS; echo '';",
"docs-build": "cpl format; echo 'Build Documentation'; cpl db-core; cpl db-discord; cpl db-query; cpl db-translation; cd docs/; make clean; make html;",
"docs-build": "echo 'Build Documentation'; cpl db-core; cpl db-discord; cpl db-query; cpl db-translation; cd docs/; make clean; make html; # rm source/cpl_query.tests.rst;",
"db-core": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_core; cd ../",
"db-discord": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_discord; cd ../",
"db-query": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_query; cd ../",

BIN
docs/build/doctrees/cli.overview.doctree vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -39,15 +39,15 @@ The cpl generate command takes as an argument the artifact to be generated. In
| Command | Alias | Description |
| ----------------------------- |:-------------:|:----------------:|
| [add](cpl_cli.add) | a or a | Adds a project reference to given project.
| [build](cpl_cli.build) | b or B | Prepares files for publish into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.
| [generate](cpl_cli.generate) | g or G | Generate a new file.
| [help](cpl_cli.help) | h or H | Lists available command and their short descriptions.
| [install](cpl_cli.install) | i or I | With argument installs packages to project, without argument installs project dependencies.
| [new](cpl_cli.new) | n or N | Creates new CPL project.
| [publish](cpl_cli.publish) | p or P | Prepares files for publish into an output directory named dist/ at the given output path and executes ```setup.py```. Must be executed from within a library workspace directory.
| [remove](cpl_cli.remove) | r or R | Removes a project from workspace.
| [start](cpl_cli.start) | s or S | Starts CPL project, restarting on file changes.
| [uninstall](cpl_cli.uninstall) | ui or UI | Uninstalls packages from project.
| [update](cpl_cli.update) | u or U | Update CPL and project dependencies.
| [version](cpl_cli.version) | v or V | Outputs CPL CLI version.
| [add](cli.add) | a or a | Adds a project reference to given project.
| [build](cli.build) | b or B | Prepares files for publish into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.
| [generate](cli.generate) | g or G | Generate a new file.
| [help](cli.help) | h or H | Lists available command and their short descriptions.
| [install](cli.install) | i or I | With argument installs packages to project, without argument installs project dependencies.
| [new](cli.new) | n or N | Creates new CPL project.
| [publish](cli.publish) | p or P | Prepares files for publish into an output directory named dist/ at the given output path and executes ```setup.py```. Must be executed from within a library workspace directory.
| [remove](cli.remove) | r or R | Removes a project from workspace.
| [start](cli.start) | s or S | Starts CPL project, restarting on file changes.
| [uninstall](cli.uninstall) | ui or UI | Uninstalls packages from project.
| [update](cli.update) | u or U | Update CPL and project dependencies.
| [version](cli.version) | v or V | Outputs CPL CLI version.

View File

@ -4,17 +4,16 @@ CLI reference
.. toctree::
:maxdepth: 4
cpl_cli.overview
cpl_cli.add
cpl_cli.build
cpl_cli.generate
cpl_cli.help
cpl_cli.install
cpl_cli.new
cpl_cli.publish
cpl_cli.remove
cpl_cli.run
cpl_cli.start
cpl_cli.uninstall
cpl_cli.update
cpl_cli.version
cli.overview
cli.add
cli.build
cli.generate
cli.help
cli.install
cli.new
cli.publish
cli.remove
cli.start
cli.uninstall
cli.update
cli.version

View File

@ -1,61 +1,34 @@
cpl\_core.application package
=============================
cpl_core.application
=======================
Submodules
----------
cpl\_core.application.application\_abc module
---------------------------------------------
cpl_core.application.application\_abc
---------------------------------------
.. automodule:: cpl_core.application.application_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.application.application\_builder module
-------------------------------------------------
cpl_core.application.application\_builder
-------------------------------------------
.. automodule:: cpl_core.application.application_builder
:members:
:undoc-members:
:show-inheritance:
cpl\_core.application.application\_builder\_abc module
------------------------------------------------------
cpl_core.application.application\_builder\_abc
------------------------------------------------
.. automodule:: cpl_core.application.application_builder_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.application.application\_extension\_abc module
--------------------------------------------------------
.. automodule:: cpl_core.application.application_extension_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.application.startup\_abc module
-----------------------------------------
cpl_core.application.startup\_abc
-----------------------------------
.. automodule:: cpl_core.application.startup_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.application.startup\_extension\_abc module
----------------------------------------------------
.. automodule:: cpl_core.application.startup_extension_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.application
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,109 +1,42 @@
cpl\_core.configuration package
===============================
cpl_core.configuration
=========================
Submodules
----------
cpl\_core.configuration.argument\_abc module
--------------------------------------------
.. automodule:: cpl_core.configuration.argument_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.argument\_builder module
------------------------------------------------
.. automodule:: cpl_core.configuration.argument_builder
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.argument\_executable\_abc module
--------------------------------------------------------
.. automodule:: cpl_core.configuration.argument_executable_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.argument\_type\_enum module
---------------------------------------------------
.. automodule:: cpl_core.configuration.argument_type_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.configuration module
--------------------------------------------
cpl_core.configuration.configuration
--------------------------------------
.. automodule:: cpl_core.configuration.configuration
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.configuration\_abc module
-------------------------------------------------
cpl_core.configuration.configuration\_abc
-------------------------------------------
.. automodule:: cpl_core.configuration.configuration_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.configuration\_model\_abc module
--------------------------------------------------------
cpl_core.configuration.configuration\_model\_abc
--------------------------------------------------
.. automodule:: cpl_core.configuration.configuration_model_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.configuration\_variable\_name\_enum module
------------------------------------------------------------------
cpl_core.configuration.configuration\_variable\_name\_enum
------------------------------------------------------------
.. automodule:: cpl_core.configuration.configuration_variable_name_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.executable\_argument module
---------------------------------------------------
cpl_core.configuration.console\_argument
------------------------------------------
.. automodule:: cpl_core.configuration.executable_argument
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.flag\_argument module
---------------------------------------------
.. automodule:: cpl_core.configuration.flag_argument
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.validator\_abc module
---------------------------------------------
.. automodule:: cpl_core.configuration.validator_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.configuration.variable\_argument module
-------------------------------------------------
.. automodule:: cpl_core.configuration.variable_argument
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.configuration
.. automodule:: cpl_core.configuration.console_argument
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,53 +1,42 @@
cpl\_core.console package
=========================
cpl_core.console
===================
Submodules
----------
cpl\_core.console.background\_color\_enum module
------------------------------------------------
cpl_core.console.background\_color\_enum
------------------------------------------
.. automodule:: cpl_core.console.background_color_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.console.console module
--------------------------------
cpl_core.console.console
--------------------------
.. automodule:: cpl_core.console.console
:members:
:undoc-members:
:show-inheritance:
cpl\_core.console.console\_call module
--------------------------------------
cpl_core.console.console\_call
--------------------------------
.. automodule:: cpl_core.console.console_call
:members:
:undoc-members:
:show-inheritance:
cpl\_core.console.foreground\_color\_enum module
------------------------------------------------
cpl_core.console.foreground\_color\_enum
------------------------------------------
.. automodule:: cpl_core.console.foreground_color_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.console.spinner\_thread module
----------------------------------------
cpl_core.console.spinner\_thread
----------------------------------
.. automodule:: cpl_core.console.spinner_thread
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.console
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,29 +1,18 @@
cpl\_core.database.connection package
=====================================
cpl_core.database.connection
===============================
Submodules
----------
cpl\_core.database.connection.database\_connection module
---------------------------------------------------------
cpl_core.database.connection.database\_connection
---------------------------------------------------
.. automodule:: cpl_core.database.connection.database_connection
:members:
:undoc-members:
:show-inheritance:
cpl\_core.database.connection.database\_connection\_abc module
--------------------------------------------------------------
cpl_core.database.connection.database\_connection\_abc
--------------------------------------------------------
.. automodule:: cpl_core.database.connection.database_connection_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.database.connection
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,29 +1,18 @@
cpl\_core.database.context package
==================================
cpl_core.database.context
============================
Submodules
----------
cpl\_core.database.context.database\_context module
---------------------------------------------------
cpl_core.database.context.database\_context
---------------------------------------------
.. automodule:: cpl_core.database.context.database_context
:members:
:undoc-members:
:show-inheritance:
cpl\_core.database.context.database\_context\_abc module
--------------------------------------------------------
cpl_core.database.context.database\_context\_abc
--------------------------------------------------
.. automodule:: cpl_core.database.context.database_context_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.database.context
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,8 +1,5 @@
cpl\_core.database package
==========================
Subpackages
-----------
cpl_core.database
====================
.. toctree::
:maxdepth: 4
@ -10,37 +7,28 @@ Subpackages
cpl_core.database.connection
cpl_core.database.context
Submodules
----------
cpl\_core.database.database\_settings module
--------------------------------------------
cpl_core.database.database\_model
-----------------------------------
.. automodule:: cpl_core.database.database_model
:members:
:undoc-members:
:show-inheritance:
cpl_core.database.database\_settings
--------------------------------------
.. automodule:: cpl_core.database.database_settings
:members:
:undoc-members:
:show-inheritance:
cpl\_core.database.database\_settings\_name\_enum module
--------------------------------------------------------
cpl_core.database.database\_settings\_name\_enum
--------------------------------------------------
.. automodule:: cpl_core.database.database_settings_name_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.database.table\_abc module
------------------------------------
.. automodule:: cpl_core.database.table_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.database
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,85 +1,50 @@
cpl\_core.dependency\_injection package
=======================================
cpl_core.dependency\_injection
=================================
Submodules
----------
cpl\_core.dependency\_injection.scope module
--------------------------------------------
.. automodule:: cpl_core.dependency_injection.scope
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.scope\_abc module
-------------------------------------------------
.. automodule:: cpl_core.dependency_injection.scope_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.scope\_builder module
-----------------------------------------------------
.. automodule:: cpl_core.dependency_injection.scope_builder
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_collection module
----------------------------------------------------------
cpl_core.dependency\_injection.service\_collection
----------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_collection
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_collection\_abc module
---------------------------------------------------------------
cpl_core.dependency\_injection.service\_collection\_abc
---------------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_collection_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_descriptor module
----------------------------------------------------------
cpl_core.dependency\_injection.service\_descriptor
----------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_descriptor
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_lifetime\_enum module
--------------------------------------------------------------
cpl_core.dependency\_injection.service\_lifetime\_enum
--------------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_lifetime_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_provider module
--------------------------------------------------------
cpl_core.dependency\_injection.service\_provider
--------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_provider
:members:
:undoc-members:
:show-inheritance:
cpl\_core.dependency\_injection.service\_provider\_abc module
-------------------------------------------------------------
cpl_core.dependency\_injection.service\_provider\_abc
-------------------------------------------------------
.. automodule:: cpl_core.dependency_injection.service_provider_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.dependency_injection
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,37 +1,26 @@
cpl\_core.environment package
=============================
cpl_core.environment
=======================
Submodules
----------
cpl\_core.environment.application\_environment module
-----------------------------------------------------
cpl_core.environment.application\_environment
-----------------------------------------------
.. automodule:: cpl_core.environment.application_environment
:members:
:undoc-members:
:show-inheritance:
cpl\_core.environment.application\_environment\_abc module
----------------------------------------------------------
cpl_core.environment.application\_environment\_abc
----------------------------------------------------
.. automodule:: cpl_core.environment.application_environment_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.environment.environment\_name\_enum module
----------------------------------------------------
cpl_core.environment.environment\_name\_enum
----------------------------------------------
.. automodule:: cpl_core.environment.environment_name_enum
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.environment
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,53 +1,42 @@
cpl\_core.logging package
=========================
cpl_core.logging
===================
Submodules
----------
cpl\_core.logging.logger\_abc module
------------------------------------
cpl_core.logging.logger\_abc
------------------------------
.. automodule:: cpl_core.logging.logger_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.logging.logger\_service module
----------------------------------------
cpl_core.logging.logger\_service
----------------------------------
.. automodule:: cpl_core.logging.logger_service
:members:
:undoc-members:
:show-inheritance:
cpl\_core.logging.logging\_level\_enum module
---------------------------------------------
cpl_core.logging.logging\_level\_enum
---------------------------------------
.. automodule:: cpl_core.logging.logging_level_enum
:members:
:undoc-members:
:show-inheritance:
cpl\_core.logging.logging\_settings module
------------------------------------------
cpl_core.logging.logging\_settings
------------------------------------
.. automodule:: cpl_core.logging.logging_settings
:members:
:undoc-members:
:show-inheritance:
cpl\_core.logging.logging\_settings\_name\_enum module
------------------------------------------------------
cpl_core.logging.logging\_settings\_name\_enum
------------------------------------------------
.. automodule:: cpl_core.logging.logging_settings_name_enum
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.logging
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,53 +1,42 @@
cpl\_core.mailing package
=========================
cpl_core.mailing
===================
Submodules
----------
cpl\_core.mailing.email module
------------------------------
cpl_core.mailing.email
------------------------
.. automodule:: cpl_core.mailing.email
:members:
:undoc-members:
:show-inheritance:
cpl\_core.mailing.email\_client\_abc module
-------------------------------------------
cpl_core.mailing.email\_client\_abc
-------------------------------------
.. automodule:: cpl_core.mailing.email_client_abc
:members:
:undoc-members:
:show-inheritance:
cpl\_core.mailing.email\_client\_service module
-----------------------------------------------
cpl_core.mailing.email\_client\_service
-----------------------------------------
.. automodule:: cpl_core.mailing.email_client_service
:members:
:undoc-members:
:show-inheritance:
cpl\_core.mailing.email\_client\_settings module
------------------------------------------------
cpl_core.mailing.email\_client\_settings
------------------------------------------
.. automodule:: cpl_core.mailing.email_client_settings
:members:
:undoc-members:
:show-inheritance:
cpl\_core.mailing.email\_client\_settings\_name\_enum module
------------------------------------------------------------
cpl_core.mailing.email\_client\_settings\_name\_enum
------------------------------------------------------
.. automodule:: cpl_core.mailing.email_client_settings_name_enum
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.mailing
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_core.pipes package
cpl\_core.pipes
=======================
Submodules
----------
cpl\_core.pipes.bool\_pipe module
cpl\_core.pipes.bool\_pipe
---------------------------------
.. automodule:: cpl_core.pipes.bool_pipe
@ -12,7 +11,7 @@ cpl\_core.pipes.bool\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.first\_char\_to\_lower\_pipe module
cpl\_core.pipes.first\_char\_to\_lower\_pipe
---------------------------------------------------
.. automodule:: cpl_core.pipes.first_char_to_lower_pipe
@ -20,7 +19,7 @@ cpl\_core.pipes.first\_char\_to\_lower\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.first\_to\_upper\_pipe module
cpl\_core.pipes.first\_to\_upper\_pipe
---------------------------------------------
.. automodule:: cpl_core.pipes.first_to_upper_pipe
@ -28,7 +27,7 @@ cpl\_core.pipes.first\_to\_upper\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.ip\_address\_pipe module
cpl\_core.pipes.ip\_address\_pipe
----------------------------------------
.. automodule:: cpl_core.pipes.ip_address_pipe
@ -36,7 +35,7 @@ cpl\_core.pipes.ip\_address\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.pipe\_abc module
cpl\_core.pipes.pipe\_abc
--------------------------------
.. automodule:: cpl_core.pipes.pipe_abc
@ -44,7 +43,7 @@ cpl\_core.pipes.pipe\_abc module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.to\_camel\_case\_pipe module
cpl\_core.pipes.to\_camel\_case\_pipe
--------------------------------------------
.. automodule:: cpl_core.pipes.to_camel_case_pipe
@ -52,7 +51,7 @@ cpl\_core.pipes.to\_camel\_case\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.to\_snake\_case\_pipe module
cpl\_core.pipes.to\_snake\_case\_pipe
--------------------------------------------
.. automodule:: cpl_core.pipes.to_snake_case_pipe
@ -60,18 +59,10 @@ cpl\_core.pipes.to\_snake\_case\_pipe module
:undoc-members:
:show-inheritance:
cpl\_core.pipes.version\_pipe module
cpl\_core.pipes.version\_pipe
------------------------------------
.. automodule:: cpl_core.pipes.version_pipe
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.pipes
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,5 +1,5 @@
API reference
=============
===========
.. toctree::
:maxdepth: 4
@ -15,4 +15,3 @@ API reference
cpl_core.pipes
cpl_core.time
cpl_core.utils

View File

@ -1,29 +1,18 @@
cpl\_core.time package
======================
cpl_core.time
================
Submodules
----------
cpl\_core.time.time\_format\_settings module
--------------------------------------------
cpl_core.time.time\_format\_settings
--------------------------------------
.. automodule:: cpl_core.time.time_format_settings
:members:
:undoc-members:
:show-inheritance:
cpl\_core.time.time\_format\_settings\_names\_enum module
---------------------------------------------------------
cpl_core.time.time\_format\_settings\_names\_enum
---------------------------------------------------
.. automodule:: cpl_core.time.time_format_settings_names_enum
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.time
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,37 +1,26 @@
cpl\_core.utils package
=======================
cpl_core.utils
=================
Submodules
----------
cpl\_core.utils.credential\_manager module
------------------------------------------
cpl_core.utils.credential\_manager
------------------------------------
.. automodule:: cpl_core.utils.credential_manager
:members:
:undoc-members:
:show-inheritance:
cpl\_core.utils.pip module
--------------------------
cpl_core.utils.pip
--------------------
.. automodule:: cpl_core.utils.pip
:members:
:undoc-members:
:show-inheritance:
cpl\_core.utils.string module
-----------------------------
cpl_core.utils.string
-----------------------
.. automodule:: cpl_core.utils.string
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_core.utils
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,21 +1,12 @@
cpl\_discord.application package
cpl\_discord.application
================================
Submodules
----------
cpl\_discord.application.discord\_bot\_application\_abc module
cpl\_discord.application.discord\_bot\_application\_abc
--------------------------------------------------------------
.. automodule:: cpl_discord.application.discord_bot_application_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.application
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_discord.command package
cpl\_discord.command
============================
Submodules
----------
cpl\_discord.command.discord\_command\_abc module
cpl\_discord.command.discord\_command\_abc
-------------------------------------------------
.. automodule:: cpl_discord.command.discord_command_abc
@ -12,18 +11,10 @@ cpl\_discord.command.discord\_command\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.command.discord\_commands\_meta module
cpl\_discord.command.discord\_commands\_meta
---------------------------------------------------
.. automodule:: cpl_discord.command.discord_commands_meta
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.command
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,21 +1,12 @@
cpl\_discord.configuration package
cpl\_discord.configuration
==================================
Submodules
----------
cpl\_discord.configuration.discord\_bot\_settings module
cpl\_discord.configuration.discord\_bot\_settings
--------------------------------------------------------
.. automodule:: cpl_discord.configuration.discord_bot_settings
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.configuration
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_discord.container package
cpl\_discord.container
==============================
Submodules
----------
cpl\_discord.container.category\_channel module
cpl\_discord.container.category\_channel
-----------------------------------------------
.. automodule:: cpl_discord.container.category_channel
@ -12,7 +11,7 @@ cpl\_discord.container.category\_channel module
:undoc-members:
:show-inheritance:
cpl\_discord.container.container module
cpl\_discord.container.container
---------------------------------------
.. automodule:: cpl_discord.container.container
@ -20,7 +19,7 @@ cpl\_discord.container.container module
:undoc-members:
:show-inheritance:
cpl\_discord.container.guild module
cpl\_discord.container.guild
-----------------------------------
.. automodule:: cpl_discord.container.guild
@ -28,7 +27,7 @@ cpl\_discord.container.guild module
:undoc-members:
:show-inheritance:
cpl\_discord.container.member module
cpl\_discord.container.member
------------------------------------
.. automodule:: cpl_discord.container.member
@ -36,7 +35,7 @@ cpl\_discord.container.member module
:undoc-members:
:show-inheritance:
cpl\_discord.container.role module
cpl\_discord.container.role
----------------------------------
.. automodule:: cpl_discord.container.role
@ -44,7 +43,7 @@ cpl\_discord.container.role module
:undoc-members:
:show-inheritance:
cpl\_discord.container.text\_channel module
cpl\_discord.container.text\_channel
-------------------------------------------
.. automodule:: cpl_discord.container.text_channel
@ -52,7 +51,7 @@ cpl\_discord.container.text\_channel module
:undoc-members:
:show-inheritance:
cpl\_discord.container.thread module
cpl\_discord.container.thread
------------------------------------
.. automodule:: cpl_discord.container.thread
@ -60,18 +59,10 @@ cpl\_discord.container.thread module
:undoc-members:
:show-inheritance:
cpl\_discord.container.voice\_channel module
cpl\_discord.container.voice\_channel
--------------------------------------------
.. automodule:: cpl_discord.container.voice_channel
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.container
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_discord.events package
cpl\_discord.events
===========================
Submodules
----------
cpl\_discord.events.on\_bulk\_message\_delete\_abc module
cpl\_discord.events.on\_bulk\_message\_delete\_abc
---------------------------------------------------------
.. automodule:: cpl_discord.events.on_bulk_message_delete_abc
@ -12,7 +11,7 @@ cpl\_discord.events.on\_bulk\_message\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_command\_abc module
cpl\_discord.events.on\_command\_abc
-------------------------------------------
.. automodule:: cpl_discord.events.on_command_abc
@ -20,7 +19,7 @@ cpl\_discord.events.on\_command\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_command\_completion\_abc module
cpl\_discord.events.on\_command\_completion\_abc
-------------------------------------------------------
.. automodule:: cpl_discord.events.on_command_completion_abc
@ -28,7 +27,7 @@ cpl\_discord.events.on\_command\_completion\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_command\_error\_abc module
cpl\_discord.events.on\_command\_error\_abc
--------------------------------------------------
.. automodule:: cpl_discord.events.on_command_error_abc
@ -36,7 +35,7 @@ cpl\_discord.events.on\_command\_error\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_connect\_abc module
cpl\_discord.events.on\_connect\_abc
-------------------------------------------
.. automodule:: cpl_discord.events.on_connect_abc
@ -44,7 +43,7 @@ cpl\_discord.events.on\_connect\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_disconnect\_abc module
cpl\_discord.events.on\_disconnect\_abc
----------------------------------------------
.. automodule:: cpl_discord.events.on_disconnect_abc
@ -52,7 +51,7 @@ cpl\_discord.events.on\_disconnect\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_error\_abc module
cpl\_discord.events.on\_error\_abc
-----------------------------------------
.. automodule:: cpl_discord.events.on_error_abc
@ -60,7 +59,7 @@ cpl\_discord.events.on\_error\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_group\_join\_abc module
cpl\_discord.events.on\_group\_join\_abc
-----------------------------------------------
.. automodule:: cpl_discord.events.on_group_join_abc
@ -68,7 +67,7 @@ cpl\_discord.events.on\_group\_join\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_group\_remove\_abc module
cpl\_discord.events.on\_group\_remove\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_group_remove_abc
@ -76,7 +75,7 @@ cpl\_discord.events.on\_group\_remove\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_available\_abc module
cpl\_discord.events.on\_guild\_available\_abc
----------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_available_abc
@ -84,7 +83,7 @@ cpl\_discord.events.on\_guild\_available\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_channel\_create\_abc module
cpl\_discord.events.on\_guild\_channel\_create\_abc
----------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_channel_create_abc
@ -92,7 +91,7 @@ cpl\_discord.events.on\_guild\_channel\_create\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_channel\_delete\_abc module
cpl\_discord.events.on\_guild\_channel\_delete\_abc
----------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_channel_delete_abc
@ -100,7 +99,7 @@ cpl\_discord.events.on\_guild\_channel\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc module
cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc
----------------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_channel_pins_update_abc
@ -108,7 +107,7 @@ cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_channel\_update\_abc module
cpl\_discord.events.on\_guild\_channel\_update\_abc
----------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_channel_update_abc
@ -116,7 +115,7 @@ cpl\_discord.events.on\_guild\_channel\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_emojis\_update\_abc module
cpl\_discord.events.on\_guild\_emojis\_update\_abc
---------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_emojis_update_abc
@ -124,7 +123,7 @@ cpl\_discord.events.on\_guild\_emojis\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_integrations\_update\_abc module
cpl\_discord.events.on\_guild\_integrations\_update\_abc
---------------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_integrations_update_abc
@ -132,7 +131,7 @@ cpl\_discord.events.on\_guild\_integrations\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_join\_abc module
cpl\_discord.events.on\_guild\_join\_abc
-----------------------------------------------
.. automodule:: cpl_discord.events.on_guild_join_abc
@ -140,7 +139,7 @@ cpl\_discord.events.on\_guild\_join\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_remove\_abc module
cpl\_discord.events.on\_guild\_remove\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_remove_abc
@ -148,7 +147,7 @@ cpl\_discord.events.on\_guild\_remove\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_role\_create\_abc module
cpl\_discord.events.on\_guild\_role\_create\_abc
-------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_role_create_abc
@ -156,7 +155,7 @@ cpl\_discord.events.on\_guild\_role\_create\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_role\_delete\_abc module
cpl\_discord.events.on\_guild\_role\_delete\_abc
-------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_role_delete_abc
@ -164,7 +163,7 @@ cpl\_discord.events.on\_guild\_role\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_role\_update\_abc module
cpl\_discord.events.on\_guild\_role\_update\_abc
-------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_role_update_abc
@ -172,7 +171,7 @@ cpl\_discord.events.on\_guild\_role\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_unavailable\_abc module
cpl\_discord.events.on\_guild\_unavailable\_abc
------------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_unavailable_abc
@ -180,7 +179,7 @@ cpl\_discord.events.on\_guild\_unavailable\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_guild\_update\_abc module
cpl\_discord.events.on\_guild\_update\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_guild_update_abc
@ -188,7 +187,7 @@ cpl\_discord.events.on\_guild\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_invite\_create\_abc module
cpl\_discord.events.on\_invite\_create\_abc
--------------------------------------------------
.. automodule:: cpl_discord.events.on_invite_create_abc
@ -196,7 +195,7 @@ cpl\_discord.events.on\_invite\_create\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_invite\_delete\_abc module
cpl\_discord.events.on\_invite\_delete\_abc
--------------------------------------------------
.. automodule:: cpl_discord.events.on_invite_delete_abc
@ -204,7 +203,7 @@ cpl\_discord.events.on\_invite\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_member\_ban\_abc module
cpl\_discord.events.on\_member\_ban\_abc
-----------------------------------------------
.. automodule:: cpl_discord.events.on_member_ban_abc
@ -212,7 +211,7 @@ cpl\_discord.events.on\_member\_ban\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_member\_join\_abc module
cpl\_discord.events.on\_member\_join\_abc
------------------------------------------------
.. automodule:: cpl_discord.events.on_member_join_abc
@ -220,7 +219,7 @@ cpl\_discord.events.on\_member\_join\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_member\_remove\_abc module
cpl\_discord.events.on\_member\_remove\_abc
--------------------------------------------------
.. automodule:: cpl_discord.events.on_member_remove_abc
@ -228,7 +227,7 @@ cpl\_discord.events.on\_member\_remove\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_member\_unban\_abc module
cpl\_discord.events.on\_member\_unban\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_member_unban_abc
@ -236,7 +235,7 @@ cpl\_discord.events.on\_member\_unban\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_member\_update\_abc module
cpl\_discord.events.on\_member\_update\_abc
--------------------------------------------------
.. automodule:: cpl_discord.events.on_member_update_abc
@ -244,7 +243,7 @@ cpl\_discord.events.on\_member\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_message\_abc module
cpl\_discord.events.on\_message\_abc
-------------------------------------------
.. automodule:: cpl_discord.events.on_message_abc
@ -252,7 +251,7 @@ cpl\_discord.events.on\_message\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_message\_delete\_abc module
cpl\_discord.events.on\_message\_delete\_abc
---------------------------------------------------
.. automodule:: cpl_discord.events.on_message_delete_abc
@ -260,7 +259,7 @@ cpl\_discord.events.on\_message\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_message\_edit\_abc module
cpl\_discord.events.on\_message\_edit\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_message_edit_abc
@ -268,7 +267,7 @@ cpl\_discord.events.on\_message\_edit\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_private\_channel\_create\_abc module
cpl\_discord.events.on\_private\_channel\_create\_abc
------------------------------------------------------------
.. automodule:: cpl_discord.events.on_private_channel_create_abc
@ -276,7 +275,7 @@ cpl\_discord.events.on\_private\_channel\_create\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_private\_channel\_delete\_abc module
cpl\_discord.events.on\_private\_channel\_delete\_abc
------------------------------------------------------------
.. automodule:: cpl_discord.events.on_private_channel_delete_abc
@ -284,7 +283,7 @@ cpl\_discord.events.on\_private\_channel\_delete\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_private\_channel\_pins\_update\_abc module
cpl\_discord.events.on\_private\_channel\_pins\_update\_abc
------------------------------------------------------------------
.. automodule:: cpl_discord.events.on_private_channel_pins_update_abc
@ -292,7 +291,7 @@ cpl\_discord.events.on\_private\_channel\_pins\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_private\_channel\_update\_abc module
cpl\_discord.events.on\_private\_channel\_update\_abc
------------------------------------------------------------
.. automodule:: cpl_discord.events.on_private_channel_update_abc
@ -300,7 +299,7 @@ cpl\_discord.events.on\_private\_channel\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_raw\_reaction\_add\_abc module
cpl\_discord.events.on\_raw\_reaction\_add\_abc
------------------------------------------------------
.. automodule:: cpl_discord.events.on_raw_reaction_add_abc
@ -308,7 +307,7 @@ cpl\_discord.events.on\_raw\_reaction\_add\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_raw\_reaction\_clear\_abc module
cpl\_discord.events.on\_raw\_reaction\_clear\_abc
--------------------------------------------------------
.. automodule:: cpl_discord.events.on_raw_reaction_clear_abc
@ -316,7 +315,7 @@ cpl\_discord.events.on\_raw\_reaction\_clear\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc module
cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc
---------------------------------------------------------------
.. automodule:: cpl_discord.events.on_raw_reaction_clear_emoji_abc
@ -324,7 +323,7 @@ cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_raw\_reaction\_remove\_abc module
cpl\_discord.events.on\_raw\_reaction\_remove\_abc
---------------------------------------------------------
.. automodule:: cpl_discord.events.on_raw_reaction_remove_abc
@ -332,7 +331,7 @@ cpl\_discord.events.on\_raw\_reaction\_remove\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_reaction\_add\_abc module
cpl\_discord.events.on\_reaction\_add\_abc
-------------------------------------------------
.. automodule:: cpl_discord.events.on_reaction_add_abc
@ -340,7 +339,7 @@ cpl\_discord.events.on\_reaction\_add\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_reaction\_clear\_abc module
cpl\_discord.events.on\_reaction\_clear\_abc
---------------------------------------------------
.. automodule:: cpl_discord.events.on_reaction_clear_abc
@ -348,7 +347,7 @@ cpl\_discord.events.on\_reaction\_clear\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_reaction\_clear\_emoji\_abc module
cpl\_discord.events.on\_reaction\_clear\_emoji\_abc
----------------------------------------------------------
.. automodule:: cpl_discord.events.on_reaction_clear_emoji_abc
@ -356,7 +355,7 @@ cpl\_discord.events.on\_reaction\_clear\_emoji\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_reaction\_remove\_abc module
cpl\_discord.events.on\_reaction\_remove\_abc
----------------------------------------------------
.. automodule:: cpl_discord.events.on_reaction_remove_abc
@ -364,7 +363,7 @@ cpl\_discord.events.on\_reaction\_remove\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_ready\_abc module
cpl\_discord.events.on\_ready\_abc
-----------------------------------------
.. automodule:: cpl_discord.events.on_ready_abc
@ -372,7 +371,7 @@ cpl\_discord.events.on\_ready\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_resume\_abc module
cpl\_discord.events.on\_resume\_abc
------------------------------------------
.. automodule:: cpl_discord.events.on_resume_abc
@ -380,7 +379,7 @@ cpl\_discord.events.on\_resume\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_typing\_abc module
cpl\_discord.events.on\_typing\_abc
------------------------------------------
.. automodule:: cpl_discord.events.on_typing_abc
@ -388,7 +387,7 @@ cpl\_discord.events.on\_typing\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_user\_update\_abc module
cpl\_discord.events.on\_user\_update\_abc
------------------------------------------------
.. automodule:: cpl_discord.events.on_user_update_abc
@ -396,7 +395,7 @@ cpl\_discord.events.on\_user\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_voice\_state\_update\_abc module
cpl\_discord.events.on\_voice\_state\_update\_abc
--------------------------------------------------------
.. automodule:: cpl_discord.events.on_voice_state_update_abc
@ -404,18 +403,10 @@ cpl\_discord.events.on\_voice\_state\_update\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.events.on\_webhooks\_update\_abc module
cpl\_discord.events.on\_webhooks\_update\_abc
----------------------------------------------------
.. automodule:: cpl_discord.events.on_webhooks_update_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.events
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,21 +1,12 @@
cpl\_discord.helper package
cpl\_discord.helper
===========================
Submodules
----------
cpl\_discord.helper.to\_containers\_converter module
cpl\_discord.helper.to\_containers\_converter
----------------------------------------------------
.. automodule:: cpl_discord.helper.to_containers_converter
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.helper
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,4 +1,4 @@
Discord Reference
Discord reference
====================
.. toctree::
@ -11,11 +11,3 @@ Discord Reference
cpl_discord.events
cpl_discord.helper
cpl_discord.service
cpl\_discord.discord\_event\_types\_enum module
-----------------------------------------------
.. automodule:: cpl_discord.discord_event_types_enum
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_discord.service package
cpl\_discord.service
============================
Submodules
----------
cpl\_discord.service.command\_error\_handler\_service module
cpl\_discord.service.command\_error\_handler\_service
------------------------------------------------------------
.. automodule:: cpl_discord.service.command_error_handler_service
@ -12,7 +11,7 @@ cpl\_discord.service.command\_error\_handler\_service module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_bot\_service module
cpl\_discord.service.discord\_bot\_service
-------------------------------------------------
.. automodule:: cpl_discord.service.discord_bot_service
@ -20,7 +19,7 @@ cpl\_discord.service.discord\_bot\_service module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_bot\_service\_abc module
cpl\_discord.service.discord\_bot\_service\_abc
------------------------------------------------------
.. automodule:: cpl_discord.service.discord_bot_service_abc
@ -28,7 +27,7 @@ cpl\_discord.service.discord\_bot\_service\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_collection module
cpl\_discord.service.discord\_collection
-----------------------------------------------
.. automodule:: cpl_discord.service.discord_collection
@ -36,7 +35,7 @@ cpl\_discord.service.discord\_collection module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_collection\_abc module
cpl\_discord.service.discord\_collection\_abc
----------------------------------------------------
.. automodule:: cpl_discord.service.discord_collection_abc
@ -44,7 +43,7 @@ cpl\_discord.service.discord\_collection\_abc module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_service module
cpl\_discord.service.discord\_service
--------------------------------------------
.. automodule:: cpl_discord.service.discord_service
@ -52,18 +51,10 @@ cpl\_discord.service.discord\_service module
:undoc-members:
:show-inheritance:
cpl\_discord.service.discord\_service\_abc module
cpl\_discord.service.discord\_service\_abc
-------------------------------------------------
.. automodule:: cpl_discord.service.discord_service_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_discord.service
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_query.base package
cpl\_query.base
=======================
Submodules
----------
cpl\_query.base.default\_lambda module
cpl\_query.base.default\_lambda
--------------------------------------
.. automodule:: cpl_query.base.default_lambda
@ -12,7 +11,7 @@ cpl\_query.base.default\_lambda module
:undoc-members:
:show-inheritance:
cpl\_query.base.ordered\_queryable module
cpl\_query.base.ordered\_queryable
-----------------------------------------
.. automodule:: cpl_query.base.ordered_queryable
@ -20,7 +19,7 @@ cpl\_query.base.ordered\_queryable module
:undoc-members:
:show-inheritance:
cpl\_query.base.ordered\_queryable\_abc module
cpl\_query.base.ordered\_queryable\_abc
----------------------------------------------
.. automodule:: cpl_query.base.ordered_queryable_abc
@ -28,7 +27,7 @@ cpl\_query.base.ordered\_queryable\_abc module
:undoc-members:
:show-inheritance:
cpl\_query.base.queryable\_abc module
cpl\_query.base.queryable\_abc
-------------------------------------
.. automodule:: cpl_query.base.queryable_abc
@ -36,18 +35,18 @@ cpl\_query.base.queryable\_abc module
:undoc-members:
:show-inheritance:
cpl\_query.base.sequence module
-------------------------------
cpl\_query.base.sequence\_abc
------------------------------------
.. automodule:: cpl_query.base.sequence
.. automodule:: cpl_query.base.sequence_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
cpl\_query.base.sequence\_values
---------------------------------------
.. automodule:: cpl_query.base
.. automodule:: cpl_query.base.sequence_values
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_query.enumerable package
cpl\_query.enumerable
=============================
Submodules
----------
cpl\_query.enumerable.enumerable module
cpl\_query.enumerable.enumerable
---------------------------------------
.. automodule:: cpl_query.enumerable.enumerable
@ -12,18 +11,10 @@ cpl\_query.enumerable.enumerable module
:undoc-members:
:show-inheritance:
cpl\_query.enumerable.enumerable\_abc module
cpl\_query.enumerable.enumerable\_abc
--------------------------------------------
.. automodule:: cpl_query.enumerable.enumerable_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_query.enumerable
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,21 +1,12 @@
cpl\_query.extension package
cpl\_query.extension
============================
Submodules
----------
cpl\_query.extension.list module
cpl\_query.extension.list
--------------------------------
.. automodule:: cpl_query.extension.list
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_query.extension
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,9 @@
cpl\_query.iterable package
cpl\_query.iterable
===========================
Submodules
----------
cpl\_query.iterable.iterable module
cpl\_query.iterable.iterable
-----------------------------------
.. automodule:: cpl_query.iterable.iterable
@ -12,18 +11,10 @@ cpl\_query.iterable.iterable module
:undoc-members:
:show-inheritance:
cpl\_query.iterable.iterable\_abc module
cpl\_query.iterable.iterable\_abc
----------------------------------------
.. automodule:: cpl_query.iterable.iterable_abc
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: cpl_query.iterable
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,10 +1,10 @@
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

View File

@ -56,5 +56,5 @@ This CPL docs help you learn, understand and use the package. From your first ap
- [Getting started](quickstart)
- [Setup](setup)
- [API Reference](cpl_core)
- [CLI Reference](cpl_cli.overview)
- [CLI Reference](cli.overview)
- [Query Reference](cpl_query)

View File

@ -1,9 +1,10 @@
Packages
========
cpl
===
.. toctree::
:maxdepth: 4
getting_started
cpl_cli
cpl_core
cpl_discord

View File

@ -104,8 +104,8 @@ Hello World
## What's next
- To learn more about the CPL CLI, see the [CLI Overview](cpl_cli.overview)
- Fore more informations about the Pyhton files generated by ```cpl new```, see [New Command](cpl_cli.new)
- To learn more about the CPL CLI, see the [CLI Overview](cli.overview)
- Fore more informations about the Pyhton files generated by ```cpl new```, see [New Command](cli.new)
<!-- LINKS -->
[pip-url]: https://pip.sh-edraft.de

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl build" href="cpl_cli.build.html" />
<link rel="prev" title="CLI Overview and Command Reference" href="cpl_cli.overview.html" />
<link rel="next" title="cpl build" href="cli.build.html" />
<link rel="prev" title="CLI Overview and Command Reference" href="cli.overview.html" />
</head>
<body class="wy-body-for-nav">
@ -43,7 +43,7 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl add</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
@ -51,22 +51,21 @@
<li class="toctree-l3"><a class="reference internal" href="#flags">Flags</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -88,7 +87,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl add</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.add.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.add.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -157,8 +156,8 @@ cpl <strong>A</strong> <em>&lt;source-project&gt;</em> <em>&lt;target-project&gt
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.overview.html" class="btn btn-neutral float-left" title="CLI Overview and Command Reference" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.build.html" class="btn btn-neutral float-right" title="cpl build" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.overview.html" class="btn btn-neutral float-left" title="CLI Overview and Command Reference" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.build.html" class="btn btn-neutral float-right" title="cpl build" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl generate" href="cpl_cli.generate.html" />
<link rel="prev" title="cpl add" href="cpl_cli.add.html" />
<link rel="next" title="cpl generate" href="cli.generate.html" />
<link rel="prev" title="cpl add" href="cli.add.html" />
</head>
<body class="wy-body-for-nav">
@ -43,28 +43,27 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.add.html">cpl add</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl build</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -86,7 +85,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl build</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.build.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.build.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -124,8 +123,8 @@ cpl <strong>B</strong></p>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.add.html" class="btn btn-neutral float-left" title="cpl add" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.generate.html" class="btn btn-neutral float-right" title="cpl generate" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.add.html" class="btn btn-neutral float-left" title="cpl add" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.generate.html" class="btn btn-neutral float-right" title="cpl generate" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl help" href="cpl_cli.help.html" />
<link rel="prev" title="cpl build" href="cpl_cli.build.html" />
<link rel="next" title="cpl help" href="cli.help.html" />
<link rel="prev" title="cpl build" href="cli.build.html" />
</head>
<body class="wy-body-for-nav">
@ -43,9 +43,9 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.build.html">cpl build</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl generate</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
@ -53,20 +53,19 @@
<li class="toctree-l3"><a class="reference internal" href="#schematics">Schematics</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -88,7 +87,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl generate</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.generate.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.generate.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -203,8 +202,8 @@ cpl <strong>G</strong> <em>&lt;schematic&gt;</em> <em>&lt;name&gt;</em></p>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.build.html" class="btn btn-neutral float-left" title="cpl build" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.help.html" class="btn btn-neutral float-right" title="cpl help" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.build.html" class="btn btn-neutral float-left" title="cpl build" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.help.html" class="btn btn-neutral float-right" title="cpl help" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl install" href="cpl_cli.install.html" />
<link rel="prev" title="cpl generate" href="cpl_cli.generate.html" />
<link rel="next" title="cpl install" href="cli.install.html" />
<link rel="prev" title="cpl generate" href="cli.generate.html" />
</head>
<body class="wy-body-for-nav">
@ -43,29 +43,28 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.generate.html">cpl generate</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl help</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
<li class="toctree-l3"><a class="reference internal" href="#arguments">Arguments</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -87,7 +86,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl help</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.help.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.help.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -135,8 +134,8 @@ cpl <strong>H</strong> <em>&lt;command&gt;</em></p>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.generate.html" class="btn btn-neutral float-left" title="cpl generate" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.install.html" class="btn btn-neutral float-right" title="cpl install" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.generate.html" class="btn btn-neutral float-left" title="cpl generate" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.install.html" class="btn btn-neutral float-right" title="cpl install" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl new" href="cpl_cli.new.html" />
<link rel="prev" title="cpl help" href="cpl_cli.help.html" />
<link rel="next" title="cpl new" href="cli.new.html" />
<link rel="prev" title="cpl help" href="cli.help.html" />
</head>
<body class="wy-body-for-nav">
@ -43,11 +43,11 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.help.html">cpl help</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl install</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
@ -55,18 +55,17 @@
<li class="toctree-l3"><a class="reference internal" href="#flags">Flags</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.new.html">cpl new</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -88,7 +87,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl install</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.install.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.install.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -158,8 +157,8 @@ Without given package it will install the depedencies of the CPL project your in
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.help.html" class="btn btn-neutral float-left" title="cpl help" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.new.html" class="btn btn-neutral float-right" title="cpl new" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.help.html" class="btn btn-neutral float-left" title="cpl help" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.new.html" class="btn btn-neutral float-right" title="cpl new" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

View File

@ -19,8 +19,8 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="cpl publish" href="cpl_cli.publish.html" />
<link rel="prev" title="cpl install" href="cpl_cli.install.html" />
<link rel="next" title="cpl publish" href="cli.publish.html" />
<link rel="prev" title="cpl install" href="cli.install.html" />
</head>
<body class="wy-body-for-nav">
@ -43,12 +43,12 @@
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="cpl_cli.html">CLI reference</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.install.html">cpl install</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.overview.html">CLI Overview and Command Reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.add.html">cpl add</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.build.html">cpl build</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.generate.html">cpl generate</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.help.html">cpl help</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.install.html">cpl install</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">cpl new</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#contents">Contents</a></li>
<li class="toctree-l3"><a class="reference internal" href="#description">Description</a></li>
@ -56,17 +56,16 @@
<li class="toctree-l3"><a class="reference internal" href="#flags">Flags</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.run.html">cpl run</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cpl_cli.version.html">cpl version</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.publish.html">cpl publish</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.remove.html">cpl remove</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.start.html">cpl start</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.uninstall.html">cpl uninstall</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.update.html">cpl update</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.version.html">cpl version</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
</ul>
@ -88,7 +87,7 @@
<li><a href="cpl_cli.html">CLI reference</a> &raquo;</li>
<li>cpl new</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/cpl_cli.new.md.txt" rel="nofollow"> View page source</a>
<a href="_sources/cli.new.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@ -192,8 +191,8 @@ cpl <strong>N</strong> <em>&lt;type&gt;</em> <em>&lt;name&gt;</em></p>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="cpl_cli.install.html" class="btn btn-neutral float-left" title="cpl install" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cpl_cli.publish.html" class="btn btn-neutral float-right" title="cpl publish" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="cli.install.html" class="btn btn-neutral float-left" title="cpl install" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="cli.publish.html" class="btn btn-neutral float-right" title="cpl publish" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>

Some files were not shown because too many files have changed in this diff Show More