Skip to content

talpor/python-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=============================================== 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

About

A Python library for interacting with the Cordova CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages