No project description provided
Project description
Python Moose Lib
Python package which contains moose utils
Column Autocomplete with MooseModel
For LSP autocomplete when working with columns, use MooseModel instead of BaseModel:
from moose_lib import MooseModel, OlapTable
class User(MooseModel):
user_id: int
email: str
# Autocomplete works when typing User.user_id
query = f"SELECT {User.user_id:col}, {User.email:col} FROM users"
See MooseModel Autocomplete Guide for details.
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
moose_lib-0.6.425.tar.gz
(98.9 kB
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
moose_lib-0.6.425-py3-none-any.whl
(121.4 kB
view details)
File details
Details for the file moose_lib-0.6.425.tar.gz.
File metadata
- Download URL: moose_lib-0.6.425.tar.gz
- Upload date:
- Size: 98.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
708ba04a293deab0cbb8ed15a497184445ad0ac32cd97859625aa4a951ad1f76
|
|
| MD5 |
13f185b7174b37326dafa70e57401a1b
|
|
| BLAKE2b-256 |
4f9232615034c6d7ec843b21cd081ce40e8829edaecfc145e78c19a270957327
|
File details
Details for the file moose_lib-0.6.425-py3-none-any.whl.
File metadata
- Download URL: moose_lib-0.6.425-py3-none-any.whl
- Upload date:
- Size: 121.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa6f3bb356f3034c50d797f82d6c3f5c9b49ebde3327199b75ae3d82084c2e1b
|
|
| MD5 |
1ee6c7b4cc0f86fb07c5d79021d2460e
|
|
| BLAKE2b-256 |
409a637668abddb8f55f178fbab0712de1c371614a279b7fef97f5be77ea9fae
|