Skip to main content

Compress a directory into a single .FSA file.

Project description

FMM Directory Compressor

License: GPL v3

Compress a directory into a single .FSA file. This library was build for the Filmage Media Manager to create project directory structures.

Installation

Linux

Debian/Ubuntu

sudo apt-get install fmm-directory-compressor

Python API

pip install fmmpy-directory-compressor

Note the pip refers to the Python 3 package manager. In environment where Python 2 is also available the correct command may be pip3.

Usage

CLI

Compress directory

fmm-directory-compressor compress-directory path/to/src path/to/dst

You'll be asked to provide a filename. A .fsa file will be generated. If you are using windows, the compression might fail when your source directory contains paths that are longer than 260 characters. These file paths can be ignored with the --skip-long-paths flag, but with this method these files/directories wont be present in the compressed file.

Decompress directory

fmm-directory-compressor decompress-directory path/to/file.fsa path/to/dst

You'll be asked to provide a root directory name. The directory structure will be rebuild.

Python API

The python wrapper yields the same functionality as the CLI application. Just include the library and you're ready to go.

import fmm_directory_compressor

## Compress directory
fmm_directory_compressor.compress_directory("path/to/src", "yourfilename", "path/to/dst")

## Decompress directory
fmm_directory_compressor.decompress_directory("root-directory-name", "path/to/yourfile.fsa", "path/to/dst")

Support

If you found a problem with the software, please create an issue on GitHub.

Maintainer

This project is maintained by Wibo Kuipers.

The source has been setup to work with Linux and Windows. Mac OS has not been tested yet.

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

fmmpy-directory-compressor-0.1.0.post2.tar.gz (4.0 MB view hashes)

Uploaded Source

Built Distribution

Supported by

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