Python bindings for the LimeDriver
Go to file
Kumi d13645c3a5
Add GitHub workflow for Ubuntu build; remove
token, update submodule

Introduced a new GitHub Actions workflow to automate Python package
builds on Ubuntu environments upon push or pull request events. This
addition ensures the compatibility of the package on the Ubuntu platform
and streamlines the continuous integration process.

Updated the limedriver submodule to the latest commit, keeping the
project in sync with recent upstream changes and maintaining the
integrity of external dependencies.
2024-02-09 12:53:59 +01:00
.github/workflows Add GitHub workflow for Ubuntu build; remove 2024-02-09 12:53:59 +01:00
extern Add GitHub workflow for Ubuntu build; remove 2024-02-09 12:53:59 +01:00
src/limedriver Added hdf reader, but there still seems to be a memory leakage bug. 2024-02-08 21:57:59 +01:00
.gitignore Enhance package build process 2024-02-08 15:19:25 +01:00
.gitmodules Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
LICENSE Initial project config and implement build process 2024-02-07 18:18:44 +01:00
MANIFEST.in Enhance package build process 2024-02-08 15:19:25 +01:00
pyproject.toml Updated limedriver subproject and Python 2024-02-09 12:41:57 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Enforce C++ compiler for Cython and fix Python binding 2024-02-08 09:52:51 +01:00