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

Uploaded Python 3

File details

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

File metadata

  • Download URL: admin_panel-0.28.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.28.0.tar.gz
Algorithm Hash digest
SHA256 ce17d3da80ce84514e8119b1789310f24bab288713a5b5713e7a65ac7b423556
MD5 b447df6cf714cf7c6da54545fc341845
BLAKE2b-256 341ce815692c9de8426c78063ae87d9f702bf13c7c796944d6f018c83f26bded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for admin_panel-0.28.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e3dc87d505b2f115c1d91b77e1b9d19e39831708924664d8d5ac4dbc2180bee
MD5 9a9011bcef8b9840de46b94aa167d468
BLAKE2b-256 ada85f7492db91f0f5cb079ea3d9d2288ac7daa1b2bdd27c7791b0d15902fde9

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