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.328.tar.gz
(96.7 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.328-py3-none-any.whl
(118.0 kB
view details)
File details
Details for the file moose_lib-0.6.328.tar.gz.
File metadata
- Download URL: moose_lib-0.6.328.tar.gz
- Upload date:
- Size: 96.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5407817c3ba9af60bffd3bc78f80584fd2dda4e55625d22d451e59c8f9e8a3
|
|
| MD5 |
37b816f174ef86f453e93148c5beeedb
|
|
| BLAKE2b-256 |
1b11070c5a95bde5a8a77dc6776ec9cf6e172b51c4af45f57b35937618e39d39
|
File details
Details for the file moose_lib-0.6.328-py3-none-any.whl.
File metadata
- Download URL: moose_lib-0.6.328-py3-none-any.whl
- Upload date:
- Size: 118.0 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 |
7be7762810e03d7a2ca9d053bec77cfa0d0e6ad7f29596de48c55c12e5db7566
|
|
| MD5 |
dd0c1157ab0dacc1780341f15bf75733
|
|
| BLAKE2b-256 |
bab004e1ec8cf5700ab301b88e9283b4ca721dbd129fddd9335b4575285b523e
|