examAnalyzerINF219h23


NameexamAnalyzerINF219h23 JSON
Version 1.0.10 PyPI version JSON
download
home_page
SummaryExam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts
upload_time2023-12-12 14:41:15
maintainer
docs_urlNone
authorTobias Husebø, Jonas Heen Opsahl, Brage Ramberg, Prem Eide
requires_python
license
keywords python education exam analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Exam analyzer
Exam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts.

## Getting started
To run the exam analyzer you need python downloaded and the following libraries:
- matplotlib - pip install matplotlib
- flask - pip install flask
- latex and pypandocs - go to the followng link https://www.tug.org/mactex/mactex-download.html, and donwload the package. After it is downloaded run  the command line:  pip install pandoc pypandoc
- examAnalyzerINF219h23 - pip install examAnalyzerINF219h23 (or go to website: https://pypi.org/project/examAnalyzerINF219h23/ and copy link)

## Running the website
If everthing is donwloaded and updated, you should be able to import the package and do as you please. 

## How to run app
write the following in an IDE:

From examAnalyzerINF219h23.app import run_app
run_app()

This is everything needed to run the website locally

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "examAnalyzerINF219h23",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,education,exam analysis",
    "author": "Tobias Huseb\u00f8, Jonas Heen Opsahl, Brage Ramberg, Prem Eide",
    "author_email": "premeide@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/d9/e2220c2ce1e083de5dae085e8c080885f6777accf18d9c240abae8c96b85/examAnalyzerINF219h23-1.0.10.tar.gz",
    "platform": null,
    "description": "\n# Exam analyzer\nExam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts.\n\n## Getting started\nTo run the exam analyzer you need python downloaded and the following libraries:\n- matplotlib - pip install matplotlib\n- flask - pip install flask\n- latex and pypandocs - go to the followng link https://www.tug.org/mactex/mactex-download.html, and donwload the package. After it is downloaded run  the command line:  pip install pandoc pypandoc\n- examAnalyzerINF219h23 - pip install examAnalyzerINF219h23 (or go to website: https://pypi.org/project/examAnalyzerINF219h23/ and copy link)\n\n## Running the website\nIf everthing is donwloaded and updated, you should be able to import the package and do as you please. \n\n## How to run app\nwrite the following in an IDE:\n\nFrom examAnalyzerINF219h23.app import run_app\nrun_app()\n\nThis is everything needed to run the website locally\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Exam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts",
    "version": "1.0.10",
    "project_urls": null,
    "split_keywords": [
        "python",
        "education",
        "exam analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f491d190c8cb245cf22acd72e1fafcfb2353e63528fbdcc34f62b552803aae8e",
                "md5": "bbf95e15fba90c52c547bc9928bf6012",
                "sha256": "bc3b532f4d6a7bfe984230dd98d79dea6805d93e4095f9ff82af03878233bdc1"
            },
            "downloads": -1,
            "filename": "examAnalyzerINF219h23-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bbf95e15fba90c52c547bc9928bf6012",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 93452,
            "upload_time": "2023-12-12T14:41:12",
            "upload_time_iso_8601": "2023-12-12T14:41:12.235278Z",
            "url": "https://files.pythonhosted.org/packages/f4/91/d190c8cb245cf22acd72e1fafcfb2353e63528fbdcc34f62b552803aae8e/examAnalyzerINF219h23-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cd9e2220c2ce1e083de5dae085e8c080885f6777accf18d9c240abae8c96b85",
                "md5": "fe944b09a588d6acdfd01d949ae10c1b",
                "sha256": "31e6debebddc40fc93525bbc38c4943381c03e5dec1e5f04091fc86f4d9c401b"
            },
            "downloads": -1,
            "filename": "examAnalyzerINF219h23-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "fe944b09a588d6acdfd01d949ae10c1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 88839,
            "upload_time": "2023-12-12T14:41:15",
            "upload_time_iso_8601": "2023-12-12T14:41:15.881298Z",
            "url": "https://files.pythonhosted.org/packages/9c/d9/e2220c2ce1e083de5dae085e8c080885f6777accf18d9c240abae8c96b85/examAnalyzerINF219h23-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 14:41:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "examanalyzerinf219h23"
}
        
Elapsed time: 0.50658s