Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 437 Bytes

just-func-python

Python application

Python implementation of just-func.

Develop

# install dependencies
pip install -r requirements.txt

# run tests
pytest

# run style guide enforcement
flake8 justfunc