Skip to main content

Python implementation of a string compressor

Project description

pycompressor

Package provides python implementation of string compressor

https://travis-ci.org/chen0040/pycompressor.svg?branch=master https://coveralls.io/repos/github/chen0040/pycompressor/badge.svg?branch=master https://scrutinizer-ci.com/g/chen0040/pycompressor/badges/quality-score.png?b=master

Install

Run the following command to install pycompressor using pip

$ pip install pycompressor

Usage:

from pycompressor.huffman import HuffmanCompressor
huffman = HuffmanCompressor()
original = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.'
print('before compression: ' + original)
print('length: ' + str(len(original)))
compressed = huffman.compress_to_string(original)
print('after compression: ' + compressed)
print('length: ' + str(len(compressed)))
decompressed = huffman.decompress_from_string(compressed)
print('after decompression: ' + decompressed)
print('length: ' + str(len(decompressed)))

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

pycompressor-0.0.2.zip (9.3 kB view details)

Uploaded Source

File details

Details for the file pycompressor-0.0.2.zip.

File metadata

  • Download URL: pycompressor-0.0.2.zip
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pycompressor-0.0.2.zip
Algorithm Hash digest
SHA256 0e935bcc740d142a351e36775b0d79f014ab0f98d2e836dfac92fc0b164d775d
MD5 5e52db9c9da938b77e70b9e2cd8d3f11
BLAKE2b-256 67740d5409e229e0c359a614bef6d7350c5d165b28e5539d0f83df5e3143a327

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