qtme


Nameqtme JSON
Version 0.1.dev0 PyPI version JSON
download
home_pagehttp://www.jdhp.org/software_en.html#qtme
SummaryMultimedia editor for PyQt/PySide
upload_time2023-04-22 23:02:15
maintainerJérémie DECOCK
docs_urlNone
authorJérémie DECOCK
requires_python>=3.9
license
keywords qtme
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
Qt Multimedia Editor
====================

Copyright (c) 2023 Jérémie DECOCK (www.jdhp.org)

* Web site: http://www.jdhp.org/software_en.html#qtme
* Online documentation: https://jdhp.gitlab.io/qtme
* Examples: https://jdhp.gitlab.io/qtme/gallery/

* Notebooks: https://gitlab.com/jdhp/qt-multimedia-editor-notebooks
* Source code: https://gitlab.com/jdhp/qt-multimedia-editor
* Issue tracker: https://gitlab.com/jdhp/qt-multimedia-editor/issues
* Pytest code coverage: https://jdhp.gitlab.io/qtme/htmlcov/index.html
* Qt Multimedia Editor on PyPI: https://pypi.org/project/qtme
* Qt Multimedia Editor on Anaconda Cloud: https://anaconda.org/jdhp/qtme


Description
===========

Multimedia editor for PyQt/PySide

Note:

    This project is still in beta stage, so the API is not finalized yet.


Dependencies
============

C.f. requirements.txt

.. _install:

Installation
============

Posix (Linux, MacOSX, WSL, ...)
-------------------------------

From the Qt Multimedia Editor source code::

    conda deactivate         # Only if you use Anaconda...
    python3 -m venv env
    source env/bin/activate
    python3 -m pip install --upgrade pip
    python3 -m pip install -r requirements.txt
    python3 setup.py develop


Windows
-------

From the Qt Multimedia Editor source code::

    conda deactivate         # Only if you use Anaconda...
    python3 -m venv env
    env\Scripts\activate.bat
    python3 -m pip install --upgrade pip
    python3 -m pip install -r requirements.txt
    python3 setup.py develop


Documentation
=============

* Online documentation: https://jdhp.gitlab.io/qtme
* API documentation: https://jdhp.gitlab.io/qtme/api.html


Example usage
=============

* Examples: https://jdhp.gitlab.io/qtme/gallery/


Build and run the Python Docker image
=====================================

Build the docker image
----------------------

From the Qt Multimedia Editor source code::

    docker build -t qtme:latest .

Run unit tests from the docker container
----------------------------------------

From the Qt Multimedia Editor source code::

    docker run qtme pytest

Run an example from the docker container
----------------------------------------

From the Qt Multimedia Editor source code::

    docker run qtme python3 /app/examples/hello.py


Bug reports
===========

To search for bugs or report them, please use the Qt Multimedia Editor Bug Tracker at:

    https://gitlab.com/jdhp/qt-multimedia-editor/issues


License
=======

This project is provided under the terms and conditions of the `MIT License`_.


