Metadata-Version: 2.5
Name: skiba
Version: 3.0.0
Summary: skiba has been renamed to forestspot. This package is a compatibility shim - install forestspot instead.
Project-URL: Homepage, https://github.com/taraskiba/forestspot
Author-email: Tara Skiba <tskiba@vols.utk.edu>
License: MIT License
Requires-Python: >=3.9
Requires-Dist: forestspot>=3.0.0
Description-Content-Type: text/markdown

# skiba is now forestspot

The skiba package has been renamed to [forestspot](https://pypi.org/project/forestspot/).
This final skiba release is a compatibility shim that installs forestspot and
forwards all imports (with a DeprecationWarning). Please switch to:

    pip install forestspot

and replace `import skiba.<module>` with `import forestspot.<module>`.
