font-rename-fm


Namefont-rename-fm JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/futuremotiondev/font-rename-fm/
SummaryRenames fonts to their internal name and unpacks .ttc/.otc files.
upload_time2024-12-24 21:36:36
maintainerJay Soren
docs_urlNone
authorJay Soren
requires_python<4.0,>=3.12
licenseMIT
keywords font rename typeface unpack ttf otf ttc otc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # font-rename-fm

Renames fonts to their internal name and unpacks .ttc/.otc files.Updated to use [faust-cchardet](https://pypi.org/project/faust-cchardet/) instead of the obsolete [cchardet](https://pypi.org/project/cchardet/).

```bash
pip install font-rename-fm
font-rename insert/directory/file/path/here
```

## Changelog

### v0.1.0

- Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/futuremotiondev/font-rename-fm/",
    "name": "font-rename-fm",
    "maintainer": "Jay Soren",
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": "futuremotiondev@gmail.com",
    "keywords": "font, rename, typeface, unpack, ttf, otf, ttc, otc",
    "author": "Jay Soren",
    "author_email": "futuremotiondev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6a/9d/7a35d6aa4945311e699c7e837d669b232f58094be9512b1efe8dfb76c9f9/font_rename_fm-0.1.1.tar.gz",
    "platform": null,
    "description": "# font-rename-fm\n\nRenames fonts to their internal name and unpacks .ttc/.otc files.Updated to use [faust-cchardet](https://pypi.org/project/faust-cchardet/) instead of the obsolete [cchardet](https://pypi.org/project/cchardet/).\n\n```bash\npip install font-rename-fm\nfont-rename insert/directory/file/path/here\n```\n\n## Changelog\n\n### v0.1.0\n\n- Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Renames fonts to their internal name and unpacks .ttc/.otc files.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/futuremotiondev/font-rename-fm/",
        "Repository": "https://github.com/futuremotiondev/font-rename-fm/"
    },
    "split_keywords": [
        "font",
        " rename",
        " typeface",
        " unpack",
        " ttf",
        " otf",
        " ttc",
        " otc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3068cdb34ef98206aa5ba185c830fd7f891d8e2b480ada26db377fc9a61acd75",
                "md5": "8655a9356d87bd447a970d7c9bd21c7f",
                "sha256": "07d39bc75094d62c09f9838d439084ee575cc3ca3ce6a52282aba3d34fc4e4a6"
            },
            "downloads": -1,
            "filename": "font_rename_fm-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8655a9356d87bd447a970d7c9bd21c7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 4238,
            "upload_time": "2024-12-24T21:36:34",
            "upload_time_iso_8601": "2024-12-24T21:36:34.190094Z",
            "url": "https://files.pythonhosted.org/packages/30/68/cdb34ef98206aa5ba185c830fd7f891d8e2b480ada26db377fc9a61acd75/font_rename_fm-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a9d7a35d6aa4945311e699c7e837d669b232f58094be9512b1efe8dfb76c9f9",
                "md5": "783f6c0dea7eabe7aadf5560fe69c02a",
                "sha256": "67a627aa63e299cac31ebc0f4627025e0dede6bbdf4b6582dd34b90e8fa09157"
            },
            "downloads": -1,
            "filename": "font_rename_fm-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "783f6c0dea7eabe7aadf5560fe69c02a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 3324,
            "upload_time": "2024-12-24T21:36:36",
            "upload_time_iso_8601": "2024-12-24T21:36:36.266269Z",
            "url": "https://files.pythonhosted.org/packages/6a/9d/7a35d6aa4945311e699c7e837d669b232f58094be9512b1efe8dfb76c9f9/font_rename_fm-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-24 21:36:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "futuremotiondev",
    "github_project": "font-rename-fm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "font-rename-fm"
}
        
Elapsed time: 0.39182s