I-Language


NameI-Language JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummaryThe I programming language is a high level programming language written in pure python.
upload_time2023-04-02 18:13:23
maintainer
docs_urlNone
authorMasterOktagon
requires_python>=3.7
licenseMIT License Copyright (c) 2023-present ElBe Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords i language programming-language language
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img src="https://github.com/I-Language-Development/I-language/blob/main/.github/logo-with-text.png" height="100px">
</p>
<h3 align="center">
    The I programming language is a high level programming language written in pure python.
</h3>
<p align="center">
    <img src="https://www.codefactor.io/repository/github/i-language-development/i-language/badge">
    <img src="https://github.com/I-Language-Development/I-language/actions/workflows/pylint.yml/badge.svg">
    <img src="https://github.com/I-Language-Development/I-language/actions/workflows/ruff.yml/badge.svg">
    <img src="https://github.com/I-Language-Development/I-language/actions/workflows/bandit.yml/badge.svg">
    <img src="https://github.com/I-Language-Development/I-language/actions/workflows/pytest.yml/badge.svg">
</p>

<img src="https://github.com/I-Language-Development/I-language/blob/main/.github/example-syntax.png?raw=true" width="500px"/>

## About this project
Have you been dreaming about coding in your perfect programming language?
Have you thought about what could be possible with the best sides of different languages?
Here is the power of some of the best languages combined.

## Installing
### Download from releases
Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.

### Pip
To install the package via pip, run `pip install ilanguage` (The `pip` command might be called differently depending on
your OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use
`python -m ilanguage ARGUMENTS` just like `ilanguage ARGUMENTS`.

### Git
To clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language.git`.

## Your first program
To make a simple hello world program follow the instructions below:
1. Create a file ending with `.ilang`.
2. Open the file and write `output("Hello world!")` to it.
3. Open the path of the file in your terminal and type `ilanguage FILE` where `FILE` is the name of the file including 
the `.ilang` file extension.
4. You should see "Hello world!" in your terminal.

That's it! It's literally so easy.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "I-Language",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "i language,programming-language,language",
    "author": "MasterOktagon",
    "author_email": "ElBe-Plaq <elbe.dev.plaq@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6d/dc/03066d4763428aadccbaefb0f4b371c211ef0f46adc294c2a952c93af1a3/I-Language-0.0.9.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <img src=\"https://github.com/I-Language-Development/I-language/blob/main/.github/logo-with-text.png\" height=\"100px\">\r\n</p>\r\n<h3 align=\"center\">\r\n    The I programming language is a high level programming language written in pure python.\r\n</h3>\r\n<p align=\"center\">\r\n    <img src=\"https://www.codefactor.io/repository/github/i-language-development/i-language/badge\">\r\n    <img src=\"https://github.com/I-Language-Development/I-language/actions/workflows/pylint.yml/badge.svg\">\r\n    <img src=\"https://github.com/I-Language-Development/I-language/actions/workflows/ruff.yml/badge.svg\">\r\n    <img src=\"https://github.com/I-Language-Development/I-language/actions/workflows/bandit.yml/badge.svg\">\r\n    <img src=\"https://github.com/I-Language-Development/I-language/actions/workflows/pytest.yml/badge.svg\">\r\n</p>\r\n\r\n<img src=\"https://github.com/I-Language-Development/I-language/blob/main/.github/example-syntax.png?raw=true\" width=\"500px\"/>\r\n\r\n## About this project\r\nHave you been dreaming about coding in your perfect programming language?\r\nHave you thought about what could be possible with the best sides of different languages?\r\nHere is the power of some of the best languages combined.\r\n\r\n## Installing\r\n### Download from releases\r\nNavigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.\r\n\r\n### Pip\r\nTo install the package via pip, run `pip install ilanguage` (The `pip` command might be called differently depending on\r\nyour OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use\r\n`python -m ilanguage ARGUMENTS` just like `ilanguage ARGUMENTS`.\r\n\r\n### Git\r\nTo clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language.git`.\r\n\r\n## Your first program\r\nTo make a simple hello world program follow the instructions below:\r\n1. Create a file ending with `.ilang`.\r\n2. Open the file and write `output(\"Hello world!\")` to it.\r\n3. Open the path of the file in your terminal and type `ilanguage FILE` where `FILE` is the name of the file including \r\nthe `.ilang` file extension.\r\n4. You should see \"Hello world!\" in your terminal.\r\n\r\nThat's it! It's literally so easy.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023-present ElBe Development  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "The I programming language is a high level programming language written in pure python.",
    "version": "0.0.9",
    "split_keywords": [
        "i language",
        "programming-language",
        "language"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b04fd06e19b75d2dff9408a29c6496764f2fb4870dc1b970ad8568331823386",
                "md5": "ce90b4a52db9fa5fb82bcde13224d985",
                "sha256": "fc700ae8c346487753785e60d7df7bd023b40467d9ad90d76a5e7e52783a5308"
            },
            "downloads": -1,
            "filename": "I_Language-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce90b4a52db9fa5fb82bcde13224d985",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31169,
            "upload_time": "2023-04-02T18:13:21",
            "upload_time_iso_8601": "2023-04-02T18:13:21.930006Z",
            "url": "https://files.pythonhosted.org/packages/8b/04/fd06e19b75d2dff9408a29c6496764f2fb4870dc1b970ad8568331823386/I_Language-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ddc03066d4763428aadccbaefb0f4b371c211ef0f46adc294c2a952c93af1a3",
                "md5": "0d7807890426773393244cff33b43237",
                "sha256": "40e3811a9b7315baab89a1a283dd03352001727a5c797f98a3e17a32c3923394"
            },
            "downloads": -1,
            "filename": "I-Language-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0d7807890426773393244cff33b43237",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17858,
            "upload_time": "2023-04-02T18:13:23",
            "upload_time_iso_8601": "2023-04-02T18:13:23.188548Z",
            "url": "https://files.pythonhosted.org/packages/6d/dc/03066d4763428aadccbaefb0f4b371c211ef0f46adc294c2a952c93af1a3/I-Language-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-02 18:13:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "i-language"
}
        
Elapsed time: 0.05211s