An open API service indexing awesome lists of open source software.

https://github.com/diddileija/diddiparser2

DiddiParser 2: The DiddiScript parser.
https://github.com/diddileija/diddiparser2

diddiscript python python3

Last synced: about 1 month ago
JSON representation

DiddiParser 2: The DiddiScript parser.

Awesome Lists containing this project

README

        

# DiddiParser 2

[![Nox](https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg)](https://github.com/wntrblm/nox)
[![License](https://img.shields.io/github/license/DiddiLeija/diddiparser2)](https://github.com/DiddiLeija/diddiparser2)
[![GitHub](https://img.shields.io/github/v/release/DiddiLeija/diddiparser2?logo=github&sort=semver)](https://github.com/DiddiLeija/diddiparser2)
[![Documentation Status](https://readthedocs.org/projects/diddiparser2/badge/?version=latest)](https://diddiparser2.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![GitHub Repo stars](https://img.shields.io/github/stars/DiddiLeija/diddiparser2?style=social)](https://github.com/DiddiLeija/diddiparser2)
[![GitHub forks](https://img.shields.io/github/forks/DiddiLeija/diddiparser2?style=social)](https://github.com/DiddiLeija/diddiparser2)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G3AL6D6)

The DiddiScript parser, written in Python.

## Installation

DiddiParser2 can be installed via [pip](https://pip.pypa.io):

```
pip install diddiparser2
```

## Usage

DiddiParser2 is mostly used as a command-line tool. To run a DiddiScript
file, just run

```
diddiparser2 [filename]
```

Also, you can use `python -m diddiparser2` instead of `diddiparser2`.

## Documentation

The documentation (hosted by ReadTheDocs) is [here](https://diddiparser2.readthedocs.io/en/latest/).