{"id":27154909,"url":"https://github.com/imshymike/eryx","last_synced_at":"2025-06-11T21:06:44.135Z","repository":{"id":268789390,"uuid":"902582625","full_name":"ImShyMike/Eryx","owner":"ImShyMike","description":"A decently fast and simple dynamically typed programming language similar to javascript/python.","archived":false,"fork":false,"pushed_at":"2025-03-24T19:24:25.000Z","size":1055,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T18:51:57.954Z","etag":null,"topics":["dynamically-typed","interpreted-programming-language","programming-language"],"latest_commit_sha":null,"homepage":"https://eryx.shymike.tech","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImShyMike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-12T21:17:12.000Z","updated_at":"2025-03-30T23:52:44.000Z","dependencies_parsed_at":"2024-12-18T23:29:40.726Z","dependency_job_id":"649d4c06-834f-42f5-931c-5cf4ff156d6e","html_url":"https://github.com/ImShyMike/Eryx","commit_stats":null,"previous_names":["imshymike/eryx"],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/ImShyMike/Eryx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FEryx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FEryx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FEryx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FEryx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImShyMike","download_url":"https://codeload.github.com/ImShyMike/Eryx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FEryx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259340641,"owners_count":22843031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamically-typed","interpreted-programming-language","programming-language"],"created_at":"2025-04-08T18:44:44.131Z","updated_at":"2025-06-11T21:06:44.114Z","avatar_url":"https://github.com/ImShyMike.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![Eryx](https://raw.githubusercontent.com/ImShyMike/Eryx/refs/heads/main/assets/eryx_small.png)](https://eryx.shymike.tech)\n\n[![Package Build](https://img.shields.io/github/actions/workflow/status/ImShyMike/Eryx/python-package.yml?label=Package)](https://github.com/ImShyMike/Eryx/actions/workflows/python-package.yml)\n[![Documentation](https://img.shields.io/github/deployments/ImShyMike/Eryx/github-pages?label=Documentation)](https://shymike.is-a.dev/Eryx)\n[![License](https://img.shields.io/pypi/l/Eryx)][license]\n[![PyPI](https://img.shields.io/pypi/v/Eryx)][pypi_url]\n[![Python Version](https://img.shields.io/pypi/pyversions/Eryx)][pypi_url]\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/Eryx)][pypi_url]\n\n[pypi_url]: https://pypi.org/project/Eryx\n[license]: https://github.com/ImShyMike/Eryx/blob/main/LICENSE\n\n## What is [Eryx](https://eryx.shymike.tech)?\n\n Eryx is a decently fast and simple dynamically typed programming language similar to javascript/python.\n\n\u003e Why the name \"**Eryx**\"?\n\u003e \u003cbr\u003eThe language was made using python which is [a family of snake](https://en.wikipedia.org/wiki/Pythonidae) and the name eryx is [a snake genus](https://en.wikipedia.org/wiki/Eryx_(snake)).\n\n## Documentation\n\nFull documentation is available at [https://ImShyMike.github.io/Eryx](https://ImShyMike.github.io/Eryx).\n\n## Online IDE\n\nAn online IDE is hosted at [https://eryx-ide.shymike.tech](https://eryx-ide.shymike.tech). It utilizes the `eryx server` command but has the `os` and `file` modules and `input()` and `exit()` functions disabled (using `--no-file-io`).\n\n## Package Index\n\nThe default package index is available at [https://eryx-packages.shymike.tech](https://eryx-packages.shymike.tech), it displays the top packages, allows users to upload packages and view other's packages.\n\n## Installation\n\n To install the latest stable release, just install it from PyPI using:\n\n```sh\npip install eryx\n```\n\nIf you want to install the latest beta version head over to the [releases](https://github.com/ImShyMike/Eryx/releases) page, download the desired `.whl` file and install it using:\n\n```sh\npip install Eryx-(version)-py3-none-any.whl\n```\n\n## Usage\n\nThe CLI can be accessed with the following command:\n\n```sh\neryx [--version]\n\nAvailable commands:\n    repl                Start the REPL\n    run                 Run an Eryx file\n    server              Start the web IDE\n    test                Run the test suite\n    transpile           Transpile Eryx code\n    package             Manage Eryx packages\n```\n\n## Thanks\n\nA huge thanks to [tylerlaceby](https://www.youtube.com/@tylerlaceby) for his [\"Build a Custom Scripting Language In Typescript\"](https://www.youtube.com/playlist?list=PL_2VhOvlMk4UHGqYCLWc6GO8FaPl8fQTh) series.\n\nFrontend design inspired by [modu](https://github.com/cyteon/modu) from [Cyteon](https://github.com/cyteon).\n\n## License\n\nThis project is licensed under the [MIT License][license].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshymike%2Feryx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimshymike%2Feryx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshymike%2Feryx/lists"}