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"""""" ".

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.1.0.tar.gz (3.5 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.1.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: combina_cpp_and_py-0.1.0.tar.gz
  • Upload date:
  • Size: 3.5 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.1.0.tar.gz
Algorithm Hash digest
SHA256 39482c8eeb00a69c8d260db1b096dcf304873f8e5384eca02e1405e30ff34cc4
MD5 a55a78732c80056112a6e011c9f4e4eb
BLAKE2b-256 96ef2f270254f4edeee84d69ad33f76172d033834d5dcfe988e95dbf8f1ae118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for combina_cpp_and_py-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 632469b7d9d260855ff7f777491f2efe16680cbfe29db8abc0f29a05bd56dca9
MD5 ab9effe71fce223095a51bf6b72b72d4
BLAKE2b-256 7db38a3e709a64277ce03036729043d48a9f3024b9ba38d8f503bc3de18b108f

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