A short description of your package
Project description
Yathoo
Yathoo is a Python package designed for encoding, decoding, and cloaking files. It provides functions to encode text into a unique format, decode it back, and manage cloaked files for secure storage.
Installation
You can install Yathoo using pip:
pip install yathoo
Usage
Here’s an example of how to use the yathoo package:
from yathoo import yathoo
# Example of encoding a string
encoded_string = yathoo.encode("Hello, world!")
print(f"Encoded: {encoded_string}")
# Example of decoding the string back
decoded_string = yathoo.decode(encoded_string)
print(f"Decoded: {decoded_string}")
Cloaking Example:
IMP: You compulsorily need to use the function init_cloaker() before you encode or decode DO NOT DELETE yathoo_cloaker DIRECTORY AFTER CLOAKING OR YOU MAY LOSE FILES! SAFELY DECLOAK THEM! DATE AND TIME OF CREATION OF FILES ALTERS WITH THE CLOAK-DECLOAK PROCESS BUT NOT THE DATA LOCATION AND NAME!
# Example of cloaking a file
file_id = yathoo.cloak("path/to/your/file.txt")
print(f"File cloaked with ID: {file_id}")
# Example of decloaking the file
yathoo.decloak(file_id)
print("File decloaked successfully.")
Author:Yathartha Santosh Yadav ; yathartha.ys@gmail.com
License
MIT License
Copyright (c) 2025 Yathartha Santosh Yadav
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yathoo-0.2.0.tar.gz.
File metadata
- Download URL: yathoo-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba6545bbc629eb9d5d42e4df772c8219fc47da7f633639a35619729860604d22
|
|
| MD5 |
9cf6b97c508f9a8a80fe2279a5d06ce8
|
|
| BLAKE2b-256 |
56824339c2835a57c2bdb0f6446d67d4834b3dd0c3dab97ae3c80ea713122474
|
File details
Details for the file yathoo-0.2.0-py3-none-any.whl.
File metadata
- Download URL: yathoo-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddce82eb9b2140346cc34c58adbd71193cd8d80c22fc7781504cba43890e0fa7
|
|
| MD5 |
f23246dd4e665d3ce986492dabe9eb02
|
|
| BLAKE2b-256 |
9f9f27a57f2526a8a7db73d372628aa97cfe38c067d1ae94952714d1cbb820b1
|