Metadata-Version: 2.4
Name: madmeshr
Version: 0.0.1
Summary: Placeholder for the in-development RL-based 2D quad mesh generator (advancing-front + Pan et al.'s SAC). See GitHub for status; no functional code published yet.
Author: Dominik Mattioli
Maintainer: Dominik Mattioli
License-Expression: MIT
Project-URL: Source, https://github.com/domattioli/MADMESHR
Project-URL: Issues, https://github.com/domattioli/MADMESHR/issues
Project-URL: Sibling, https://pypi.org/project/admesh3D/
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# madmeshr

**Status: name-reservation placeholder (v0.0.1). No functional code is published here yet.**

This is a placeholder release on PyPI. The real project — an in-development
2D unstructured quad-mesh generator using an advancing-front method with
Pan et al.'s SAC over a continuous 3-D action space (DQN retained as a
legacy comparator) — is being developed in the open at:

  https://github.com/domattioli/MADMESHR

A functional release will replace this stub once the project reaches a
publishable milestone.

## Install (placeholder)

```
pip install madmeshr
```

This currently installs only the package metadata and a version string.

## Install from source (active development)

```
git clone https://github.com/domattioli/MADMESHR.git
cd MADMESHR
pip install -e .
```

See the GitHub repository for current status, project plan, and contribution
notes.

## License

MIT. See `LICENSE`.
