{ "info": { "author": "Oshane Bailey", "author_email": "b4.oshany@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Localization", "Topic :: Utilities" ], "description": "python-electron\n===============================================\n\nThis is a very simple Python library to interface with the Electron-Packager command line tool.\n\n\nKey concepts\n===============================================\n- Interact with the Electron-Packager directly from Python\n- Enables building and archiving Electron applications from your Python code\n\n\nUsage\n===============================================\n\nExample::\n\n import electron\n\n application = electron.App(\n APPLICATION_NAME,\n APPLICATION_FOLDER\n )\n application.build('android') # or any installed platform\n application.archive('ios') # or any installed platform", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/talpor/python-cordova", "keywords": "python,electron,electron-packager,electron-app", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-electron", "package_url": "https://pypi.org/project/python-electron/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-electron/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/talpor/python-cordova" }, "release_url": "https://pypi.org/project/python-electron/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A python interface for Apache Electron CLI", "version": "1.0.1" }, "last_serial": 2294999, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a849c41360ad525e55a7774c7efe97d1", "sha256": "4001eb7472c5eb01c5d5a1b78cac75f008f5b41f9206da3d3decc72f132a2d1e" }, "downloads": -1, "filename": "python-electron-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a849c41360ad525e55a7774c7efe97d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2596, "upload_time": "2016-08-22T06:44:47", "url": "https://files.pythonhosted.org/packages/33/64/ca132b782524349228db538fbdcda099d08ac16013f88ca85d58ff1f5096/python-electron-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4d7456743f7b74cce15ee0ae15c47c3e", "sha256": "3e64da132273496535a3f16c58a98bac2409f9b2093feab7f1a7f9aade30326e" }, "downloads": -1, "filename": "python-electron-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4d7456743f7b74cce15ee0ae15c47c3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684, "upload_time": "2016-08-22T06:52:09", "url": "https://files.pythonhosted.org/packages/12/cc/4bbf66432d79ec365c031f8cbaa8f2c4a3e027b54fd024b8cbbc626de4a7/python-electron-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d7456743f7b74cce15ee0ae15c47c3e", "sha256": "3e64da132273496535a3f16c58a98bac2409f9b2093feab7f1a7f9aade30326e" }, "downloads": -1, "filename": "python-electron-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4d7456743f7b74cce15ee0ae15c47c3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684, "upload_time": "2016-08-22T06:52:09", "url": "https://files.pythonhosted.org/packages/12/cc/4bbf66432d79ec365c031f8cbaa8f2c4a3e027b54fd024b8cbbc626de4a7/python-electron-1.0.1.tar.gz" } ] }