GitXplorerGitXplorer
t

pyFastWfc

public
1 stars
1 forks
3 issues

Commits

List of commits on branch master.
Verified
a7e484fd01d96d8c17d2f91216783895196e75d9

Initial commit

tthomwolf committed 2 years ago

README

The README file for this repository.

scikit_build_example

Gitter

CI status
conda.recipe Conda Actions Status
pip builds Pip Actions Status

An example project built with pybind11 and scikit-build. Python 3.6+ (see older commits for older versions of Python).

Installation

  • clone this repository
  • pip install ./scikit_build_example

CI Examples

There are examples for CI in .github/workflows. A simple way to produces binary "wheels" for all platforms is illustrated in the "wheels.yml" file, using cibuildwheel.

License

pybind11 is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Test call

import scikit_build_example
scikit_build_example.add(1, 2)