Skip to main content

Show the callstacks

Project description

README

Provide some tools in C++ development.

  • Extracted raw strings from the C++ code

The source code is here. The python package is here.

1. How to install

pip install cjtool

2. Command

A new command stringrep.exe is added after the installation.

  • The command stringrep is to replace the raw string to a pointer. For example
    auto m = py::module::import("test_cmake_build");
    // convert to the line below
    auto m = py::module::import(pStrTest_cmake_build);

    // the definiation of the string is as below
    constexpr char* pStrTest_cmake_build = "test_cmake_build";
  • Help message from the command stringrep is as below.
$ stringrep -h
usage: stringrep [-h] [-i] [-c] [-g] [-p PREFIX] file

positional arguments:
  file                  set the cpp file name

optional arguments:
  -h, --help            show this help message and exit
  -i, --inplace         replace the file in place (default: False)
  -c, --capitalize      capitalize the captured word, for example,
                        "tom" turns to "Tom" (default: False)
  -g, --generate        generate the header lines for the captured
                        strings (default: False)
  -p PREFIX, --prefix PREFIX
                        set the prefix for raw string (default: pStr)

How to build and upload

python -m build --sdist --wheel
or
python -m build --wheel

twine upload dist/*

Test on local machine

python -m pip install --editable .

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

callbook-0.0.5-py3-none-any.whl (40.0 kB view details)

Uploaded Python 3

File details

Details for the file callbook-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: callbook-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.11

File hashes

Hashes for callbook-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 42db4aa8ce09c30529e2cd86bd15ec6855879582ea148c72aa19980e431fd30d
MD5 ceb8128e0068b1a04be4442e247ad617
BLAKE2b-256 d8d7b006d4115a23ca012dee5ba3f7a06c5f77d7dc88db882e981ac7d8551468

See more details on using hashes here.

Supported by

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