Metadata-Version: 2.1
Name: nlohmann-json
Version: 3.11.3
Summary: Repackaging of nlohmann-json distributed via PyPI
Author-email: Alliander Dynamic Grid Calculation <dynamic.grid.calculation@alliander.com>
License: MIT
Project-URL: Home-page, http://github.com/nlohmann/json
Project-URL: GitHub, http://github.com/nlohmann/json
Project-URL: Documentation, http://nlohmann.github.io/json/
Classifier: Programming Language :: C++
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: File Formats
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-resources
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'

# nlohmann-json PyPI

This repo contains automation for [nlohmann-json](https://github.com/nlohmann/json).

It creates, packages and pushes the header-only library to PyPI.
This repo is the equivalent of the [Anaconda nlohmann_json](https://anaconda.org/conda-forge/nlohmann_json/) package.

**NOTE:** Packages created by this repo only contain the raw source code and not the Python package.

Credits go to the maintainers of the [nlohmann-json](https://github.com/nlohmann/json) package.

## License

The files in this repository are licensed under the [MIT License](./LICENSE).

The distributed nlohmann-json package is a redistribution of [nlohmann-json](https://github.com/nlohmann/json) and therefore falls under the [nlohmann-json license model](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) as described in the [LICENSE.MIT file in the nlohmann-json](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT).
