Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cristhianmotoche/parser-combinators-python-example

Parsec examples for Python meetup
https://github.com/cristhianmotoche/parser-combinators-python-example

Last synced: about 2 months ago
JSON representation

Parsec examples for Python meetup

Awesome Lists containing this project

README

        

# Parsec Python

Here you can find the examples for [Parsec][parsec] the Python meetup.

## Requirements

Install [poetry](https://poetry.eustace.io/)

## Start up

Install dependencies

```
poetry install
```

## Run tests

Exec the command:

```
poetry run pytest
```

[parsec]: https://pythonhosted.org/parsec/index.html