Skip to content

Restructure#873

Merged
danielballan merged 10 commits intobluesky:mainfrom
genematx:restructure
Oct 30, 2025
Merged

Restructure#873
danielballan merged 10 commits intobluesky:mainfrom
genematx:restructure

Conversation

@genematx
Copy link
Contributor

Restructure the repository to separate reading clients and writing utilities.

@genematx genematx requested a review from danielballan October 30, 2025 16:47
CatalogOfBlueskyRuns = "bluesky_tiled_plugins.catalog_of_bluesky_runs:CatalogOfBlueskyRuns"
BlueskyRun = "bluesky_tiled_plugins.bluesky_run:BlueskyRun"
BlueskyEventStream = "bluesky_tiled_plugins.bluesky_event_stream:BlueskyEventStream"
CatalogOfBlueskyRuns = "bluesky_tiled_plugins:CatalogOfBlueskyRuns"
Copy link
Member

Choose a reason for hiding this comment

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

I have noticed that entrypoints must target the module where the object is defined. Targeting re-exported locations does not work. Perhaps a comment should be added here to note that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It passed tests on my laptop, but maybe it's version specific. Fixed to make the paths absolute.

@danielballan danielballan merged commit 0a191aa into bluesky:main Oct 30, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants