Metadata-Version: 2.1
Name: skmatter
Version: 0.2.0
Summary: A collection of scikit-learn compatible utilities that implement methods born out of the materials science and chemistry communities.
Author: Guillaume Fraux, Sergei Kliavinek, Alexander Goscinski, Benjamin A. Helfrecht, Victor P. Principe, philip Loche, Michele Ceriotti
Author-email: "Rose K. Cersonsky" <rose.cersonsky@wisc.edu>
License: BSD-3-Clause
Project-URL: homepage, http://scikit-matter.readthedocs.io
Project-URL: documentation, http://scikit-matter.readthedocs.io
Project-URL: repository, https://github.com/scikit-learn-contrib/scikit-matter
Project-URL: issues, https://github.com/scikit-learn-contrib/scikit-matterissues
Project-URL: changelog, http://scikit-matter.readthedocs.io/en/latest/changelog.html
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: examples
License-File: LICENSE

scikit-matter
=============

|tests| |codecov| |pypi| |conda| |docs| |doi|

A collection of scikit-learn compatible utilities that implement methods born out of the
materials science and chemistry communities.

For details, tutorials, and examples, please have a look at our `documentation`_.

.. _`documentation`: https://scikit-matter.readthedocs.io

.. marker-installation

Installation
------------

You can install *scikit-matter* either via pip using

.. code-block:: bash

    pip install skmatter


or conda

.. code-block:: bash

    conda install -c conda-forge skmatter


You can then `import skmatter` and use scikit-matter in your projects!

.. marker-ci-tests

Tests
-----

We are testing our code for Python 3.8 and 3.11 on  `Windows Server 2019
<https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md>`_,
`macOS 11
<https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md>`_
and `Ubuntu LTS 22.04
<https://github.com/actions/runner-images/
blob/main/images/linux/Ubuntu2204-Readme.md>`_.

.. marker-issues

Having problems or ideas?
-------------------------

Having a problem with scikit-matter? Please let us know by `submitting an issue
<https://github.com/scikit-learn-contrib/scikit-matter/issues>`_.

Submit new features or bug fixes through a `pull request
<https://github.com/scikit-learn-contrib/scikit-matter/pulls>`_.

.. marker-contributing

Call for Contributions
----------------------

We always welcome new contributors. If you want to help us take a look at our
`contribution guidelines`_ and afterwards you may start with an open issue marked as
`good first issue`_.

Writing code is not the only way to contribute to the project. You can also:

* review `pull requests`_
* help us stay on top of new and old `issues`_
* develop `examples and tutorials`_
* maintain and `improve our documentation`_
* contribute `new datasets`_

.. _`contribution guidelines`: https://scikit-matter.readthedocs.io/en/latest/contributing.html
.. _`good first issue`: https://github.com/scikit-learn-contrib/scikit-matter/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
.. _`pull requests`: https://github.com/scikit-learn-contrib/scikit-matter/pulls
.. _`issues`: https://github.com/scikit-learn-contrib/scikit-matter/issues
.. _`improve our documentation`: https://scikit-matter.readthedocs.io/en/latest/contributing.html#contributing-to-the-documentation
.. _`examples and tutorials`: https://scikit-matter.readthedocs.io/en/latest/contributing.html#contributing-new-examples
.. _`new datasets`: https://scikit-matter.readthedocs.io/en/latest/contributing.html#contributing-datasets

.. marker-contributors

Contributors
------------

Thanks goes to all people that make scikit-matter possible:

.. image:: https://contrib.rocks/image?repo=scikit-learn-contrib/scikit-matter
   :target: https://github.com/scikit-learn-contrib/scikit-matter/graphs/contributors

.. |tests| image:: https://github.com/scikit-learn-contrib/scikit-matter/workflows/Test/badge.svg
   :alt: Github Actions Tests Job Status
   :target: (https://github.com/scikit-learn-contrib/scikit-matter/\
                actions?query=workflow%3ATests)

.. |codecov| image:: https://codecov.io/gh/scikit-learn-contrib/scikit-matter/branch/main/graph/badge.svg?token=UZJPJG34SM
   :alt: Code coverage
   :target: https://codecov.io/gh/scikit-learn-contrib/scikit-matter/

.. |docs| image:: https://img.shields.io/badge/documentation-latest-sucess
   :alt: Python
   :target: https://scikit-matter.readthedocs.io

.. |pypi| image:: https://img.shields.io/pypi/v/skmatter.svg
   :alt: Latest PYPI version
   :target: https://pypi.org/project/skmatter

.. |conda| image:: https://anaconda.org/conda-forge/skmatter/badges/version.svg
   :alt: Latest conda version
   :target: https://anaconda.org/conda-forge/skmatter

.. |doi| image:: https://img.shields.io/badge/DOI-10.12688-blue
   :alt: ORE Paper
   :target: https://doi.org/10.12688/openreseurope.15789.1
