Metadata-Version: 2.4
Name: proteus-actuarial-library
Version: 0.2.8
Summary: Proteus Actuarial Library: A package for building and running stochastic actuarial models in Python. (Mirror of proteusllp-actuarial-library)
Author-email: James Norman <james.norman@proteusllp.com>
Maintainer-email: James Norman <james.norman@proteusllp.com>
License: MIT License
Project-URL: Homepage, https://github.com/ProteusLLP/proteusllp-actuarial-library
Project-URL: Repository, https://github.com/ProteusLLP/proteusllp-actuarial-library
Project-URL: Issues, https://github.com/ProteusLLP/proteusllp-actuarial-library/issues
Project-URL: Documentation, https://proteusllp-actuarial-library.readthedocs.io/
Keywords: actuarial,insurance,capital
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: proteusllp-actuarial-library>=0.2.8
Provides-Extra: gpu
Requires-Dist: proteusllp-actuarial-library[gpu]; extra == "gpu"
Provides-Extra: docs
Requires-Dist: proteusllp-actuarial-library[docs]; extra == "docs"
Dynamic: license-file

# proteus-actuarial-library (Legacy Mirror Package)

**Note:** This package has been renamed to `proteusllp-actuarial-library`. This mirror package is maintained for backward compatibility only.

## Migration Notice

This is a legacy package name. For new projects, please install the renamed package:

```bash
pip install proteusllp-actuarial-library
```

Or upgrade existing projects:

```bash
pip uninstall proteus-actuarial-library
pip install proteusllp-actuarial-library
```

## About This Package

This mirror package automatically installs and re-exports all functionality from `proteusllp-actuarial-library`. Your existing code will continue to work without changes:

```python
# Still works with this mirror package
from pal import StochasticScalar
```

## Documentation

All documentation is available at the main package repository:
- Homepage: https://github.com/ProteusLLP/proteusllp-actuarial-library
- Documentation: https://proteusllp-actuarial-library.readthedocs.io/

## Support

For issues or questions, please use the main repository's issue tracker:
https://github.com/ProteusLLP/proteusllp-actuarial-library/issues
