A Simple Compression Solution
Project description
oZip - Simple compression solution in Python
============================================
Installation
------------
To install oZip, simply use pip:
::
$ pip install ozip
If for some reason pip is unavailable (Or you’re on Windows), you can
install by running the following commands:
::
$ git clone https://github.com/OzTamir/oZip
$ cd oZip
$ python setup.py install
If you have any problem with the setup process, you are welcomed to open
a Issue in the project’s repository.
CLI Usage
-----
To compress a file run the following command:
::
$ ozip -i <Path to file>
This will create a file.ext.ozip in the same path.
To decompress a file, run the following command:
::
$ ozip -i <oZip File> -d
This will decompress the file in the same path.
GUI Usage
-----
To run the GUI version of oZip, simply run the following command:
::
$ ozip-gui
This will invoke the GUI version of oZip and it's easy to use from this point
Roadmap
-------
Going forward there are still many things I’m planning to improve, both
in the format design and in my implementation. Just a few of the planned
improvements:
- Adding a testing suite and make sure oZip plays nice on different
platforms
- Optimize both speed and compression ratio
- Adding one of the LZ flavours to improve compression ratio
License
-------
This project is licensed under the GNU GPL v2.0 License. Please read the
LICENSE.txt file to learn more about the allowed usage of this project.
============================================
Installation
------------
To install oZip, simply use pip:
::
$ pip install ozip
If for some reason pip is unavailable (Or you’re on Windows), you can
install by running the following commands:
::
$ git clone https://github.com/OzTamir/oZip
$ cd oZip
$ python setup.py install
If you have any problem with the setup process, you are welcomed to open
a Issue in the project’s repository.
CLI Usage
-----
To compress a file run the following command:
::
$ ozip -i <Path to file>
This will create a file.ext.ozip in the same path.
To decompress a file, run the following command:
::
$ ozip -i <oZip File> -d
This will decompress the file in the same path.
GUI Usage
-----
To run the GUI version of oZip, simply run the following command:
::
$ ozip-gui
This will invoke the GUI version of oZip and it's easy to use from this point
Roadmap
-------
Going forward there are still many things I’m planning to improve, both
in the format design and in my implementation. Just a few of the planned
improvements:
- Adding a testing suite and make sure oZip plays nice on different
platforms
- Optimize both speed and compression ratio
- Adding one of the LZ flavours to improve compression ratio
License
-------
This project is licensed under the GNU GPL v2.0 License. Please read the
LICENSE.txt file to learn more about the allowed usage of this project.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file oZip-1.1.2.macosx-10.6-intel.tar.gz
.
File metadata
- Download URL: oZip-1.1.2.macosx-10.6-intel.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3b33836ff214b1b7caae4c0355961f72f28ba563478347d73d0383d66074a2c |
|
MD5 | e19e89a6c307200bbb5b0242859ffcfb |
|
BLAKE2b-256 | 12d40a924439ec6384cd143c46000d77d8239472be0bfe6bfcadc3d942f76de2 |