spaCy/spacy/cli
Matthew Honnibal e559867605
Allow spacy project to push and pull to/from remote storage (#5949)
* Add utils for working with remote storage

* WIP add remote_cache for project

* WIP add push and pull commands

* Use pathy in remote_cache

* Updarte util

* Update remote_cache

* Update util

* Update project assets

* Update pull script

* Update push script

* Fix type annotation in util

* Work on remote storage

* Remove site and env hash

* Fix imports

* Fix type annotation

* Require pathy

* Require pathy

* Fix import

* Add a util to handle project variable substitution

* Import push and pull commands

* Fix pull command

* Fix push command

* Fix tarfile in remote_storage

* Improve printing

* Fiddle with status messages

* Set version to v3.0.0a9

* Draft docs for spacy project remote storages

* Update docs [ci skip]

* Use Thinc config to simplify and unify template variables

* Auto-format

* Don't import Pathy globally for now

Causes slow and annoying Google Cloud warning

* Tidy up test

* Tidy up and update tests

* Update to latest Thinc

* Update docs

* variables -> vars

* Update docs [ci skip]

* Update docs [ci skip]

Co-authored-by: Ines Montani <ines@ines.io>
2020-08-23 18:32:09 +02:00
..
project Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00
templates Minor adjustments to quickstart template 2020-08-21 00:10:21 +02:00
__init__.py Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00
_util.py Allow spacy project to push and pull to/from remote storage (#5949) 2020-08-23 18:32:09 +02:00
convert.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
debug_data.py Update docs and CLI [ci skip] 2020-08-17 21:38:20 +02:00
debug_model.py Fix CLI consistency [ci skip] 2020-08-16 15:46:29 +02:00
download.py Add better error for failed model shortcut loading 2020-08-05 23:10:29 +02:00
evaluate.py Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
info.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
init_config.py Merge pull request #5930 from svlandeg/feature/init-config-fix 2020-08-21 12:06:33 +02:00
init_model.py Add init CLI and init config (#5854) 2020-08-02 15:18:30 +02:00
package.py Update docs and consistency [ci skip] 2020-08-18 14:39:40 +02:00
pretrain.py Update Thinc and include section order 2020-08-14 14:06:22 +02:00
profile.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
train.py example of custom reader and batcher 2020-08-18 19:15:16 +02:00
validate.py Add init CLI and init config (#5854) 2020-08-02 15:18:30 +02:00