The base module of all MuLingCloud modules and applications.
Project description
Introduction
Welcome to use MuLingCloud. We aim to let everything easier.
MLCBase is an open source Python library for multiple uses. It is the base module of all MuLingCloud modules and applications.
Supported platforms:
- 😄 Windows (Python 3.6+)
- 😄 Linux (Python 3.7+)
- MacOS (untested, maybe. I don't have a MacOS machine😫. Anyone can help me?)
Features (v1.2.5)
-
Register
We define a
Registry
to register modules, which allow you to use the module by a config file. -
Config Dictionary
We define a
ConfigDict
for more convenience usage. It is a type of dictionary inherited fromdict
. It has all the features ofdict
while including other more convenient features. -
Logger
We build a
Logger
for more convenience logging management. Actually, this is a slightly improvement based on loguru. Refer to pylog for more information. -
Runtime Analysis
We offer a simple way to evaluate functions in the Python project. All you need is to wrap the target function by a decorator.
-
Emoji Progress Bar
We offer a simple progress bar with emoji status, which has the same usage with tqdm.
-
File Operations
We offer various features to make file operations easier. Besides, we offer a simple way to load and save JSON, YAML, XML and TOML files.
-
Image IO
We offer a simple way to load and save images.
-
One-Time Password
We support two methods for OTP: Time-based One-Time Password (TOTP) and HMAC-based One-Time Password (HOTP).
-
Encryption and Decryption
We offer various methods to encrypt and decrypt or verify text, files and passwords including RSA, AES and Hash.
-
Database
We offer a simple way to operate the database. Supported database backend: MySQL, SQLite.
-
Remote Connection
We support SSH and SFTP for remote connection.
-
Email
We offer a simple API to send email. Currently only supports SMTP (with SSL) server.
-
HashiCorp Vault
We offer several APIs to operate HashiCorp/Vault through HTTP requests. Supported authorization methods: token, username & password. Supported secret engines: KV v1, KV v2, TOTP, Transit.
Installation
pip install mlcbase -i https://pypi.org/simple
Getting Started
Please refer to tutorial.ipynb for more intuitive instructions.
Changelogs
See all changes in CHANGELOG.
Contributors
We appreciate all the contributors who add new features or fix bugs, as well as the users who offer valuable feedback.
We welcome all contributors, feel free to create an issue or file a pull request and join us! ❤️
Weiming Chen 💻 🤔 📆 ⚠️ ✅ |
Yuanshuang Sun 🤔 ⚠️ ✅ |
License
This project is released under the Apache 2.0 license.
Repository
- Github Repository: https://github.com/mulingcloud/mlcbase
- GitLab Repository: https://gitlab.com/wm-chen/mlcbase
- Gitee Repository: https://gitee.com/mulingcloud/mlcbase
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 mlcbase-1.2.5.tar.gz
.
File metadata
- Download URL: mlcbase-1.2.5.tar.gz
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e640e0dba055254a09b66a80cf6081e7f1776169a9955e78cba06f617e9d6a82 |
|
MD5 | 6a5fd70b4e000f94be16c12a9214f0e8 |
|
BLAKE2b-256 | a9479c108cd829f40a87e2d25ba8d4ca6daa061930fadaacd9887864316a3eea |
File details
Details for the file mlcbase-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: mlcbase-1.2.5-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebb45b609678b873a4d20f8ad302d5a95a38f44276bcff7c147464b6edb3722e |
|
MD5 | d10340d71d20ad8d02fb3ac2e17dab12 |
|
BLAKE2b-256 | 25b2cb28d0b370c4fefe2c865bb969ff0c43fd507686217f6950bfd13e62a469 |