Metadata-Version: 1.0
Name: serialXfer
Version: 0.3
Summary: Ancient serial file transfer protocols in Python
Home-page: http://pypi.python.org/pypi/serialXfer
Author: Jason Morgan
Author-email: pypi@cropwell.net
License: BSD
Description: ==========
        serialXfer
        ==========
        
        Ancient serial file transfer protocols in Python
        ------------------------------------------------
        
        **License:**
        
        BSD
        
        **Goals:**
        
         * Add YModem - Original goal, Mostly done
         * Add YModem Batch - WIP
         * Add Zmodem - Planning
         * Add Kermit - Don't wait up....
         * Make threaded - WIP
         * Complete rewrite - Perhaps
        
        **Changes:**
        
        | 0.3  Original Release, based on xmodem 0.2.4 from PyPi (http://pypi.python.org/pypi/xmodem)
        
        **Known Bugs:**
        
        More than I care to list - use with caution!
        
        **Credit:**
        
        All credit to the original author, Wijnand Modderman
        
        
        **Usage:**
        ::
        
         TODO
        
        **Dependencies:**
        
        None that I know of
        
Keywords: XMODEM YMODEM ZMODEM Kermit Serial
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
