| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
qPython is a Python library providing support for interprocess communication between Python and kdb+ processes, it offers:
For more details please refer to the documentation.
To install qPython from PyPI:
$ pip install qpython3
Please do not use old PyPI package name: qpython or exxeleron-qpython.
qPython documentation is generated with help of Sphinx document generator. In order to build the documentation, including the API docs, execute: make html from the doc directory.
Documentation is built into the: doc/build/html/ directory.
qPython utilizes Cython to tune performance critical parts of the code.
Instructions:
Instructions:
qPython uses py.test as a test runner for unit tests.
Instructions:
Configured GitHub Action as per the "Python" section of:
qPython requires numpy 1.8 to run.
Optional requirements have to be met to provide additional features:
Required libraries can be installed using pip.
To install all the required dependencies, execute: pip install -r requirements.txt
Minimal set of required dependencies can be installed by executing: pip install -r requirements-minimal.txt
| Back | FazBrowse Home | New Git URL |