Metadata-Version: 2.1
Name: Eryx
Version: 0.1.1
Summary: A decently fast simple dynamically typed programming language similar to javascript/python.
Author: ShyMike
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: flask
Requires-Dist: pytest

# Eryx
[![License](https://img.shields.io/pypi/l/Eryx)](/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/Eryx)][pypi_url]
[![Build Status](https://img.shields.io/github/actions/workflow/status/ImShyMike/Eryx/ci.yml)](https://github.com/ImShyMike/Eryx/actions)
[![Python Version](https://img.shields.io/pypi/pyversions/Eryx)][pypi_url]
[![PyPI - Downloads](https://img.shields.io/pypi/dm/Eryx)][pypi_url]
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/Eryx)][pypi_url]

[pypi_url]: https://pypi.org/project/Eryx

## What is Eryx?
 Eryx is a decently fast simple dynamically typed programming language similar to javascript/python.

## Installation
 To install the latest stable release, just install it from PyPI using:
```sh
pip install eryx
```
If you want to install the latest beta version head over to the [beta releases](https://github.com/ImShyMike/Eryx/releases/tag/beta) page, download the desired `.whl` file and install it using:
```sh
pip install Eryx-(version)-py3-none-any.whl
```

## Documentation
Coming soon...

## Thanks
A 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) playlist.

## License
This project is licensed under the [MIT License](LICENSE).
