explosion / weasel

🦦 weasel: A small and easy workflow system
MIT License
67 stars 7 forks source link

feat: define weasel app/entrypoints #10

Closed bdura closed 1 year ago

bdura commented 1 year ago

Description

This PR creates a new entrypoint weasel, and enables python -m weasel.

It also ports spacy project-related tests to Weasel, and adapts them to the new tool.

bdura commented 1 year ago

Thanks for the input, I will get on it!

svlandeg commented 1 year ago

One other suggestion I have is this: while we go through changes here, it might make sense to think about the related changes needed on the spaCy branch. If you could review https://github.com/explosion/spaCy/pull/12456 first, then after that we can have PRs to https://github.com/explosion/spaCy/tree/feature/weasel, I think it might be easier to do these in parallel bit by bit?

Because the app thing from this PR will be closely related to how we need to get spacy projects up and running again, right?