{ "info": { "author": "Kristoffer Pantic", "author_email": "kpantic@talpor.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.6", "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": "===============================================\npython-cordova\n===============================================\n\nThis is a very simple Python library to interface with the Cordova (Phonegap) command line tool.\n\n\nKey concepts\n===============================================\n- Interact with the Cordova CLI directly from Python\n- Enables building and archiving PhoneGap applications from your Python code\n\n\nUsage\n===============================================\n\n.. code-block:: python\n import cordova\n\n application = cordova.App(\n 'PhoneGap Application',\n APPLICATION_ROOT\n )\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,cordova,phonegap,cordova-cli", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-cordova", "package_url": "https://pypi.org/project/python-cordova/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-cordova/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/talpor/python-cordova" }, "release_url": "https://pypi.org/project/python-cordova/0.1/", "requires_dist": null, "requires_python": null, "summary": "A python interface for Apache Cordova CLI", "version": "0.1" }, "last_serial": 1188296, "releases": { "0.1": [] }, "urls": [] }