Coverage for mindsdb / __about__.py: 100%

10 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-21 00:36 +0000

1__title__ = "MindsDB" 

2__package_name__ = "mindsdb" 

3__version__ = "25.14.0" 

4__description__ = "MindsDB's AI SQL Server enables developers to build AI tools that need access to real-time data to perform their tasks" 

5__email__ = "jorge@mindsdb.com" 

6__author__ = "MindsDB Inc" 

7__github__ = "https://github.com/mindsdb/mindsdb" 

8__pypi__ = "https://pypi.org/project/mindsdb/" 

9__license__ = "Elastic License 2.0" 

10__copyright__ = "Copyright(c) 2018 MindsDB, Inc"