wbpUFO


NamewbpUFO JSON
Version 0.2.19 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpUFO
SummaryUFO font editor for Workbench applications.
upload_time2025-07-29 08:17:45
maintainerNone
docs_urlNone
authorAndreas Eigendorf
requires_python>=3.10
licenseMIT
keywords workbench wxpython gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wbpUFO

UFO plugin for [Workbench](https://pypi.org/project/wbBase/) applications.

This plugin provides Workbench document templates for fonts in UFO source format:

As well as a document view to view and edit fonts in these formats. 


## Installation

```shell
pip install wbpUFO
```

Installing this plugin registers an entry point 
in the group "*wbbase.plugin*" named "*ufo*".

To use the plugin in your application, 
add it to your *application.yml* file as follows:
```yaml
AppName: myApp
Plugins:
- Name: ufo
```

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpUFO).

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbpUFO",
    "name": "wbpUFO",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "workbench, wxPython, GUI",
    "author": "Andreas Eigendorf",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4b/68/4c29a8fc56ca6c5657738edf356208ddb53d49536be7e5e20b836bcb5e3e/wbpufo-0.2.19.tar.gz",
    "platform": "WIN32",
    "description": "# wbpUFO\n\nUFO plugin for [Workbench](https://pypi.org/project/wbBase/) applications.\n\nThis plugin provides Workbench document templates for fonts in UFO source format:\n\nAs well as a document view to view and edit fonts in these formats. \n\n\n## Installation\n\n```shell\npip install wbpUFO\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*ufo*\".\n\nTo use the plugin in your application, \nadd it to your *application.yml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: ufo\n```\n\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpUFO).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "UFO font editor for Workbench applications.",
    "version": "0.2.19",
    "project_urls": {
        "Documentation": "https://workbench2.gitlab.io/workbench-plugins/wbpUFO",
        "Homepage": "https://gitlab.com/workbench2/workbench-plugins/wbpUFO",
        "Source": "https://gitlab.com/workbench2/workbench-plugins/wbpUFO",
        "Tracker": "https://gitlab.com/workbench2/workbench-plugins/wbpUFO/-/issues"
    },
    "split_keywords": [
        "workbench",
        " wxpython",
        " gui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fd2c839abbf3031b55b45cd2b712f1d4c010ee628a3cf81f732600d683a3574",
                "md5": "02c553dcf2f13ec990e10040514e576e",
                "sha256": "9d2f4328aa5fb983824b2b8deeed1abbfb9f87f646ecf8f61a1deba3663221b7"
            },
            "downloads": -1,
            "filename": "wbpufo-0.2.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02c553dcf2f13ec990e10040514e576e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 205525,
            "upload_time": "2025-07-29T08:17:44",
            "upload_time_iso_8601": "2025-07-29T08:17:44.213342Z",
            "url": "https://files.pythonhosted.org/packages/0f/d2/c839abbf3031b55b45cd2b712f1d4c010ee628a3cf81f732600d683a3574/wbpufo-0.2.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b684c29a8fc56ca6c5657738edf356208ddb53d49536be7e5e20b836bcb5e3e",
                "md5": "f27b393278cdd8787f74d9f7d3b77e65",
                "sha256": "e83762f0b0a834e50c3e9ede01614ef5f4aba87daebacd7bf297f1e252e49adf"
            },
            "downloads": -1,
            "filename": "wbpufo-0.2.19.tar.gz",
            "has_sig": false,
            "md5_digest": "f27b393278cdd8787f74d9f7d3b77e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 139551,
            "upload_time": "2025-07-29T08:17:45",
            "upload_time_iso_8601": "2025-07-29T08:17:45.516423Z",
            "url": "https://files.pythonhosted.org/packages/4b/68/4c29a8fc56ca6c5657738edf356208ddb53d49536be7e5e20b836bcb5e3e/wbpufo-0.2.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-29 08:17:45",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbpufo"
}
        
Elapsed time: 0.83559s