Kcompiler


NameKcompiler JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-06-29 12:32:22
maintainerNone
docs_urlNone
authorWambua aka Bullet Angel
requires_python>=3
licenseMIT
keywords kotlin_compiler compile_kotlin compile run_kotlin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kcompiler
Compile kotlin files to .jar files,
Run .jar files using java,
Compile kotlin directories.

# Requirents
```shell
openjdk-11-jdk
kotlin
```

# Applicable commands
```shell
krun
kcompiler
compile
kotlin_compiler
compile_kotlin
```
# Arguments
```shell
-h/--help
```
help message

```shell
-run
```
run only

```shell
-CR
```
compile and run

```shell
input
```
target file or folder/directory


# Usange
```shell
kcompiler hello.kt
```
```shell
kcompiler hello.kt -CR
```
```shell
kcompiler /home/user/kotlin
```
```shell
kcombiler hello.jar -run
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Kcompiler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "kotlin_compiler, compile_kotlin, compile, run_kotlin",
    "author": "Wambua aka Bullet Angel",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# kcompiler\nCompile kotlin files to .jar files,\nRun .jar files using java,\nCompile kotlin directories.\n\n# Requirents\n```shell\nopenjdk-11-jdk\nkotlin\n```\n\n# Applicable commands\n```shell\nkrun\nkcompiler\ncompile\nkotlin_compiler\ncompile_kotlin\n```\n# Arguments\n```shell\n-h/--help\n```\nhelp message\n\n```shell\n-run\n```\nrun only\n\n```shell\n-CR\n```\ncompile and run\n\n```shell\ninput\n```\ntarget file or folder/directory\n\n\n# Usange\n```shell\nkcompiler hello.kt\n```\n```shell\nkcompiler hello.kt -CR\n```\n```shell\nkcompiler /home/user/kotlin\n```\n```shell\nkcombiler hello.jar -run\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "kotlin_compiler",
        " compile_kotlin",
        " compile",
        " run_kotlin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19a9901bda3697fd8f902a5a82b4024bc26083ad017838a8ab53e63ff144580a",
                "md5": "fc75ff881356118a650d5fb50e7fb079",
                "sha256": "927b08d3a7060c1195ec12ad27af8c5795d505e81ddab2da5e5b93c144cb2d87"
            },
            "downloads": -1,
            "filename": "Kcompiler-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc75ff881356118a650d5fb50e7fb079",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 83571,
            "upload_time": "2024-06-29T12:32:22",
            "upload_time_iso_8601": "2024-06-29T12:32:22.782884Z",
            "url": "https://files.pythonhosted.org/packages/19/a9/901bda3697fd8f902a5a82b4024bc26083ad017838a8ab53e63ff144580a/Kcompiler-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 12:32:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kcompiler"
}
        
Elapsed time: 0.25188s