Metadata-Version: 2.1
Name: statmechcrack
Version: 0.7.0
Summary: Statistical mechanical models for crack growth.
Home-page: https://github.com/sandialabs/statMechCrack
Author: Michael R. Buche, Scott J. Grutzik
Author-email: mrbuche@sandia.gov, sjgrutz@sandia.gov
License: BSD-3-Clause
Project-URL: Anaconda, https://anaconda.org/mrbuche/statmechcrack
Project-URL: Documentation, https://statmechcrack.readthedocs.io/en/latest
Project-URL: GitHub, https://github.com/sandialabs/statmechcrack
Project-URL: Issues, https://github.com/sandialabs/statmechcrack/issues
Keywords: fracture mechanics,statistical mechanics,thermodynamics
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Provides-Extra: docs
Provides-Extra: testing
Provides-Extra: all
License-File: LICENSE

#############
statMechCrack
#############

|stable| |latest| |codefactor|

Statistical mechanical models for crack growth. 

************
Installation
************

|pypi| |conda|

The package can be installed using ``pip`` via the `Python Package Index <https://pypi.org/project/statmechcrack>`_ (PyPI),

::

    pip install statmechcrack

or using ``conda`` via the ``mrbuche`` channel on `Anaconda <https://anaconda.org/mrbuche/statmechcrack>`_,

::

    conda install --channel mrbuche statmechcrack
    
Any installation is tested by executing ``python -m statmechcrack.tests``.

********
Citation
********

|zenodo|

\M. R. Buche and S. J. Grutzik, ``statMechCrack``: statistical mechanical models for crack growth, `Zenodo (2023) <https://doi.org/10.5281/zenodo.7008312>`_.

*********
Copyright
*********

|license|

Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

..
    Badges ========================================================================

.. |stable| image:: https://img.shields.io/badge/Docs-stable-8CA1AF?logo=readthedocs
   :target: https://statmechcrack.readthedocs.io/en/stable

.. |latest| image:: https://img.shields.io/badge/Docs-latest-8CA1AF?logo=readthedocs
   :target: https://statmechcrack.readthedocs.io/en/latest

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/sandialabs/statmechcrack?label=Codefactor&logo=codefactor
   :target: https://www.codefactor.io/repository/github/sandialabs/statmechcrack

.. |pypi| image:: https://img.shields.io/pypi/v/statmechcrack?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE
    :target: https://pypi.org/project/statmechcrack/

.. |conda| image:: https://img.shields.io/conda/v/mrbuche/statmechcrack.svg?logo=anaconda&color=3EB049&label=Anaconda
    :target: https://anaconda.org/mrbuche/statmechcrack/

.. |license| image:: https://img.shields.io/github/license/sandialabs/statmechcrack?label=License&color=yellowgreen
    :target: https://github.com/sandialabs/statmechcrack/blob/main/LICENSE

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7008312.svg
    :target: https://doi.org/10.5281/zenodo.7008312
