A small C language exercise generator and checker
Project description
ccheck
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
Built Distribution
File details
Details for the file ccheck-2l42h3r-1.0.4.tar.gz
.
File metadata
- Download URL: ccheck-2l42h3r-1.0.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b537aece857ee2ddd621c72619854b8460eb57c810118794852da5ce731c18b |
|
MD5 | a073186d00766fab52c031767eff6e9f |
|
BLAKE2b-256 | fc086d35bbc5256207d1a8dd8a7500d1e8b2f40510ce9e73883dbd29154b5cf7 |
File details
Details for the file ccheck_2l42h3r-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: ccheck_2l42h3r-1.0.4-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 290020ea506560b91bc63019c0103368e3fc0dc7183c21571538c0e28f77ed68 |
|
MD5 | 3c3038dfd06490a9ccab7f40a8bd556e |
|
BLAKE2b-256 | deb62782dcd4671da12ebd3ad8cc12586d02efc47d7a3b0451cb944b7e17e914 |