Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 719 Bytes

File metadata and controls

26 lines (17 loc) · 719 Bytes

StoreCompressFiles

Build Status

StoreCompressFiles package can be used to allocate less amount of memory to a text or string as compared to the normal allocation method.

Functions:

  1. encode(passing argument:string): returns compressed string.
  2. decode(passing argument:encoded-object): returns original string.

Installation

Dillinger requires Python 3+ to run.

Install the dependencies and devDependencies and start the server.

$ pip install storecompressfiles
$ import storecompressfiles
$ from storecompressfiles import encode,decode

License

MIT