Skip to main content

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


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.25.0.tar.gz (3.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

admin_panel-0.25.0-py3-none-any.whl (3.4 MB view details)

Uploaded Python 3

File details

Details for the file admin_panel-0.25.0.tar.gz.

File metadata

  • Download URL: admin_panel-0.25.0.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.29

File hashes

Hashes for admin_panel-0.25.0.tar.gz
Algorithm Hash digest
SHA256 6ca09206e60a6ac519f82388075738c15eedaec6098e8b6e499cdbcd68d771b7
MD5 9447f397066f6bf5e3898f84497991fe
BLAKE2b-256 382b0a0d498886e4ceabb1dcbb4de1f6dadf0b20c030d8e7688d1b343275c146

See more details on using hashes here.

File details

Details for the file admin_panel-0.25.0-py3-none-any.whl.

File metadata

File hashes

Hashes for admin_panel-0.25.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cae0475f66bfdd0b7ab827bce2d54ab862faded62fa6f59e7524f9be29b09079
MD5 29b74a0c62e40e218a1e21c88befa983
BLAKE2b-256 6e2946a13b28052a7a591d627f8d5a3b3af06a55d3c548f79ec13c08436dc784

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page