Metadata-Version: 1.0
Name: sampy
Version: 1.2.1
Summary: SAMPy is an IVOA SAMP (Simple Application Messaging Protocol) messaging system implementation in Python.
Home-page: http://packages.python.org/sampy/
Author: Luigi Paioro
Author-email: luigi at iasf-milano.inaf.it
License: GNU General Public License
Description: SAMPy is a Python implementation of the IVOA Simple Application
        Messaging Protocol [*] version 1.2 (with Web Profile support).
        
        SAMPy Python module (sampy.py) provides classes to easily:
        
        1) instantiate one or multiple Hubs;
        2) interface an application or script to a running Hub;
        3) create and manage a SAMP client.
        
        SAMPy package provides also a stand-alone program "sampy" capable to
        instantiate a persistent Hub. In order to have a full description of
        "sampy" stand-alone program running options, type the command:
        
        shell > sampy -h
        
        
        [*] http://www.ivoa.net/Documents/latest/SAMP.html
        
Platform: All
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries
