Skip to main content

A small C language exercise generator and checker

Project description

ccheck

Quality Gate Status

Tool for generating and checking simple C language exercises.

Requirements

  • at least Python 3.7
  • Pip installed

Install from pip

python -m pip install ccheck-2l42h3r

Running from source without building

Install dependencies:

python -m pip install -r requirements.txt

Add project to PYTHONPATH (this depends on OS)

Run project as module:

python -m src.ccheck

Build from source

Install dependencies:

python -m pip install -r requirements.txt

Install/update build tools:

python -m pip install --upgrade build

Build:

python -m build

Files will be outputted to dist/

Install local package build

python -m pip install dist/ccheck_2l42h3r-VERSION-*.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccheck-2l42h3r-1.0.4.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

ccheck_2l42h3r-1.0.4-py3-none-any.whl (26.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page