/ocr

Primary LanguagePython

Sanic python3 Framework

Sanic is a Python 3.6+ web server and web framework that’s written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.

The goal of the project is to provide a simple way to get up and running a highly performant HTTP server that is easy to build, to expand, and ultimately to scale.

env

Python3.

pip3.

change file .env.dist

How to run

venv: python3 main.py

os: python3 mail.py

License

The Sanic framework is open-sourced software licensed under the MIT license.