spaCy/spacy/cli/project
Adriane Boyd 0bbc620dd8
Partially work around pending deprecation of pkg_resources (#12368)
* Handle deprecation of pkg_resources

* Replace `pkg_resources` with `importlib_metadata` for `spacy info
--url`
* Remove requirements check from `spacy project` given the lack of
alternatives

* Fix installed model URL method and CI test

* Fix types/handling, simplify catch-all return

* Move imports instead of disabling requirements check

* Format

* Reenable test with ignored deprecation warning

* Fix except

* Fix return
2023-03-06 14:48:57 +01:00
..
__init__.py Refactor project CLI (#5732) 2020-07-09 01:42:51 +02:00
assets.py prevent rewriting an already raw URL (#11810) 2022-11-15 14:15:00 +01:00
clone.py Try cloning repo from main & master (#10843) 2022-06-28 09:11:15 -04:00
document.py Remove nightly reference from auto docs [ci skip] 2021-01-30 20:12:08 +11:00
dvc.py Fix issues with DVC commands (#11592) 2022-10-18 15:11:39 +09:00
pull.py Have logging calls use string formatting types (#12215) 2023-02-02 11:15:22 +01:00
push.py Have logging calls use string formatting types (#12215) 2023-02-02 11:15:22 +01:00
remote_storage.py Support local filesystem remotes for projects (#11762) 2022-11-29 11:40:58 +01:00
run.py Partially work around pending deprecation of pkg_resources (#12368) 2023-03-06 14:48:57 +01:00