Metadata-Version: 2.0
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-Content-Type: UNKNOWN
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
Provides-Extra: all
Requires-Dist: pytest (!=3.2.0,>=2.6.4); extra == 'all'
Requires-Dist: pytest-pyq; extra == 'all'
Requires-Dist: pytest-cov (>=2.4); extra == 'all'
Requires-Dist: coverage (>=4.2); extra == 'all'
Requires-Dist: ipython; extra == 'all'
Requires-Dist: py; extra == 'all'
Requires-Dist: numpy; extra == 'all'
Requires-Dist: prompt-toolkit; extra == 'all'
Requires-Dist: pygments-q; extra == 'all'
Provides-Extra: ipython
Requires-Dist: ipython; extra == 'ipython'
Provides-Extra: test
Requires-Dist: pytest (!=3.2.0,>=2.6.4); extra == 'test'
Requires-Dist: pytest-pyq; extra == 'test'
Requires-Dist: pytest-cov (>=2.4); extra == 'test'
Requires-Dist: coverage (>=4.2); extra == 'test'

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


