Skip to content

[WIP] kit _bluesky.py#1204

Draft
ddkohler wants to merge 25 commits intomasterfrom
bluesky-helpers
Draft

[WIP] kit _bluesky.py#1204
ddkohler wants to merge 25 commits intomasterfrom
bluesky-helpers

Conversation

@ddkohler
Copy link
Copy Markdown
Contributor

@ddkohler ddkohler commented Sep 9, 2025

Pretty basic layout atm, but I think it's a decent starting point for general tools for working with our bluesky folder structures.

Changes

  • new kit submodule bluesky, which has utilities for parsing the standard filepaths and folder structures of the Wright Group's Bluesky deployment.

Checklist

  • added tests, if applicable
  • updated documentation, if applicable
  • updated CHANGELOG.md
  • tests pass

@ddkohler ddkohler changed the title kit _bluesky.py [WIP] kit _bluesky.py Sep 10, 2025
@ddkohler ddkohler changed the title [WIP] kit _bluesky.py kit _bluesky.py Nov 1, 2025
]
__folder_seed__ = " ".join(__folder_parts__)
__datetime_seed__ = re.compile(" ".join(__folder_parts__[:3]))
__fmtseed__ = "{date} {time} {plan} {name} {uid}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__fmtseed__ = "{date} {time} {plan} {name} {uid}"
__fmtseed__ = "{date} {time:05d} {plan} {name} {uid}"

@ddkohler ddkohler changed the title kit _bluesky.py [WIP] kit _bluesky.py Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant