test_cli.py includes verbatim copies of tests that are related to internal project functionality from spacy/tests/test_cli.py
_util.py includes verbatim copies of functionality from spacy/cli/_util.py
about.py includes verbatim copies of vars from spacy/about.py
compat.py includes verbatim copies of functionality from spacy/compat.py
errors.py includes verbatim copies of functionality from spacy/errors.py
git_info.py includes the GIT_VERSION from the commit of spaCy where this was copied from: "6aa6b86d4"
schemas.py includes verbatim copies of functionality from spacy/schemas.py
util.py includes verbatim copies of functionality from spacy/util.py
All code in the cli directory is copied verbatim from spacy/cli/projects
This PR is just to have a clean copy over from spaCy. Follow-up PRs will make further adjustements to have weasel be fully Thinc independent & properly integrated with spaCy. We'll also consider moving generic helper functions to either catalogue or confection.
All project-specific code and helper functions copied verbatim from https://github.com/explosion/spaCy/tree/6aa6b86d496c8d9271f42c077a79f9bfb88687ac/spacy/cli/project
test_cli.py
includes verbatim copies of tests that are related to internal project functionality fromspacy/tests/test_cli.py
_util.py
includes verbatim copies of functionality fromspacy/cli/_util.py
about.py
includes verbatim copies of vars fromspacy/about.py
compat.py
includes verbatim copies of functionality fromspacy/compat.py
errors.py
includes verbatim copies of functionality fromspacy/errors.py
git_info.py
includes theGIT_VERSION
from the commit of spaCy where this was copied from:"6aa6b86d4"
schemas.py
includes verbatim copies of functionality fromspacy/schemas.py
util.py
includes verbatim copies of functionality fromspacy/util.py
cli
directory is copied verbatim fromspacy/cli/projects
This PR is just to have a clean copy over from spaCy. Follow-up PRs will make further adjustements to have
weasel
be fully Thinc independent & properly integrated with spaCy. We'll also consider moving generic helper functions to eithercatalogue
orconfection
.The corresponding WIP spaCy branch is here: https://github.com/svlandeg/spaCy/commits/feature/weasel