MkNxGn File Writing, Network Essentials and More - A lot more
Project description
mknxgn_essentials
Essentials for python programming.
This is the package we compile essentials code we use in our products that we deem as "essential".
Installing
pip3 install mknxng_essentials
What's Inside
essentials.file_ops
Read and Write Files.
Includes:
Writing JSON files.
Reading JSON files.
Writing 'Soft' encryption files
Reading 'Soft' encryption files
Tar Decompressing
Generating Files of X size in MB
from essentials import file_ops
essentials.logger_ops
Write Log Files.
Includes:
Debugging with --debug parameter
from essentials import logger_ops
essentials.run_data
Collects file running data.
Includes:
Argument Parser
File Run Time
from essentials import run_data
essentials.socket_ops
Socket Engine Note: this item has been depreciated, please use essentials.socket_ops_v2
Includes:
Socket Hosting Server
Socket Connecting Client
WebSocket Support
Multiple Resources to make socketing with python easier
from essentials import socket_ops
essentials.socket_ops_v2
Socket Engine Note: Documentation for this module is not complete
Includes:
Socket Hosting Server
Socket Connecting Client
WebSocket Support
Multiple Resources to make socketing with python easier
from essentials import socket_ops_v2
essentials.time_events
Time Events Note: Documentation for this module is not complete
Includes:
Time Event Listener, Calls function when second/minute/hour/day/week/month/year change occurs
from essentials import time_events
essentials.tokening
Unique Tokening
Includes:
Assemble Token, Assemble a token at (x)Length with predefined or custom characters
Create Token, Create a token at (x)Length with predefined or custom characters and check is it exists in (y), if so, recreate it.
from essentials import tokening
essentials.search
Search - base for MkNxGn Search Engines
Includes:
Text search - reason; Matches a query to multiple phrases and words and finds the best solution
from essentials.search import text
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 MkNxGn_Essentials-0.1.35.16.tar.gz
.
File metadata
- Download URL: MkNxGn_Essentials-0.1.35.16.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3bc2ee5529051e455ffc9dafbcd5060ba444a76547ded2fd02e87be9aaeb76 |
|
MD5 | 38d38177a60264fecc9e90be75c45458 |
|
BLAKE2b-256 | 28166fb9fd4bda5e18d4f79311faf103614abdbe22553a33f0ba149e8b60ad3a |
File details
Details for the file MkNxGn_Essentials-0.1.35.16-py3-none-any.whl
.
File metadata
- Download URL: MkNxGn_Essentials-0.1.35.16-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9457807b7bc9e3b1fbd895e33158f2147ed87b03ea68bbccde6f64a26d8c455a |
|
MD5 | b4c1f71f4a08b448ff3e3a546bd2f6d9 |
|
BLAKE2b-256 | 742dd834e45343344f752e0c08043f4106df70efd0db40088e5037d2f1eaa6aa |