Metadata-Version: 2.4
Name: amocarray
Version: 0.1.1
Summary: [DEPRECATED] Please use AMOCatlas instead
Home-page: https://github.com/eleanorfrajka/amocarray
Author: Eleanor Frajka-Williams
Author-email: eleanorrajka@gmail.com
Keywords: deprecated amoc atlas oceanography
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: AMOCatlas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

DEPRECATED: amocarray → AMOCatlas
=================================

.. warning::
   **This package has been DEPRECATED.**
   
   The ``amocarray`` package has been renamed to ``AMOCatlas`` and moved to:
   https://github.com/AMOCcommunity/AMOCatlas

Quick Migration
---------------

**Uninstall the old package and install the new one:**

.. code-block:: bash

   pip uninstall amocarray
   pip install AMOCatlas

**Update your import statements:**

.. code-block:: python

   # Old (deprecated)
   import amocarray
   
   # New
   import AMOCatlas

Why the Change?
---------------

The package has been renamed to better reflect its purpose and has moved to 
the AMOCcommunity organization for better community maintenance.

All development now happens at: https://github.com/AMOCcommunity/AMOCatlas

Installation of Deprecated Package
-----------------------------------

If you install this deprecated package, it will automatically install 
``AMOCatlas`` as a dependency and show deprecation warnings to guide you 
through the migration.

Support
-------

For issues or questions, please use the new repository:
https://github.com/AMOCcommunity/AMOCatlas/issues
