nested-diff

View on PyPIReverse Dependencies (2)

1.4.0 nested_diff-1.4.0-py3-none-any.whl

Wheel Details

Project: nested-diff
Version: 1.4.0
Filename: nested_diff-1.4.0-py3-none-any.whl
Download: [link]
Size: 25966
MD5: e05d42e6159e4e22ae18e0e5cc13bcdf
SHA256: 9fede8371797964182cca3a1b6d2b36cb7fdfc92d0374dae5301b4675cf02864
Uploaded: 2024-02-18 00:06:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nested_diff
Version: 1.4.0
Summary: Recursive diff and patch for nested structures.
Author-Email: Michael Samoglyadov <mixas.sr[at]gmail.com>
Project-Url: Homepage, https://github.com/mr-mixas/Nested-Diff.py
Project-Url: Repository, https://github.com/mr-mixas/Nested-Diff.py.git
Keywords: diff,nested-diff,recursive-diff,nested-data,data-structures
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: File Formats :: JSON
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: pyyaml; extra == "cli"
Requires-Dist: tomli (>=1.1.0); extra == "cli" and python_version < "3.11"
Requires-Dist: tomli-w (>=1.0.0); extra == "cli"
Requires-Dist: darglint; extra == "lint"
Requires-Dist: flake8 (<5); extra == "lint"
Requires-Dist: flake8-builtins; extra == "lint"
Requires-Dist: flake8-bugbear; extra == "lint"
Requires-Dist: flake8-commas; extra == "lint"
Requires-Dist: flake8-comprehensions; extra == "lint"
Requires-Dist: flake8-docstrings; extra == "lint"
Requires-Dist: flake8-eradicate; extra == "lint"
Requires-Dist: flake8-pytest-style; extra == "lint"
Requires-Dist: flake8_quotes; extra == "lint"
Requires-Dist: flake8-return; extra == "lint"
Requires-Dist: flake8-simplify; extra == "lint"
Requires-Dist: flake8-unused-arguments; extra == "lint"
Requires-Dist: pep8-naming; extra == "lint"
Requires-Dist: pytest-flake8; extra == "lint"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-ruff; extra == "test"
Requires-Dist: ruff (==0.1.15); extra == "test"
Provides-Extra: cli
Provides-Extra: lint
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 4684 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nested_diff/__init__.py sha256=B20p4eOUR6rlXoy6yOCa7ZlIqGthMj1SSfqAKyQVH1E 10465
nested_diff/cli.py sha256=L_kR_Ic0j9FoOfzUFoFBml0rbjmsH4GEDV4KL53faMM 13459
nested_diff/diff_tool.py sha256=EehULkBGqnSSvafhImmVWhxpfEc79ff_L9yLEVR2gIE 10316
nested_diff/formatters.py sha256=euBtnleOa5g59pAO-2a70DF2CnsUISXJUOTHk5iR4YY 12684
nested_diff/handlers.py sha256=e3A3L88iE-muGyPuaaS8yJ0NcgmBZRnTJvNvwsuahTo 20641
nested_diff/patch_tool.py sha256=7idkSYtbOAi9gop8CGxpXOQKXc6bWgzxaItMLYfIsJI 2339
nested_diff-1.4.0.dist-info/entry_points.txt sha256=DoHZQgKlgziEX0MQV4B8KeklOo1Gz0a_KaAI5u_WeNY 105
nested_diff-1.4.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
nested_diff-1.4.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
nested_diff-1.4.0.dist-info/METADATA sha256=uCP7WvBdqxnMulFOcD59KmAo0dAupahsjn85ZpU4DpA 7369
nested_diff-1.4.0.dist-info/RECORD

entry_points.txt

nested_diff = nested_diff.diff_tool:App.cli
nested_patch = nested_diff.patch_tool:App.cli