Metadata-Version: 2.4
Name: aergia-lang
Version: 1.8.1
Summary: The Aergia programming language
Author: las-r
License: MIT
Project-URL: Homepage, https://github.com/las-r/aergia
Project-URL: Issues, https://github.com/las-r/aergia/issues
Project-URL: Documentation, https://las-r.github.io/aergia/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Interpreters
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center">
  <img src="assets/images/name.svg" alt="Aergia" width="300" />
</p>

<p align="center">
  <a href="https://pypi.org/project/aergia-lang/">
    <img src="https://img.shields.io/pypi/v/aergia-lang?style=flat-square&color=blue" alt="PyPI version" />
  </a>
  <a href="https://pypi.org/project/aergia-lang/">
    <img src="https://img.shields.io/pypi/pyversions/aergia-lang?style=flat-square&color=success" alt="PyPI - Python Version" />
  </a>
  <a href="https://pypi.org/project/aergia-lang/">
    <img src="https://img.shields.io/pypi/dm/aergia-lang?style=flat-square&color=orange" alt="PyPI - Downloads" />
  </a>
  <a href="https://github.com/las-r/aergia/pulse">
    <img src="https://img.shields.io/github/commit-activity/m/las-r/aergia?style=flat-square&color=blueviolet" alt="GitHub - Pulse" />
  </a>
</p>

<p align="center">
  Aergia is a minimalist yet still usable programming language, depending on your definition of usable.
</p>

## Documentation
Documentation for Aergia can be found [here](https://las-r.github.io/aergia/).

## IDE Support
Here is a list of every IDE with Aergia support:
- [VSCode](https://github.com/las-r/aergia/releases/tag/Editors)
- [Sublime Text](https://github.com/las-r/aergia/tree/main/editors/sublime/README.md)

## Tools
Aergia is provided with a few basic tools to aid in development:
- **Lethes**: A basic program minifier.
```bash
aergia --lethes <filename.aer>
```

- **Otia** (planned): A basic program formatter.
```bash
aergia --otia <filename.aer>
```
