Metadata-Version: 1.1
Name: pyq
Version: 4.1.2
Summary: PyQ - Python for kdb+
Home-page: http://pyq.enlnt.com
Author: Enlightenment Research, LLC
Author-email: pyq@enlnt.com
License: PyQ General License
Description: PyQ - Python for kdb+
        =====================
        
        |Documentation Status| |PyPI Version|
        
        PyQ_ brings the `Python programming language`_ to the `kdb+ database`_.  It
        allows developers to seamlessly integrate Python and q codes in one
        application.  This is achieved by bringing the Python and q interpreters in
        the same process so that codes written in either of the languages operate on
        the same data.  In PyQ, Python and q objects live in the same memory space
        and share the same data.
        
        .. |Documentation Status|
           image:: https://readthedocs.org/projects/pyq/badge/?version=latest
           :target: http://pyq.readthedocs.io/en/latest/?badge=latest
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/pyq.svg
           :target: https://pypi.python.org/pypi/pyq
        
        .. _PyQ: https://pyq.enlnt.com
        .. _`Python programming language`: https://www.python.org/about
        .. _`kdb+ database`: https://kx.com
        
Platform: Linux
Platform: Mac OS-X
Platform: Solaris
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
