diff --git a/docs/build/doctrees/cli.add.doctree b/docs/build/doctrees/cli.add.doctree index afd4f6b3..9e15f0d4 100644 Binary files a/docs/build/doctrees/cli.add.doctree and b/docs/build/doctrees/cli.add.doctree differ diff --git a/docs/build/doctrees/cli.help.doctree b/docs/build/doctrees/cli.help.doctree index 38f69071..8d4ba844 100644 Binary files a/docs/build/doctrees/cli.help.doctree and b/docs/build/doctrees/cli.help.doctree differ diff --git a/docs/build/doctrees/cpl_core.database.context.doctree b/docs/build/doctrees/cpl_core.database.context.doctree index d558987c..d682166a 100644 Binary files a/docs/build/doctrees/cpl_core.database.context.doctree and b/docs/build/doctrees/cpl_core.database.context.doctree differ diff --git a/docs/build/doctrees/cpl_core.database.doctree b/docs/build/doctrees/cpl_core.database.doctree index a139fadc..a8966e31 100644 Binary files a/docs/build/doctrees/cpl_core.database.doctree and b/docs/build/doctrees/cpl_core.database.doctree differ diff --git a/docs/build/doctrees/cpl_core.dependency_injection.doctree b/docs/build/doctrees/cpl_core.dependency_injection.doctree index bfe809d9..c4d70486 100644 Binary files a/docs/build/doctrees/cpl_core.dependency_injection.doctree and b/docs/build/doctrees/cpl_core.dependency_injection.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 551566ba..4d5ef1f3 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index f0e9294f..0286932c 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/html/_sources/cli.add.md.txt b/docs/build/html/_sources/cli.add.md.txt index ec43e5b7..46b3c5b0 100644 --- a/docs/build/html/_sources/cli.add.md.txt +++ b/docs/build/html/_sources/cli.add.md.txt @@ -4,6 +4,7 @@ - [Description](#description) - [Arguments](#arguments) +- [Flags](#flags) Removes a project from workspace. diff --git a/docs/build/html/_sources/cli.help.md.txt b/docs/build/html/_sources/cli.help.md.txt index 4dec5e74..533c108c 100644 --- a/docs/build/html/_sources/cli.help.md.txt +++ b/docs/build/html/_sources/cli.help.md.txt @@ -1,9 +1,9 @@ # cpl help - - +- [Description](#description) +- [Arguments](#arguments) Lists available command and their short descriptions. diff --git a/docs/build/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt index 90d67f43..0d0ef798 100644 --- a/docs/build/html/_sources/index.rst.txt +++ b/docs/build/html/_sources/index.rst.txt @@ -10,6 +10,72 @@ The Common Python Library (CPL) is a package for python and a development platfo This CPL docs help you learn, understand and use the package. From your first application to complex apps for enterprises. + +Features +-------- +- cpl-core + - Expandle + - Application base + - Standardized application classes + - Application object builder + - Application extension classes + - Startup classes + - Startup extension classes + - Configuration + - Configure via object mapped JSON + - Console argument handling + - Console class for in and output + - Banner + - Spinner + - Options (menu) + - Table + - Write + - Write_at + - Write_line + - Write_line_at + - Dependency injection + - Service lifetimes: singleton, scoped and transient + - Providing of application environment + - Environment (development, staging, testing, production) + - Appname + - Customer + - Hostname + - Runtime directory + - Working directory + - Logging + - Standardized logger + - Log-level (FATAL, ERROR, WARN, INFO, DEBUG & TRACE) + - Mail handling + - Send mails + - Pipe classes + - Convert input + - Utils + - Credential manager + - Encryption via BASE64 + - PIP wrapper class based on subprocess + - Run pip commands + - String converter to different variants + - to_lower_case + - to_camel_case + - ... +- cpl-cli + - Expandle + - Code generation + - Package managing + - Build & Publishing +- cpl-discord + - Utils for discord.py + - Connector between cpl-core and discord.py + - Prepared services for dependency injection +- cpl-query + - Python list extensions + - Functions for sorting and filtering + - Like linq from C# but in python xD +- cpl-translate + - Generic translations + - Prepared translation service and translate pipe + - Get translation from JSON files key dot.key notation + Manuals --------- @@ -20,6 +86,7 @@ These pages go into great detail about everything the Library can do. introduction getting_started + contributing cpl_cli cpl_core cpl_query diff --git a/docs/build/html/_sources/modules.rst.txt b/docs/build/html/_sources/modules.rst.txt index c97bba9a..d1ae65e0 100644 --- a/docs/build/html/_sources/modules.rst.txt +++ b/docs/build/html/_sources/modules.rst.txt @@ -7,4 +7,6 @@ cpl getting_started cpl_cli cpl_core + cpl_discord cpl_query + cpl_translate diff --git a/docs/build/html/cli.add.html b/docs/build/html/cli.add.html index eac9cdd6..683a3330 100644 --- a/docs/build/html/cli.add.html +++ b/docs/build/html/cli.add.html @@ -41,6 +41,7 @@