486695aae16294c4d39940923793c928459d01ec
This version bump introduces safer handling of az_to_species (using std::expected) and marks az_to_species as no except as the only exception that could be thrown is std::bad_alloc which is an unrecoverable fault condition
fourdst
A hub repository for 4D-STAR utility projects (such as libcomposition, libconfig, and liblogging)
The primary aims of this repository are two fold
- Provide a unified location for 4D-STAR lib* repository versioning. That is to say that all projects which depend on lib* repositories in the 4D-STAR collaboration can depend on a specific version of fourdst which will itself depend on specific lib* repository versions.
- Provide a set of unified python bindings for the lib* repositories. These are defined in
src-pythonand can be installed withpip install .and then accessed asfrom fourdst.composition import Composition, etc...
Installation
fourdst is intended to be installed using pip and meson-python
in order to install it you will need
- pip
- python3
- python3 development headers
- meson
- ninja
- cmake
If you have all of these dependencies
Description
Languages
Python
47.9%
JavaScript
31.6%
CSS
8.1%
HTML
7.6%
C++
2.6%
Other
2.2%