spaCy/spacy/about.py

17 lines
739 B
Python
Raw Normal View History

2016-01-15 17:57:01 +00:00
# inspired from:
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
2018-03-25 17:30:14 +00:00
__title__ = 'spacy-nightly'
2018-05-03 12:00:11 +00:00
__version__ = '2.1.0a0'
2017-01-16 13:23:08 +00:00
__summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython'
2016-01-15 17:57:01 +00:00
__uri__ = 'https://spacy.io'
2017-06-01 09:52:24 +00:00
__author__ = 'Explosion AI'
__email__ = 'contact@explosion.ai'
2016-01-15 17:57:01 +00:00
__license__ = 'MIT'
__release__ = True
__download_url__ = 'https://github.com/explosion/spacy-models/releases/download'
2017-03-17 11:43:03 +00:00
__compatibility__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json'
2017-11-07 11:00:43 +00:00
__shortcuts__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json'