Coverage for mindsdb / integrations / handlers / datastax_handler / __about__.py: 0%

9 statements  

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

1__title__ = "MindsDB Datastax handler" 

2__package_name__ = "mindsdb_datastax_handler" 

3__version__ = "0.0.1" 

4__description__ = "MindsDB handler for DataStax Astra DB" 

5__author__ = "MindsDB Inc" 

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

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

8__license__ = "MIT" 

9__copyright__ = "Copyright 2022- mindsdb"