Compatibility shim: 'shaprpy' has been renamed to 'pyshapr'. Installs and forwards to 'pyshapr'.
Project description
shaprpy (renamed to pyshapr)
This package has been renamed to
pyshapr.
shaprpy is now a thin compatibility shim. Installing it pulls in pyshapr and
forwards all imports to it, so existing code that does import shaprpy keeps
working. Importing shaprpy emits a DeprecationWarning.
This shim is maintained only for a transition period and contains no functionality of its own.
Migrate
Replace your installation:
pip uninstall shaprpy
pip install pyshapr
Replace your imports:
# Old
from shaprpy import explain
from shaprpy.datasets import load_california_housing
# New
from pyshapr import explain
from pyshapr.datasets import load_california_housing
See the pyshapr documentation for installation instructions and examples.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shaprpy-0.4.4.tar.gz.
File metadata
- Download URL: shaprpy-0.4.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1e3e7baf9f291b25e06855117757eccdd73a4b734134c656e6d57fd20cfe7d
|
|
| MD5 |
87ab927815c76c5dca8f86fb2c8a3c7c
|
|
| BLAKE2b-256 |
29a54c686079e2816d049a6a45ab262884ba93ab575a8ee5728d7b3502f53ede
|
File details
Details for the file shaprpy-0.4.4-py3-none-any.whl.
File metadata
- Download URL: shaprpy-0.4.4-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c34712ef9ab45f3c94706f93480df113fd6d7f0deace64facdeb82fb64f3cb
|
|
| MD5 |
6aadd65063d703ddb84f10ccdd702cd6
|
|
| BLAKE2b-256 |
bae472838e38cbad0c2b78f8471963931ae1b69c58e479171c6272b8cc97caa9
|