Collection of helper modules by Mutt Data.
Reason this release was yanked:
Bad CI merge
Project description
muttlib 🐶📚
Description
Library with helper code to start a data-related project. By Mutt Data.
Current modules:
dbconn
: Somewhat homogeneus lib to access multiple DBs.file_processing
: Helpers for concurrent file processing.forecast
: Provides FBProphet a common interface to Sklearn and general utilities for forecasting problems, allowing wider and easier grid search for hyperparameters.utils
: A single version of miscellaneous functions needed every now and then.gsheetsconn
: Module to make data interactions to/from Google Sheets <> Pandas.gdrive
: Module that provides a UNIX-ish interface to GDrive.
Table of Contents
Installing from PyPi
Base lib:
pip install muttlib
Check below for available extras.
Parquet and Feather support:
pip install muttlib[pyarrow]
Forecast:
pip install muttlib[forecast]
Misc DB support for dbconn:
pip install muttlib[oracle]
pip install muttlib[hive]
pip install muttlib[postgres]
pip install muttlib[mysql]
pip install muttlib[sqlserver]
pip install muttlib[mongo]
pip install muttlib[ibis]
Installing custom branches from the repos
From GitHub mirror:
pip install -e git+https://github.com/MuttData/muttlib.git@AWESOME_FEATURE_BRANCH#egg=muttlib
From Gitlab main repo:
pip install -e git+https://gitlab.com/mutt_data/muttlib.git@AWESOME_FEATURE_BRANCH#egg=muttlib
Usage
See the documentation to get started with muttlib
.
Contributing
We appreciate for considering to help out maintaining this project. If you'd like to contribute please read our contributing guidelines.
Credits
- Aldo Escobar
- Alejandro Rusi
- Cristián Antuña
- Eric Rishmuller
- Fabian Wolfmann
- Gabriel Miretti
- Javier Mermet
- Jose Castagnino
- Juan Pampliega
- Luis Alberto Hernandez
- Mateo de Monasterio
- Matías Battocchia
- Pablo Lorenzatto
- Pedro Ferrari
- Santiago Hernandez
License
muttlib
is licensed under the Apache License 2.0.
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
Built Distribution
File details
Details for the file muttlib-1.4.9.tar.gz
.
File metadata
- Download URL: muttlib-1.4.9.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2172a3123ed9d5d0ea6709cb18f76fd85fd75198f67d6f78ed1b144b166680 |
|
MD5 | 27e546e9c9f65216ecd15c03489fd837 |
|
BLAKE2b-256 | d3b64971203a1903b6e7b8c6646868b62f937d6f4d66ed489d07775db0a98c8c |
File details
Details for the file muttlib-1.4.9-py2.py3-none-any.whl
.
File metadata
- Download URL: muttlib-1.4.9-py2.py3-none-any.whl
- Upload date:
- Size: 73.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 625e580a9e5d9cd5b1e1c0a6d15b938891436224d14876465203bc1aa0548897 |
|
MD5 | 6b5ae9fd2467274af532cbc7da17fd7b |
|
BLAKE2b-256 | 87a7ee327d48b785f59788f7cf010a3ebce2e49df38f04fc4023693383118e41 |