⚠️ DEPRECATED: json-scout
This package has been renamed to json-anatomy
Please uninstall json-scout and install json-anatomy instead.
Why was it renamed?
The package has been rebranded to better reflect its purpose of dissecting and analyzing JSON structures, similar to how anatomical analysis examines biological structures in detail.
Migration Instructions
Quick Migration
# Uninstall the old package
pip uninstall json-scout -y
# Install the new package
pip install json-anatomy
Update Your Code
Before (json-scout):
import jsonscout as js
explorer = js.Xplore(data)
After (json-anatomy):
import jsonanatomy as ja
explorer = ja.Xplore(data)
Complete Migration Guide
For detailed migration instructions, including automated scripts and troubleshooting:
📖 View Complete Migration Guide
New Package Information
- PyPI: https://pypi.org/project/json-anatomy/
- Documentation: https://deamonpog.github.io/json-anatomy/
- Repository: https://github.com/deamonpog/json-anatomy
- Issues: https://github.com/deamonpog/json-anatomy/issues
What Changed?
Package Names
- Distribution:
json-scout→json-anatomy - Import:
jsonscout→jsonanatomy
What Stayed the Same?
✅ All functionality remains identical
- Same classes:
Explore,Maybe,SimpleXML,Xplore - Same methods and API
- Same features
Only the names changed!
Support
If you encounter any issues during migration:
- Check the Migration Guide
- Review the CHANGELOG
- Open an Issue
Timeline
- v0.1.0: Original release as
json-scout - v0.1.1: Initial deprecation notice
- v0.1.2: Enhanced deprecation with install-time warnings (this version)
- Future: Package renamed to
json-anatomy
License
Apache License 2.0 - See LICENSE
⚠️ This package will not receive further updates. All development continues as json-anatomy.
Release files for json-scout 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| json_scout-0.1.2.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| json_scout-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.9 kB
Release files / json_scout-0.1.2.tar.gz
| Download URL | json_scout-0.1.2.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6a649429aa6ddef5bf529d460131e791b88696c06c9200de184a21376836da8
|
|
BLAKE2b-256 checksum How to use checksums |
8b5ed0c4d181ceadd1aceba03e688b37630e5dabdd96125e49fd483f5c99e77c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.24
|
Release files / json_scout-0.1.2-py3-none-any.whl
| Download URL | json_scout-0.1.2-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d049003aa7044faf305b446e5890c4dda7c07a3f406c76f402afc6524e7c23bc
|
|
BLAKE2b-256 checksum How to use checksums |
3bc9b61835347dfbf11848beb77022555247bdbe7b58c05a95182d4e196a564d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.24
|