Metadata-Version: 2.1
Name: exciton-tools
Version: 0.4.3
Summary: Exciton Infrastructure Tools
Home-page: https://excitonx.com
Author: The Exciton Research Team
Author-email: excitonx@gmail.com
License: UNKNOWN
Keywords: exciton tools
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: elasticsearch (==8.7.0)
Requires-Dist: minio (==7.1.12)
Requires-Dist: pika (==1.3.1)
Requires-Dist: redis (==5.0.1)

# Exciton Tools

Exciton Tools are a collection of functions and classes developed by the Exciton Research team for infrastructures, pipelines, etc.

## Installation
Use ``pip`` to install exciton_tools. Run:

```
pip install -U exciton_tools
```

## Usage

```

from exciton_tools.elasticsearch import get_all_documents



```

