Metadata-Version: 2.4
Name: tapl-lang
Version: 0.2.3
Summary: Tapl Language
Project-URL: Documentation, https://tapl-lang.org
Project-URL: Issues, https://github.com/tapl-org/tapl/issues
Project-URL: Source, https://github.com/tapl-org/tapl
Author-email: Orti Bazar <orti.bazar@gmail.com>
License: Apache-2.0 WITH LLVM-exception
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Tapl Lang

<!--
Part of the Tapl Language project, under the Apache License v2.0 with LLVM
Exceptions. See /LICENSE for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-->

[![PyPI - Version](https://img.shields.io/pypi/v/tapl-lang.svg)](https://pypi.org/project/tapl-lang)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tapl-lang.svg)](https://pypi.org/project/tapl-lang)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tapl-lang
```

## License

`tapl-lang` is distributed under the terms of the [Apache-2.0 WITH LLVM-exception](https://spdx.org/licenses/Apache-2.0.html) license.
