An ASGI web server, for Python. π¦
To clone this repository, run:
git clone https://github.com/ademmenh/unicorn.git
cd unicornpython3make
Add python venv and install the dependencies with:
make setupTo run all unit tests located in the tests/ directory:
make testTo start the application (from app/server.py), use:
make app.
βββ app/ # Application source code
βββ unicorn/ # Unicorn-related modules/configs
βββ tests/ # Unit tests
βββ Makefile # Makefile with setup, test, and app commands
βββ requirements.txt # Python dependencies
βββ README.md # Project documentation
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
