Skip to content

AdamVerner/AdminTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Table

Examples

Running the examples

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

Development

Publishing

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