Skip to main content

Combina C++ and Python code

Project description

Combina c++ code and python code

You can use this project to combine c++ code and python code in one file.

How to use

1. Install

pip install combina_cpp_and_py

2. Use

Hypothesis that you have a cpp file named "test.cpp" and a python file named "test.py".
import combina_cpp_and_py
with open('test.cpp', 'r') as f:
    cpp_code = f.read()
with open('test.py', 'r') as f:
    py_code = f.read()
new_code = combina_cpp_and_py.combine(cpp_code, py_code)
with open('result.cpp', 'w') as f:
    f.write(new_code)
with open('result.py', 'w') as f:
    f.write(py_code)

3. Result

You will get a new cpp file named "result.cpp" and "result.py" which contains the combined c++ code and python code.
#if false
r"""
#endif
{$cppcode}
#if false
"""
{$pythoncode}
#endif

Explain

The code will be combined in the following way:
1. The c++ code will be placed in the {$cppcode} block.
2. The python code will be placed in the {$pythoncode} block.
3. When run c++, the {$pythoncode} block will be ignored due to "#if false" and "#endif".
4. When run python, the {$cppcode} block will be ignored due to "#" and " r"""""" ".
# 2025.5.6 v0.2.0

ADD

  • add warning when special code in the code block

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

combina_cpp_and_py-0.2.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

combina_cpp_and_py-0.2.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file combina_cpp_and_py-0.2.0.tar.gz.

File metadata

  • Download URL: combina_cpp_and_py-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for combina_cpp_and_py-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d791f8f2a600dc876b64b06ac97738f7bdc39b1d041c3c5ec6f58a351af4a732
MD5 e18db2a34cd6a3420700db9a70344628
BLAKE2b-256 ff23ea390b6392d6faf69d014ae76dff63a810580233a6ce3109d8c6a5d45be7

See more details on using hashes here.

File details

Details for the file combina_cpp_and_py-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for combina_cpp_and_py-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67fc0061917a90e374c08b9669b066f52644280b547b0ca906c66e94ea3f2a55
MD5 90b3659446edba2221cbdcf69c29ce83
BLAKE2b-256 cefdccee1a443fec2c40b2c0076f097a292b45afb922c11493aec887d74c733c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page