IncludeCPP 3.7.29__tar.gz → 3.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/PKG-INFO +1 -1
- {includecpp-3.7.29 → includecpp-3.8.0}/PKG-INFO +1 -1
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/__init__.py +1 -1
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/cli/commands.py +14 -1
- {includecpp-3.7.29 → includecpp-3.8.0}/pyproject.toml +1 -1
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/SOURCES.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/dependency_links.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/entry_points.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/requires.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/IncludeCPP.egg-info/top_level.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/LICENSE +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/MANIFEST.in +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/README.md +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/__init__.pyi +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/__main__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/cli/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/cli/config_parser.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/ai_integration.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/build_manager.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cpp_api.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cpp_api.pyi +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cppy_converter.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_builtins.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_builtins.pyi +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_events.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_modules.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_parser.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_runtime.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_syntax.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl/cssl_types.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl_bridge.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/cssl_bridge.pyi +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/error_catalog.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/error_formatter.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/exceptions.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/path_discovery.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/project_ui.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/core/settings_ui.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/generator/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/generator/parser.cpp +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/generator/parser.h +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/generator/type_resolver.cpp +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/generator/type_resolver.h +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/py.typed +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/templates/cpp.proj.template +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/__init__.py +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/extension.js +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/images/cssl.png +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/images/cssl_pl.png +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/language-configuration.json +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/package.json +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/snippets/cssl.snippets.json +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/requirements.txt +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/setup.cfg +0 -0
- {includecpp-3.7.29 → includecpp-3.8.0}/setup.py +0 -0
|
@@ -7457,11 +7457,24 @@ def cssl():
|
|
|
7457
7457
|
pass
|
|
7458
7458
|
|
|
7459
7459
|
|
|
7460
|
+
@cssl.command(name='run')
|
|
7461
|
+
@click.argument('path', required=False, type=click.Path())
|
|
7462
|
+
@click.option('--code', '-c', type=str, help='Execute code directly')
|
|
7463
|
+
def cssl_run(path, code):
|
|
7464
|
+
"""Run/execute CSSL code or file."""
|
|
7465
|
+
_cssl_execute(path, code)
|
|
7466
|
+
|
|
7467
|
+
|
|
7460
7468
|
@cssl.command(name='exec')
|
|
7461
7469
|
@click.argument('path', required=False, type=click.Path())
|
|
7462
7470
|
@click.option('--code', '-c', type=str, help='Execute code directly')
|
|
7463
7471
|
def cssl_exec(path, code):
|
|
7464
|
-
"""Execute CSSL code or file."""
|
|
7472
|
+
"""Execute CSSL code or file (alias for 'run')."""
|
|
7473
|
+
_cssl_execute(path, code)
|
|
7474
|
+
|
|
7475
|
+
|
|
7476
|
+
def _cssl_execute(path, code):
|
|
7477
|
+
"""Internal: Execute CSSL code or file."""
|
|
7465
7478
|
from pathlib import Path as PathLib
|
|
7466
7479
|
|
|
7467
7480
|
try:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "IncludeCPP"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.8.0"
|
|
8
8
|
description = "Professional C++ Python bindings with type-generic templates, pystubs and native threading"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|