{ "info": { "author": "OGURA_Daiki", "author_email": "8hachibee125@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Topic :: Utilities" ], "description": "# FontReducer\n\nreduce font size\n\n## Install\n\n```sh\n$ pip install FontReducer\n```\n\n## Usage\n\n```sh\n$ cat WORDS_TO_REDUCE.txt | fontreducer PATH_TO_FILE PATH_TO_OUTPUT\n```\n\nFor example, You can use in gulp task.\n\n```coffee\nshell = require 'gulp-shell'\n\ngulp.task 'font:gen_subsets', shell.task [\n 'some_nice_grepping_script > words.txt'\n 'cat words.txt | fontreducer src/font/some_nice_font.otf dist/some_nice_font.otf'\n 'rm words.txt'\n]\n```\n\n## Inspired\n\nhttps://github.com/3846masa/japont\n\njapont is Dynamic Subsetting System for Japanese fonts.\nVery Easy to try on Heroku.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hachibeeDI/FontReducer", "keywords": "fontforge", "license": "Copyright 2015 OGURA_Daiki\n\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n Credits\n\n 3846masa [https://github.com/3846masa]", "maintainer": null, "maintainer_email": null, "name": "FontReducer", "package_url": "https://pypi.org/project/FontReducer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/FontReducer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hachibeeDI/FontReducer" }, "release_url": "https://pypi.org/project/FontReducer/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Generate font subsets", "version": "0.0.1" }, "last_serial": 1495744, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c14ea678fd6cbe1a87e0e9ae2cdf9de7", "sha256": "e863b33b055638117c578717b6d680dc00f225dbc82498dd2697c552ced95a1d" }, "downloads": -1, "filename": "FontReducer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c14ea678fd6cbe1a87e0e9ae2cdf9de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2874, "upload_time": "2015-04-08T13:12:53", "url": "https://files.pythonhosted.org/packages/c9/29/5f3035f453cf9942c5e281246292d9111e2f10706e71fd96a08ac71bd2be/FontReducer-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c14ea678fd6cbe1a87e0e9ae2cdf9de7", "sha256": "e863b33b055638117c578717b6d680dc00f225dbc82498dd2697c552ced95a1d" }, "downloads": -1, "filename": "FontReducer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c14ea678fd6cbe1a87e0e9ae2cdf9de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2874, "upload_time": "2015-04-08T13:12:53", "url": "https://files.pythonhosted.org/packages/c9/29/5f3035f453cf9942c5e281246292d9111e2f10706e71fd96a08ac71bd2be/FontReducer-0.0.1.tar.gz" } ] }