Metadata-Version: 2.1
Name: dictdiffer-jira-offline-fork
Version: 0.0.1
Summary: Dictdiffer is a library that helps you to diff and patch dictionaries.
Home-page: https://github.com/mafrosis/dictdiffer
Author: Invenio Collaboration
Author-email: info@inveniosoftware.org
License: UNKNOWN
Project-URL: Changelog, https://github.com/mafrosis/dictdifferblob/master/CHANGES
Project-URL: Docs, https://dictdiffer.rtfd.io/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Provides-Extra: all
Requires-Dist: Sphinx (>=1.4.4) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'all'
Requires-Dist: numpy (>=1.11.0) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (>=4.0) ; extra == 'all'
Requires-Dist: isort (>=4.2.2) ; extra == 'all'
Requires-Dist: mock (>=1.3.0) ; extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: pytest (>=2.8.0) ; extra == 'all'
Requires-Dist: tox (>=3.7.0) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.4.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'docs'
Provides-Extra: numpy
Requires-Dist: numpy (>=1.11.0) ; extra == 'numpy'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: isort (>=4.2.2) ; extra == 'tests'
Requires-Dist: mock (>=1.3.0) ; extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: pytest (>=2.8.0) ; extra == 'tests'
Requires-Dist: tox (>=3.7.0) ; extra == 'tests'

============
 Dictdiffer
============

About
=====

**DO NOT USE THIS PACKAGE**. This is a forked release of [https://pypi.org/project/dictdiffer](https://pypi.org/project/dictdiffer), which exists to work around [this "bug" in Pypi](https://github.com/pypa/warehouse/issues/9404).


Installation
============

    pip install dictdiffer-jira-offline-fork


