sc-exam-checker


Namesc-exam-checker JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Scott-Lau/sc-exam-checker
Summarypython project
upload_time2024-11-11 03:37:32
maintainerNone
docs_urlNone
authorScott Lau
requires_python>=3.6
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://badge.fury.io/py/sc-exam-checker.svg
    :target: https://badge.fury.io/py/sc-exam-checker
.. image:: https://img.shields.io/pypi/pyversions/sc-exam-checker
    :alt: PyPI - Python Version

A simple Python project
========================================

This is a simple python project.


Installation
------------

It is possible to install the tool with `pip`::

    pip install sc-exam-checker

Configuration
-------------

Configuration files reading in this order, the first is the top most priority:

#. production.xml in current directory,
#. production.xml in <project_name> directory under User directory,
#. production.xml in <project_name> directory under /var/opt/sc/ directory,
#. default.xml in <project_name> directory under /var/opt/sc/ directory.

The default configuration file looks like this::

    dev:
      # whether this program is running is development mode
      dev_mode: False

License
-------

The script is released under the MIT License.  The MIT License is registered
with and approved by the Open Source Initiative [1]_.

.. [1] https://opensource.org/licenses/MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Scott-Lau/sc-exam-checker",
    "name": "sc-exam-checker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "python",
    "author": "Scott Lau",
    "author_email": "exceedego@126.com",
    "download_url": null,
    "platform": "POSIX",
    "description": ".. image:: https://badge.fury.io/py/sc-exam-checker.svg\n    :target: https://badge.fury.io/py/sc-exam-checker\n.. image:: https://img.shields.io/pypi/pyversions/sc-exam-checker\n    :alt: PyPI - Python Version\n\nA simple Python project\n========================================\n\nThis is a simple python project.\n\n\nInstallation\n------------\n\nIt is possible to install the tool with `pip`::\n\n    pip install sc-exam-checker\n\nConfiguration\n-------------\n\nConfiguration files reading in this order, the first is the top most priority:\n\n#. production.xml in current directory,\n#. production.xml in <project_name> directory under User directory,\n#. production.xml in <project_name> directory under /var/opt/sc/ directory,\n#. default.xml in <project_name> directory under /var/opt/sc/ directory.\n\nThe default configuration file looks like this::\n\n    dev:\n      # whether this program is running is development mode\n      dev_mode: False\n\nLicense\n-------\n\nThe script is released under the MIT License.  The MIT License is registered\nwith and approved by the Open Source Initiative [1]_.\n\n.. [1] https://opensource.org/licenses/MIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python project",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Scott-Lau/sc-exam-checker"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1f8c4d4f5ad99e21b787941d7003353d341589e27934162f810b21a001c9f7a",
                "md5": "ead4a8dd5410144fe51a56db2458dad0",
                "sha256": "88044f478877383a2c0cdecd1ceddacac75b8d29c577ed08d6d808dae9b6c0b7"
            },
            "downloads": -1,
            "filename": "sc_exam_checker-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ead4a8dd5410144fe51a56db2458dad0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6905,
            "upload_time": "2024-11-11T03:37:32",
            "upload_time_iso_8601": "2024-11-11T03:37:32.279496Z",
            "url": "https://files.pythonhosted.org/packages/a1/f8/c4d4f5ad99e21b787941d7003353d341589e27934162f810b21a001c9f7a/sc_exam_checker-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-11 03:37:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Scott-Lau",
    "github_project": "sc-exam-checker",
    "github_not_found": true,
    "lcname": "sc-exam-checker"
}
        
Elapsed time: 0.33082s