9 Commits

Author SHA1 Message Date
Jonathon Broughton e753bdb4e8 Update project structure and naming conventions
- Changed project name format from hyphen to underscore.
- Updated package finding configuration in setup tools.
- Renamed several files and adjusted imports accordingly.
- Removed an empty helper file that was no longer needed.
- Added a new `__init__.py` for better module organisation.
2025-03-24 13:27:48 +00:00
Jonathon Broughton 731c735fce Rename project and reorganise structure
- Changed project name to "data-shield"
- Moved all source files into a new "data-shield" directory
- Updated import paths accordingly
2025-03-24 12:54:48 +00:00
Jonathon Broughton 6186ee139f Update Python version and dependency management
- Changed Python version to 3.12.4 in workflows
- Switched to using 'uv' for dependency installation
- Updated Dockerfile to reflect new base image and install method
- Added package configuration in pyproject.toml
2025-03-24 12:28:15 +00:00
Jonathon Broughton 31ff21a178 Update dependencies installation process
- Switched from Poetry to pip for managing dependencies.
- Updated Python version in the Dockerfile to 3.13.
- Simplified installation steps in CI workflow and Dockerfile.
2025-03-24 09:42:05 +00:00
Jonathon Broughton 99f43e6b3e Add project configuration files and clean up code
- Added .gitignore to exclude IDE-specific files.
- Created inspection profiles for code quality checks.
- Set up project metadata in various XML files.
- Removed unused dependencies from the lock file.
- Refactored main.py to streamline function calls and imports.
2025-03-23 17:05:51 +00:00
renovate[bot] 33c42767f1 Update dependency pytest to v8 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:42:16 +00:00
renovate[bot] f7bc38ea17 Update dependency black to v24 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:42 +00:00
renovate[bot] d5aa0fb3e2 Update dependency ruff to ^0.9.0 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:39:09 +00:00
Jonathon Broughton 188148c69f Initial commit 2025-01-24 21:24:28 +00:00