diff --git a/docs/build/doctrees/cli.remove.doctree b/docs/build/doctrees/cli.remove.doctree index a4033447..d899e973 100644 Binary files a/docs/build/doctrees/cli.remove.doctree and b/docs/build/doctrees/cli.remove.doctree differ diff --git a/docs/build/doctrees/cpl_query.doctree b/docs/build/doctrees/cpl_query.doctree new file mode 100644 index 00000000..83106a74 Binary files /dev/null and b/docs/build/doctrees/cpl_query.doctree differ diff --git a/docs/build/doctrees/cpl_query.exceptions.doctree b/docs/build/doctrees/cpl_query.exceptions.doctree new file mode 100644 index 00000000..d7fac14d Binary files /dev/null and b/docs/build/doctrees/cpl_query.exceptions.doctree differ diff --git a/docs/build/doctrees/cpl_query.extension.doctree b/docs/build/doctrees/cpl_query.extension.doctree new file mode 100644 index 00000000..9932aa3d Binary files /dev/null and b/docs/build/doctrees/cpl_query.extension.doctree differ diff --git a/docs/build/doctrees/cpl_query.tests.doctree b/docs/build/doctrees/cpl_query.tests.doctree new file mode 100644 index 00000000..1c8943d6 Binary files /dev/null and b/docs/build/doctrees/cpl_query.tests.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index f1a26533..9d7cbcb2 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 6c7f2e7b..e8ce2a60 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/introduction.doctree b/docs/build/doctrees/introduction.doctree index 14267783..9e5713f7 100644 Binary files a/docs/build/doctrees/introduction.doctree and b/docs/build/doctrees/introduction.doctree differ diff --git a/docs/build/doctrees/modules.doctree b/docs/build/doctrees/modules.doctree index 1dad1a49..bba72622 100644 Binary files a/docs/build/doctrees/modules.doctree and b/docs/build/doctrees/modules.doctree differ diff --git a/docs/build/html/_sources/cli.remove.md.txt b/docs/build/html/_sources/cli.remove.md.txt index 2ea71b90..dab91804 100644 --- a/docs/build/html/_sources/cli.remove.md.txt +++ b/docs/build/html/_sources/cli.remove.md.txt @@ -13,12 +13,9 @@ cpl **R** *<project>* ## Description -The command can be used to publish a project of type "console" or "library". +Removes a project reference and the files from workspace. -The publish command builds the source files and then creates an ```setup.py``` with data from ```cpl_core.json```. -The command executes the ```setup.py``` and removes all source files with the ```setup.py``` from the 'publish/' directory. - -Generated files of ```setup.py``` are in the 'publish/setup/' directory. +If you call the command in a CPL workspace, you can use the project names. Otherwise the paths of the projects must be specified. ## Arguments diff --git a/docs/build/html/_sources/cpl_query.exceptions.rst.txt b/docs/build/html/_sources/cpl_query.exceptions.rst.txt new file mode 100644 index 00000000..d492c637 --- /dev/null +++ b/docs/build/html/_sources/cpl_query.exceptions.rst.txt @@ -0,0 +1,10 @@ +cpl_query.exceptions +================================= + +cpl_query.exceptions +---------------------------------------------------- + +.. automodule:: cpl_query.exceptions + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.extension.rst.txt b/docs/build/html/_sources/cpl_query.extension.rst.txt new file mode 100644 index 00000000..3f995913 --- /dev/null +++ b/docs/build/html/_sources/cpl_query.extension.rst.txt @@ -0,0 +1,26 @@ +cpl_query.extension +================================= + +cpl_query.extension.iterable_abc +---------------------------------------------------- + +.. automodule:: cpl_query.extension.iterable_abc + :members: + :undoc-members: + :show-inheritance: + +cpl_query.extension.list +---------------------------------------------------- + +.. automodule:: cpl_query.extension.list + :members: + :undoc-members: + :show-inheritance: + +cpl_query.extension.ordered_iterable_abc +---------------------------------------------------- + +.. automodule:: cpl_query.extension.ordered_iterable_abc + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/build/html/_sources/cpl_query.rst.txt b/docs/build/html/_sources/cpl_query.rst.txt new file mode 100644 index 00000000..10d6f0d8 --- /dev/null +++ b/docs/build/html/_sources/cpl_query.rst.txt @@ -0,0 +1,8 @@ +Query Reference +=========== + +.. toctree:: + :maxdepth: 4 + + cpl_query.extension + cpl_query.exceptions diff --git a/docs/build/html/_sources/cpl_query.tests.rst.txt b/docs/build/html/_sources/cpl_query.tests.rst.txt new file mode 100644 index 00000000..ca15d156 --- /dev/null +++ b/docs/build/html/_sources/cpl_query.tests.rst.txt @@ -0,0 +1,45 @@ +cpl\_query.tests package +======================== + +Submodules +---------- + +cpl\_query.tests.iterable\_test module +-------------------------------------- + +.. automodule:: cpl_query.tests.iterable_test + :members: + :undoc-members: + :show-inheritance: + +cpl\_query.tests.models module +------------------------------ + +.. automodule:: cpl_query.tests.models + :members: + :undoc-members: + :show-inheritance: + +cpl\_query.tests.query\_test module +----------------------------------- + +.. automodule:: cpl_query.tests.query_test + :members: + :undoc-members: + :show-inheritance: + +cpl\_query.tests.tester module +------------------------------ + +.. automodule:: cpl_query.tests.tester + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_query.tests + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/introduction.md.txt b/docs/build/html/_sources/introduction.md.txt index eb36b40f..9e43037c 100644 --- a/docs/build/html/_sources/introduction.md.txt +++ b/docs/build/html/_sources/introduction.md.txt @@ -8,5 +8,6 @@ This CPL docs help you learn, understand and use the package. From your first ap - [Getting started](quickstart) - [Setup](setup) -- [API Reference](cpl) +- [API Reference](cpl_core) - [CLI Reference](cli.overview) +- [Query Reference](cpl_query) diff --git a/docs/build/html/cli.add.html b/docs/build/html/cli.add.html index de071367..036bd9eb 100644 --- a/docs/build/html/cli.add.html +++ b/docs/build/html/cli.add.html @@ -109,6 +109,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.build.html b/docs/build/html/cli.build.html index 980b97db..0f756c28 100644 --- a/docs/build/html/cli.build.html +++ b/docs/build/html/cli.build.html @@ -108,6 +108,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.generate.html b/docs/build/html/cli.generate.html index 9c2bafd0..f3ff8fcc 100644 --- a/docs/build/html/cli.generate.html +++ b/docs/build/html/cli.generate.html @@ -110,6 +110,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.help.html b/docs/build/html/cli.help.html index dc3257c3..799dd056 100644 --- a/docs/build/html/cli.help.html +++ b/docs/build/html/cli.help.html @@ -108,6 +108,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.install.html b/docs/build/html/cli.install.html index 50766b50..62948b45 100644 --- a/docs/build/html/cli.install.html +++ b/docs/build/html/cli.install.html @@ -109,6 +109,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.new.html b/docs/build/html/cli.new.html index d886ad77..84af85eb 100644 --- a/docs/build/html/cli.new.html +++ b/docs/build/html/cli.new.html @@ -109,6 +109,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.overview.html b/docs/build/html/cli.overview.html index d155e734..c22903a0 100644 --- a/docs/build/html/cli.overview.html +++ b/docs/build/html/cli.overview.html @@ -114,6 +114,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.publish.html b/docs/build/html/cli.publish.html index 23213cbe..e7db1867 100644 --- a/docs/build/html/cli.publish.html +++ b/docs/build/html/cli.publish.html @@ -108,6 +108,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.remove.html b/docs/build/html/cli.remove.html index 831e7046..0f6a7513 100644 --- a/docs/build/html/cli.remove.html +++ b/docs/build/html/cli.remove.html @@ -109,6 +109,7 @@
  • API Reference
  • +
  • Query Reference
  • @@ -193,10 +194,8 @@ cpl R <project>

    Description

    -

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

    -

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

    -

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

    +

    Removes a project reference and the files from workspace.

    +

    If you call the command in a CPL workspace, you can use the project names. Otherwise the paths of the projects must be specified.

    Arguments

    diff --git a/docs/build/html/cli.start.html b/docs/build/html/cli.start.html index a6fdacc9..150f9c70 100644 --- a/docs/build/html/cli.start.html +++ b/docs/build/html/cli.start.html @@ -104,6 +104,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.uninstall.html b/docs/build/html/cli.uninstall.html index 98213b51..b0511681 100644 --- a/docs/build/html/cli.uninstall.html +++ b/docs/build/html/cli.uninstall.html @@ -109,6 +109,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.update.html b/docs/build/html/cli.update.html index 67bfee35..46b94ee4 100644 --- a/docs/build/html/cli.update.html +++ b/docs/build/html/cli.update.html @@ -104,6 +104,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cli.version.html b/docs/build/html/cli.version.html index 69bb097a..7ec1f234 100644 --- a/docs/build/html/cli.version.html +++ b/docs/build/html/cli.version.html @@ -104,6 +104,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/contributing.html b/docs/build/html/contributing.html index 57b85806..b642585f 100644 --- a/docs/build/html/contributing.html +++ b/docs/build/html/contributing.html @@ -87,6 +87,7 @@
  • Getting started
  • CLI Reference
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_cli.html b/docs/build/html/cpl_cli.html index f91b025f..0d2fadfa 100644 --- a/docs/build/html/cpl_cli.html +++ b/docs/build/html/cpl_cli.html @@ -104,6 +104,7 @@
  • API Reference
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.application.html b/docs/build/html/cpl_core.application.html index d436f440..2e85f6a2 100644 --- a/docs/build/html/cpl_core.application.html +++ b/docs/build/html/cpl_core.application.html @@ -107,6 +107,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.configuration.html b/docs/build/html/cpl_core.configuration.html index 4c982e23..e6cbefbb 100644 --- a/docs/build/html/cpl_core.configuration.html +++ b/docs/build/html/cpl_core.configuration.html @@ -108,6 +108,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.console.html b/docs/build/html/cpl_core.console.html index 3aaef613..6b0fd936 100644 --- a/docs/build/html/cpl_core.console.html +++ b/docs/build/html/cpl_core.console.html @@ -108,6 +108,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.database.connection.html b/docs/build/html/cpl_core.database.connection.html index 45ffbb29..1c838486 100644 --- a/docs/build/html/cpl_core.database.connection.html +++ b/docs/build/html/cpl_core.database.connection.html @@ -113,6 +113,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.database.context.html b/docs/build/html/cpl_core.database.context.html index b8ed72d7..be9f2afe 100644 --- a/docs/build/html/cpl_core.database.context.html +++ b/docs/build/html/cpl_core.database.context.html @@ -113,6 +113,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.database.html b/docs/build/html/cpl_core.database.html index 7e107d2b..ffd7dd14 100644 --- a/docs/build/html/cpl_core.database.html +++ b/docs/build/html/cpl_core.database.html @@ -109,6 +109,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.dependency_injection.html b/docs/build/html/cpl_core.dependency_injection.html index a82c87aa..2ec50e27 100644 --- a/docs/build/html/cpl_core.dependency_injection.html +++ b/docs/build/html/cpl_core.dependency_injection.html @@ -109,6 +109,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.environment.html b/docs/build/html/cpl_core.environment.html index d5c8d66d..7c1884ae 100644 --- a/docs/build/html/cpl_core.environment.html +++ b/docs/build/html/cpl_core.environment.html @@ -106,6 +106,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.html b/docs/build/html/cpl_core.html index 1f19bc67..8ff861fa 100644 --- a/docs/build/html/cpl_core.html +++ b/docs/build/html/cpl_core.html @@ -101,6 +101,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.logging.html b/docs/build/html/cpl_core.logging.html index 7b7fcc03..4bc4fc20 100644 --- a/docs/build/html/cpl_core.logging.html +++ b/docs/build/html/cpl_core.logging.html @@ -108,6 +108,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.mailing.html b/docs/build/html/cpl_core.mailing.html index 830dd703..ee7fee75 100644 --- a/docs/build/html/cpl_core.mailing.html +++ b/docs/build/html/cpl_core.mailing.html @@ -108,6 +108,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.time.html b/docs/build/html/cpl_core.time.html index a919e9ef..00138024 100644 --- a/docs/build/html/cpl_core.time.html +++ b/docs/build/html/cpl_core.time.html @@ -105,6 +105,7 @@
  • cpl_core.utils
  • +
  • Query Reference
  • diff --git a/docs/build/html/cpl_core.utils.html b/docs/build/html/cpl_core.utils.html index c7d0ed16..fd40df45 100644 --- a/docs/build/html/cpl_core.utils.html +++ b/docs/build/html/cpl_core.utils.html @@ -38,6 +38,7 @@ + @@ -105,6 +106,7 @@ +
  • Query Reference
  • @@ -410,6 +412,7 @@