.. _MIT License: http://opensource.org/licenses/MIT
.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.jdhp.org/software_en.html#qtme",
    "name": "qtme",
    "maintainer": "J\u00e9r\u00e9mie DECOCK",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "jd.jdhp@gmail.com",
    "keywords": "qtme",
    "author": "J\u00e9r\u00e9mie DECOCK",
    "author_email": "jd.jdhp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/3f/beecbea4bd0ab8a883cfc2befff02643148507516e01b2e404593e1ee00e/qtme-0.1.dev0.tar.gz",
    "platform": null,
    "description": "====================\nQt Multimedia Editor\n====================\n\nCopyright (c) 2023 J\u00e9r\u00e9mie DECOCK (www.jdhp.org)\n\n* Web site: http://www.jdhp.org/software_en.html#qtme\n* Online documentation: https://jdhp.gitlab.io/qtme\n* Examples: https://jdhp.gitlab.io/qtme/gallery/\n\n* Notebooks: https://gitlab.com/jdhp/qt-multimedia-editor-notebooks\n* Source code: https://gitlab.com/jdhp/qt-multimedia-editor\n* Issue tracker: https://gitlab.com/jdhp/qt-multimedia-editor/issues\n* Pytest code coverage: https://jdhp.gitlab.io/qtme/htmlcov/index.html\n* Qt Multimedia Editor on PyPI: https://pypi.org/project/qtme\n* Qt Multimedia Editor on Anaconda Cloud: https://anaconda.org/jdhp/qtme\n\n\nDescription\n===========\n\nMultimedia editor for PyQt/PySide\n\nNote:\n\n    This project is still in beta stage, so the API is not finalized yet.\n\n\nDependencies\n============\n\nC.f. requirements.txt\n\n.. _install:\n\nInstallation\n============\n\nPosix (Linux, MacOSX, WSL, ...)\n-------------------------------\n\nFrom the Qt Multimedia Editor source code::\n\n    conda deactivate         # Only if you use Anaconda...\n    python3 -m venv env\n    source env/bin/activate\n    python3 -m pip install --upgrade pip\n    python3 -m pip install -r requirements.txt\n    python3 setup.py develop\n\n\nWindows\n-------\n\nFrom the Qt Multimedia Editor source code::\n\n    conda deactivate         # Only if you use Anaconda...\n    python3 -m venv env\n    env\\Scripts\\activate.bat\n    python3 -m pip install --upgrade pip\n    python3 -m pip install -r requirements.txt\n    python3 setup.py develop\n\n\nDocumentation\n=============\n\n* Online documentation: https://jdhp.gitlab.io/qtme\n* API documentation: https://jdhp.gitlab.io/qtme/api.html\n\n\nExample usage\n=============\n\n* Examples: https://jdhp.gitlab.io/qtme/gallery/\n\n\nBuild and run the Python Docker image\n=====================================\n\nBuild the docker image\n----------------------\n\nFrom the Qt Multimedia Editor source code::\n\n    docker build -t qtme:latest .\n\nRun unit tests from the docker container\n----------------------------------------\n\nFrom the Qt Multimedia Editor source code::\n\n    docker run qtme pytest\n\nRun an example from the docker container\n----------------------------------------\n\nFrom the Qt Multimedia Editor source code::\n\n    docker run qtme python3 /app/examples/hello.py\n\n\nBug reports\n===========\n\nTo search for bugs or report them, please use the Qt Multimedia Editor Bug Tracker at:\n\n    https://gitlab.com/jdhp/qt-multimedia-editor/issues\n\n\nLicense\n=======\n\nThis project is provided under the terms and conditions of the `MIT License`_.\n\n\n.. _MIT License: http://opensource.org/licenses/MIT\n.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Multimedia editor for PyQt/PySide",
    "version": "0.1.dev0",
    "split_keywords": [
        "qtme"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e297b2a311143cc878e436b0a0781437cc167d622b19743174796438cb662aae",
                "md5": "585d41bd6d0a360b1b18f38676ab5c85",
                "sha256": "ee6db5431970439425761704137567363e00e1249f9e43345c1e037650cf8e48"
            },
            "downloads": -1,
            "filename": "qtme-0.1.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "585d41bd6d0a360b1b18f38676ab5c85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3882,
            "upload_time": "2023-04-22T23:02:11",
            "upload_time_iso_8601": "2023-04-22T23:02:11.300781Z",
            "url": "https://files.pythonhosted.org/packages/e2/97/b2a311143cc878e436b0a0781437cc167d622b19743174796438cb662aae/qtme-0.1.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b3fbeecbea4bd0ab8a883cfc2befff02643148507516e01b2e404593e1ee00e",
                "md5": "df922e8783cf7a7685e0243e8f013718",
                "sha256": "62dc1d72d4c4b061c8d806c89bc2dbae35ec09d261c0d94a9844a2b87e1e00ad"
            },
            "downloads": -1,
            "filename": "qtme-0.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "df922e8783cf7a7685e0243e8f013718",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16762,
            "upload_time": "2023-04-22T23:02:15",
            "upload_time_iso_8601": "2023-04-22T23:02:15.443497Z",
            "url": "https://files.pythonhosted.org/packages/2b/3f/beecbea4bd0ab8a883cfc2befff02643148507516e01b2e404593e1ee00e/qtme-0.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 23:02:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "qtme"
}
        
Elapsed time: 0.08381s