https://github.com/4d-star/fourdst
Hub repository for all lib* components of 4D-Star to allow for consistent python bindings accross disperate projects.
https://github.com/4d-star/fourdst
Last synced: 11 months ago
JSON representation
Hub repository for all lib* components of 4D-Star to allow for consistent python bindings accross disperate projects.
- Host: GitHub
- URL: https://github.com/4d-star/fourdst
- Owner: 4D-STAR
- License: gpl-3.0
- Created: 2025-07-03T14:03:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T13:49:18.000Z (11 months ago)
- Last Synced: 2025-07-24T17:02:31.635Z (11 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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...