Metadata-Version: 2.1
Name: pythonwhat
Version: 2.10.0
Summary: UNKNOWN
Home-page: https://github.com/datacamp/pythonwhat
Author: DataCamp
Author-email: content-engineering@datacamp.com
Maintainer: Filip Schouwenaars
Maintainer-email: filip@datacamp.com
License: GNU version 3
Description: # pythonwhat
        
        [![Build Status](https://travis-ci.org/datacamp/pythonwhat.svg?branch=master)](https://travis-ci.org/datacamp/pythonwhat)
        [![codecov](https://codecov.io/gh/datacamp/pythonwhat/branch/master/graph/badge.svg)](https://codecov.io/gh/datacamp/pythonwhat)
        [![PyPI version](https://badge.fury.io/py/pythonwhat.svg)](https://badge.fury.io/py/pythonwhat)
        [![Documentation Status](https://readthedocs.org/projects/pythonwhat/badge/?version=stable)](http://pythonwhat.readthedocs.io/en/stable/?badge=stable)
        
        `pythonwhat` enables you to write Submission Correctness Tests (SCTs) for interactive Python exercises on DataCamp.
        
        - If you are new to teaching on DataCamp, check out https://authoring.datacamp.com.
        - If you want to learn what SCTs are and how they work, visit [this article](https://authoring.datacamp.com/courses/exercises/technical-details/sct.html) specifically.
        - For a complete overview of all functionality inside `pythonwhat` and articles about what to use when, consult https://pythonwhat.readthedocs.io.
        
        ## Documentation
        
        To generate the documentation, install pythonwhat and run..
        
        ```
        cd docs
        make html
        ```
        
        ## Installation
        
        ```
        pip install git+https://github.com/datacamp/pythonwhat
        ```
        
        ## Run tests
        
        Use Python 3.5
        
        ```
        # install packages used in tests (should be reduced)
        pip install -r requirements.txt
        
        # install pythonbackend (private, for now)
        cd path/to/pythonbackend
        python3 setup.py install
        
        # install pythonwhat
        cd /path/to/pythonwhat
        pip install -e .
        pytest
        ```
        
        To disable deprecation warnings: `$ export PYTHONWARNINGS="ignore"`
        
        For more details, questions and suggestions, contact <b>learn-engineering@datacamp.com</b>.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
