Introduction¶
Aloha! Thanks for your interest in this Python package.
Please generously STAR our project or donate to us!
The Python package aloha is a versatile toolkit for building Python microservices.
It encapsulates commonly used components and features, such as:
- Rapidly creating RESTful APIs and starting services
- Logging utilities
- Managing environments, configuration files, and resource files
- Connecting to popular databases
- Detecting and monitoring runtime environments
Installation¶
Notice that [all] after the package name is a set of extra requirements that enable additional features.
These extras include:
all: includes everything listed belowservice: packages used to build RESTful APIs (alohauses Tornado for services)build: compile Python code into binary files, useful for source code protectiondb: connect to popular databases, such as MySQL / PostgreSQL / Redisstream: process stream data usingconfluent_kafkadata: process data or do data science tasks using packages likepandasreport: export data and reports to Excel filestest: unit test utilitiesdocs: documentation build utilities