Metadata-Version: 2.1
Name: seamm_dashboard_client
Version: 2022.8.30.1
Summary: A Python client for the SEAMM Dashboard RESTful API.
Home-page: https://github.com/molssi-seamm/seamm_dashboard_client
Author: Paul Saxe
Author-email: psaxe@molssi.org
License: BSD-3-Clause
Keywords: SEAMM,SEAMMDashboard,RESTful,client
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

=========
CMS Plots
=========

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

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

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

.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_dashboard_client.svg?logo=lgtm&logoWidth=18
   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_dashboard_client/context:python
   :alt: Code Quality

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

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

Description
-----------

Utilities for creating plots for computational materials/molecular science (CMS)

This package provides tools for creating plotly graphs for e.g. band structure, DOS, and
other specialized plots for CMS applications.

* Free software: LGPL.v3 or later
* Documentation: https://molssi-seamm.github.io/seamm_dashboard_client/index.html

Features
--------

* Density of states (DOS) plots
* Band structure plots
* Combined band structure & DOS plots


Credits
---------

This package was created with Cookiecutter_ and the
`molssi-seamm/cookiecutter-seamm-plugin`_ project template.

Developed by the Molecular Sciences Software Institute (MolSSI_),
which receives funding from the National Science Foundation under
award ACI-1547580

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


=======
History
=======

2022.8.13 (13 August 2022)
--------------------------

* First release of a working version on PyPI.
