Metadata-Version: 2.1
Name: pystext
Version: 0.0.1a1
Summary: Bare-bones IEC 61131 Structured Text programming language parsing
Home-page: https://github.com/jbschwartz/pystext
License: MIT
Keywords: iec 61131,structured text,parser
Author: James Schwartz
Author-email: james@schwartz.engineer
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Project-URL: Repository, https://github.com/jbschwartz/pystext
Description-Content-Type: text/markdown

# pystext v0.0.1a1 ![Badge](https://github.com/jbschwartz/pystext/actions/workflows/ci.yml/badge.svg)

A bare-bones IEC 61131 Structured Text programming language parser.

## Installation

Use `poetry` to install all of the dependencies. For example:

```
$ pip install poetry
$ poetry install
```

