First install dependencies neccessary to run the examples
pip install admin_table
pip install uvicorn sqlalchemy fastapi[standard]
Then run the examples
poetry run python examples/fastapi_simple.py
from root of the project run ./scripts/build.sh
to build the project and publish it.
To publish the project to pypi, run poetry publish