Metadata-Version: 2.1
Name: ltk
Version: 1.3.12
Summary: The Lingotek Filesystem Connector (ltk) links your files and folders to the Translation Network™
Home-page: https://github.com/Lingotek/filesystem-connector
Author: Lingotek
Author-email: integrations@lingotek.com
License: MIT
Description: Lingotek Filesystem Connector
        =============================
        
        The Lingotek Filesystem Connector (``ltk``) links your files and folders
        to the Translation Network™. It provides yet another way for
        continuously globalizing all of your translatable content.
        
        The Lingotek Filesystem Connector allows you to quickly add content,
        request translations, and pull translations from the Lingotek Cloud. It
        can even be quickly setup to automate the entire process by watching
        files or folders for new translatable content.
        
        Content can be sent up in any a variety of formats including: ``csv``,
        ``dita``, ``ditamap``, ``docx``, ``doxygen``, ``dtd``, ``excel``,
        ``html``, ``idml``, ``java_properties``, ``json``, ``odp``, ``ods``,
        ``odt``, ``pdf``, ``plaintext``, ``po``, ``pptx``, ``ppt``,
        ``rails_yaml``, ``resx``, ``rtf``, ``subtitle_rip``, ``table``, ``ts``,
        ``xliff``, and ``xml``.
        
        Developers love how easily it can be used to interact with the
        Translation Network™. Using the ``-v`` and ``-vv`` switches shows
        exactly which API calls are being used to help developers code custom
        connectors.
        
        For release notes, see
        `here <https://github.com/Lingotek/filesystem-connector/releases>`__ or
        `here <https://github.com/Lingotek/filesystem-connector/blob/master/HISTORY.md>`__
        
        Installation
        ------------
        
        .. code:: bash
        
           pip install ltk
        
        You can also install the latest version by downloading this repository
        and then, from the root directly, run:
        
        .. code:: bash
        
           pip install .
        
        If you don’t have ``pip`` installed, then you can `install
        it <https://pip.pypa.io/en/latest/installing/#using-get-pip>`__ using
        the following:
        
        .. code:: bash
        
           $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
           $ python get-pip.py
        
        If not already installed, [python setuptools]
        (https://packaging.python.org/installing/#install-pip-setuptools-and-wheel)
        is required. You can install/ update using the following:
        
        .. code:: bash
        
           $ pip install -U pip setuptools
        
        Start the tool by using ``ltk``
        
        Should you run into issues, checkout other installation notes
        `here <https://github.com/Lingotek/translation-utility/wiki/Other-Installation-Notes>`__.
        
        Windows Installation
        ~~~~~~~~~~~~~~~~~~~~
        
        For instructions on installing in Windows, go to the
        `Wiki <https://github.com/Lingotek/filesystem-connector/wiki/Installing-on-Windows>`__.
        
        Getting Started
        ---------------
        
        Running ``ltk`` without any parameters will show all of the commands
        available: add, clean, config, delete, import, init, list, pull, push,
        request, and status
        
        Here is video that shows the basics…
        
        |Lingotek Filesystem Connector1|
        
        Next, is a video that demonstrates how a folder can be watched for new
        files and changes for automating the translation process…
        
        |Lingotek Filesystem Connector2|
        
        .. |Lingotek Filesystem Connector1| image:: http://img.youtube.com/vi/CbsvVar2rFs/0.jpg
           :target: http://www.youtube.com/watch?v=CbsvVar2rFs
        .. |Lingotek Filesystem Connector2| image:: http://img.youtube.com/vi/CTRm-ythnPI/0.jpg
           :target: https://youtu.be/CTRm-ythnPI
        
Platform: UNKNOWN
Provides-Extra: security
