{ "info": { "author": "Swen Kooij (Photonios)", "author_email": "photonios@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "Library for working with Electron's ASAR archive files.\r\nElectron (formely known as Atom Shell) uses it's own archive format to\r\ncompress files into a single file. The format is somewhat similar to TAR\r\nfiles. There's a Node.JS package for working with ASAR files:\r\n\r\n::\r\n\r\n https://github.com/electron/asar\r\n\r\nThe URL above also contains the format documentation. Code was written for Python >3.4.\r\n\r\nInstallation\r\n------------\r\nPyAsar is on PyPi (Python Package Index) and can be installed through Pip:\r\n\r\n::\r\n\r\n pip install pyasar\r\n\r\nYou can view more information about the package on the PyPi package:\r\n\r\n https://pypi.python.org/pypi\r\n\r\nExample usage\r\n-------------\r\n\r\n::\r\n\r\n from asar import AsarArchive\r\n\r\n with AsarArchive.open('myasarfile.asar') as archive:\r\n archive.extract('/home/mydir')\r\n\r\nAt the moment that is all what it can do ;)\r\n\r\n\r\nDisclaimer / License\r\n--------------------\r\nThis is no way associated with Github, Electron or Atom. This is free,\r\nand open-source (free as in beer) for fun and profit. Licensed under the\r\n*Do What the Fuck You want Public License*:\r\n\r\n::\r\n\r\n http://www.wtfpl.net/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Photonios/pyasar/archive/1.0.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Photonios/pyasar.git", "keywords": "asar,electron,pyasar", "license": "DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \r\n Version 2, December 2004 \r\n\r\n Copyright (C) 2004 Sam Hocevar \r\n\r\n Everyone is permitted to copy and distribute verbatim or modified \r\n copies of this license document, and changing it is allowed as long \r\n as the name is changed. \r\n\r\n DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \r\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION \r\n\r\n 0. You just DO WHAT THE FUCK YOU WANT TO.", "maintainer": "photonios@outlook.com", "maintainer_email": "photonios@outlook.com", "name": "pyasar", "package_url": "https://pypi.org/project/pyasar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyasar/", "project_urls": { "Download": "https://github.com/Photonios/pyasar/archive/1.0.8.tar.gz", "Homepage": "https://github.com/Photonios/pyasar.git" }, "release_url": "https://pypi.org/project/pyasar/1.0.8/", "requires_dist": null, "requires_python": null, "summary": "Library for working with Electron's ASAR archives.", "version": "1.0.8" }, "last_serial": 2068670, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "a8581a1c8e99f50df1bfb1bc22af3910", "sha256": "4b7cab70277fc0f8468df970aca3bba98752d09d23cf21f88f547b7a9fb72052" }, "downloads": -1, "filename": "pyasar-1.0.7.tar.gz", "has_sig": false, "md5_digest": "a8581a1c8e99f50df1bfb1bc22af3910", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3369, "upload_time": "2016-04-17T15:27:04", "url": "https://files.pythonhosted.org/packages/7b/dc/bccdc664a43c61381e02c64de66830431700f0d0523094ad2a58cdc0d4a1/pyasar-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "69dae59581adb9a5704bce7ce8ed8206", "sha256": "f96b322ea5c450d129dbe6990e5ba827d1d070e818822c408abffa44058f7f08" }, "downloads": -1, "filename": "pyasar-1.0.8.tar.gz", "has_sig": false, "md5_digest": "69dae59581adb9a5704bce7ce8ed8206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3386, "upload_time": "2016-04-17T21:01:37", "url": "https://files.pythonhosted.org/packages/d2/46/14d4da631f58f7ad27a55cdcbae5a45c2b9ebebe76d53662e2048f1a1229/pyasar-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69dae59581adb9a5704bce7ce8ed8206", "sha256": "f96b322ea5c450d129dbe6990e5ba827d1d070e818822c408abffa44058f7f08" }, "downloads": -1, "filename": "pyasar-1.0.8.tar.gz", "has_sig": false, "md5_digest": "69dae59581adb9a5704bce7ce8ed8206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3386, "upload_time": "2016-04-17T21:01:37", "url": "https://files.pythonhosted.org/packages/d2/46/14d4da631f58f7ad27a55cdcbae5a45c2b9ebebe76d53662e2048f1a1229/pyasar-1.0.8.tar.gz" } ] }