Metadata-Version: 2.1
Name: fsplit3
Version: 0.0.0
Summary: Split files into small portable chunks
Home-page: https://github.com/shantanuk98/fsplit2
Author: shantanu kumar
Author-email: shantanu020198@gmail.com
License: MIT
Keywords: files chunk split parts portable join tar
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Natural Language :: English
License-File: LICENSE-MIT.txt

fsplit
******
Split file into small portable chunks.

.. image:: https://travis-ci.org/leosartaj/fsplit.svg
    :target: https://travis-ci.org/leosartaj/fsplit

Installation
============
fsplit can be installed using pip::

    pip install fsplit

Uninstalling
============
fsplit can be uninstalled using pip::

    pip uninstall fsplit

Dependencies
============
fsplit is based on Python 2.7.

Documentation
=============

Splitting files
---------------
fsplit can be used for splitting files::

    fsplit target [options]

Run the following command, for various options::

    fsplit --help 

Joining files split using fsplit
--------------------------------
fsplit provides a utility, **fjoin** for joining files split using fsplit::

    fjoin target [options]

Run the following command, for various options::

    fjoin --help 

Bugs
====
.. |issues| replace:: https://github.com/leosartaj/fsplit/issues

For filing bugs raise an issue at |issues|


Releases
********

1.0.0
=====
* split files into small chunks
* Convert chunks into tarfiles
* join files
