Metadata-Version: 1.0
Name: pyrtd
Version: 0.1.0
Summary: Python client for Excel RealTimeData components.
Home-page: http://code.google.com/p/pyrtd/
Author: James Brotchie
Author-email: brotchie@gmail.com
License: Apache 2.0
Description: Excel RealTimeData (RTD) components were introduced in Excel 2002. They
        provide a robust mechanism for inserting real-time data into a
        spreadsheet. Behined the scenes an RTD server is a COM object that
        implements the IRTDServer interface. pyrtd implements a Python RTD client
        that can receive real-time data from any RTD component.
        
Platform: win32
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Office/Business :: Financial
Classifier: Environment :: Win32 (MS Windows)
Classifier: Topic :: Software Development :: Libraries
