ufoLib2


NameufoLib2 JSON
Version 0.16.0 PyPI version JSON
download
home_pagehttps://github.com/fonttools/ufoLib2
SummaryufoLib2 is a UFO font processing library.
upload_time2023-07-25 12:01:01
maintainer
docs_urlNone
authorAdrien Tétar
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # ufoLib2

ufoLib2 is meant to be a thin representation of the Unified Font Object (UFO) version 3 data model, intended for programmatic manipulation and fast batch processing of UFOs.

It resembles the defcon library, but does without notifications, the layout engine and other support classes. Where useful and possible, ufoLib2 tries to be API-compatible with defcon.

It does not replace `fontTools.ufoLib` but builds on it. The eventual goal is to merge it into `fontTools.ufoLib.objects`.

Documentation: https://ufolib2.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fonttools/ufoLib2",
    "name": "ufoLib2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Adrien T\u00e9tar",
    "author_email": "adri-from-59@hotmail.fr",
    "download_url": "https://files.pythonhosted.org/packages/bb/40/f1c7478dc30014ac9c3d5eb14dbc693fd23dfd81ed64ea15920839425058/ufoLib2-0.16.0.tar.gz",
    "platform": null,
    "description": "# ufoLib2\n\nufoLib2 is meant to be a thin representation of the Unified Font Object (UFO) version 3 data model, intended for programmatic manipulation and fast batch processing of UFOs.\n\nIt resembles the defcon library, but does without notifications, the layout engine and other support classes. Where useful and possible, ufoLib2 tries to be API-compatible with defcon.\n\nIt does not replace `fontTools.ufoLib` but builds on it. The eventual goal is to merge it into `fontTools.ufoLib.objects`.\n\nDocumentation: https://ufolib2.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "ufoLib2 is a UFO font processing library.",
    "version": "0.16.0",
    "project_urls": {
        "Homepage": "https://github.com/fonttools/ufoLib2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45840c1e7225d42cdcbe549ecec135f69f991b1e786c31b1bd8964bc04bc172a",
                "md5": "a8cf510123ee968f4c56781a317ce6d3",
                "sha256": "9ade4c8b6484d59410c1548508514d4298d97c88ad9e657617743528e36e260c"
            },
            "downloads": -1,
            "filename": "ufoLib2-0.16.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8cf510123ee968f4c56781a317ce6d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 52896,
            "upload_time": "2023-07-25T12:00:59",
            "upload_time_iso_8601": "2023-07-25T12:00:59.700460Z",
            "url": "https://files.pythonhosted.org/packages/45/84/0c1e7225d42cdcbe549ecec135f69f991b1e786c31b1bd8964bc04bc172a/ufoLib2-0.16.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb40f1c7478dc30014ac9c3d5eb14dbc693fd23dfd81ed64ea15920839425058",
                "md5": "fa862e625fd1aba80413a95e5e8bef13",
                "sha256": "49f0dc7f72ccacfe7faefe0d53d37971d45664d8b0563ef36956fa7bfa55a2bd"
            },
            "downloads": -1,
            "filename": "ufoLib2-0.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fa862e625fd1aba80413a95e5e8bef13",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 97499,
            "upload_time": "2023-07-25T12:01:01",
            "upload_time_iso_8601": "2023-07-25T12:01:01.218003Z",
            "url": "https://files.pythonhosted.org/packages/bb/40/f1c7478dc30014ac9c3d5eb14dbc693fd23dfd81ed64ea15920839425058/ufoLib2-0.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-25 12:01:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fonttools",
    "github_project": "ufoLib2",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "ufolib2"
}
        
Elapsed time: 0.10414s