Name | pysourcegen JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | Python Source Code Generator |
upload_time | 2024-07-13 18:37:31 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pysourcegen
Python Source Code Generator
A different approach for generating repetitive C/C++ source code using Python.
## Examples
### C++ - Hello World
run [src/hello_world_cpp_example.py](src/hello_world_cpp_example.py) to create an exectuble called `cpphello`:
./hello_world_cpp_example.py | g++ -x c++ -o cpphello -
### C - Hello World
run [src/hello_world_c_example.py](src/hello_world_c_example.py) to create an exectuble called `chello`:
./hello_world_c_example.py | gcc -x c -o chello -
Raw data
{
"_id": null,
"home_page": null,
"name": "pysourcegen",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Pieter Compen <info@compen.net>",
"download_url": "https://files.pythonhosted.org/packages/28/b1/909082a68f566c766b814dbb57bc885c9a3dc6631dc4634aa8c26b49bcf2/pysourcegen-0.0.1.tar.gz",
"platform": null,
"description": "# pysourcegen\nPython Source Code Generator\n\nA different approach for generating repetitive C/C++ source code using Python.\n\n## Examples\n\n### C++ - Hello World\n\n run [src/hello_world_cpp_example.py](src/hello_world_cpp_example.py) to create an exectuble called `cpphello`:\n\n ./hello_world_cpp_example.py | g++ -x c++ -o cpphello -\n\n### C - Hello World\n\n run [src/hello_world_c_example.py](src/hello_world_c_example.py) to create an exectuble called `chello`:\n\n ./hello_world_c_example.py | gcc -x c -o chello -\n",
"bugtrack_url": null,
"license": null,
"summary": "Python Source Code Generator",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/Compen/pysourcegen",
"Issues": "https://github.com/Compen/pysourcegen/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a96d0bfa4b33bcdc09a582d36825d7f9d6ddabf2d27d2acb9e5a0761e0cb4189",
"md5": "c8a9823554fb709540861e3c77e78243",
"sha256": "c3c43530f97f5c0878e2be8af39ec37f74f4dc3532bb883ce28da48fd833305c"
},
"downloads": -1,
"filename": "pysourcegen-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c8a9823554fb709540861e3c77e78243",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 25678,
"upload_time": "2024-07-13T18:37:29",
"upload_time_iso_8601": "2024-07-13T18:37:29.741088Z",
"url": "https://files.pythonhosted.org/packages/a9/6d/0bfa4b33bcdc09a582d36825d7f9d6ddabf2d27d2acb9e5a0761e0cb4189/pysourcegen-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28b1909082a68f566c766b814dbb57bc885c9a3dc6631dc4634aa8c26b49bcf2",
"md5": "604325d18b1a47dd22392e8ecf6da4d6",
"sha256": "58cfb3c185d001e2b3972fd33d7cf086060ba78bb80971c608eb368bcb5e5006"
},
"downloads": -1,
"filename": "pysourcegen-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "604325d18b1a47dd22392e8ecf6da4d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9775,
"upload_time": "2024-07-13T18:37:31",
"upload_time_iso_8601": "2024-07-13T18:37:31.696537Z",
"url": "https://files.pythonhosted.org/packages/28/b1/909082a68f566c766b814dbb57bc885c9a3dc6631dc4634aa8c26b49bcf2/pysourcegen-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-13 18:37:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Compen",
"github_project": "pysourcegen",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pysourcegen"
}