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.526.tar.gz
(102.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.526-py3-none-any.whl
(126.5 kB
view details)
File details
Details for the file moose_lib-0.6.526.tar.gz.
File metadata
- Download URL: moose_lib-0.6.526.tar.gz
- Upload date:
- Size: 102.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a80201ab6ec66ee1a7f725852854ff13f6c6c1dec6096cbdde5619137bc999c6
|
|
| MD5 |
07fd7df82561b1ea58dea63d5822a502
|
|
| BLAKE2b-256 |
5ab72c757d22d60cfc79d34221376b4696944a7e4b3ab03d4da0db573ffcd7b9
|
File details
Details for the file moose_lib-0.6.526-py3-none-any.whl.
File metadata
- Download URL: moose_lib-0.6.526-py3-none-any.whl
- Upload date:
- Size: 126.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ac064abaf8fcd50ba1988cde14a031c3d94a7210773b17711ca3c3b0f995750
|
|
| MD5 |
7eee03d04c71cea185b4015ea8833246
|
|
| BLAKE2b-256 |
faa5ba319132b38aaa41ff6630cd5eb78b560403dd74f9975cac1754c0c76fd7
|