Metadata-Version: 1.1
Name: pyopenfst
Version: 0.1.0
Summary: OpenFST unofficial support for Python 3+
Home-page: http://github.com/igormq/pyopenfst
Author: Igor Macedo Quintanilha
Author-email: igormq@poli.ufrj.br
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: OpenFST
        =======
        
        This is a unofficial repository for `OpenFst <http://openfst.org/>`_ using Python. This repo was created because the
        OpenFST installation can be very painful!
        
        Installation
        ============
        
        From pip:
        
        .. code:: bash
        
            pip install pyopenfst
        
        
        From conda:
        
        .. code:: bash
        
            conda install pyopenfst
        
        
        From Source:
        
        .. code:: bash
        
            python setup.py install
        
        
        OpenFST project home
        =======================
        
        The OpenFst library is not develop here! See `OpenFst project home <http://openfst.org/>`_ or the original
        `README <https://github.com/pytorch/ignite/tree/master/RAEDME>`_ for more information
Keywords: fst finite state transducer wfst
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
