Name | bundle-cpp JSON |
Version |
0.1.4
JSON |
| download |
home_page | None |
Summary | expand includes and create a single file |
upload_time | 2024-07-24 11:36:43 |
maintainer | None |
docs_url | None |
author | kagemeka |
requires_python | <4.0,>=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# bundle_cpp_v1
proxy of preprocessor.
This is a tool that parses and expands C++ codes, including 'include' statements, and outputs it as a single file.
It is similar to using the -E option with g++. However, it does not expand system headers.
## installation
```sh
pip install bundle-cpp
```
## Usage
```sh
bundle main.cpp -I lib/ src/main.cpp > src/main_bundle.cpp
```
## system requirements
- Python >= 3.8
Raw data
{
"_id": null,
"home_page": null,
"name": "bundle-cpp",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "kagemeka",
"author_email": "kagemeka1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7d/72/f05c8e17b47bf861e1df7a2177e94ae8a3c427f3ea5d86a3e4cbddbe6c3c/bundle_cpp-0.1.4.tar.gz",
"platform": null,
"description": "# bundle_cpp_v1\n\nproxy of preprocessor.\nThis is a tool that parses and expands C++ codes, including 'include' statements, and outputs it as a single file.\nIt is similar to using the -E option with g++. However, it does not expand system headers.\n\n## installation\n\n```sh\npip install bundle-cpp\n```\n\n## Usage\n\n```sh\nbundle main.cpp -I lib/ src/main.cpp > src/main_bundle.cpp\n```\n\n## system requirements\n\n- Python >= 3.8\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "expand includes and create a single file",
"version": "0.1.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ad5446d338fea49ed19b934b229b767eb6c4199a40f84ff2008f70ae89c1afe1",
"md5": "0831aa7d67a2c213aa597f018a571cce",
"sha256": "1467d60e1d799db419eb6b37a148a31007232e1b80b65bdd6b242bb599e7cc6e"
},
"downloads": -1,
"filename": "bundle_cpp-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0831aa7d67a2c213aa597f018a571cce",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 3474,
"upload_time": "2024-07-24T11:36:41",
"upload_time_iso_8601": "2024-07-24T11:36:41.702063Z",
"url": "https://files.pythonhosted.org/packages/ad/54/46d338fea49ed19b934b229b767eb6c4199a40f84ff2008f70ae89c1afe1/bundle_cpp-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7d72f05c8e17b47bf861e1df7a2177e94ae8a3c427f3ea5d86a3e4cbddbe6c3c",
"md5": "d9d7ac815ae11f2542a1b0ca7a9fd6c6",
"sha256": "f7b8d75ef0e66b8d03320d7ac3e2c80c56c6129739177fe7b459389986e4951e"
},
"downloads": -1,
"filename": "bundle_cpp-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "d9d7ac815ae11f2542a1b0ca7a9fd6c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 2931,
"upload_time": "2024-07-24T11:36:43",
"upload_time_iso_8601": "2024-07-24T11:36:43.249379Z",
"url": "https://files.pythonhosted.org/packages/7d/72/f05c8e17b47bf861e1df7a2177e94ae8a3c427f3ea5d86a3e4cbddbe6c3c/bundle_cpp-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-24 11:36:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "bundle-cpp"
}