seamm-jobserver


Nameseamm-jobserver JSON
Version 2024.4.5 PyPI version JSON
download
home_pagehttps://github.com/molssi-seam/seamm_jobserver
Summaryseamm_jobserver
upload_time2024-03-05 18:24:13
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseLGPLv3+
keywords seamm_jobserver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
SEAMM JobServer
===============


.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/seamm_jobserver
   :target: https://github.com/molssi-seamm/seamm_jobserver/pulls
   :alt: GitHub pull requests

.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/CI/badge.svg
   :target: https://github.com/molssi-seamm/seamm_jobserver/actions
   :alt: Build Status

.. image:: https://codecov.io/gh/molssi-seamm/seamm_jobserver/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/molssi-seamm/seamm_jobserver
   :alt: Code Coverage

.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/CodeQL/badge.svg
   :target: https://github.com/molssi-seamm/seamm_jobserver/security/code-scanning
   :alt: Code Quality

.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/Release/badge.svg
   :target: https://molssi-seamm.github.io/seamm_jobserver/index.html
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/seamm_jobserver.svg
   :target: https://pypi.python.org/pypi/seamm_jobserver
   :alt: PyPi VERSION


The JobServer for the SEAMM environment


* Free software: BSD license
* Documentation: https://molssi-seamm.github.io/seamm_jobserver/index.html
* Code: https://github.com/molssi-seamm/seamm_jobserver


Features
--------

The SEAMM JobServer handles executing Jobs for the Dashboard.


Acknowledgements
----------------

This package was created with the `molssi-seamm/cookiecutter-seamm-plugin`_ tool, which
is based on the excellent Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin

Developed by the Molecular Sciences Software Institute (MolSSI_), which receives funding
from the `National Science Foundation`_ under award CHE-2136142.

.. _MolSSI: https://molssi.org
.. _`National Science Foundation`: https://www.nsf.gov


=======
History
=======
2024.4.5 -- Adding support for debugging
   * Use the value of the environment variable SEAMM_LOG_LEVEL to set the log level for
     jobs. DEBUG, INFO, WARNING are three useful levels.
     
2024.1.17 -- Changes to support running in Docker containers.

2023.12.12 -- Improved the output in the GUI.
   * Improved the output to the GUI
   * Fixed a bug in the file path for the status file.

2023.3.23 -- Substantial improvements to JobServer
   * Switched to independent process for Jobs, which means they are fully independent of
     the JobServer and continue to run if the JobServer stops
   * Discover existing running jobs on startup and monitor them.
   * Added status information for the machine the JobServer is on as well as Jobs
   * Provide a GUI if run from the commandline, showing the log and status.

0.9.1 (2020-05-29)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seam/seamm_jobserver",
    "name": "seamm-jobserver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "seamm_jobserver",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/78/9f/37d3c7db31003069854299dd11dbdfd23ea82eb0c82fdfcf581aa081e129/seamm_jobserver-2024.4.5.tar.gz",
    "platform": "Linux",
    "description": "===============\nSEAMM JobServer\n===============\n\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/seamm_jobserver\n   :target: https://github.com/molssi-seamm/seamm_jobserver/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_jobserver/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/seamm_jobserver/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/seamm_jobserver\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_jobserver/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/seamm_jobserver/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/seamm_jobserver/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/seamm_jobserver.svg\n   :target: https://pypi.python.org/pypi/seamm_jobserver\n   :alt: PyPi VERSION\n\n\nThe JobServer for the SEAMM environment\n\n\n* Free software: BSD license\n* Documentation: https://molssi-seamm.github.io/seamm_jobserver/index.html\n* Code: https://github.com/molssi-seamm/seamm_jobserver\n\n\nFeatures\n--------\n\nThe SEAMM JobServer handles executing Jobs for the Dashboard.\n\n\nAcknowledgements\n----------------\n\nThis package was created with the `molssi-seamm/cookiecutter-seamm-plugin`_ tool, which\nis based on the excellent Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin\n\nDeveloped by the Molecular Sciences Software Institute (MolSSI_), which receives funding\nfrom the `National Science Foundation`_ under award CHE-2136142.\n\n.. _MolSSI: https://molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2024.4.5 -- Adding support for debugging\n   * Use the value of the environment variable SEAMM_LOG_LEVEL to set the log level for\n     jobs. DEBUG, INFO, WARNING are three useful levels.\n     \n2024.1.17 -- Changes to support running in Docker containers.\n\n2023.12.12 -- Improved the output in the GUI.\n   * Improved the output to the GUI\n   * Fixed a bug in the file path for the status file.\n\n2023.3.23 -- Substantial improvements to JobServer\n   * Switched to independent process for Jobs, which means they are fully independent of\n     the JobServer and continue to run if the JobServer stops\n   * Discover existing running jobs on startup and monitor them.\n   * Added status information for the machine the JobServer is on as well as Jobs\n   * Provide a GUI if run from the commandline, showing the log and status.\n\n0.9.1 (2020-05-29)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "seamm_jobserver",
    "version": "2024.4.5",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seam/seamm_jobserver"
    },
    "split_keywords": [
        "seamm_jobserver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cd4941f484764f0b863dcc459079b8b82a174a990961337cec00c6850d97e32",
                "md5": "0232fd60f591dad94af6feec57b8c530",
                "sha256": "8131ac863d0b766582cc06248c1d64c485393c3861ee81598ba2c9bf0cf258cc"
            },
            "downloads": -1,
            "filename": "seamm_jobserver-2024.4.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0232fd60f591dad94af6feec57b8c530",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13937,
            "upload_time": "2024-03-05T18:24:11",
            "upload_time_iso_8601": "2024-03-05T18:24:11.109484Z",
            "url": "https://files.pythonhosted.org/packages/7c/d4/941f484764f0b863dcc459079b8b82a174a990961337cec00c6850d97e32/seamm_jobserver-2024.4.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "789f37d3c7db31003069854299dd11dbdfd23ea82eb0c82fdfcf581aa081e129",
                "md5": "b019104fdc245fe66a9ea2fb3f365992",
                "sha256": "c6cea70701958d33b921beebe67450e58dfa6d00ee686566d7ee2639e75ab078"
            },
            "downloads": -1,
            "filename": "seamm_jobserver-2024.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b019104fdc245fe66a9ea2fb3f365992",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 284934,
            "upload_time": "2024-03-05T18:24:13",
            "upload_time_iso_8601": "2024-03-05T18:24:13.835546Z",
            "url": "https://files.pythonhosted.org/packages/78/9f/37d3c7db31003069854299dd11dbdfd23ea82eb0c82fdfcf581aa081e129/seamm_jobserver-2024.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 18:24:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seam",
    "github_project": "seamm_jobserver",
    "github_not_found": true,
    "lcname": "seamm-jobserver"
}
        
Elapsed time: 0.19979s