Metadata-Version: 2.4
Name: gwsim
Version: 0.3.11
Summary: DEPRECATED: Moved to gwmock.
Project-URL: Documentation, https://leuven-gravity-institute.github.io/gwmock
Project-URL: Source, https://github.com/Leuven-Gravity-Institute/gwmock
Project-URL: Tracker, https://github.com/Leuven-Gravity-Institute/gwmock/issues
Author-email: "Isaac C. F. Wong" <chunfung.wong@kuleuven.be>
License-File: LICENSE
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Requires-Dist: bilby
Requires-Dist: gengli
Requires-Dist: gwmock
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: psutil
Requires-Dist: pycbc
Requires-Dist: pydantic
Requires-Dist: pymap3d
Requires-Dist: scipy<=1.16.3
Requires-Dist: tqdm
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-gen-files; extra == 'docs'
Requires-Dist: mkdocs-literate-nav; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocs-section-index; extra == 'docs'
Requires-Dist: mkdocstrings[python]; extra == 'docs'
Provides-Extra: test
Requires-Dist: bandit[toml]==1.8.2; extra == 'test'
Requires-Dist: black==25.12.0; extra == 'test'
Requires-Dist: check-manifest==0.50; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: flake8-bugbear==24.12.12; extra == 'test'
Requires-Dist: flake8-docstrings; extra == 'test'
Requires-Dist: flake8-formatter-junit-xml; extra == 'test'
Requires-Dist: flake8-pyproject; extra == 'test'
Requires-Dist: pre-commit==4.1.0; extra == 'test'
Requires-Dist: pytest-cov==6.0.0; extra == 'test'
Requires-Dist: pytest-github-actions-annotate-failures; extra == 'test'
Requires-Dist: pytest-mock<3.14.1; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'
Requires-Dist: pytest==8.3.4; extra == 'test'
Requires-Dist: shellcheck-py==0.10.0.1; extra == 'test'
Description-Content-Type: text/markdown

# gwsim – This Package Has Moved

[![Status: Moved](https://img.shields.io/badge/status-moved-critical)](https://pypi.org/project/gwmock/)
[![PyPI - gwmock](https://img.shields.io/badge/pypi-gwmock-blue)](https://pypi.org/project/gwmock/)
[![PyPI Version](https://img.shields.io/pypi/v/gwsim)](https://pypi.org/project/gwsim/)
[![Python Versions](https://img.shields.io/pypi/pyversions/gwsim)](https://pypi.org/project/gwsim/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Leuven-Gravity-Institute/gwsim/blob/main/LICENSE)
[![DOI](https://zenodo.org/badge/1115995501.svg)](https://doi.org/10.5281/zenodo.17925458)

**gwsim** is now **[gwmock](https://pypi.org/project/gwmock/)**.

## Why?

The renaming is intended to avoid confusion with another Python package, [GWSim](https://git.ligo.org/benoit.revenu/gwsim), which is designed for creating mock GW samples for different astrophysical populations and cosmological models of binary black holes.

## How to Upgrade

```bash
pip uninstall gwsim
pip install gwmock
```

## Migration Note

Installing this version of `gwsim` will automatically install `gwmock` as a dependency. Your existing imports will continue to work via a wrapper, but you should update them to import `gwmock` as soon as possible.

## License

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

## Support

For questions or issues, please open an issue on [GitHub](https://github.com/Leuven-Gravity-Institute/gwmock/issues/new) or contact the maintainers.
