Generic Python packager for Android and iOS
Find a file
Bob the Hamster aa0a7f8195 When android.permissions list is left blank, it contains a null string [""]
Filter this out when checking permission validity, and when building --permission command line args

Also fix two typos in the error message for an unknown permission
2013-02-06 08:06:58 -08:00
buildozer When android.permissions list is left blank, it contains a null string [""] 2013-02-06 08:06:58 -08:00
tools introducing buildozer-remote, WIP. It connect to a ssh server, create build directory, copy buildozer and the app source code, and invoke buildozer commands. 2013-01-25 03:00:21 +01:00
.gitignore add missing files, and publish a first version 2012-12-19 17:53:58 +01:00
COPYING add missing files, and publish a first version 2012-12-19 17:53:58 +01:00
MANIFEST.in add missing files, and publish a first version 2012-12-19 17:53:58 +01:00
README.md Initial commit 2012-07-16 09:34:33 -07:00
README.rst add logging level capability. restrict to error+info by default. use --verbose/-v, or log_level=2 in the spec for increasing to debug, and show command output. 2012-12-21 02:00:29 +01:00
setup.py introducing buildozer-remote, WIP. It connect to a ssh server, create build directory, copy buildozer and the app source code, and invoke buildozer commands. 2013-01-25 03:00:21 +01:00

buildozer

Generic Python packager for Android / iOS and Desktop