pyside-app-core


Namepyside-app-core JSON
Version 0.14.4 PyPI version JSON
download
home_pageNone
SummaryFramework for PySide6 Applications
upload_time2024-11-24 22:25:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords framework pyside pyside6 qt qt6
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyside-app-core

Custom style, widgets, and utilities for cross-platform PySide6 applications.

> [!WARNING]
>
> This project should be considered experimental and subject to breaking changes 
> AT ANY TIME until a v1.0.0 release.


![GitHub Release](https://img.shields.io/github/v/release/leocov-dev/pyside-app-core)
![GitHub License](https://img.shields.io/github/license/leocov-dev/pyside-app-core)
[![CI](https://github.com/leocov-dev/pyside-app-core/actions/workflows/ci.yml/badge.svg)](https://github.com/leocov-dev/pyside-app-core/actions/workflows/ci.yml)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyside-app-core)


### Install

To use `pyside-app-core` as a library in your own projects install the 
[wheel distribution](https://pypi.org/project/pyside-app-core/) from PyPi

```shell
$ pip install pyside-app-core
```


## Local Development

Requirements:
- Hatch ([installation instructions](https://hatch.pypa.io/latest/install/))

```shell
hatch env create
```

### Run example application

An example project/application is included

```shell
# switch to the example project dir
cd examples/toolbar-app-project
# build the project
hatch build -t pyside-app --clean
# list the build artifacts
ls dist
```

### Run tests

Hatch can run tests across multiple versions of python.

```shell
hatch test -a -p
```

### Hatch Build Plugin

This library exposes a `hatch` build plugin that will generate Qt resources and
package a standalone executable. See the example project for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyside-app-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "framework, pyside, pyside6, qt, qt6",
    "author": null,
    "author_email": "Leo Covarrubias <leo@leocov.com>",
    "download_url": null,
    "platform": null,
    "description": "# pyside-app-core\n\nCustom style, widgets, and utilities for cross-platform PySide6 applications.\n\n> [!WARNING]\n>\n> This project should be considered experimental and subject to breaking changes \n> AT ANY TIME until a v1.0.0 release.\n\n\n![GitHub Release](https://img.shields.io/github/v/release/leocov-dev/pyside-app-core)\n![GitHub License](https://img.shields.io/github/license/leocov-dev/pyside-app-core)\n[![CI](https://github.com/leocov-dev/pyside-app-core/actions/workflows/ci.yml/badge.svg)](https://github.com/leocov-dev/pyside-app-core/actions/workflows/ci.yml)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyside-app-core)\n\n\n### Install\n\nTo use `pyside-app-core` as a library in your own projects install the \n[wheel distribution](https://pypi.org/project/pyside-app-core/) from PyPi\n\n```shell\n$ pip install pyside-app-core\n```\n\n\n## Local Development\n\nRequirements:\n- Hatch ([installation instructions](https://hatch.pypa.io/latest/install/))\n\n```shell\nhatch env create\n```\n\n### Run example application\n\nAn example project/application is included\n\n```shell\n# switch to the example project dir\ncd examples/toolbar-app-project\n# build the project\nhatch build -t pyside-app --clean\n# list the build artifacts\nls dist\n```\n\n### Run tests\n\nHatch can run tests across multiple versions of python.\n\n```shell\nhatch test -a -p\n```\n\n### Hatch Build Plugin\n\nThis library exposes a `hatch` build plugin that will generate Qt resources and\npackage a standalone executable. See the example project for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Framework for PySide6 Applications",
    "version": "0.14.4",
    "project_urls": {
        "Issues": "https://github.com/leocov-dev/pyside-app-core/issues",
        "Releases": "https://github.com/leocov-dev/pyside-app-core/releases",
        "Source": "https://github.com/leocov-dev/pyside-app-core"
    },
    "split_keywords": [
        "framework",
        " pyside",
        " pyside6",
        " qt",
        " qt6"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d00e82f0d70d88c717273703df25acc61728b79ea50864c498f55e4018713d52",
                "md5": "3dd47abdd158f096700ded73fd14e835",
                "sha256": "06a82b6df31e2f0242b96142bf094ad4861533c715c7c017c2e5521680a4ab5d"
            },
            "downloads": -1,
            "filename": "pyside_app_core-0.14.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3dd47abdd158f096700ded73fd14e835",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 80952,
            "upload_time": "2024-11-24T22:25:09",
            "upload_time_iso_8601": "2024-11-24T22:25:09.819063Z",
            "url": "https://files.pythonhosted.org/packages/d0/0e/82f0d70d88c717273703df25acc61728b79ea50864c498f55e4018713d52/pyside_app_core-0.14.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 22:25:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leocov-dev",
    "github_project": "pyside-app-core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyside-app-core"
}
        
Elapsed time: 0.37179s