Metadata-Version: 1.2
Name: pykoa
Version: 0.2.1
Summary: KOA archive access client
Home-page: https://github.com/KeckObservatoryArchive/PyKOA
Author: Mihseh Kong
License: UNKNOWN
Description: KOA Table Access Protocol (TAP) Client
        ======================================
        
        The KOA Table Access Protocol service is a general tool for making 
        SQL queries against KOA database tables (which reside in an Oracle
        DBMS).  TAP is a standard defined by the International Virtual 
        Astronomy Alliance (IVOA).
        
        There are multiple TAP client packages in existence (notably TAPPlus
        from the AstroQuery Python package.  This client does not try to 
        reproduce that functionality but rather provide simple-to-use custom
        query support for a few common use cases (e.g. query by proposal ID).
        In addition, it supports proprietary access using standard session
        cookies and a separate login service.
        
        This software is written in pure Python 3.  
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >= 3.6
