Metadata-Version: 2.4
Name: aergia-lang
Version: 1.18.1
Summary: The Aergia programming language
Author: las-r
License: MIT
Project-URL: Homepage, https://las-r.github.io/aergia/
Project-URL: Documentation, https://las-r.github.io/aergia/
Project-URL: Repository, https://github.com/las-r/aergia
Project-URL: Issues, https://github.com/las-r/aergia/issues
Keywords: interpreter,programming-language,esoteric-language,esolang,aergia,aergia-lang
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://github.com/las-r/aergia/actions/workflows/test.yml">
    <img src="https://github.com/las-r/aergia/actions/workflows/test.yml/badge.svg?event=push" alt="Build Status">
  </a>
  <a href="https://github.com/las-r/aergia/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/las-r/aergia?color=lightgrey" alt="License" />
  </a>
  <a href="https://pypi.org/project/aergia-lang/">
    <img src="https://img.shields.io/pypi/dm/aergia-lang?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?color=blueviolet" alt="GitHub - Pulse" />
  </a>
  <a href="https://pypi.org/project/aergia-lang/">
    <img src="https://img.shields.io/pypi/v/aergia-lang?color=blue" alt="PyPI version" />
  </a>
  <a href="https://github.com/las-r/aergia">
    <img src="https://img.shields.io/github/languages/code-size/las-r/aergia?color=success" alt="GitHub Code Size" />
  </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:
- [Sublime Text](https://github.com/las-r/aergia/tree/main/editors/sublime)
- [Visual Studio Code](https://github.com/las-r/aergia/tree/main/editors/vscode)
- [Notepad++](https://github.com/las-r/aergia/tree/main/editors/npp)

## Tools
Aergia is provided with a few basic tools to aid in development:
- [**Agathos**](https://las-r.github.io/aergia/packages.html#agathos): A package manager.
- **Lethes**: A basic program minifier.
```bash
aergia --lethes <filename.aer>
# or for shorthand:
aergia -l <filename.aer>
```
- **Otia**: A basic program prettifier.
```bash
aergia --otia <filename.aer>
# or for shorthand:
aergia -o <filename.aer>
```

## Contributors
Here is a list of every person that has directly contributed to the development of Aergia, excluding myself, las-r. (Huge thanks to the people here!):
- [lyxal](https://github.com/lyxal)
