# Kompiler
A package for auto compiling C++ files as soon as they are saved.
```
Usage: kompiler [File.cpp] [COMMAND...]
eg:
❯ kompiler hello.cpp
Command used for compiling: g++ hello.cpp
❯ kompiler hello.cpp -std=c++11 -O2 -Wall hello.cpp -o hello
Command used for compiling: g++ -std=c++11 -O2 -Wall hello.cpp -o hello
❯ kompiler 3.cpp -std=c++11 -O2 -Wall 3.cpp -o hello "&&" ./hello
Command used for compiling: g++ -std=c++11 -O2 -Wall 3.cpp -o hello && ./hello
```
Raw data
{
"_id": null,
"home_page": "https://github.com/garvit-joshi/kompiler",
"name": "kompiler",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "C++ Compiling g++",
"author": "Garvit Joshi",
"author_email": "garvitjoshi9@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/12/f6/4b33e16d3efe8172400d6c85506f2b08ca5065dd750dd310d687996155c6/kompiler-1.2.1.tar.gz",
"platform": null,
"description": "# Kompiler\nA package for auto compiling C++ files as soon as they are saved.\n\n```\nUsage: kompiler [File.cpp] [COMMAND...]\neg:\n \u276f kompiler hello.cpp\n Command used for compiling: g++ hello.cpp\n \u276f kompiler hello.cpp -std=c++11 -O2 -Wall hello.cpp -o hello\n Command used for compiling: g++ -std=c++11 -O2 -Wall hello.cpp -o hello\n \u276f kompiler 3.cpp -std=c++11 -O2 -Wall 3.cpp -o hello \"&&\" ./hello\n Command used for compiling: g++ -std=c++11 -O2 -Wall 3.cpp -o hello && ./hello\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "A package for auto compiling C++ files as soon as they are saved.",
"version": "1.2.1",
"project_urls": {
"Homepage": "https://github.com/garvit-joshi/kompiler"
},
"split_keywords": [
"c++",
"compiling",
"g++"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f3f5d6b1e7b7e4c7226cb23c93a43574f3ef3de5598e4680048a40c134add722",
"md5": "6c0657f1c0d9aad314e40521ec1fe151",
"sha256": "4bb922385a5e835457ba81a786293f55f22d13a8c3b3ec04e9e1c7e78d5a168e"
},
"downloads": -1,
"filename": "kompiler-1.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6c0657f1c0d9aad314e40521ec1fe151",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 4900,
"upload_time": "2023-06-16T07:23:59",
"upload_time_iso_8601": "2023-06-16T07:23:59.464025Z",
"url": "https://files.pythonhosted.org/packages/f3/f5/d6b1e7b7e4c7226cb23c93a43574f3ef3de5598e4680048a40c134add722/kompiler-1.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12f64b33e16d3efe8172400d6c85506f2b08ca5065dd750dd310d687996155c6",
"md5": "8f769ae1cf8b4fefb314c2f0b80fbe9f",
"sha256": "71ade08165cffa6ac9ae8db44befaa1110239ac64da743699a106787c05731c5"
},
"downloads": -1,
"filename": "kompiler-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "8f769ae1cf8b4fefb314c2f0b80fbe9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 3213,
"upload_time": "2023-06-16T07:24:00",
"upload_time_iso_8601": "2023-06-16T07:24:00.973574Z",
"url": "https://files.pythonhosted.org/packages/12/f6/4b33e16d3efe8172400d6c85506f2b08ca5065dd750dd310d687996155c6/kompiler-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-16 07:24:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "garvit-joshi",
"github_project": "kompiler",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "kompiler"
}