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.29.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.29.0-py3-none-any.whl (3.4 MB view details)

Uploaded Python 3

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

Hashes for admin_panel-0.29.0.tar.gz
Algorithm Hash digest
SHA256 d4da8032b2e2cca9795d5774e63c9dab46690e46b3325b13f967e959a979d027
MD5 634d678934b13b1c1ae427560a5ccf17
BLAKE2b-256 3a63cca5553672f7a5f461bd5f91f6a49f855d6a4727a4684b52a74678f02446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for admin_panel-0.29.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9de1fce46e78c3f5d9ee01357b3c040a88a994957cb3a32ef01d11581c51272e
MD5 f4f7b9115f6d7e95d427c2f57ee5d55c
BLAKE2b-256 7dc96c134b3c2fdad5ee0ae39a0eb58b31b1b173939c33ca2803dfa34594dc06

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