Metadata-Version: 2.1
Name: just-func
Version: 0.1.dev0
Summary: A python interpreter for the just-func language
Home-page: https://github.com/justland/just-func-python
Author: Vincent White
Author-email: xstrengthofonex@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# just-func-python
[![Python application](https://github.com/justland/just-func-python/actions/workflows/python-app.yml/badge.svg)](https://github.com/justland/just-func-python/actions/workflows/python-app.yml)

Python implementation of [just-func](https://github.com/justland/just-func).

## Develop

```shell
# install dependencies
pip install -r requirements.txt

# run tests
pytest

# run style guide enforcement
flake8 justfunc
```


