Adopt python copier template#36
Merged
AlexanderWells-diamond merged 8 commits intomasterfrom Feb 12, 2026
Merged
Conversation
This includes moving the files into the /src/epicsdbbuilder directory, moving the tests into their new location, some manual merging of the __init__.py file and README, and removing the _version_git configuration.
3cf5a5d to
a6a7360
Compare
Includes some manual merging of docs.py and dls-logo.svg. Includes running "uv sync" to populate lockfile. Includes fixes to __init__.py to (temporarily) pass ruff checks on commit
ba332a8 to
9598fd8
Compare
Use epicscorelibs for the EPICS sources, rather than trying to add an EPICS checkout and build to this devcontainer.
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This moves old documentation into the new structure, and also deletes some documents that were superceded by ones in the copier template. The auto-generated API documentation is removed as most of our files have no docstrings.
This is mostly changing to use f-strings. Some new ignore rules added to provide backwards compatibility with existing public APIs. Some ignores added to particular places so we can use EPICS names.
Done during code review with Michael Abbott. We don't want to specify __all__ as it'll overwrite the automatic generation of __all__ from * imports, which would break existing users. Remove __main__ as we don't want or need it.
Many of these are from the Python skeleton. The Makefile is no longer needed as we don't expect to publish this inside DLS anymore.
ecbb97e to
1e95d73
Compare
This was referenced Feb 12, 2026
Draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.