fonttoolsWB


NamefonttoolsWB JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/fonttoolsWB
SummaryFontTools WorkBench - Edit OpenType fonts as XML.
upload_time2024-04-25 16:34:02
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.
            # fonttoolsWB

## FontTools Workbench
A simple application which provides a GUI for the famous 
[fontTools](https://pypi.org/project/fonttools/) package.
It is build with the [Workbench](https://pypi.org/project/wbBase/) RAD framework.

## Installation

```shell
pip install fonttoolsWB
```

If you intend to write your own Python scripts for the FontTools Workbench, 
you may want to install additional plugins to aid in development. 
This can be done as follows:
```shell
pip install fonttoolsWB[develop]
```

After installation you find an executable in the usual location:
- On Windows:
    
    `C:\Python310\Scripts\fonttoolswb.exe`

- On Mac:

    `Lib/Frameworks/Python.framework/Versions/3.10/bin/fonttoolswb`

The actual executable path may vary depending on your Python version 
and installation location.

Launch the executable to run the application.

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/fonttoolsWB/).

## Sample

Some sample scripts that you can run in the FontTools Workbench can be found 
in the [snippets](https://gitlab.com/workbench2/fonttoolsWB/-/snippets) section 
of the repository.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/fonttoolsWB",
    "name": "fonttoolsWB",
    "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/97/62/59e1cafecc960795e4bffda2b7308c37bf10af2b8699962f2528482db607/fonttoolswb-0.2.5.tar.gz",
    "platform": "WIN32",
    "description": "# fonttoolsWB\n\n## FontTools Workbench\nA simple application which provides a GUI for the famous \n[fontTools](https://pypi.org/project/fonttools/) package.\nIt is build with the [Workbench](https://pypi.org/project/wbBase/) RAD framework.\n\n## Installation\n\n```shell\npip install fonttoolsWB\n```\n\nIf you intend to write your own Python scripts for the FontTools Workbench, \nyou may want to install additional plugins to aid in development. \nThis can be done as follows:\n```shell\npip install fonttoolsWB[develop]\n```\n\nAfter installation you find an executable in the usual location:\n- On Windows:\n    \n    `C:\\Python310\\Scripts\\fonttoolswb.exe`\n\n- On Mac:\n\n    `Lib/Frameworks/Python.framework/Versions/3.10/bin/fonttoolswb`\n\nThe actual executable path may vary depending on your Python version \nand installation location.\n\nLaunch the executable to run the application.\n\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/fonttoolsWB/).\n\n## Sample\n\nSome sample scripts that you can run in the FontTools Workbench can be found \nin the [snippets](https://gitlab.com/workbench2/fonttoolsWB/-/snippets) section \nof the repository.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "FontTools WorkBench - Edit OpenType fonts as XML.",
    "version": "0.2.5",
    "project_urls": {
        "Documentation": "https://workbench2.gitlab.io/fonttoolsWB",
        "Homepage": "https://gitlab.com/workbench2/fonttoolsWB",
        "Source": "https://gitlab.com/workbench2/fonttoolsWB",
        "Tracker": "https://gitlab.com/workbench2/fonttoolsWB/-/issues"
    },
    "split_keywords": [
        "workbench",
        " wxpython",
        " gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b36181a77859ce4e702bcccbb68015aacf5f310d99bd2d1be0ef15659c7d16f",
                "md5": "48d56e1f61f972cb057f3dfed75e261a",
                "sha256": "faf74ef8bf9d9e70c5392fb5f5702646645966814a8f337751d8b5383cd93b73"
            },
            "downloads": -1,
            "filename": "fonttoolsWB-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48d56e1f61f972cb057f3dfed75e261a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15273,
            "upload_time": "2024-04-25T16:34:00",
            "upload_time_iso_8601": "2024-04-25T16:34:00.517156Z",
            "url": "https://files.pythonhosted.org/packages/1b/36/181a77859ce4e702bcccbb68015aacf5f310d99bd2d1be0ef15659c7d16f/fonttoolsWB-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "976259e1cafecc960795e4bffda2b7308c37bf10af2b8699962f2528482db607",
                "md5": "ad91496bdcbe6d2280458d886003b18e",
                "sha256": "70ad8439aabd874df9e72c600efe91a2656ae93fc03464e2bdf241fcb0dc4c30"
            },
            "downloads": -1,
            "filename": "fonttoolswb-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ad91496bdcbe6d2280458d886003b18e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15376,
            "upload_time": "2024-04-25T16:34:02",
            "upload_time_iso_8601": "2024-04-25T16:34:02.297125Z",
            "url": "https://files.pythonhosted.org/packages/97/62/59e1cafecc960795e4bffda2b7308c37bf10af2b8699962f2528482db607/fonttoolswb-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 16:34:02",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "fonttoolsWB",
    "lcname": "fonttoolswb"
}
        
Elapsed time: 0.34414s