{ "info": { "author": "Roman Aliyev", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "# Figma Export\n\nExports components from any Figma document and saves them to files that can be easily imported to other applications.\n\nCan export any Figma document as:\n\n- Image files (```png```, ```jpg```, ```svg```).\n- Xcode Asset Catalog (```imageset``` files).\n- Iconic font (```otf```, ```ttf```, ```woff```).\n- Cooming soon...\n\n## Installation\n\n- Install **Python >=3.7**.\n\n- Mac users must install Certificates for the ssl module (execute command script included in /Applications/Python).\n\n- Install Figma Export package:\n\n```\n$ python3 -m pip install --upgrade figma_export\n```\n\n- Set an environment variable ```FIGMA_ACCESS_TOKEN``` to your [personal access token](https://www.figma.com/developers/docs#auth).\n\n- (Optional) ```otf```, ```ttf``` and ```woff``` commands require the FontForge command-line interface. Run this command ```$ fontforge -c \"print('FontForge is ready')\"``` to test FontForge installation on your local machine:\n\n\n## Usage examples\n\nExport all components as PNG files:\n\n```\n$ figma_export png DOCUMENT_ID\n```\n\nExport all components as Xcode Asset Catalog:\n\n```\n$ figma_export imageset DOCUMENT_ID\n```\n\nExport specific components:\n\n```\n$ figma_export png DOCUMENT_ID -select \"/Document/Page 1\"\n```\n\nExport components as iconic font:\n\n```\n$ figma_export otf DOCUMENT_ID\n```\n\nEach font glyph is coded by first char from the name of the corresponding component. \n\n```DOCUMENT_ID``` - can be parsed from any Figma document url: ```https://www.figma.com/file/DOCUMENT_ID/...```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RomanAliyev/figma-export", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "figma-export", "package_url": "https://pypi.org/project/figma-export/", "platform": "", "project_url": "https://pypi.org/project/figma-export/", "project_urls": { "Homepage": "https://github.com/RomanAliyev/figma-export" }, "release_url": "https://pypi.org/project/figma-export/0.1/", "requires_dist": null, "requires_python": ">=3.7", "summary": "Exports components from any Figma document and saves them to files that can be easily imported to other applications.", "version": "0.1" }, "last_serial": 4657690, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f48de5e52580f378d547acbd5392250a", "sha256": "e8c4ab581632231f3ce1c3a4ba6d644ecaa0f5cdab50c98a085117d97f5e6cf8" }, "downloads": -1, "filename": "figma_export-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f48de5e52580f378d547acbd5392250a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 10551, "upload_time": "2019-01-03T20:50:13", "url": "https://files.pythonhosted.org/packages/5b/e3/890888e4e1cf92650a9a057f9f1f1ecccb8027cd9c94da274cd3cb8f4222/figma_export-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29ef88708f24f846fe2fe8ffad68d53f", "sha256": "984148e66e789a2611b6db7a69874ecdda5613ce2172a90dc84571a36e64604f" }, "downloads": -1, "filename": "figma_export-0.1.tar.gz", "has_sig": false, "md5_digest": "29ef88708f24f846fe2fe8ffad68d53f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 5819, "upload_time": "2019-01-03T20:50:15", "url": "https://files.pythonhosted.org/packages/61/25/8ff8ed2fc4dba9b78fda98b1b703cdcba12e2ee4a62fbf41c741f51d68bd/figma_export-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f48de5e52580f378d547acbd5392250a", "sha256": "e8c4ab581632231f3ce1c3a4ba6d644ecaa0f5cdab50c98a085117d97f5e6cf8" }, "downloads": -1, "filename": "figma_export-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f48de5e52580f378d547acbd5392250a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 10551, "upload_time": "2019-01-03T20:50:13", "url": "https://files.pythonhosted.org/packages/5b/e3/890888e4e1cf92650a9a057f9f1f1ecccb8027cd9c94da274cd3cb8f4222/figma_export-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29ef88708f24f846fe2fe8ffad68d53f", "sha256": "984148e66e789a2611b6db7a69874ecdda5613ce2172a90dc84571a36e64604f" }, "downloads": -1, "filename": "figma_export-0.1.tar.gz", "has_sig": false, "md5_digest": "29ef88708f24f846fe2fe8ffad68d53f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 5819, "upload_time": "2019-01-03T20:50:15", "url": "https://files.pythonhosted.org/packages/61/25/8ff8ed2fc4dba9b78fda98b1b703cdcba12e2ee4a62fbf41c741f51d68bd/figma_export-0.1.tar.gz" } ] }