Python package for personal development
Project description
Project description
Python package for personal development
Install
pip install PyAase
Usage
from PyAase import ead
# Change the sequence of strings after base64 encryption
temp1 = ead.enc_base64('Aase')
print(temp1) # QWFzZQ==
temp2 = ead.dec_base64(temp1)
print(temp2) # Aase
# clo: A with Z(lowercase and so on) and 0 with 9...
clo_temp1 = ead.clo(temp1)
print(clo_temp1) # JDUaAJ==
clo_temp2 = ead.clo(clo_temp1)
print(clo_temp2) # QWFzZQ==
This is a simple package. There are still many imperfections.
Please give us your advice. I wish you all the best.
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
pyaase-0.0.3.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file pyaase-0.0.3.tar.gz
.
File metadata
- Download URL: pyaase-0.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da8d4df5e86b1d32e7c16d3f0c4c1eb2fa34d1a02aaeafe239a94cdca91b9f72 |
|
MD5 | b3b49f5419dee56a121a67b57d4c1ebc |
|
BLAKE2b-256 | 6197eb011364c930bd63ce9d3a7293326c1984d44b2ed0c9f4f26b4c2d36b3f4 |
File details
Details for the file pyaase-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyaase-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 173c8e1a3ed207fd0d9538771dcbe833d91ded81a1f874ce71be1c3f46bb6b63 |
|
MD5 | 42b9af4e4338c9f49346d971653d100d |
|
BLAKE2b-256 | 984836bf3791b73d3216ed0607e8ed9e071fdf3a56b0b894ac09b16b77dda26b |