https://github.com/bigmb/mb_utils
Repository for importing, exporting and reading all the basic file types
https://github.com/bigmb/mb_utils
logging python s3
Last synced: 7 days ago
JSON representation
Repository for importing, exporting and reading all the basic file types
- Host: GitHub
- URL: https://github.com/bigmb/mb_utils
- Owner: bigmb
- Created: 2021-08-09T01:30:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T01:33:53.000Z (10 months ago)
- Last Synced: 2025-02-17T07:44:13.571Z (3 months ago)
- Topics: logging, python, s3
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic_mb
Repository for basic utils functions[](https://www.python.org/)
[](https://github.com/bigmb/mb_pandas/graphs/commit-activity)
[](https://hits.seeyoufarm.com)
mb_utils:
1) logging - for logger (from mb_utils.src.logging import logger) - creates a folder with 3 temp file
2) path_checker - for checking paths (from mb_utils.src.path_cheacker)
3) deprecated - (from mb_utils.src.deprecated import deprecated_func)
4) verify_image - for verifying the images (from mb_utils.src.verify_image import verify_image)
5) retry_decorator - for retriyng any function (from mb_utils.src.retry_decorator import retry)
6) s3 - for s3 functions (from mb_utils.src.s3 import *) ['download_file', 'upload_file', 'upload_dir', 'download_dir']
7) extra - extra basic utils functions (from mb_utils.src.extra import *) ['timer', 'batch_generator', 'batch_create']
8) edge_points_cron - func for getting points from edge browser #extraSrcipts:
1) verify_images_script
Pip install:
pip install mb_utils