Skip to main content

RDDL lexer/parser in Python3.

Project description

# pyrddl [![Build Status](https://travis-ci.org/thiagopbueno/pyrddl.svg?branch=master)](https://travis-ci.org/thiagopbueno/pyrddl) [![License](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/thiagopbueno/tf-mdp/blob/master/LICENSE)

RDDL lexer/parser in Python3.

# Quickstart

```bash
$ pip3 install pyrddl
```

# Usage


## Script mode

The ``pyrddl`` script provides ways to parse and inspect RDDL files
from the command line.

```bash
$pyrddl --help

usage: pyrddl [-h] [-v] rddl

RDDL lexer/parser in Python3.

positional arguments:
rddl RDDL filepath

optional arguments:
-h, --help show this help message and exit
-v, --verbose verbosity mode
```

## Programmatic mode

The ``pyrddl`` package provides an API for integrating RDDL parser
into your own Python package/project.

```python
from pyrddl import RDDLParser

# buid parser
parser = RDDLParser()
parser.build()

# parse RDDL
rddl = parser.parse(rddl)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrddl-0.1.0.tar.gz (34.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page