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.308.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.308-py3-none-any.whl
(118.0 kB
view details)
File details
Details for the file moose_lib-0.6.308.tar.gz.
File metadata
- Download URL: moose_lib-0.6.308.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 |
4412368bd68f31dec14f393700450701e7f16bbadc266b20e48a39030a028851
|
|
| MD5 |
09569fe5eb156974e9c8b0d2da639212
|
|
| BLAKE2b-256 |
94f37ef1e3e7b2ab89c26e61a0f5cc78a19a157ce833c42d1c335527eb0a58dd
|
File details
Details for the file moose_lib-0.6.308-py3-none-any.whl.
File metadata
- Download URL: moose_lib-0.6.308-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 |
09e8e13b3d529e725e93f1f02b9ccc1ac10e6a1d0d682e41c4bfbe4ad94e9faf
|
|
| MD5 |
750744802598b4fd1a8a97af986c14c5
|
|
| BLAKE2b-256 |
0b298aebed0dc5fe7f8d9643fa2ad6d90e8106cdbede46fea7aff5851c1c7e89
|