# fmt: off __title__ = "spacy" __version__ = "2.2.0.dev11" __summary__ = "Industrial-strength Natural Language Processing (NLP) in Python" __uri__ = "https://spacy.io" __author__ = "Explosion" __email__ = "contact@explosion.ai" __license__ = "MIT" __release__ = False __download_url__ = "https://github.com/explosion/spacy-models/releases/download" __compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json" __shortcuts__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json"