Metadata-Version: 2.4
Name: aloha
Version: 2025.619.1848
Summary: Aloha - a versatile Python utility package for building services
Home-page: https://github.com/QPod/aloha
Author: QPod
Author-email: 45032326+QPod0@users.noreply.github.com
License: Apache Software License
Project-URL: Source, https://github.com/QPod/aloha
Project-URL: CI Pipeline, https://github.com/QPod/aloha/actions
Project-URL: Documentation, https://aloha-python.readthedocs.io/
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: attrdict3
Requires-Dist: pyhocon
Requires-Dist: pycryptodome
Requires-Dist: packaging
Provides-Extra: build
Requires-Dist: Cython; extra == "build"
Provides-Extra: service
Requires-Dist: requests; extra == "service"
Requires-Dist: tornado; extra == "service"
Requires-Dist: psutil; extra == "service"
Requires-Dist: pyjwt; extra == "service"
Provides-Extra: db
Requires-Dist: sqlalchemy; extra == "db"
Requires-Dist: psycopg[binary]; extra == "db"
Requires-Dist: pymysql; extra == "db"
Requires-Dist: elasticsearch; extra == "db"
Requires-Dist: pymongo; extra == "db"
Requires-Dist: redis; extra == "db"
Provides-Extra: stream
Requires-Dist: confluent_kafka; extra == "stream"
Provides-Extra: data
Requires-Dist: pandas; extra == "data"
Provides-Extra: report
Requires-Dist: openpyxl>=3; extra == "report"
Requires-Dist: XlsxWriter; extra == "report"
Provides-Extra: test
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: markdown-include; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Provides-Extra: all
Requires-Dist: Cython; extra == "all"
Requires-Dist: XlsxWriter; extra == "all"
Requires-Dist: confluent_kafka; extra == "all"
Requires-Dist: elasticsearch; extra == "all"
Requires-Dist: markdown-include; extra == "all"
Requires-Dist: mkdocs; extra == "all"
Requires-Dist: mkdocs-material; extra == "all"
Requires-Dist: mkdocstrings[python]; extra == "all"
Requires-Dist: openpyxl>=3; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: psutil; extra == "all"
Requires-Dist: psycopg[binary]; extra == "all"
Requires-Dist: pyjwt; extra == "all"
Requires-Dist: pymongo; extra == "all"
Requires-Dist: pymysql; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: redis; extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: sqlalchemy; extra == "all"
Requires-Dist: tornado; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Aloha!

[![License](https://img.shields.io/github/license/QPod/aloha)](https://github.com/QPod/aloha/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/QPod/aloha-python/pip.yml?branch=main)](https://github.com/QPod/aloha-python/actions)
[![Join the Gitter Chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/QPod/)
[![PyPI version](https://img.shields.io/pypi/v/aloha)](https://pypi.python.org/pypi/aloha/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/aloha)](https://pepy.tech/badge/aloha/)
[![Code Activity](https://img.shields.io/github/commit-activity/m/QPod/aloha)](https://github.com/QPod/aloha/pulse)
[![Recent Code Update](https://img.shields.io/github/last-commit/QPod/docker-images.svg)](https://github.com/QPod/aloha/stargazers)

Please generously STAR★ our project or donate to us!  [![GitHub Starts](https://img.shields.io/github/stars/QPod/aloha.svg?label=Stars&style=social)](https://github.com/QPod/aloha/stargazers)
[![Donate-PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/haobibo)
[![Donate-AliPay](https://img.shields.io/badge/Donate-Alipay-blue.svg)](https://raw.githubusercontent.com/wiki/haobibo/resources/img/Donate-AliPay.png)
[![Donate-WeChat](https://img.shields.io/badge/Donate-WeChat-green.svg)](https://raw.githubusercontent.com/wiki/haobibo/resources/img/Donate-WeChat.png)

## What is it?

`aloha` is a versatile Python utility package for building microservices.

[📚 Document & 中文文档](https://aloha-python.readthedocs.io/)

## Getting started

```shell
pip install aloha[all]
```
