Metadata-Version: 2.1
Name: pylasu
Version: 0.3.0
Summary: Pylasu is an AST Library in the StarLasu family, targeting the Python language.
Author: Strumenta S.R.L.
Author-email: Lorenzo Addazi <lorenzo.addazi@strumenta.com>, Alessio Stalla <alessio.stalla@strumenta.com>, Federico Tomassetti <federico@strumenta.com>
License: Apache License V2
Project-URL: Homepage, https://github.com/strumenta/pylasu
Project-URL: Bug Tracker, https://github.com/strumenta/pylasu/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: ecore
License-File: LICENSE

# Pylasu – Python Language Support #

[![Build Status](https://github.com/Strumenta/pylasu/actions/workflows/pythonapp.yml/badge.svg)](https://github.com/Strumenta/pylasu/actions/workflows/pythonapp.yml)

Pylasu is an AST Library in the [StarLasu](https://github.com/Strumenta/StarLasu) family, targeting the Python language.

## Linting

```
flake8 . && flake8 tests
```

## Package

```
python setup.py bdist_wheel
```
