datacamp / protowhat

Home Page:https://protowhat.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protowhat

PyPI version FOSSA Status

protowhat is a utility package required by shellwhat and sqlwhat packages, used for writing Submission Correctness Tests SCTs for interactive Shell and SQL exercises on DataCamp. It contains shared functionality related to SCT syntax, selectors and state manipulation.

Installation

pyenv local 3.9.0
pip3.9 install protowhat   # install from pypi
make install            # install from source

Testing

pip3.9 install -e .
pytest

License

FOSSA Status

About

https://protowhat.readthedocs.io

License:GNU Affero General Public License v3.0


Languages

Language:Python 89.8%Language:Jupyter Notebook 9.8%Language:Makefile 0.3%