Opyrator instant python web function

How to test opyrator in linux Introduction With opyrator you can create a web function from any python function, it used fastapi, streamlit and pydantic. For this example i just wanted to test what is posible also using pydantic to change some input and output field Setup Start by creating your python virtual environment and activating it python3 -m venv opyrator cd opyrator source bin/activate After that you can install opyrator and what is more needed
One minute to read