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.410.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.410-py3-none-any.whl
(121.4 kB
view details)
File details
Details for the file moose_lib-0.6.410.tar.gz.
File metadata
- Download URL: moose_lib-0.6.410.tar.gz
- Upload date:
- Size: 98.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a014e224c358ee5728a92502e84308356d80b099beedde0e524b6b55862d037b
|
|
| MD5 |
87abdd8f074539b8272c490e41625107
|
|
| BLAKE2b-256 |
c6982f1d1a18e053a5ed4cc9baefc50f30af640ac557d597a1a08092a178d96e
|
File details
Details for the file moose_lib-0.6.410-py3-none-any.whl.
File metadata
- Download URL: moose_lib-0.6.410-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.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94542cf46def07f22416a5d9e7e3c519e22c863a3a8bba247dea4a1728ddba81
|
|
| MD5 |
611e544d939c6eb042f0c5c9b643e9a7
|
|
| BLAKE2b-256 |
dbb88e8992611f29ad28390d19e9612e7b38d37018285c21475a78f9bcf0aa93
|