bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 30 forks source link

Skeleton adoption branch #244

Closed evalott100 closed 1 year ago

evalott100 commented 1 year ago

Closes #240

Converts event-model to use the DLS python skeleton, adding all the features other than the .vscode and the container, the following have been added:

The CI has been tested, and will fail only on flake8 and mypy since the master branch __init__.py does not yet have typing support.

This change will introduce to event-model the older commits to the DLS python skeleton - those which altered features which will be included in this PR.