Metadata-Version: 2.1
Name: pybuild-header-dependency
Version: 0.1.11
Summary: Helper package to resolve C/C++ header-only libraries for Python build with native extensions
Author-email: Tony Xiang <tonyxiang@live.nl>
License: BSD License (BSD)
Project-URL: Home-page, https://github.com/TonyXiang8787/pybuild-header-dependency
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

# pybuild-header-dependency

`pybuild-header-dependency` is a helper package to resolve C/C++ header-only libraries for Python build with native extensions.

# Why this project?

# Installation

# Usage

## Build dependency

## Get headers

## Limitation

# License

This project is licensed under the BSD-3-Clause license, see [LICENSE](LICENSE) for details.

## Licenses of the libraries

Each supported head-only library is licensed under its own terms. Please consult them individually.

# Contribution

You are more than welcome to make contributions to this project. 
Please have a look at the [`pkg.json`](src/pybuild_header_dependency/pkgs.json) for 
some examples about how to add new packages. 
Also refer to [`boost.py`](src/pybuild_header_dependency/custom_sources/boost.py) for 
an example of custom sources.
