mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-10 00:39:01 +00:00
7 lines
268 B
Python
7 lines
268 B
Python
__title__ = "prophet"
|
|
__description__ = "Automatic Forecasting Procedure"
|
|
__url__ = "https://facebook.github.io/prophet/"
|
|
__version__ = "1.1.1"
|
|
__author__ = "Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>"
|
|
__author_email__ = "sjtz@pm.me"
|
|
__license__ = "MIT"
|