Metadata-Version: 2.1
Name: seamm-jobserver
Version: 2023.3.23
Summary: seamm_jobserver
Home-page: https://github.com/molssi-seam/seamm_jobserver
Author: Paul Saxe
Author-email: psaxe@molssi.org
License: LGPLv3+
Keywords: seamm_jobserver
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

===============
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
=======

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.
