Metadata-Version: 2.1
Name: resolvref
Version: 0.0.2
Summary: Resolve JSON and YAML references (e.g. in OpenAPI specs)
Home-page: https://github.com/sirosen/resolvref
Author: Stpehen Rosen
Author-email: sirosen@uchicago.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: development
Requires-Dist: pytest (<6,>=5.2.2); extra == 'development'
Requires-Dist: pytest-cov (<3.0,>=2.5.1); extra == 'development'
Requires-Dist: pytest-xdist (<2.0,>=1.22.5); extra == 'development'
Requires-Dist: mock (==2.0.0); (python_version < "3.6") and extra == 'development'
Provides-Extra: yaml
Requires-Dist: pyyaml (<6,>=5); extra == 'yaml'

resolvref (alpha)
=================

Resolve references in JSON and YAML files.

resolvref's goal is to be a very minimal tool which can fit into a more
complex pipeline, not to fully support JSONSchema or OpenAPI.

Source Code: https://github.com/sirosen/resolvref

Bugs and Feature Requests
-------------------------

Bugs reports and feature requests should be filed at
https://github.com/sirosen/resolvref/issues


