Maurice
Installing
Install and update using pip:
pip install -U maurice
Simple Examples
Automatic caching
Add any of the following patches at the top of your scripts
Cache SQL queries executed from the pandas library
from maurice.patchers import caching_patch_pandas_db; caching_patch_pandas_db()
import pandas as pd
df = pd.read_sql_query(con=your_connection, sql="select * from your_table")
Cache .fit() calls from any sklearn Estimator (...)
from maurice.patchers import caching_patch_sklearn_estimators; caching_patch_sklearn_estimators()
...
Release files for maurice 0.1.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maurice-0.1.16.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maurice-0.1.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.4 kB
Release files / maurice-0.1.16.tar.gz
| Download URL | maurice-0.1.16.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b524819b5c7765d34e53e942cc45934354a03f87fc306e8d2ad0bf383191dd9
|
|
BLAKE2b-256 checksum How to use checksums |
c2de830c044ba2afb3c2760914dd286648a6d405ee8c4ee0be4f4815a3339ef2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Darwin/19.6.0
|
Release files / maurice-0.1.16-py3-none-any.whl
| Download URL | maurice-0.1.16-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e39eb280c0c9cda6943cf1ffe0b29d8507a06da1b8ec646b85c73c0340b85a6b
|
|
BLAKE2b-256 checksum How to use checksums |
726ab9cfca69972741c7cd08d1d3a5d93bd93d637a2b4a57b0e4b7c853b4ca86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Darwin/19.6.0
|