How do I create a type of compression that my software can read / write? My software only.
- by Zachary Brown
I am working on a project that requires programmatically distributing a compressed file that in a format that is associated with my software. I am writing the software in Python.
I would use .zip, but I don't want to overwrite any previouse filetype associations. ( with zip utilities )