Metadata-Version: 1.2
Name: claim
Version: 1.0.0b1
Summary: A cli tool for converting file's line endings
Home-page: https://github.com/bukovyn/claim
Author: bukovyn
Author-email: bukovyn@gmail.com
License: UNKNOWN
Description: *****

        :bookmark_tabs: claim

        *****

        

        A convenient cli tool that converts file's `carriage returns

        <https://en.wikipedia.org/wiki/Carriage_return>`_ to `newlines

        <https://en.wikipedia.org/wiki/Newline>`_ or vice versa.

        

        install:

          :code:`pip install claim`

        

        usage:

          :code:`claim [-h] [-dos] filename [filename ...]`

        

        positional arguments:

          :code:`filename`   the file to be converted

        

        optional arguments:

          -h, --help  prompts help message

          -d, -dos    converts file to DOS line endings [\cr\n]

        

        *Note: The files being converted should use UTF-8 encoding, other encodings are currently not supported.*
Keywords: cli converter eol end-of-line line-endings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
