API and frontend backoffice generation for halfORM projects.
Project description
half-orm-gen
A halfORM extension that generates a Litestar or FastAPI REST API and a frontend backoffice (SvelteKit 5 or Angular) from your halfORM project.
Installation
pip install half-orm-gen
API
# Litestar
half_orm gen api --litestar
litestar --app api.app:application run --reload
# FastAPI
half_orm gen api --fastapi
uvicorn api.app:application --reload
Frontend backoffice
# SvelteKit 5
half_orm gen frontend --svelte
cd frontend/svelte && npm install && npm run dev
# Angular
half_orm gen frontend --angular
cd frontend/angular && npm install && npm start
See also
- half-orm — the PostgreSQL ORM at the core
- half-orm-dev — the development framework
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
half_orm_gen-1.0.0a4.tar.gz
(363.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file half_orm_gen-1.0.0a4.tar.gz.
File metadata
- Download URL: half_orm_gen-1.0.0a4.tar.gz
- Upload date:
- Size: 363.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585df74a2d0a2cab76578649b36da70e1a7fdbddda71bd191fe29fded51e1571
|
|
| MD5 |
1b1e58e7f3284c0f1d3c6a5662638d48
|
|
| BLAKE2b-256 |
491d89a007ce404831198f9d47f255889a164235fb871fe5964eba0387ba25f8
|
File details
Details for the file half_orm_gen-1.0.0a4-py3-none-any.whl.
File metadata
- Download URL: half_orm_gen-1.0.0a4-py3-none-any.whl
- Upload date:
- Size: 371.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ad49fc2310c715089ca3698b6f6bfb01ac436bc97f27b89e2d1ce3cb9feb30
|
|
| MD5 |
de5eb9765b9e16c0a2838b0ca3256767
|
|
| BLAKE2b-256 |
1fdb9959eea8c852aad275cb2e50daec11b2936abfa5ebcd5c22f25f42e59ae1
|