QuizSim
How to install and execute?
Just run
pip install quizsim
The following program illustrates a basic example
from quizsim import runQuiz
print(runQuiz())
How to test?
You can run the default tests using
python -m unittest
Code coverage can be obtained using Coverage.py as follows
coverage run --source=quizsim -m unittest
You can obtain a quick report on the coverage as follows
coverage report --show-missing
Whom to contact?
Please direct your queries to gpavanb1 for any questions.
Release files for QuizSim 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| QuizSim-0.1.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| QuizSim-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / QuizSim-0.1.tar.gz
| Download URL | QuizSim-0.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0a6e266bc12f328f862554d5ec0c32874df532e8507afa628da30a3775e2c2e4
|
|
BLAKE2b-256 checksum How to use checksums |
c55bd239c348d3ca334555a741899c407f6c3b1b2377eae740977bd9280f71db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.2
|
Release files / QuizSim-0.1-py3-none-any.whl
| Download URL | QuizSim-0.1-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e023e8cdb953a24c74e56a1fab0714b7a217be965080adc6226f8d33ec9bd625
|
|
BLAKE2b-256 checksum How to use checksums |
61275a8be3b2bd85f3def962d18dedc8383f0bea8f4c84988370eded91d1bfb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.2
|