Skip to content

Restructure project with modular package skeleton#18

Merged
KavinduMethpura merged 1 commit intodevfrom
codex/create-folder-structure-for-robot-library-python
Aug 28, 2025
Merged

Restructure project with modular package skeleton#18
KavinduMethpura merged 1 commit intodevfrom
codex/create-folder-structure-for-robot-library-python

Conversation

@NuwanJ
Copy link
Member

@NuwanJ NuwanJ commented Aug 28, 2025

Summary

  • add packaging via pyproject.toml and MIT license
  • create robot package with placeholders for motion, sensors, communication, helpers and indicators
  • set up CI workflow and an example pytest

Testing

  • flake8 src tests
  • PYTHONPATH=src pytest -q

https://chatgpt.com/codex/tasks/task_e_68afef3b0094832690d13467a8a243d4

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@NuwanJ NuwanJ linked an issue Aug 28, 2025 that may be closed by this pull request
@KavinduMethpura KavinduMethpura merged commit 831bb31 into dev Aug 28, 2025
4 checks passed
@KavinduMethpura KavinduMethpura deleted the codex/create-folder-structure-for-robot-library-python branch August 28, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define architecture & package structure

2 participants