Metadata-Version: 2.4
Name: rockmechpy
Version: 0.1.0
Summary: A computational framework for rock mechanics, failure criteria, and geomechanics.
Author-email: Your Name <your.email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: scikit-learn>=1.0.2


# rockmechpy

Welcome to **rockmechpy**, a professional-grade Python library dedicated to rock mechanics and computational geomechanics.

*(Note: Currently in infrastructure phase v0.0.1. Advanced constitutive models are under development.)*

## How to Cite

If you use `rockmechpy` in your academic research, geotechnical reports, or software products, please cite it using the following format:

**APA:**
> samaan, Mina (2026). rockmechpy: A Python library for computational rock mechanics (Version 0.0.1) [Computer software]. https://pypi.org/project/rockmechpy/

**BibTeX:**
```bibtex
@software{rockmechpy_2026,
  author = {samaan, Your Mina},
  title = {rockmechpy: A Python library for computational rock mechanics},
  version = {0.0.1},
  year = {2026},
  url = {[https://pypi.org/project/rockmechpy/](https://pypi.org/project/rockmechpy/)}
}
