Collection of helper modules by Mutt Data.
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
muttlib-1.0.3.tar.gz
(58.8 kB
view details)
Built Distribution
File details
Details for the file muttlib-1.0.3.tar.gz
.
File metadata
- Download URL: muttlib-1.0.3.tar.gz
- Upload date:
- Size: 58.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e75e7bfced9e5d3b13646dc8978376bc6841286979de71c7969222699ca8fad3 |
|
MD5 | b7669558c5af75d2e66c627b0dda5e9a |
|
BLAKE2b-256 | a3e2cdb3d131c9d4d3e6dd4f98d18387589c851275c742fe5bf32b618ecd3104 |
File details
Details for the file muttlib-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: muttlib-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 69.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6de11bc1dd9fc71bf181731d9654bbc04b1cf10cd67c896132955a0dd84ae7 |
|
MD5 | a3fe5af1a2419b66cf2fdafd8970fec8 |
|
BLAKE2b-256 | ec0f6e2d35302a166162a9c2428244b1ca2bb5f5a484f210a6dd95e8b5a826ca |