Metadata-Version: 2.1
Name: simple-build-system
Version: 0.0.8
Summary: A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
Author-email: Thomas Kittelmann <thomas.kittelmann@ess.eu>
Project-URL: Homepage, https://github.com/mctools/simplebuild
Project-URL: Bug Tracker, https://github.com/mctools/simplebuild/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: pybind11>=2.10.4
Requires-Dist: cmake>=3.24.2

# simplebuild
A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.

## Installation via pip [![PyPI](https://img.shields.io/pypi/v/simple-build-system.svg)](https://pypi.org/project/simple-build-system)
Simplebuild is distributed via PyPI  with the package name `simple-build-system` and can be installed via:
```
  python3 -mpip install -U simple-build-system
```

## Installation via conda
A dedicated conda package is planned but not yet ready.
