Add your description here
Project description
Example
uv sync --all-groups --all-extras
uv run uvicorn example.main:app --host 0.0.0.0 --port 8082 --reload
Docs:
http://0.0.0.0:8082/docs
http://0.0.0.0:8082/redoc
http://0.0.0.0:8082/scalar
Tests:
uv run pytest
from auth_models.db.models import User
from app.database import auth_db
async with auth_db.async_session() as session:
user = User(
username='admin',
password='admin',
email="admin@admin.com",
is_admin=True,
)
session.add(user)
await session.commit()
await session.refresh(user)
user
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
admin_panel-0.29.0.tar.gz
(3.5 MB
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 admin_panel-0.29.0.tar.gz.
File metadata
- Download URL: admin_panel-0.29.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4da8032b2e2cca9795d5774e63c9dab46690e46b3325b13f967e959a979d027
|
|
| MD5 |
634d678934b13b1c1ae427560a5ccf17
|
|
| BLAKE2b-256 |
3a63cca5553672f7a5f461bd5f91f6a49f855d6a4727a4684b52a74678f02446
|
File details
Details for the file admin_panel-0.29.0-py3-none-any.whl.
File metadata
- Download URL: admin_panel-0.29.0-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9de1fce46e78c3f5d9ee01357b3c040a88a994957cb3a32ef01d11581c51272e
|
|
| MD5 |
f4f7b9115f6d7e95d427c2f57ee5d55c
|
|
| BLAKE2b-256 |
7dc96c134b3c2fdad5ee0ae39a0eb58b31b1b173939c33ca2803dfa34594dc06
|