sr.comp.scorer


Namesr.comp.scorer JSON
Version 1.7.0 PyPI version JSON
download
home_pageNone
SummaryStudent Robotics Competition Score Entry Application
upload_time2024-11-17 13:09:32
maintainerNone
docs_urlNone
authorStudent Robotics Competition Software SIG
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SRComp Scorer
=============

|Build Status|

A web UI to edit scores from SRComp score files.

Deployment
----------

For using the scorer at an event:

.. code:: shell

    script/install.sh

The install script prints instructions regarding the setup of the corresponding
compstate as well as how to run the resulting instance. Currently this is aimed
at install on a user's own machine rather than being hosted externally.

Development
-----------

**Install**:

.. code:: shell

    pip install -e .

**Run**:
``python -m sr.comp.scorer`` (see the ``--help``) for details.

Developers may wish to use the `SRComp Dev`_ repo to setup a dev instance.


.. |Build Status| image:: https://circleci.com/gh/PeterJCLaw/srcomp-scorer.png?branch=main
   :target: https://circleci.com/gh/PeterJCLaw/srcomp-scorer

.. _`SRComp Dev`: https://github.com/PeterJCLaw/srcomp-dev

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sr.comp.scorer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Student Robotics Competition Software SIG",
    "author_email": "srobo-devel@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/52/34/dfa451dc97e5c30d87669e70c736245cb1538c58475d9b98c398a6f735e9/sr_comp_scorer-1.7.0.tar.gz",
    "platform": null,
    "description": "SRComp Scorer\n=============\n\n|Build Status|\n\nA web UI to edit scores from SRComp score files.\n\nDeployment\n----------\n\nFor using the scorer at an event:\n\n.. code:: shell\n\n    script/install.sh\n\nThe install script prints instructions regarding the setup of the corresponding\ncompstate as well as how to run the resulting instance. Currently this is aimed\nat install on a user's own machine rather than being hosted externally.\n\nDevelopment\n-----------\n\n**Install**:\n\n.. code:: shell\n\n    pip install -e .\n\n**Run**:\n``python -m sr.comp.scorer`` (see the ``--help``) for details.\n\nDevelopers may wish to use the `SRComp Dev`_ repo to setup a dev instance.\n\n\n.. |Build Status| image:: https://circleci.com/gh/PeterJCLaw/srcomp-scorer.png?branch=main\n   :target: https://circleci.com/gh/PeterJCLaw/srcomp-scorer\n\n.. _`SRComp Dev`: https://github.com/PeterJCLaw/srcomp-dev\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Student Robotics Competition Score Entry Application",
    "version": "1.7.0",
    "project_urls": {
        "Code": "https://github.com/PeterJCLaw/srcomp-scorer",
        "Issue tracker": "https://github.com/PeterJCLaw/srcomp-scorer/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50bb614fea79c0a0425be77e27349b7e9f7c933d0f7a21f4641081ce6129ca45",
                "md5": "03f4cbde641a611e2cced0d3c93ac816",
                "sha256": "cea9f440ee06c6d3299a085fdf325433cbd7a9e85d9d915bf0d041fdc60b67ac"
            },
            "downloads": -1,
            "filename": "sr.comp.scorer-1.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03f4cbde641a611e2cced0d3c93ac816",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 21277,
            "upload_time": "2024-11-17T13:09:30",
            "upload_time_iso_8601": "2024-11-17T13:09:30.898139Z",
            "url": "https://files.pythonhosted.org/packages/50/bb/614fea79c0a0425be77e27349b7e9f7c933d0f7a21f4641081ce6129ca45/sr.comp.scorer-1.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5234dfa451dc97e5c30d87669e70c736245cb1538c58475d9b98c398a6f735e9",
                "md5": "0acb0019aabed7c4eefce9cd23b8284b",
                "sha256": "4715fdc748dc106a8fd63db91b3b804e7607ec320f70d5022de7538b9cedbe3f"
            },
            "downloads": -1,
            "filename": "sr_comp_scorer-1.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0acb0019aabed7c4eefce9cd23b8284b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20819,
            "upload_time": "2024-11-17T13:09:32",
            "upload_time_iso_8601": "2024-11-17T13:09:32.430983Z",
            "url": "https://files.pythonhosted.org/packages/52/34/dfa451dc97e5c30d87669e70c736245cb1538c58475d9b98c398a6f735e9/sr_comp_scorer-1.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 13:09:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PeterJCLaw",
    "github_project": "srcomp-scorer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "sr.comp.scorer"
}
        
Elapsed time: 0.37407s