Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cristhianmotoche/parser-combinators-python-example
- Owner: CristhianMotoche
- Created: 2020-02-02T22:13:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T22:44:54.000Z (over 4 years ago)
- Last Synced: 2023-08-03T03:29:16.408Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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