Metadata-Version: 2.2
Name: bone_models
Version: 0.1.0
Summary: A library for bone models including bone cell population, mineralization, and failure simulation models.
Author-email: Corinna Modiz <corinna.modiz@hdr.qut.edu.au>
License: MIT
Project-URL: homepage, https://github.com/cmodiz/Bone-Models
Project-URL: repository, https://github.com/cmodiz/Bone-Models
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

# Bone-Models

![Documentation](https://img.shields.io/badge/docs-latest-blue?style=flat-square&logo=readthedocs&link=https://bone-models.readthedocs.io/)
![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
![Python](https://img.shields.io/badge/python-3.8%2B-blue?style=flat-square)

This repository contains the source code for various bone models, along with the associated parameters and load cases as defined in the respective publications.

## Quick Start

### Installation
To install the package, run:
```sh
pip install bone_models
```

### Usage
Import the package in your script:
```python
import bone_models
```

For detailed examples on how to use the models, refer to the documentation.

## Documentation
The full documentation is available at [Bone Models Documentation](https://bone-models.readthedocs.io/en/latest/index.html). It includes:
- Installation guide
- Detailed model descriptions
- Parameter mappings to original publications
- Load case definitions

## Requirements
All dependencies are listed in the `requirements.txt` file.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Citation
If you use this project in your research, please cite it as follows:
```bibtex
@software{bone_models,
  author = {Corinna Modiz},
  title = {Bone Models},
  url = {https://github.com/cmodiz/Bone-Models},
  year = {2025},
}
```

## Contributing
Contributions are welcome! Please follow the contribution guidelines outlined in the documentation or submit a pull request.

## Contact
For questions, feedback, or collaboration inquiries, feel free to open an issue or reach out via the repository's discussion section.

