Metadata-Version: 2.4
Name: ocdsmerge_rs
Version: 0.1.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Rust
Requires-Dist: maturin>=1.4 ; extra == 'dev'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: jsonref ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE
Summary: Merges JSON texts conforming to the Open Contracting Data Standard
Home-Page: http://github.com/open-contracting/ocds-merge-rs
Author-email: Open Contracting Partnership <data@open-contracting.org>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/open-contracting/ocds-merge-rs

# OCDS Merge

[![crates.io Version](https://img.shields.io/crates/v/ocdsmerge.svg)](https://crates.io/crates/ocdsmerge)
[![Build Status](https://github.com/open-contracting/ocds-merge-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/open-contracting/ocds-merge-rs/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/open-contracting/ocds-merge-rs/badge.svg?branch=main)](https://coveralls.io/github/open-contracting/ocds-merge-rs?branch=main)

Merge JSON texts conforming to the Open Contracting Data Standard.

If you are viewing this on GitHub, crates.io or similar, open the [full documentation](https://ocds-merge-rs.readthedocs.io/) for additional details.

