Metadata-Version: 2.4
Name: strongcoca
Version: 1.0
Summary: A package for simulating many-body interactions in nano and mesoscale systems.
Author: The strongcoca developer team
Maintainer: The strongcoca developer team
License-Expression: MPL-2.0
Project-URL: Documentation, https://strongcoca.materialsmodeling.org
Project-URL: Repository, https://gitlab.com/materials-modeling/strongcoca/
Keywords: chemistry,physics,scientific
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: ase
Requires-Dist: numpy>=1.12
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: flake8-quotes; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: xdoctest; extra == "test"
Provides-Extra: documentation
Requires-Dist: sphinx; extra == "documentation"
Requires-Dist: sphinx_autodoc_typehints; extra == "documentation"
Requires-Dist: pydata-sphinx-theme; extra == "documentation"
Requires-Dist: sphinx_sitemap; extra == "documentation"
Requires-Dist: sphinx-design; extra == "documentation"
Requires-Dist: nbsphinx; extra == "documentation"
Requires-Dist: nbmake; extra == "documentation"
Dynamic: license-file

StrongCoCa
**********

**StrongCoca** is being developed as a sustainable, extensible,
flexible and computationally efficient package for simulating
coarse-grained many-body interactions in nano and mesoscale systems.
A detailed description of the functionality provided as well as tutorials can be found in the `user guide <https://strongcoca.materialsmodeling.org/>`_.

**StrongCoca** can be installed via `pip`::

    pip3 install strongcoca

[to be completed]


Development
-----------

The test suite is run using `pytest`::

  pytest tests/
