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.7 v0.3.1

FIX

  • change the annotation in c++ code

2025.5.7 v0.3.0

ADD

  • add more special code

  • add more functions in combine.h

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.3.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distributions

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

combina_cpp_and_py-0.3.1-py3-none-win_amd64.whl (8.0 kB view details)

Uploaded Python 3Windows x86-64

combina_cpp_and_py-0.3.1-py3-none-win32.whl (8.0 kB view details)

Uploaded Python 3Windows x86

File details

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

File metadata

  • Download URL: combina_cpp_and_py-0.3.1.tar.gz
  • Upload date:
  • Size: 5.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.3.1.tar.gz
Algorithm Hash digest
SHA256 884cb8b0a2e586e812340b4373e9536340a89bc06e10b2f34d89ee575e111902
MD5 673732ceaa4d5b5ede3b6600bc7b0e61
BLAKE2b-256 d07d7f82d3086dc79a0e6339a6d69dc5c98fc0ebfd68d01bba8245313471de32

See more details on using hashes here.

File details

Details for the file combina_cpp_and_py-0.3.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for combina_cpp_and_py-0.3.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 230d5329e0912d593bfb2867edf9bb3cd7096299cbac03bb962cf54d100e4061
MD5 b7141e8d024586d111385284b3525c2c
BLAKE2b-256 6fd711ac0f69a006816ae71b22bfa4b5f007a812424928e96b17c676f6e4dc1f

See more details on using hashes here.

File details

Details for the file combina_cpp_and_py-0.3.1-py3-none-win32.whl.

File metadata

File hashes

Hashes for combina_cpp_and_py-0.3.1-py3-none-win32.whl
Algorithm Hash digest
SHA256 adeca31633904322467058ef979422d4e0b2e976b42a673b802dc2a459c1eec6
MD5 3789b502e22a234671b80a540d0b5903
BLAKE2b-256 23bfd1a840638e541a44775a4350fe119aaca62043ee8f4095c9463d0caa120f

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