Compare commits
118 Commits
fe8ffb2839
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
ed2377c288 | |||
b819eb439c | |||
b3ed7101fc | |||
a3504af376 | |||
81c2f1cba9 | |||
bea5b22251 | |||
e04d0beb68 | |||
08ba097aaa | |||
ea968d94e4 | |||
8e12c72b07 | |||
8dee4d8f70 | |||
315b8e631a | |||
cbb1860f25 | |||
9839bcaa14 | |||
da54337221 | |||
a6a1e764d1 | |||
eb6aa08c10 | |||
14a190a67f | |||
cf5ae89884 | |||
558dfb8ced | |||
2ec8fc22b3 | |||
c94700495b | |||
69a3bc5e31 | |||
d189f49418 | |||
60fb416b67 | |||
792429d19d | |||
106975015e | |||
1117735f2e | |||
0378f8944a | |||
75fde0f444 | |||
04f610c799 | |||
3178b59147 | |||
9c7008e179 | |||
7ff7dbc56b | |||
823d524a81 | |||
1b60debba7 | |||
3fc713cc8d | |||
bb26c7e94d | |||
52404cf5d3 | |||
32223bcfc2 | |||
4e2bdb2b59 | |||
d72514205c | |||
9b4afdbe18 | |||
6751541269 | |||
fe9918af16 | |||
d2c56f1a3f | |||
8624549aa6 | |||
9a6ce704b7 | |||
9af2a1962d | |||
a8d4a7a362 | |||
943f5ad50b | |||
4cd8fea07a | |||
82b3a22ac8 | |||
2c6367a408 | |||
af94a0c52d | |||
9c374f6bb2 | |||
d0a19458c5 | |||
5d6e7677de | |||
01309e3124 | |||
083e1ce4a1 | |||
8c012e5902 | |||
5e6d17cc86 | |||
c4a71de83f | |||
01bc746092 | |||
87d023ef7f | |||
119052f9a2 | |||
43710717c9 | |||
7bf5e25c5e | |||
faa030df96 | |||
b2efe285a9 | |||
9e28dce5ce | |||
8179508248 | |||
2c3664c1b9 | |||
269f083662 | |||
8b40c65661 | |||
7be3cf38dc | |||
b18a7297a7 | |||
7f46fbe87a | |||
e0ca7c2ae6 | |||
6389a940bc | |||
48d0daabf5 | |||
8fc3c04720 | |||
351f953fdb | |||
e1560dfab5 | |||
c9bc6a026a | |||
83f0e8bd42 | |||
7af83b49a5 | |||
59263ece6e | |||
a507ed9f46 | |||
6b451142e2 | |||
12beea05a7 | |||
713fa5243c | |||
d600852bec | |||
c09f2f8e83 | |||
2fb515195c | |||
889f51f5c5 | |||
742ba8314a | |||
b95d90a191 | |||
46fa49a102 | |||
d5e89d6e2a | |||
086fc75fec | |||
05c33990bb | |||
cbae40ef4d | |||
002ba6b4e0 | |||
85f75b4677 | |||
95d8df5bea | |||
ac1cd9bdde | |||
2d9bb79af7 | |||
120c9e6800 | |||
6f3099a8db | |||
e46711dc54 | |||
59920c59e0 | |||
604bb8f55c | |||
2f8dc63cdc | |||
4fbb3ec838 | |||
6818fe9a5c | |||
3854fa5aa6 | |||
1ca459e67a |
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
MIT License Copyright (c) 2020 - 2022 sh-edraft.de
|
||||
MIT License Copyright (c) 2020 - 2023 sh-edraft.de
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
16
README.md
16
README.md
@@ -87,17 +87,17 @@
|
||||
|
||||
Install the CPL package
|
||||
```sh
|
||||
pip install sh_cpl --extra-index-url https://pip.sh-edraft.de
|
||||
pip install cpl-core --extra-index-url https://pip.sh-edraft.de
|
||||
```
|
||||
|
||||
Install the CPL CLI
|
||||
```sh
|
||||
pip install sh_cpl-cli --extra-index-url https://pip.sh-edraft.de
|
||||
pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
|
||||
```
|
||||
|
||||
Create workspace:
|
||||
```sh
|
||||
cpl new <console|library> <PROJECT NAME>
|
||||
cpl new <console|library|unittest> <PROJECT NAME>
|
||||
```
|
||||
|
||||
Run the application:
|
||||
@@ -110,7 +110,7 @@ cpl start
|
||||
<!-- ROADMAP -->
|
||||
## Roadmap
|
||||
|
||||
See the [open issues](https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/issues) for a list of proposed features (and known issues).
|
||||
See the [open issues](https://git.sh-edraft.de/sh-edraft.de/sh_cpl/issues) for a list of proposed features (and known issues).
|
||||
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ Distributed under the MIT License. See [LICENSE] for more information.
|
||||
|
||||
Sven Heidemann - sven.heidemann@sh-edraft.de
|
||||
|
||||
Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib)
|
||||
Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://git.sh-edraft.de/sh-edraft.de/sh_cpl)
|
||||
|
||||
<!-- External LINKS -->
|
||||
[pip_url]: https://pip.sh-edraft.de
|
||||
@@ -147,7 +147,7 @@ Project link: [https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib](https://g
|
||||
[pip]: https://pypi.org/project/pip/
|
||||
|
||||
<!-- Internal LINKS -->
|
||||
[project]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib
|
||||
[quickstart]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/wiki/quickstart
|
||||
[contributing]: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib/wiki/contributing
|
||||
[project]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl
|
||||
[quickstart]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/wiki/quickstart
|
||||
[contributing]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/wiki/contributing
|
||||
[license]: LICENSE
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"WorkspaceSettings": {
|
||||
"DefaultProject": "cpl-cli",
|
||||
"DefaultProject": "cpl-core",
|
||||
"Projects": {
|
||||
"cpl-cli": "src/cpl_cli/cpl-cli.json",
|
||||
"cpl-core": "src/cpl_core/cpl-core.json",
|
||||
@@ -19,13 +19,15 @@
|
||||
"Scripts": {
|
||||
"hello-world": "echo 'Hello World'",
|
||||
|
||||
"format": "echo 'Formatting:'; black ./",
|
||||
|
||||
"sv": "cpl set-version",
|
||||
"set-version": "cpl run set-version $ARGS; echo '';",
|
||||
"set-version": "cpl run set-version --dev $ARGS; echo '';",
|
||||
|
||||
"spu": "cpl set-pip-urls",
|
||||
"set-pip-urls": "cpl run set-pip-urls $ARGS; echo '';",
|
||||
"set-pip-urls": "cpl run set-pip-urls --dev $ARGS; echo '';",
|
||||
|
||||
"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;",
|
||||
"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;",
|
||||
"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 ../",
|
||||
@@ -50,7 +52,7 @@
|
||||
|
||||
"pre-publish-all": "cpl sv $ARGS; cpl spu $ARGS;",
|
||||
"publish-all": "cpl publish-cli; cpl publish-core; cpl publish-discord; cpl publish-query; cpl publish-translation;",
|
||||
"pa": "cpl build-all $ARGS",
|
||||
"pa": "cpl publish-all $ARGS",
|
||||
"publish-cli": "echo 'Publish cpl-cli'; cd ./src/cpl_cli; cpl publish; cd ../../;",
|
||||
"publish-core": "echo 'Publish cpl-core'; cd ./src/cpl_core; cpl publish; cd ../../;",
|
||||
"publish-discord": "echo 'Publish cpl-discord'; cd ./src/cpl_discord; cpl publish; cd ../../;",
|
||||
|
BIN
docs/build/doctrees/cli.add.doctree
vendored
BIN
docs/build/doctrees/cli.add.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.build.doctree
vendored
BIN
docs/build/doctrees/cli.build.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.generate.doctree
vendored
BIN
docs/build/doctrees/cli.generate.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.help.doctree
vendored
BIN
docs/build/doctrees/cli.help.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.install.doctree
vendored
BIN
docs/build/doctrees/cli.install.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.new.doctree
vendored
BIN
docs/build/doctrees/cli.new.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.overview.doctree
vendored
BIN
docs/build/doctrees/cli.overview.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.publish.doctree
vendored
BIN
docs/build/doctrees/cli.publish.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.remove.doctree
vendored
BIN
docs/build/doctrees/cli.remove.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.run.doctree
vendored
BIN
docs/build/doctrees/cli.run.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.start.doctree
vendored
BIN
docs/build/doctrees/cli.start.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.uninstall.doctree
vendored
BIN
docs/build/doctrees/cli.uninstall.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.update.doctree
vendored
BIN
docs/build/doctrees/cli.update.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cli.version.doctree
vendored
BIN
docs/build/doctrees/cli.version.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/contributing.doctree
vendored
BIN
docs/build/doctrees/contributing.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.add.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.add.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.build.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.build.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.doctree
vendored
BIN
docs/build/doctrees/cpl_cli.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.generate.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.generate.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.help.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.help.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.install.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.install.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.new.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.new.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.overview.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.overview.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.publish.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.publish.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.remove.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.remove.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.run.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.run.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.start.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.start.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.uninstall.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.uninstall.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.update.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.update.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_cli.version.doctree
vendored
Normal file
BIN
docs/build/doctrees/cpl_cli.version.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.application.doctree
vendored
BIN
docs/build/doctrees/cpl_core.application.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.configuration.doctree
vendored
BIN
docs/build/doctrees/cpl_core.configuration.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.console.doctree
vendored
BIN
docs/build/doctrees/cpl_core.console.doctree
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.database.doctree
vendored
BIN
docs/build/doctrees/cpl_core.database.doctree
vendored
Binary file not shown.
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.doctree
vendored
BIN
docs/build/doctrees/cpl_core.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.environment.doctree
vendored
BIN
docs/build/doctrees/cpl_core.environment.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.logging.doctree
vendored
BIN
docs/build/doctrees/cpl_core.logging.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.mailing.doctree
vendored
BIN
docs/build/doctrees/cpl_core.mailing.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.pipes.doctree
vendored
BIN
docs/build/doctrees/cpl_core.pipes.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.time.doctree
vendored
BIN
docs/build/doctrees/cpl_core.time.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_core.utils.doctree
vendored
BIN
docs/build/doctrees/cpl_core.utils.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.application.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.application.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.command.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.command.doctree
vendored
Binary file not shown.
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.container.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.container.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.events.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.events.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.helper.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.helper.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_discord.service.doctree
vendored
BIN
docs/build/doctrees/cpl_discord.service.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_query.base.doctree
vendored
BIN
docs/build/doctrees/cpl_query.base.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_query.doctree
vendored
BIN
docs/build/doctrees/cpl_query.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_query.enumerable.doctree
vendored
BIN
docs/build/doctrees/cpl_query.enumerable.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_query.extension.doctree
vendored
BIN
docs/build/doctrees/cpl_query.extension.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_query.iterable.doctree
vendored
BIN
docs/build/doctrees/cpl_query.iterable.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/cpl_translation.doctree
vendored
BIN
docs/build/doctrees/cpl_translation.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/deprecated.doctree
vendored
Normal file
BIN
docs/build/doctrees/deprecated.doctree
vendored
Normal file
Binary file not shown.
BIN
docs/build/doctrees/environment.pickle
vendored
BIN
docs/build/doctrees/environment.pickle
vendored
Binary file not shown.
BIN
docs/build/doctrees/getting_started.doctree
vendored
BIN
docs/build/doctrees/getting_started.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/index.doctree
vendored
BIN
docs/build/doctrees/index.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/introduction.doctree
vendored
BIN
docs/build/doctrees/introduction.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/modules.doctree
vendored
BIN
docs/build/doctrees/modules.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/quickstart.doctree
vendored
BIN
docs/build/doctrees/quickstart.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/setup.doctree
vendored
BIN
docs/build/doctrees/setup.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.appsettings.doctree
vendored
BIN
docs/build/doctrees/tutorials.appsettings.doctree
vendored
Binary file not shown.
Binary file not shown.
BIN
docs/build/doctrees/tutorials.console.doctree
vendored
BIN
docs/build/doctrees/tutorials.console.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.create-startup.doctree
vendored
BIN
docs/build/doctrees/tutorials.create-startup.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.doctree
vendored
BIN
docs/build/doctrees/tutorials.doctree
vendored
Binary file not shown.
Binary file not shown.
BIN
docs/build/doctrees/tutorials.extend-startup.doctree
vendored
BIN
docs/build/doctrees/tutorials.extend-startup.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.logging.doctree
vendored
BIN
docs/build/doctrees/tutorials.logging.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.mail.doctree
vendored
BIN
docs/build/doctrees/tutorials.mail.doctree
vendored
Binary file not shown.
BIN
docs/build/doctrees/tutorials.templating.doctree
vendored
Normal file
BIN
docs/build/doctrees/tutorials.templating.doctree
vendored
Normal file
Binary file not shown.
2
docs/build/html/.buildinfo
vendored
2
docs/build/html/.buildinfo
vendored
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 7051b788adc6d655ae340e56640c6925
|
||||
config: 7161cd79d6fb56140ef1c390e01dab1c
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
@@ -16,6 +16,8 @@ cpl **G** *<schematic>* *<name>*
|
||||
|
||||
Generates files based on a schematic.
|
||||
|
||||
You can define custom schematics by creating templates in a ```.cpl``` folder.
|
||||
|
||||
## Arguments
|
||||
|
||||
| Argument | Description | Value type |
|
||||
@@ -27,7 +29,7 @@ Generates files based on a schematic.
|
||||
## Schematics
|
||||
|
||||
| Schematic | Description | Arguments |
|
||||
|-----------------|:-------------------------------------:|:------------:|
|
||||
|-----------------|:--------------------------------------:|:------------:|
|
||||
| ```abc``` | Abstract base class | ```<name>``` |
|
||||
| ```class``` | Class | ```<name>``` |
|
||||
| ```enum``` | Enum class | ```<name>``` |
|
||||
@@ -37,3 +39,5 @@ Generates files based on a schematic.
|
||||
| ```test``` | Test class | ```<name>``` |
|
||||
| ```thread``` | Thread class | ```<name>``` |
|
||||
| ```validator``` | Validator class | ```<name>``` |
|
||||
| ```command``` | Discord bot command class | ```<name>``` |
|
||||
| ```event``` | Discord bot event class | ```<name>``` |
|
@@ -16,6 +16,8 @@ cpl **N** *<type>* *<name>*
|
||||
|
||||
Generates a workspace and initial project or add a project to workspace.
|
||||
|
||||
You can define custom project types by creating templates in a ```.cpl``` folder.
|
||||
|
||||
If the command is running in a CPL workspace, it will add the new project to the workspace.
|
||||
|
||||
| Argument | Description | Value type |
|
@@ -39,15 +39,15 @@ The cpl generate command takes as an argument the artifact to be generated. In
|
||||
|
||||
| Command | Alias | Description |
|
||||
| ----------------------------- |:-------------:|:----------------:|
|
||||
| [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.
|
||||
| [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.
|
27
docs/build/html/_sources/cpl_cli.rst.txt
vendored
27
docs/build/html/_sources/cpl_cli.rst.txt
vendored
@@ -4,16 +4,17 @@ CLI reference
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
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
|
||||
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
|
@@ -1,34 +1,61 @@
|
||||
cpl_core.application
|
||||
=======================
|
||||
cpl\_core.application package
|
||||
=============================
|
||||
|
||||
cpl_core.application.application\_abc
|
||||
---------------------------------------
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cpl\_core.application.application\_abc module
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.application.application_abc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.application.application\_builder
|
||||
-------------------------------------------
|
||||
cpl\_core.application.application\_builder module
|
||||
-------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.application.application_builder
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.application.application\_builder\_abc
|
||||
------------------------------------------------
|
||||
cpl\_core.application.application\_builder\_abc module
|
||||
------------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.application.application_builder_abc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.application.startup\_abc
|
||||
-----------------------------------
|
||||
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
|
||||
-----------------------------------------
|
||||
|
||||
.. 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:
|
||||
|
@@ -1,42 +1,109 @@
|
||||
cpl_core.configuration
|
||||
=========================
|
||||
cpl\_core.configuration package
|
||||
===============================
|
||||
|
||||
cpl_core.configuration.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
|
||||
--------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.configuration.configuration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.configuration.configuration\_abc
|
||||
-------------------------------------------
|
||||
cpl\_core.configuration.configuration\_abc module
|
||||
-------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.configuration.configuration_abc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.configuration.configuration\_model\_abc
|
||||
--------------------------------------------------
|
||||
cpl\_core.configuration.configuration\_model\_abc module
|
||||
--------------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.configuration.configuration_model_abc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.configuration.configuration\_variable\_name\_enum
|
||||
------------------------------------------------------------
|
||||
cpl\_core.configuration.configuration\_variable\_name\_enum module
|
||||
------------------------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.configuration.configuration_variable_name_enum
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.configuration.console\_argument
|
||||
------------------------------------------
|
||||
cpl\_core.configuration.executable\_argument module
|
||||
---------------------------------------------------
|
||||
|
||||
.. automodule:: 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
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
@@ -1,42 +1,53 @@
|
||||
cpl_core.console
|
||||
===================
|
||||
cpl\_core.console package
|
||||
=========================
|
||||
|
||||
cpl_core.console.background\_color\_enum
|
||||
------------------------------------------
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cpl\_core.console.background\_color\_enum module
|
||||
------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.console.background_color_enum
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.console.console
|
||||
--------------------------
|
||||
cpl\_core.console.console module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: cpl_core.console.console
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.console.console\_call
|
||||
--------------------------------
|
||||
cpl\_core.console.console\_call module
|
||||
--------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.console.console_call
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.console.foreground\_color\_enum
|
||||
------------------------------------------
|
||||
cpl\_core.console.foreground\_color\_enum module
|
||||
------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.console.foreground_color_enum
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.console.spinner\_thread
|
||||
----------------------------------
|
||||
cpl\_core.console.spinner\_thread module
|
||||
----------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.console.spinner_thread
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: cpl_core.console
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
@@ -1,18 +1,29 @@
|
||||
cpl_core.database.connection
|
||||
===============================
|
||||
cpl\_core.database.connection package
|
||||
=====================================
|
||||
|
||||
cpl_core.database.connection.database\_connection
|
||||
---------------------------------------------------
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cpl\_core.database.connection.database\_connection module
|
||||
---------------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.database.connection.database_connection
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.database.connection.database\_connection\_abc
|
||||
--------------------------------------------------------
|
||||
cpl\_core.database.connection.database\_connection\_abc module
|
||||
--------------------------------------------------------------
|
||||
|
||||
.. 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:
|
||||
|
@@ -1,18 +1,29 @@
|
||||
cpl_core.database.context
|
||||
============================
|
||||
cpl\_core.database.context package
|
||||
==================================
|
||||
|
||||
cpl_core.database.context.database\_context
|
||||
---------------------------------------------
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cpl\_core.database.context.database\_context module
|
||||
---------------------------------------------------
|
||||
|
||||
.. automodule:: cpl_core.database.context.database_context
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cpl_core.database.context.database\_context\_abc
|
||||
--------------------------------------------------
|
||||
cpl\_core.database.context.database\_context\_abc module
|
||||
--------------------------------------------------------
|
||||
|
||||
.. 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:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user