Name | nexus-v1 JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | NexusV1 Language Interpreter for .nx script files |
upload_time | 2025-08-16 15:58:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License
Copyright (c) 2025 Casey
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 |
interpreter
language
nexus
scripting
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Nexus
---
### Data Type
```
int, float, str, bool
```
### Variable Declaration
Empty Variable
```
var a
var b
```
Empty Typed Variable
```
var a str
var b int
var c float
var d bool
```
Variable with Value
```
var a = "John"
var b = 12
var c = 3.14
var d = True
```
Typed Variable with Value
```
var a str = "John"
var b int = 12
var c float = 3.14
var d bool = True
```
### Output Declaration
```
say("Hello World")
```
Printing a Variable
```
var greet = "Hello World"
say(greet)
```
Printing String with Variable
```
var a = "World"
say("Hello, " + a)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "nexus-v1",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "interpreter, language, nexus, scripting",
"author": null,
"author_email": "Dale Siatong <daledev07@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ed/d4/744ddb5d2f7b2dc6d71067e14090b85ebddd07442a84a96c26ccc9f9f185/nexus_v1-0.1.0.tar.gz",
"platform": null,
"description": "# Nexus\n---\n### Data Type\n```\nint, float, str, bool\n```\n### Variable Declaration\nEmpty Variable\n```\nvar a\nvar b\n```\nEmpty Typed Variable\n```\nvar a str\nvar b int\nvar c float\nvar d bool\n```\nVariable with Value\n```\nvar a = \"John\"\nvar b = 12\nvar c = 3.14\nvar d = True\n```\nTyped Variable with Value\n```\nvar a str = \"John\"\nvar b int = 12\nvar c float = 3.14\nvar d bool = True\n```\n### Output Declaration\n```\nsay(\"Hello World\")\n```\n\nPrinting a Variable\n```\nvar greet = \"Hello World\"\n\nsay(greet)\n```\nPrinting String with Variable\n```\nvar a = \"World\"\n\nsay(\"Hello, \" + a)\n```\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 Casey\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "NexusV1 Language Interpreter for .nx script files",
"version": "0.1.0",
"project_urls": {
"Changelog": "https://github.com/DaleStack/NexusV1/releases",
"Documentation": "https://github.com/DaleStack/NexusV1/blob/main/README.md",
"Homepage": "https://github.com/DaleStack/NexusV1",
"Issues": "https://github.com/DaleStack/NexusV1/issues"
},
"split_keywords": [
"interpreter",
" language",
" nexus",
" scripting"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "dbed64c30d94156f11ecb1b318f031438906a029fc012b06233072bfa1360368",
"md5": "cde9cea20c243958f46a0d0efd9c7a42",
"sha256": "55a6178f46f828ff63c15b738ae4f76a56fbec68a7e286ed5bf9d55e3578c9c3"
},
"downloads": -1,
"filename": "nexus_v1-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cde9cea20c243958f46a0d0efd9c7a42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 19032,
"upload_time": "2025-08-16T15:58:33",
"upload_time_iso_8601": "2025-08-16T15:58:33.260115Z",
"url": "https://files.pythonhosted.org/packages/db/ed/64c30d94156f11ecb1b318f031438906a029fc012b06233072bfa1360368/nexus_v1-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "edd4744ddb5d2f7b2dc6d71067e14090b85ebddd07442a84a96c26ccc9f9f185",
"md5": "efdd68961d252b5e7a5ecc9f6f06e477",
"sha256": "875f18509f6f0ba53eaf095cc92fc5b13f67044df05af0e26276977883806d93"
},
"downloads": -1,
"filename": "nexus_v1-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "efdd68961d252b5e7a5ecc9f6f06e477",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16202,
"upload_time": "2025-08-16T15:58:35",
"upload_time_iso_8601": "2025-08-16T15:58:35.275818Z",
"url": "https://files.pythonhosted.org/packages/ed/d4/744ddb5d2f7b2dc6d71067e14090b85ebddd07442a84a96c26ccc9f9f185/nexus_v1-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-16 15:58:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DaleStack",
"github_project": "NexusV1",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "nexus-v1"
}