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

Uploaded Python 3

File details

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

File metadata

  • Download URL: admin_panel-0.27.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.27.0.tar.gz
Algorithm Hash digest
SHA256 78393705a3cef1bb607fda349af398833418007243a9f3d75330f8bca04fc65e
MD5 fc94ebf41c48ea9fcabbecf68d25c2c7
BLAKE2b-256 b678f7028ccfc75e7dfe0db9c6afb57390fb89fa50bead3f6cd2e1dd72322d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for admin_panel-0.27.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0655d54519e471c2e05a654c1f9b93d221a1f2cdb7bb86382e6df9196825a869
MD5 9070c5b754a13297e98c1f450bbdb594
BLAKE2b-256 a15eb3fb5cc2cfe60fa45464715f5b4199ced312eb8a1282b10cd308373761f5

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