Python bindings for the LimeDriver
Go to file
Kumi 0465a51a46
Initial project config and implement build process
Enhanced the .gitignore to filter out additional build artifacts and Python cache files, promoting a cleaner repository state. Introduced a basic project structure with a new pyproject.toml, defining metadata and build requirements for the 'limedriver' Python package. Also added a LICENSE file and a custom setup.py which automates the retrieval and build of 'limedriver' submodules, streamlining the set-up for development and ensuring consistent builds across environments. These changes lay the groundwork for further development and distribution of the project.
2024-02-07 18:18:44 +01:00
extern Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
src/limedriver Initial commit. 2024-02-07 16:01:14 +01:00
.gitignore Initial project config and implement build process 2024-02-07 18:18:44 +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
pyproject.toml Initial project config and implement build process 2024-02-07 18:18:44 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Initial project config and implement build process 2024-02-07 18:18:44 +01:00