Giter Site home page Giter Site logo

pyquotient's Introduction

PyQuotient

Getting started

  1. Use poetry to install dependencies(recommended):

    poetry install

    or use pip with qt repository http://download.qt.io/official_releases/QtForPython/(see dependencies and their versions in pyproject.toml) More:

    pip3 install --index-url=http://download.qt.io/official_releases/QtForPython/ --trusted-host download.qt.io shiboken6 PySide6 shiboken6-generator

  2. Clone libQuotient:

    git clone https://github.com/quotient-im/libQuotient.git PyQuotient/libQuotient

  3. Run cmake project:

    cmake -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON . make

Optional parameters:

  • QT_PATH
  • PYTHON_ENV_VERSION
  • USE_POETRY
  • GTAD_PATH
  • MATRIX_DOC_PATH

Note:: deprecated API(properties, methods, etc) is not tested!

Usage

After PyQuotient import use also __feature__ import to be able to use API with snake case and true properties:

from PyQuotient import Quotient
from __feature__ import snake_case, true_property

...

if you use PySide, __feature__ import must be after both PyQuotient and PySide, order of imports is important.

Development

If you use pip, install development requirements:

pip install pytest

Run tests:

  • If you use poetry: poetry run python -m pytest

  • otherwise: python -m pytest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.