wbpUFO


NamewbpUFO JSON
Version 0.2.12 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpUFO
SummaryUFO font editor for Workbench applications.
upload_time2024-04-25 16:17:07
maintainerNone
docs_urlNone
authorAndreas Eigendorf
requires_python>=3.8
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.8",
    "maintainer_email": null,
    "keywords": "workbench, wxPython, GUI",
    "author": "Andreas Eigendorf",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5b/7b/a0aafa43c594dcbe443d6b1f09e4ca505ed6fca529944c5e0b6becb7ac99/wbpufo-0.2.12.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.12",
    "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": "",
            "digests": {
                "blake2b_256": "ebb78a9ff8d1f732910dc5b06bd6a92f49355df77bcc3818ad56a93d7ca97dd0",
                "md5": "f7f44cb08391f9f9fcd6fdcf42aa9c1f",
                "sha256": "95fe6d5f0464b1a72d55f8f740e82c358c4eccd526990974f58ebc2bc4c3573e"
            },
            "downloads": -1,
            "filename": "wbpUFO-0.2.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7f44cb08391f9f9fcd6fdcf42aa9c1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 202858,
            "upload_time": "2024-04-25T16:16:47",
            "upload_time_iso_8601": "2024-04-25T16:16:47.101471Z",
            "url": "https://files.pythonhosted.org/packages/eb/b7/8a9ff8d1f732910dc5b06bd6a92f49355df77bcc3818ad56a93d7ca97dd0/wbpUFO-0.2.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b7ba0aafa43c594dcbe443d6b1f09e4ca505ed6fca529944c5e0b6becb7ac99",
                "md5": "ad7e2fd7bbf0edc4fe1dd74b6fe7ad18",
                "sha256": "f5ad70a83b22bcfc0e2cfab69568dcb369a6c92a161a12361f2c98ab19749a82"
            },
            "downloads": -1,
            "filename": "wbpufo-0.2.12.tar.gz",
            "has_sig": false,
            "md5_digest": "ad7e2fd7bbf0edc4fe1dd74b6fe7ad18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 137634,
            "upload_time": "2024-04-25T16:17:07",
            "upload_time_iso_8601": "2024-04-25T16:17:07.829503Z",
            "url": "https://files.pythonhosted.org/packages/5b/7b/a0aafa43c594dcbe443d6b1f09e4ca505ed6fca529944c5e0b6becb7ac99/wbpufo-0.2.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 16:17:07",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbpufo"
}
        
Elapsed time: 0.25125s