Metadata-Version: 2.4
Name: dmax
Version: 0.0.2
Summary: dmax
Project-URL: Homepage, https://github.com/spc-group/dmax
Author-email: Mark Wolfman <wolfman@anl.gov>
License-File: AUTHORS.rst
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: stamina
Requires-Dist: typing-extensions
Description-Content-Type: text/x-rst

===============================
dmax
===============================


.. image:: https://img.shields.io/pypi/v/dmax.svg
        :target: https://pypi.python.org/pypi/dmax


dmax

Documentation
-------------

Sphinx-generated documentation for this project can be found here:
https://spc-group.github.io/dmax/

Requirements
------------

Describe the project requirements (i.e. Python version, packages and how to install them)

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

The following will download the package and load it into the python environment.

.. code-block:: bash

    git clone https://github.com/spc-group/dmax


Running the Tests
-----------------
::

  $ uv run --dev pytest
