Metadata-Version: 2.2
Name: elasticstore
Version: 2.5
Summary: Boring storing things in Elasticsearch 🐌
Home-page: https://github.com/exdatic/elasticstore
Author: André Kischkel
Author-email: andre@exdatis.ai
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: elasticsearch[async]>=8
Requires-Dist: elasticsearch-dsl[async]>=8
Requires-Dist: orjson
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"

# elasticstore

A store for storing things in Elasticsearch and some other things too. It's all async.

## 🐍 Installation

- **Operating system**: macOS / OS X · Linux · Windows
- **Python version**: Python 3.8+
- **Package managers**: [pip]

```bash
pip install elasticstore
```

## License

See [LICENSE](LICENSE).
