Skip to main content

A reversible encoding library with compression and CRC32

Project description

AzrMoo Enc v2

A reversible encoding library with compression and CRC32 checksum.

Install

pip install azrmooenc

Usage

import azrmooenc

# Strings
encoded = azrmooenc.encode("Hello, World!")
decoded = azrmooenc.decode(encoded)

# Bytes
encoded = azrmooenc.encode_bytes(b"data")
decoded = azrmooenc.decode_bytes(encoded)

# With key
encoded = azrmooenc.encode("Secret", key="mykey")

# Files
azrmooenc.encode_file("photo.jpg", "photo.jpg.azr")
azrmooenc.decode_file("photo.jpg.azr", "photo.jpg")

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azrmooenc-2.0.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azrmooenc-2.0.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file azrmooenc-2.0.0.tar.gz.

File metadata

  • Download URL: azrmooenc-2.0.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for azrmooenc-2.0.0.tar.gz
Algorithm Hash digest
SHA256 c5606beee91dde4bb3094d599b58b8f0e78e8cb2bb02ee92bbf062ec2d204e37
MD5 3f2fb7568bb8c5a3bfdc24c9e89d0afb
BLAKE2b-256 9550233be90d32abf095fd67e21f5eaf4fab30f51ce6ddbe0c6894a28161e62f

See more details on using hashes here.

File details

Details for the file azrmooenc-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: azrmooenc-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for azrmooenc-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a172c6139fb454e41a9066dd2219c679d7c0417afd354b8812c8202a28a02b0b
MD5 e2e7a8ce687f91f356f41ceae8c3f838
BLAKE2b-256 e4b3ddda9b4566c15c00f8a7829e4efaaceb90c331a732ba08af73382f65b3fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page