Name | jdiff JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A light-weight library to compare structured output from network devices show commands. |
upload_time | 2025-08-25 22:44:43 |
maintainer | None |
docs_url | None |
author | Network to Code, LLC |
requires_python | <4.0,>=3.9 |
license | Apache-2.0 |
keywords |
json
diff
network
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Jdiff
<p align="center">
<img src="https://raw.githubusercontent.com/networktocode/jdiff/develop/docs/images/jdiff_logo.png" class="logo" height="200px">
<br>
<a href="https://github.com/networktocode/jdiff/actions"><img src="https://github.com/networktocode/jdiff/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://jdiff.readthedocs.io/en/latest"><img src="https://readthedocs.org/projects/jdiff/badge/"></a>
<a href="https://pypi.org/project/jdiff/"><img src="https://img.shields.io/pypi/v/jdiff"></a>
<a href="https://pypi.org/project/jdiff/"><img src="https://img.shields.io/pypi/dm/jdiff"></a>
<br>
</p>
## Overview
`jdiff` is a lightweight Python library allowing you to examine structured data. `jdiff` provides an interface to intelligently compare JSON data objects and test for the presence (or absence) of keys. You can also examine and compare corresponding key-values.
## Documentation
Full web-based HTML documentation for this library can be found over on the [Jdiff Docs](https://jdiff.readthedocs.io) website:
- [User Guide](https://jdiff.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://jdiff.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://jdiff.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://jdiff.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://jdiff.readthedocs.io/en/latest/user/faq/).
### Contributing to the Docs
All the Markdown source for the library documentation can be found under the [docs](https://github.com/networktocode/jdiff/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.
If you need to view the fully generated documentation site, you can build it with [mkdocs](https://www.mkdocs.org/). A container hosting the docs will be started using the invoke commands (details in the [Development Environment Guide](https://jdiff.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). As your changes are saved, the live docs will be automatically reloaded.
Any PRs with fixes or improvements are very welcome!
## Questions
For any questions or comments, please check the [FAQ](https://jdiff.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#networktocode`), sign up [here](http://slack.networktocode.com/) if you don't have an account.
Raw data
{
"_id": null,
"home_page": null,
"name": "jdiff",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "json, diff, network",
"author": "Network to Code, LLC",
"author_email": "info@networktocode.com",
"download_url": "https://files.pythonhosted.org/packages/a2/45/702254462ed63408c09c08b1fbb8ec8c9ea1205cef35e1ee43a82ee9e049/jdiff-1.0.0.tar.gz",
"platform": null,
"description": "# Jdiff\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/networktocode/jdiff/develop/docs/images/jdiff_logo.png\" class=\"logo\" height=\"200px\">\n <br>\n <a href=\"https://github.com/networktocode/jdiff/actions\"><img src=\"https://github.com/networktocode/jdiff/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n <a href=\"https://jdiff.readthedocs.io/en/latest\"><img src=\"https://readthedocs.org/projects/jdiff/badge/\"></a>\n <a href=\"https://pypi.org/project/jdiff/\"><img src=\"https://img.shields.io/pypi/v/jdiff\"></a>\n <a href=\"https://pypi.org/project/jdiff/\"><img src=\"https://img.shields.io/pypi/dm/jdiff\"></a>\n <br>\n</p>\n\n## Overview\n\n`jdiff` is a lightweight Python library allowing you to examine structured data. `jdiff` provides an interface to intelligently compare JSON data objects and test for the presence (or absence) of keys. You can also examine and compare corresponding key-values.\n\n## Documentation\n\nFull web-based HTML documentation for this library can be found over on the [Jdiff Docs](https://jdiff.readthedocs.io) website:\n\n- [User Guide](https://jdiff.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.\n- [Administrator Guide](https://jdiff.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.\n- [Developer Guide](https://jdiff.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://jdiff.readthedocs.io/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://jdiff.readthedocs.io/en/latest/user/faq/).\n\n### Contributing to the Docs\n\nAll the Markdown source for the library documentation can be found under the [docs](https://github.com/networktocode/jdiff/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.\n\nIf you need to view the fully generated documentation site, you can build it with [mkdocs](https://www.mkdocs.org/). A container hosting the docs will be started using the invoke commands (details in the [Development Environment Guide](https://jdiff.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). As your changes are saved, the live docs will be automatically reloaded.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://jdiff.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#networktocode`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A light-weight library to compare structured output from network devices show commands.",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://jdiff.readthedocs.io",
"Homepage": "https://jdiff.readthedocs.io",
"Repository": "https://github.com/networktocode/jdiff"
},
"split_keywords": [
"json",
" diff",
" network"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "afdfa4673ff861317a83031a4630545fbf2db039da576507846b80a66d0c8209",
"md5": "104bf8abbcf8b994e30a5cc2c7a840ef",
"sha256": "5c1215a59dc02cdc20e5cbf28b79c67ae5ab720ca66be49d6a58e55e9e3b9395"
},
"downloads": -1,
"filename": "jdiff-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "104bf8abbcf8b994e30a5cc2c7a840ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 20343,
"upload_time": "2025-08-25T22:44:42",
"upload_time_iso_8601": "2025-08-25T22:44:42.679852Z",
"url": "https://files.pythonhosted.org/packages/af/df/a4673ff861317a83031a4630545fbf2db039da576507846b80a66d0c8209/jdiff-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a245702254462ed63408c09c08b1fbb8ec8c9ea1205cef35e1ee43a82ee9e049",
"md5": "2dd8d1a63e158d8f9fbae0e2407f9e6e",
"sha256": "d292db4c2b5809d362bba0c5522d82c39feb3dee7c7afaafbf11278007bfaf1f"
},
"downloads": -1,
"filename": "jdiff-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "2dd8d1a63e158d8f9fbae0e2407f9e6e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 19200,
"upload_time": "2025-08-25T22:44:43",
"upload_time_iso_8601": "2025-08-25T22:44:43.723481Z",
"url": "https://files.pythonhosted.org/packages/a2/45/702254462ed63408c09c08b1fbb8ec8c9ea1205cef35e1ee43a82ee9e049/jdiff-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-25 22:44:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "networktocode",
"github_project": "jdiff",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jdiff"
}