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
Note: since version 1.4.13
, muttlib
is packaged and developed using poetry.
Base lib:
poetry add muttlib
Check below for available extras.
Parquet and Feather support:
poetry add muttlib -E pyarrow
Forecast:
poetry add muttlib -E forecast
Misc DB support for dbconn:
poetry add muttlib -E oracle
poetry add muttlib -E hive
poetry add muttlib -E postgres
poetry add muttlib -E mysql
poetry add muttlib -E sqlserver
poetry add muttlib -E mongo
poetry add muttlib -E ibis
Note: the ibis
extra requires installing binary packages. Check CONTRIBUTING.md
for the full list.
Installing custom branches from the repos
From GitHub mirror:
poetry add -e git+https://github.com/MuttData/muttlib.git@AWESOME_FEATURE_BRANCH#egg=muttlib
From Gitlab main repo:
poetry add -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.
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.14.tar.gz
.
File metadata
- Download URL: muttlib-1.4.14.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.12 Linux/5.11.0-1028-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7261999f921676ef7fbe31f482efd9660112bfbdafe200fae3c5331a33e788dd |
|
MD5 | 198d904205357c48b4b6b40d4d1f9fd7 |
|
BLAKE2b-256 | fc1dace82aee5459ed1d2ab2e69a682d761fa8d4caf293cb5ae9caa11e7481b3 |
File details
Details for the file muttlib-1.4.14-py3-none-any.whl
.
File metadata
- Download URL: muttlib-1.4.14-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.12 Linux/5.11.0-1028-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8197fb97bbe38b4f7626909d90255f3dac1743704495200ae573e8f8d276a2ea |
|
MD5 | 10107bacac212db0ff0f6248f44791f9 |
|
BLAKE2b-256 | 7e0f5cc0eece07cc5a082898d30ba22560c1a45305407c21ad9e3adf341b9be2 |