Skip to content

refactor: rename utils package to core and update refs#41

Merged
Pymetheus merged 1 commit into
mainfrom
develop
Jun 16, 2026
Merged

refactor: rename utils package to core and update refs#41
Pymetheus merged 1 commit into
mainfrom
develop

Conversation

@Pymetheus

Copy link
Copy Markdown
Owner

Description

Move package_name/utils -> package_name/core (init.py, config.py, logger.py) and update all references. Adjust imports in src/package_name/main.py and tests, and update docs (CHECKLIST.md, INSTRUCTIONS.md) to reference the new core module. This standardizes the utilities package name.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Related Issue

Closes #(issue number)

Changes Made

  • Move package_name/utils -> package_name/core (init.py, config.py, logger.py) and update all references
  • Adjust imports in src/package_name/main.py and tests, and update docs (CHECKLIST.md, INSTRUCTIONS.md)

Testing

Describe how you tested your changes:

  • Unit tests pass
  • Integration tests pass
  • Manual testing performed

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Context

Add any other context about the PR here.

Move package_name/utils -> package_name/core (__init__.py, config.py, logger.py) and update all references. Adjust imports in src/package_name/main.py and tests, and update docs (CHECKLIST.md, INSTRUCTIONS.md) to reference the new core module. This standardizes the utilities package name.
@github-actions github-actions Bot added the refactor Types: Code change that doesn’t alter behavior label Jun 16, 2026
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Pymetheus
Pymetheus merged commit edfeafe into main Jun 16, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Types: Code change that doesn’t alter behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant