Emily Boudreaux ad26aa0a7c fix(composition.utils): properly registered utils as module
previouly utils was not being registered as a module properly in python. This has been resolved so standard imports will work for fourdst.composition.utils
2026-04-11 08:39:31 -04:00
2025-12-07 07:56:16 -05:00
2026-04-09 08:51:52 -04:00
2025-12-06 13:46:16 -05:00

logo

fourdst

A hub repository for 4D-STAR utility projects (such as libcomposition, libconfig, and liblogging)

The primary aims of this repository are two fold

  1. 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.
  2. Provide a set of unified python bindings for the lib* repositories. These are defined in src-python and can be installed with pip install . and then accessed as from 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
No description provided
Readme 2.9 MiB
Languages
Python 47.4%
JavaScript 31.1%
CSS 8%
HTML 7.4%
C++ 3.3%
Other 2.8%