Skip to main content

A python interface for Apache Cordova CLI

Project description

===============================================
python-cordova
===============================================

This is a very simple Python library to interface with the Cordova (Phonegap) command line tool.


Key concepts
===============================================
- Interact with the Cordova CLI directly from Python
- Enables building and archiving PhoneGap applications from your Python code


Usage
===============================================

.. code-block:: python
import cordova

application = cordova.App(
'PhoneGap Application',
APPLICATION_ROOT
)

application.build('android') # or any installed platform
application.archive('ios') # or any installed platform

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page