{ "info": { "author": "Jack Jennings", "author_email": "jack@standard-library.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Build Tools" ], "description": "\nhellbox-dsig\n============\n\nA hellbox job that works with [digital signature tables](https://docs.microsoft.com/en-us/typography/opentype/spec/dsig).\n\n* `InsertDummyDsig` \u2014 adds a valid digital signature table to an OTF/TTF font file.\n\n```python\nfrom hellbox.jobs.dsig import InsertDummyDsig\n\nwith Hellbox(\"build\") as task:\n source = task.read(\"./source/*.otf\")\n source >> InsertDummyDsig() >> task.write(\"./build/otf\")\n```\n\nInstallation\n------------\n\nUsing the [hell CLI](https://github.com/hellboxpy/hell#installation):\n\n```shell\n$ hell install hellbox-dsig\n```\n\nDevelopment\n-----------\n\n```shell\n$ pip install -e .\n$ pytest\n```\n\nContributing\n------------\n\nTo come...\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/hellboxpy/hellbox-dsig", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hellbox-dsig", "package_url": "https://pypi.org/project/hellbox-dsig/", "platform": "", "project_url": "https://pypi.org/project/hellbox-dsig/", "project_urls": { "Homepage": "http://github.com/hellboxpy/hellbox-dsig" }, "release_url": "https://pypi.org/project/hellbox-dsig/0.1.0/", "requires_dist": [ "hellbox", "fonttools" ], "requires_python": ">=3.6.0", "summary": "DSIG-related job for hellbox.", "version": "0.1.0" }, "last_serial": 5198158, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "dc4441a9b4600dca9606fe3c5ccf2baf", "sha256": "00761424db7b66e351b041534ffe9af53853b4261a9f6c32aa4fd5a1a96bfa12" }, "downloads": -1, "filename": "hellbox_dsig-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc4441a9b4600dca9606fe3c5ccf2baf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 4808, "upload_time": "2019-04-27T23:43:15", "url": "https://files.pythonhosted.org/packages/08/a5/1b0c0b6a4a6c182d77cac6cc633d9f60a9cd2558043084d21d93d57ffe58/hellbox_dsig-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a7cfd0203547066f69615789f9582b9", "sha256": "61fc5f97a4eeae0aef9be13f2b671018871ae438a2cd695f88d9275e2484a200" }, "downloads": -1, "filename": "hellbox-dsig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5a7cfd0203547066f69615789f9582b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 4097, "upload_time": "2019-04-27T23:43:24", "url": "https://files.pythonhosted.org/packages/44/ea/f5d6040d9cc6e4033f93db5a555ba1c11ef038b8afa73820e4151e475e8f/hellbox-dsig-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc4441a9b4600dca9606fe3c5ccf2baf", "sha256": "00761424db7b66e351b041534ffe9af53853b4261a9f6c32aa4fd5a1a96bfa12" }, "downloads": -1, "filename": "hellbox_dsig-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc4441a9b4600dca9606fe3c5ccf2baf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 4808, "upload_time": "2019-04-27T23:43:15", "url": "https://files.pythonhosted.org/packages/08/a5/1b0c0b6a4a6c182d77cac6cc633d9f60a9cd2558043084d21d93d57ffe58/hellbox_dsig-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a7cfd0203547066f69615789f9582b9", "sha256": "61fc5f97a4eeae0aef9be13f2b671018871ae438a2cd695f88d9275e2484a200" }, "downloads": -1, "filename": "hellbox-dsig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5a7cfd0203547066f69615789f9582b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 4097, "upload_time": "2019-04-27T23:43:24", "url": "https://files.pythonhosted.org/packages/44/ea/f5d6040d9cc6e4033f93db5a555ba1c11ef038b8afa73820e4151e475e8f/hellbox-dsig-0.1.0.tar.gz" } ] }