api_hour
lightweight daemon framework to write AsyncIO based applications
Install
- All systems
-
curl cmd.cat/api_hour.sh
- Debian
-
apt-get install python3-api-hour
- Ubuntu
-
apt-get install python3-api-hour
- Kali Linux
-
apt-get install python3-api-hour
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-api-hour
- Raspbian
-
apt-get install python3-api-hour
- Dockerfile
- dockerfile.run/api_hour
python3-api-hour
lightweight daemon framework to write AsyncIO based applications
API Hour was created to answer the need for a simple, robust, and super-fast server-side environment to build very efficient Daemons with ease. By default, API-Hour Starter Kit (Cookiecutter) creates for you a HTTP daemon to develop WebServices. With API-Hour, you can quickly convert any AsyncIO server library to multi-processing daemon, ready for production.